Forum Replies Created
-
AuthorPosts
-
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).
MikhailModeratorHi,
If status also should be taken into account,
Val(101) - Val(102); Stat(101)October 10, 2025 at 12:38 pm in reply to: Auto Control Module – How to send command only once, without repeat #17146
MikhailModeratorHi,
According to the log file, the trigger “Tank Medium Level” returned to the normal state at 23:59:17 and then fires again.
Probably, you should check why the trigger returned to normal -
AuthorPosts