Mikhail

Forum Replies Created

Viewing 15 posts - 451 through 465 (of 6,128 total)
  • Author
    Posts
  • in reply to: Average value from 5 last values #16211
    Mikhail
    Moderator

    Hello,
    It seems that using the Val(145) input formula in the channel 145 is excessive.

    in reply to: how to modify the string through send command. #16208
    Mikhail
    Moderator

    Add 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)

    in reply to: Show Rapid SCADA Version #16207
    Mikhail
    Moderator

    In general, I suggest to download and save locally Rapid SCADA package and all plugins at the same moment to ensure they are compatible.

    in reply to: Show Rapid SCADA Version #16206
    Mikhail
    Moderator

    HOW 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.

    in reply to: Average value from 5 last values #16205
    Mikhail
    Moderator

    Hello,
    Formulas for rolling average are here.

    in reply to: Migrating V5.84 projects to V6 #16197
    Mikhail
    Moderator

    In 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.

    in reply to: Show Rapid SCADA Version #16196
    Mikhail
    Moderator

    Hi,

    According to the above link, the latest Rapid SCADA 6.4.0 (January 23, 2025) includes Webstation 6.2.0.3.

    in reply to: Migrating V5.84 projects to V6 #16191
    Mikhail
    Moderator

    How many channels are in your project?

    in reply to: Migrating V5.84 projects to V6 #16190
    Mikhail
    Moderator

    Hello,
    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.

    in reply to: Login Page #16188
    Mikhail
    Moderator

    Hi,
    In v6, it’s possible to change a product name (stored in the language file) and replace images using the same filenames.

    in reply to: Script postgresql #16182
    Mikhail
    Moderator

    This topic is about reading CSV.

    in reply to: Script postgresql #16180
    Mikhail
    Moderator

    Hi,

    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.
    in reply to: Using AD for login #16171
    Mikhail
    Moderator

    > 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.

    in reply to: Can logs be recorded in the autocontrol module #16170
    Mikhail
    Moderator

    Hello,
    The module writes a log into the ModAutoControl.log file. It can be found in ScadaSever\Log

    in reply to: ChartPro export function #16169
    Mikhail
    Moderator

    Hi,

    Also change MaxReportPeriod in ScadaWebConfig.xml

Viewing 15 posts - 451 through 465 (of 6,128 total)