Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHello,
I think, using enumeration is better for this case. It is specified in the Formats table.
MikhailModeratorHello,
Options to specify communicating with devices are located in configuration of a communication line.
MikhailModeratorHello,
View IDs are specified in the Views table. Probably there is some error occurred. Open the browser console by F12 and check errors.
MikhailModeratorHello,
You can install v5 and v6 on the same computer in different locations. But you should stop the services of a one SCADA when another is running, because the services use the same TCP ports.
MikhailModeratorLanguage files are located in SCADA\ScadaWeb\lang
MikhailModeratorHello,
A table view extracts data in exact timestamps. You could configure archives to write data periodically (and on change if needed).
MikhailModeratorHello,
The installer app creates a new web site that requires port number.
To use the default port 80:
Option 1
In IIS console disable the default web site, and change port number of the Scada site to 80.Option 2
Manually create an application for SCADA within the default web site.
MikhailModeratorIn case of table views, the title is taken from the Views (Interface) table.
MikhailModeratorSet scheme the Title property in the Scheme Editor app when you select a scheme document.
MikhailModeratorThere are a lot of differences between v5 and v6 projects. It’s normal to have some questions during conversion.
MikhailModeratorHello,
Download the tools from this folder. See ProjConv5to6.zip, HistConv5to6.zip and EventConv5to6.zip
The project converter archive contains readme.txt
MikhailModeratorHello,
It depends on what application you need to control.
In case of complex errors, it’s recommended to analyze logs of all applications.
MikhailModeratorHello,
For retrieving raw data from archives, use reports.
MikhailModeratorHello,
To display current date and time, try the formulaNow()orUtcNow(), and set appropriate channel format. -
AuthorPosts