Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Could you use another host for images? I can’t open the above links. Google Drive or https://imgbb.com/ would be good.
June 12, 2023 at 9:43 am in reply to: Change “Call number” in “Request Sequence” doesn’t work #12786
MikhailModeratorYou should enter a new IP address in the Devices table of the configuration database.
MikhailModeratorHello Dean,
Char and Chart Pro displays only linear diagrams. You can integrate Grafana to draw various charts.
For Rapid SCADA 5 use this link.
Rapid SCADA 6 integrates with Grafana via a database.
MikhailModeratorIn version 6 KeepGoodVal() and KeepGoodStat() can be rewritten as a single function that returns a CnlData structure.
June 9, 2023 at 10:02 am in reply to: Retrieve the channels and devices list from Scada Scheme Editor V5 #12778
MikhailModeratorA scheme file is located inside the project. You should check folders up starting from the scheme folder until find *.rsproj file.
-
This reply was modified 3 years ago by
Mikhail.
June 8, 2023 at 10:41 am in reply to: Retrieve the channels and devices list from Scada Scheme Editor V5 #12774
MikhailModeratorHello,
The main sequence would be:
1. After a scheme is open, detect the project folder, and load the channel table.
2. Extend property grid to be able to select channels by implementing an editor. See this link for example.June 7, 2023 at 10:44 am in reply to: Retrieve the channels and devices list from Scada Scheme Editor V5 #12772
MikhailModeratorHello,
Currently, Scheme Editor is taken from Rapid SCADA 5. So it’s difficult to integrate it with a project of Rapid SCADA 6.
Do you need to display channels that exist in the project inside Scheme Editor?
MikhailModeratorHi,
You need a channel of the Output type. Command code must match with the module. If you provide screenshots of the settings and sending command, I could check.
MikhailModeratorHi,
You can run *.bat or *.sh from formulas. For example:
Process.Start(@"C:\1.bat");
MikhailModeratorAlso possible
dateTime = DateTimeOffset.FromUnixTimeSeconds((long)unixTimeStamp).ToUniversalTime();
MikhailModeratorHi,
Thank you for the update.
Note that DrvOpcUa.View.xml affects user interface. DrvOpcUa.Logic.xml affects how the driver works.
MikhailModeratorHi,
But when I set command as Send Command instead of Send Command Now, it does its job.
Could you compare the messages in ScadaServer.log in the both cases and provide screenshots?
MikhailModeratorHello,
First of all, I would log some message if
data.type == "report"to check whether that section is executed. -
This reply was modified 3 years ago by
-
AuthorPosts