Forum Replies Created
-
AuthorPosts
-
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 5 months, 2 weeks 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
MikhailModeratorHi Rodrigo,
I’ve uploaded the mimic examples here. You should create a folder Mimics in the Views section of the project, and copy the files there. You will find components with scripts. Feel free to ask additional questions based on the examples.
MikhailModeratorHello,
It’s needed to create a database, while schema and tables will be created automatically.
Please make screenshots of the corresponding settings and error.
MikhailModeratorHello,
In that particular case, throwing exceptions from formulas causes the messages to a user as written above.
Showing popups in general is also possible but may be more complicated. -
This reply was modified 5 months, 2 weeks ago by
-
AuthorPosts