Forum Replies Created
-
AuthorPosts
-
MikhailModeratorThe above log file belong to the web application.
You should find the log file of the communication line
SCADA\ScadaComm\Log\lineXXX.log
MikhailModeratorHi Simone,
Please follow this manual.
If you get any errors, post links to the screenshots of the settings and log files written by the module.use the ImportDB module to read commands from a SQL Server table and send them to the PLC
Note that from SQL Server the driver can read values, not commands. Those values will be presented by Rapid SCADA as channel values. To convert values to commands that are send to a Modbus TCP device, Automatic Control Module is needed. The module sends commands according to different conditions, depending on channel values. For example, it can send a command of channel value changes.
MikhailModeratorIn that case, you should ProjConv5to6.
For small projects, it may be easier to create a new project manually, and copy scheme views.
MikhailModeratorHi,
Please copy a part of the communication line log, describing the issue, into this topic.October 16, 2025 at 12:00 pm in reply to: How to embed SCADA Webstation in an iframe (HTTP/HTTPS mixed content issue) #17175
MikhailModeratorCould you make a screenshot of the error you get when insert a Rapid SCADA web page into a frame?
October 16, 2025 at 11:58 am in reply to: How to embed SCADA Webstation in an iframe (HTTP/HTTPS mixed content issue) #17174
MikhailModeratorHi,
In your case, I would recommend to integrate Rapid SCADA and Grafana. Then you could insert Grafana dashboard in a frame. To do that, you should enable in Rapid SCADA writing archives to PostgreSQL database, and read the database by Grafana.Rapid SCADA also supports JavaScript API. See this link. It contains examples of web requests.
October 15, 2025 at 8:55 am in reply to: How to embed SCADA Webstation in an iframe (HTTP/HTTPS mixed content issue) #17172
MikhailModeratorCould you please be more specific about your question?
MikhailModeratorThank you 🙂
October 14, 2025 at 9:13 am in reply to: How to embed SCADA Webstation in an iframe (HTTP/HTTPS mixed content issue) #17167
MikhailModeratorYou could insert company’s logo if needed.
October 14, 2025 at 9:13 am in reply to: How to embed SCADA Webstation in an iframe (HTTP/HTTPS mixed content issue) #17166
MikhailModeratorHello,
Modern browsers blocks an iframe if it has another origin (address and port).
Probably, it’s possible to find a solution how to allow it, but Rapid SCADA is not designed to work inside frame. So it will most likely be a waste of time.
MikhailModeratorHow many channels in your project?
MikhailModeratorCheck readme.txt in the archive.
MikhailModeratorHello,
We are planning to develop a dialog to pick a property. It will solve the issue.
MikhailModeratorHi,
You should find a cause why a channel freezes. If there are polling errors in Communicator, we should find a solution how to change its status to undefined in Communicator, not on Server side.October 13, 2025 at 9:51 am in reply to: Auto Control Module – How to send command only once, without repeat #17154
MikhailModeratorHi,
the sensor value fluctuate during the water pumping
I suggest setting up the channel limits with a deadband. Then configure a trigger that fires on channel status (not channel value).
-
AuthorPosts