Forum Replies Created
-
AuthorPosts
-
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 normalOctober 10, 2025 at 12:33 pm in reply to: Automatic Control Module – Registration key invalid #17144
MikhailModeratorMap plugin and ChartPro are still working and registration key is still valid even if I see computer code is different there too.
They might stop after restart. Let’s check the new codes.
October 10, 2025 at 12:32 pm in reply to: Automatic Control Module – Registration key invalid #17143
MikhailModeratorDear Marko,
Please send a new computer code by email to check the differences. -
AuthorPosts