Forum Replies Created
-
AuthorPosts
-
manjey73
Participant1 Download additional utilities and replace them with new libraries from the Scada package.
2 Configure the Presentation Table and Chart Pro to display this particular archive
manjey73
ParticipantYour archive is listed as the Current one, which is probably incorrect. It must be Historical beforehand
manjey73
ParticipantAfter creating the archive, it must be assigned in additional project tables by analogy with the existing ones.
manjey73
ParticipantIt can be adjusted from 1 second. To do this, create the appropriate archive and specify it in the channel mask. Make an additional table with the Archive code. If necessary, configure the profile of the Charts Pro for display.
manjey73
ParticipantFind the password request parameter in the configuration settings.
in
ScadaWebConfig.xml
parameter – CommandPassword<OptionGroup name="Main"> <Option name="AllowAuthApi" value="false" /> <Option name="AllowCommandApi" value="false" /> <Option name="CommandPassword" value="false" />
Unfortunately it works on everything
manjey73
ParticipantMake an additional Input channel for the device and write the
Status
tag in the code and check the operation.-
This reply was modified 1 month, 2 weeks ago by
manjey73.
manjey73
ParticipantIf I understood correctly, then Sada is working for you, and you can disable the installation, move it, and then turn it on again.
Probably, for a level alarm, you need to use something like an RS trigger and reset it by the communication status tag – Status service tag for devices 0 = Normal, 1 = Emergency. Then, when the installation is disabled, the trigger formula will reset to 0, and after switching on and the connection appears, if there is an error in the device, it becomes 1 again. And already configure ACM for this trigger.manjey73
ParticipantYes, this is a problem, because depending on the task, a second reaction is necessary, for example, after restarting the server and module.
you can work around this by developing formulas, but this is not the right way, although it is the only one at the moment.manjey73
ParticipantThe Web Server converts the time to the time specified in its settings, if not specified, then to the local time.
The Scada Server stores the time in UTC.
This is a headache for me when developing drivers, because the time of the device may also be added, which is set in the 3rd time zone, different from the UTC server and different from the Web server 🙂
manjey73
ParticipantFor example, in addition to the “Rocket” – execute the command, you need to add something else. Or to add to this the ability to work with links.
manjey73
ParticipantProbably not, it’s a plug-in for tables as part of PlgMain. Most likely, it needs to be improved
manjey73
ParticipantSpecify the required length for the channel, and set the next channel number based on the length of the previous one.
For example, Channel 200 is a String type, length 2, the next channel should be 202, since you set the length to 2 and occupied channels 200 and 201.manjey73
ParticipantTry adding commands to the messages that ACM understands. For example {CnlNum} and others
https://rapidscada.net/docs/en/latest/modules/mod-auto-control
manjey73
ParticipantAnd where do these screenshots come from? from which application?
Well, the actual question is, what exactly do you want to see, is it not entirely clear from the words?
manjey73
ParticipantPlease show me the screenshots of what exactly do you want to see?
-
This reply was modified 1 month, 2 weeks ago by
-
AuthorPosts