Forum Replies Created
-
AuthorPosts
-
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, 5 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.
MikhailModeratorA driver does not write data to input channels directly. It writes data to a tag. Communicator binds tags to channels. Data sources send tag data to Server according to the bindings. Use DrvSimulator as an example.
-
This reply was modified 1 year, 5 months ago by
Mikhail.
MikhailModerator
MikhailModeratorBinary format will be supported in the next release.
MikhailModeratorCheck ScadaComm.log for error. Probably the communication line is not started, therefore its log does not exist.
August 6, 2024 at 11:20 am in reply to: How to implement Predictive Maintenance base on Rapid SCADA #15099
MikhailModeratorIf you need to do some calculations based on the measurements, it’s possible to develop scripts that implement it.
August 6, 2024 at 11:19 am in reply to: How to implement Predictive Maintenance base on Rapid SCADA #15098
MikhailModeratorHi,
Using Rapid SCADA you can collect data from various devices, store data into a database, and display to an operator. I suggest to start from watching video lessons and reading docs (link).
MikhailModeratorHi,
1. When creating a time trigger, you can enter time with seconds. If it’s doesn’t work for you, please provide a screenshot.
2. If it should repeat not too fast, you can enter many times of day in the trigger options. Alternatively, you should create a channel that changes from 0 to 1 every X minutes, and create a data trigger that reacts on the channel.
MikhailModeratorHi,
Try creating a time trigger in Automatic Control Module. Use the Delay parameter of commands to send them as a sequence.
-
This reply was modified 1 year, 5 months ago by
-
AuthorPosts