Forum Replies Created
-
AuthorPosts
-
manjey73ParticipantWhat do you mean by scenarios?
As for mnemonics, I chose the SVG creation method for myself, but sometimes it’s a bit tedious. At the same time, I do not use graphic editors practically. I draw in AutoCAD in different colors, print to PDF with the selected size (adjust to the image) and use an online converter from pdf to svg. Then I edit the styles with my hands (I change the colors, line thicknesses, etc.)
manjey73ParticipantThe archive is recorded using the selected mask. The archive name is not displayed in the channels. Or do you already mean on the chart itself?
You must manually configure additional configurations for the Pro Charts.
manjey73ParticipantHowever, you can always use additional utilities to check for records.
manjey73ParticipantWell, you need to try it a few times to figure out how to set it up 🙂
Again, regular Charts may not be able to show data, except from the Minute Archive, I did not check, since I always use ChartPro.
manjey73Participant
manjey73Participant1 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
manjey73ParticipantYour archive is listed as the Current one, which is probably incorrect. It must be Historical beforehand
manjey73ParticipantAfter creating the archive, it must be assigned in additional project tables by analogy with the existing ones.
manjey73ParticipantIt 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.
manjey73ParticipantFind the password request parameter in the configuration settings.
in
ScadaWebConfig.xmlparameter – CommandPassword<OptionGroup name="Main"> <Option name="AllowAuthApi" value="false" /> <Option name="AllowCommandApi" value="false" /> <Option name="CommandPassword" value="false" />Unfortunately it works on everything
manjey73ParticipantMake an additional Input channel for the device and write the
Statustag in the code and check the operation.-
This reply was modified 8 months, 1 week ago by
manjey73.
manjey73ParticipantIf 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.
manjey73ParticipantYes, 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.
manjey73ParticipantThe 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 🙂
-
This reply was modified 8 months, 1 week ago by
-
AuthorPosts