Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHello,
It seems that using theVal(145)input formula in the channel 145 is excessive.
MikhailModeratorAdd the following function in the Scripts table:
public byte[] SetStr() { string s; if (CmdData == null) s = "null"; else s = Encoding.UTF8.GetString(CmdData); SetData(CnlNum, EncodeAscii(s), 1); return CmdData; }Set the output formula of the channel to
SetStr()
It works for a channel of the data length = 1 (or empty)
MikhailModeratorIn general, I suggest to download and save locally Rapid SCADA package and all plugins at the same moment to ensure they are compatible.
MikhailModeratorHOW does one determine/show what version of Rapid SCADA is currently installed?
Rapid SCADA of version X.X.X consists of several applications. Each application has its own version Y.Y.Y.Y. You can find versions of any certain application in the UI or logs. Then search in the product history to realize which Rapid SCADA version matches. However, an application may be unchanged and included in a few versions of the distributive.
Thanks.
MikhailModeratorIn my project I have 62 input and 9 output channels.
May be it would be easier to create a new project in v6. You can manually copy schemes and Modbus templates from the v5 project.
MikhailModeratorHi,
According to the above link, the latest Rapid SCADA 6.4.0 (January 23, 2025) includes Webstation 6.2.0.3.
MikhailModeratorHow many channels are in your project?
MikhailModeratorHello,
Try providing paths to *.rsproj files, I mean directory + filename.
Don’t try with HelloWorld, try with your own project. Of cause, make a backup copy in advance. Anyway, many iterations will be needed.
MikhailModeratorHi,
In v6, it’s possible to change a product name (stored in the language file) and replace images using the same filenames.
MikhailModeratorHi,
Use Database Export Module to export data to the DB.
Use DrvCsvReader for reading CSV files.-
This reply was modified 10 months, 4 weeks ago by
Mikhail.
MikhailModerator> Is there a manual how to “create a PostgreSQL database
I suppose, PostgresSQL provides a manual to do that. PostgreSQL is not a part of Rapid SCADA.ScadaInstanceConfig.xml already contains settings to connect to the local PostgreSQL database, named
rapid_scada, using postgres/postgres for username and password. Use the existing settings for testing.
MikhailModeratorHello,
The module writes a log into the ModAutoControl.log file. It can be found in ScadaSever\Log
MikhailModeratorHi,
Also change MaxReportPeriod in ScadaWebConfig.xml
-
This reply was modified 10 months, 4 weeks ago by
-
AuthorPosts