Forum Replies Created
-
AuthorPosts
-
MikhailModeratorI noticed the ModAutoControl config file is empty, could this be causing the error?
Yes, this is the cause of the error. Make sure that the module version is compatible with the Rapid SCADA version. I recommend to update the both by downloading them from our website.
You need to restore the module configuration from a backup copy. A file copy also can be found at SCADA\ScadaServer\Config (working copy of the configuration)
MikhailModeratorHi,
To use REST API you should connect to the web application. The Server application supports custom TCP-based protocol. See this link for more details.
MikhailModeratorIt depends on the connection interface and communication protocol.
MikhailModeratorHello,
There are no images at the above link. Could you fix it?
MikhailModeratorHi,
You should compare the existing channel value with the current value, and reset it each period. A script have to be added to the Scripts table, and then used for a new channel.Development of such script is not included in the support service.
MikhailModeratorHello,
Rest API works via the TCP port of the web application. It is not 10000, which is the Server’s TCP port.
MikhailModeratorHi,
Open Custom Options of the Modbus Slave’s communication line. Add a TransMode option equals to TCP as shown at https://ibb.co/GCzsnyV
MikhailModeratorPlease check the video lessons. If it does not help, provide more info and specify what module did you install.
MikhailModeratorIn a trigger, you can copy value of the channel that fires the trigger.
MikhailModeratorHi,
I want to copy value from other channel
You can do that in the output formula of the channel that is used for sending command. Use
Val(n)function.-
This reply was modified 1 year, 10 months ago by
Mikhail.
MikhailModeratorHi,
Try unset the Copy channel data checkbox, and specify channel value and status.
May be, it’s better to create a command trigger rather than a data trigger.August 12, 2024 at 10:19 am in reply to: I’ve completed the compilation of the v6. How can I deploy it? #15117
MikhailModeratorHello,
To make the same file structure as the installation package, you should copy the build output to the corresponding folders.
MikhailModeratorIt’s possible to create a client from a driver code and interact with the Server service. But it’s not as designed.
-
This reply was modified 1 year, 10 months ago by
-
AuthorPosts