Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Probably you should update SCADA-Server too. I expect the next official release in May to achieve consistence in app and module versions.
MikhailModeratorYou can get status of an input channel of the device and use it as a device state. For more details, please create a new topic.
MikhailModeratorThank you, Mr. Hoang.
MikhailModeratorHello,
I can not get a code for ModAutoControl
Look for the code into /opt/scada/ScadaServer/Log/ModAutoControl.log
April 6, 2021 at 1:42 pm in reply to: setting output channel value on the base of data received #8652
MikhailModeratorHi,
Definitely, you need Automatic Control Module. Even with the module it may be tricky.
-
The idea is the following (using the module):
- Create a trigger that detects “inputchannel 201 value < 800"
- Send a command with 5s delay to “write modbus value 3100 to output channel 801”
- Send a command with 10s delay to “set modbus value to 3100”
- In the output channel formula for the 2nd command, check the required condition “inputchannel 201 value==800”
In case of questions during implementation, post screenshots and description in this topic.
MikhailModeratorHi,
I have difficulty in reading the non-english comments.
We will update all comments to English.
Are the data of each channel gurenteed to be processed by the same formula instance in sequence and only once?
This is true for input channels of the Real and Discrete types.
Channels of calculated types are calculated permanently in cycle.
If possible could you explain what those channel type mean ?
It is written in the Channel types table when you open any project in Administrator.
MikhailModeratorHello,
This topic is named “Time Off Timer”. Please create a new topic with an appropriate name for discussing Auto Control Module.
MikhailModeratorHello,
Rapid SCADA 5.x allows max.8 Latin characters in a one channel.
When possible, use text enumerations for displaying string (e.g., Off-On).
MikhailModeratorHello,
There are 2 approaches:
1. Using Linux tools or command line, provide full write access to /opt/scada/config/ directory and all the files there. Then edit configuration as usual in web interface.
Don’t forget to download web configuration changes into the project after editing.2. In the Administrator app, edit the WebSettings.xml file manually.
I suppose, the 1st approach is more straightforward.
April 5, 2021 at 1:43 pm in reply to: Difference b/w OnCurDataProcessed and OnCurDataCalculated #8639
MikhailModeratorHi,
OnCurDataProcessing – when new data are coming from a controller.
OnCurDataCalculating – when input channels of the calculated type are calculated.“ing” – before
“ed” – after
MikhailModeratorYou should try sending emails with DemoProject.en-GB
MikhailModeratorDatabase model is changed.
MikhailModeratorIf you change interface to the old version, does the element appear again?
MikhailModeratorTo fix this issue, a remote connection is required. It would be a paid service.
-
AuthorPosts