Forum Replies Created
-
AuthorPosts
-
MikhailModeratorThe correct link is this.
I mean that you should use ScadaCommMono.exe instead of ScadaCommSvc.exe
MikhailModeratorAn event is displayed by Notification plugin if it has channel status, specified in PlgNotification.xml.
Try the formula for your input channel:
Cnl; Cnl > 0 ? 15 : CnlStat
MikhailModeratorHi,
You can try:public double ResetArc(int u, int d) { SetVal(u, 0); SetVal(d, 0); return 0; }-
This reply was modified 3 years, 7 months ago by
Mikhail.
MikhailModeratorHello,
You can use “;” to split a formula as you did in version 5.
In version 6 you can also use a function to calculate channel data like that:
NewData(1.23, 1)
where 1.23 is value and 1 is status.
MikhailModeratorChannel data contains value and status. If you open archive data using the Administrator app you can see that.
A formula can calculate channel value and status separately. Semicolon splits formula into 2 parts. 1st for calculating value, 2nd for calculating status.
MikhailModeratorThanks for your beta update but somehow ScadaReport.dll not included.
Thank you for noticing. scada_6.beta.9.zip has been fixed and reuploaded.
Remove user and password from OPC UA server and connect to it anonymously works.
Can you demonstrate a screenshot of the client settings that do not work?
MikhailModeratorHi,
Add a new channel of the calculated type that shows the device status.
Use the formula for the new channel:Stat(101) > 0 ? 1 : 0where 101 is the source channel number.
MikhailModeratorThe scada_6.beta.9.zip update has been released. Download link at the beginning of the topic.
Important changes:
– Archives were improved. For Postgres archives we added the ability to write both with a period and by change, the dead zone option and the read-only mode have been added.
Important: in an existing project, you need to check and, if necessary, correct the settings of the archives, especially the hourly ones.
– Added InfluxDB archive.
– Added OPC Classic driver.
– Communicator can work as an OPC DA – OPC UA gateway.
– The MQTT client driver can generate channels with the channel wizard.September 16, 2022 at 7:48 am in reply to: How to manage MQTT JSON data from Rapid Scada version 6 beta #10776
MikhailModeratorHello,
Check the configuration example here. The files are DrvMqttClient_001.xml and MyParam2.js. Please ask more specific questions based on these files.
Note: I suggest to update Rapid SCADA 6 for the new release.
MikhailModeratorNotification Plugin reacts on events. If you enable events for a channel, you can get events and sound alert for it.
Note: sometimes web browser may disable sound to care about user. Or user can close his browser. The most reliable way is using hardware relay and beeper to play alarms.
MikhailModeratorPlease write different questions in the related forum topics.
MikhailModeratorLog files are here by default
C:\SCADA\ScadaAgent\Log
C:\SCADA\ScadaComm\Log
C:\SCADA\ScadaServer\Log
C:\SCADA\ScadaWeb\log
MikhailModerator
MikhailModeratorYou can see minute data in the Chart Pro panel, and you can export minute data to Excel if you open the Reports page.
-
This reply was modified 3 years, 7 months ago by
-
AuthorPosts