Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
In the current version you can insert SVG in schemes.
hope the project v6 support string value in input channel
It will.
MikhailModerator
MikhailModeratorHi,
It’s not related with OPC. You should start the Agent service. You can find it in Windows service manager.
MikhailModeratorHello,
In web browser open http://localhost/scada/plugins/Config/WebConfig.aspx, select “Chart plugin”, save configuration and download it into the project as written in the manual.
MikhailModeratorHi,
DB export module executes SQL script every time when data comes from Communicator to Server. If you need custom data processing, it should be implemented on database level.
MikhailModeratorIf you describe how to reproduce an issue from scratch, we will fix it.
MikhailModeratorHi,
Different modules may show different computer codes. It’s normal.
If you buy a license, and after that computer code is changed and a key becomes invalid on the same computer, contact us by email providing the new computer code.
MikhailModeratorHi,
Screenshots of the existing settings would help.
MikhailModeratorHello,
You need to select Chart Pro in the configuration of the web application.
MikhailModeratorBesides that both backups were deleted
Backups usually copied to GIT or separate drive. Also you could copy a project into C:\SCADA\Projects directory.
C:\SCADA\Interface directory is automatically cleared when a project is uploaded. This is an expected behavior.
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.
-
AuthorPosts