Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
License is needed only for server. Number of clients are not limited.
May be a web browser just blocks popup dialogs?
MikhailModeratorHi,
Please explain what is the end purpose for an operator?
MikhailModeratorIn Rapid SCADA 5:
– Create commands in the Modbus template (you already did)
– Try sending commands from Communicator for testing
– Create output channels to be able to send commands from a web pageIn Rapid SCADA 6:
– Input and output channels are joined info a single table
– Modbus template does not need separate commands
MikhailModeratorHello Dean,
You can integrate with Rapid SCADA in different ways:
1. Embed external web application as a frame into Rapid SCADA web interface.
2. Use API from client JavaScript or from another application.
3. Use TCP protocol to interact with ScadaServer app.
4. Develop your own module using C#.1, 2 and 3 items are language independent.
I have no info about MatLab. What interfaces does it support?
MikhailModeratorHi,
OK 🙂
MikhailModeratorHi,
In the 1st screenshot you can see that signal 1 is bound to the channel 101. But signals 2 and 3 are not bound to the channels. I recommend to create channels automatically using the channel creation wizard. Then upload the project and check that all signals of the device are bound (linked) to channels.
You could also make a screenshot of the Channels table.
-
This reply was modified 2 years, 7 months ago by
Mikhail.
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 2 years, 7 months 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. -
This reply was modified 2 years, 7 months ago by
-
AuthorPosts