Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHello,
Please clarify your question by providing screenshots.
MikhailModeratorHello,
The Server scripting engine has no references to the MQTT classes.
What is the general idea of ​​how the script should work?
I suggest this manual about Server scripts https://rapidscada.net/docs/en/latest/configuration/scripts
MikhailModeratorHi,
This is a known bug. It will be fixed in the next release.
MikhailModeratorI’m glad everything worked 🙂
MikhailModeratorIf you want all channels to be written in the custom archive, set the Is Default field for the archive.
MikhailModeratorHi,
Let’s make the custom archive work!
Note that you should add a custom archive with the same Code to the Server settings, and to the Archives table in the configuration database.
If this has already been done, please send screenshots of the relevant settings.March 27, 2026 at 11:13 am in reply to: Will the content of the custom event be recorded in the text field? #17799
MikhailModeratorHello,
Please provide more details and screenshots.
MikhailModeratorHi,
A variation on the same idea:
1. Deploy a separate instance of the web application for mobile users.
2. Add views for mobile in a different folder.
3. Set a corresponding start view for mobile users in the web app settings.
MikhailModeratorHello,
It looks like something wrong with the web application. If you start the Scada website in the IIS management console, what happens next?
MikhailModeratorHi,
As a first step, try writing historical data to the future using ScadaTestClient.
If data successfully saved and displayed, then we can think how to read them by a driver.-
This reply was modified 1 week, 3 days ago by
Mikhail.
MikhailModeratorTry changing channel values by ScadaTestClient in order to test triggers separately.
MikhailModeratorNote that a trigger fires when a channel value changes. I mean that the trigger condition should be false, and after that the condition should be true to cause the trigger to fire. Did it happen?
If the channel is undefined, the trigger condition neither true or false as I remember.
MikhailModeratorHi,
If the channel is specified, the object is redundant here.
According the above part of the log, the fallback trigger does not fire.March 23, 2026 at 12:28 pm in reply to: Help with Remote Access to Webstation (External Devices) #17779
MikhailModeratorHi,
The most safe way is creating a virtual machine in the cloud, install Rapid SCADA there, and upload data from your local system to the cloud system by Rapid Gate Module.
Allowing external access to local resources as described above is possible, but risky.
MikhailModeratorFor the output channel 208 set the event flag to generate events on commands. It can help to see what value was sent and when.
-
This reply was modified 1 week, 3 days ago by
-
AuthorPosts