Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
SetVal is wrong in that function. The function used in the output formula shouldn’t set any channel, it just returns a value.
Check ModAutoControl.log to make sure that commands are sent when needed.
MikhailModeratorHi,
In the Administrator app, Tools – Project Tools – Encrypt Password
Note that the encryption is not for the Users table, because the table contains hashes (not passwords).
MikhailModeratorHi,
Thank you for the update.
Such credentials are located in ScadaInstanceConfig.xml
It is possible to setup the archive to use other login/password, but in most cases it is more convenient to set them in that single file.
MikhailModeratorThe channel should be tied to the relay or something.
MikhailModeratorHi,
Try the following approach:
1. Add a command under the trigger with the 180 sec delay.
2. That command is sent to a new channel of the output type.
3. In the output formula of the channel, check the condition and reject a command if the condition is not satisified.Example of output formula:
CheckCondition() ? CmdVal : double.NaN
MikhailModeratorPlease create a new topic for the different question.
MikhailModeratorHello,
My question is about what exactly these channels represent.
In your project, open the Channels table by double-clicking it. The Administrator application shows the number of records in the table. This is the channel number mentioned by Rapid SCADA Standard license.
Also, how many channels are included by default in the standard Rapid SCADA installation?
Community edition has no limits. Channel limit is applied only to the additional modules. If the number of channels exceeded, a commercial module stops working, while the main services continue operating.
If you need more variables, you can expand the exiting license of the same type by paying only a price difference.
Be free to ask more questions.
MikhailModeratorHi,
You should enable password auth for user ‘postgres’ by editing the PostgreSQL configuration files and executing some SQL commands. This is the typical issue. Try googling it.
MikhailModeratorHi,
In a query, copy only a particular query, not all SQL.
Maybe, it is easier just enable PostgreSQL archives instead of using DB Export Module. It can be done in the Server – Archives section of the project.
MikhailModeratorHello,
This error means that the PostgreSQL database server is not available anymore.
MikhailModeratorHello,
Please provide screenshots of the settings related to the issue.March 12, 2026 at 12:01 pm in reply to: Mimic Diagrams in Rapid SCADA 6.5.4 – Script field on graphic elements #17745
MikhailModeratorHello,
Set the GapBetweenPoints parameter in the PlgChartPro.xml file.
This is a number of seconds to draw a line between points.-
This reply was modified 3 weeks, 2 days ago by
Mikhail.
MikhailModeratorHi,
It should be possible in the next release. Source codeMarch 10, 2026 at 11:51 am in reply to: Mimic Diagrams in Rapid SCADA 6.5.4 – Script field on graphic elements #17738 -
This reply was modified 3 weeks, 2 days ago by
-
AuthorPosts