Forum Replies Created
-
AuthorPosts
-
MikhailModeratorcan you link me with some example projects backup? I will try to restore the project and learn from there.
The Hello World project is in C:\Program Files\SCADA\ProjectSamples\HelloWorld
Other projects are owned by the customers.
There is a YouTube video about connecting devices by Modbus. It should not be hard.
MikhailModeratorHello,
I have tried to make channels which aren’t linked to any device/communication lines
I suggest to add a device in the Devices table that has no a real device under it. It is useful for grouping channels.
SetData(417,Cmd,1)
If that output formula is used in the channel 417 itself, it can be simplified to
SetData()
MikhailModerator5000 channels is not so many. It should be 10 iterations per second. To measure it, you could write timestamps in a text file from a channel formula. A formula for writing to file somewhere on the forum.
MikhailModeratorHi,
What do you see in the modules window?
Note that ASP.NET 8 must be installed after IIS.
MikhailModeratorHi,
1. Could you make a screenshot of the report when you download the same report from a web page?
2. What result do you get if you choose the HTML format in the Auto Report settings?
3. Try using en-GB culture if you use another culture.
MikhailModeratorHello,
This has led to a polling cycle of calculation taking up to 10 seconds.
How did you calculate that?
MikhailModeratorHello,
The main loop of the Server service iterates approximately 10 times a second. If you need faster calculation rate, I suggest to develop a specific module in C#.
MikhailModeratorif I want to determine that the conditions of Channel1==1 && Channel2==2 are met, and I want to send the Value of Channel3
It can be configured in Auto Control Module using a Multi-Channel Data Trigger.
MikhailModeratorWhat is the translation of the error message?
MikhailModeratorFor now, it’s needed to create an extra channel that compares other channels. The created channel is processed by the module.
MikhailModeratorHi,
If you email me, I will send a link. Replication Module is a part of Enterprise edition.
MikhailModeratorAt the moment, I prefer to set the same width and height for text components, it simplifies to align them manually.
MikhailModeratorHello,
This feature will be implemented in the new editor. But I don’t know when it is ready.
https://ibb.co/ZRHS49Ym
MikhailModerator2025-07-06 21:50:28 [RANUI-SOLAR][RANUI-SOLAR$][ACT] Data source ScadaServer: Receive the configuration database
Common cause is that the Server service cannot start. So you need to open ScadaServer.log and check the error messages for the details.
Formulas are compiled as a single script when Server starts. If they contain a typo, they cannot be compiled. Script Check Extension may be useful.
-
AuthorPosts