Forum Replies Created
-
AuthorPosts
-
manjey73ParticipantBased on the examples in the system only. And according to the documentation
https://rapidscada.net/docs/en/latest/modules/plg-chart-pro
To use multiple files depending on the conditions, set a Dynamic drawing and add a Collection. There is an option to create conditions for channel values.
manjey73ParticipantIf it opens for you, translate this post.
Again, if you have an opening.
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, 2 weeks 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. -
This reply was modified 8 months, 2 weeks ago by
-
AuthorPosts