Forum Replies Created
-
AuthorPosts
-
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.
MikhailModeratorHello,
Commands can be sent:
– Using Automatic Control Module
– With a custom module developed by yourself in C#
MikhailModeratorPublished at https://rapidscada.net/store/Module/en/ModAlarmFork
MikhailModerator
MikhailModeratorWhat protocols are used by the devices?
MikhailModeratorHello,
You can find the same document in English here.
Rapid Gate is designed to be installed on a one server. The module can send and receive data.There is Replication Module included in Enterprise edition. It sends commands to Communicator to start and stop polling.
MikhailModeratorIs the code of this S2000-PP driver available for review?
It’s proprietary. If you decide to develop you own driver, I will copy some parts of the source code that can help.
MikhailModerator> The last event is under 0x1000, the pass under 0x1008, and so on.
After the last event is read by the driver, is the previous event moved to the address 0x1000?
If so, it’s possible to use the existing driver.
If not, you need to develop a driver based on the existing. For example, I had to develop a driver (named S2000-PP) in similar situation.
MikhailModerator> Is it possible to create a channel which is not linked to real world IO
Yes.> or alternatively to create mutiple channels linked to the same IO.
Only one channel can get data from a data tag of Communicator. Other similar channels should take data of the 1st channel using the formulaData(1)
MikhailModeratorThe 1st active current data archive is Cur. If you deactivate it, current data will be read from the archive, having the code CurCopy.
MikhailModeratorAutomatic Control Module sends commands to a device. Commands can be for writing a register, and for polling a device.
MikhailModeratorHistorical file is created when a data point with the corresponding timestamp received by Server. UTC time is used. If you time zone is UTC+9, it’s correct.
-
AuthorPosts