Mikhail

Forum Replies Created

Viewing 15 posts - 2,386 through 2,400 (of 6,299 total)
  • Author
    Posts
  • in reply to: The problem of InfluxDB on Scada V6 #10885
    Mikhail
    Moderator

    Can you see the screenshot of the archive settings?

    No, I can’t.

    in reply to: Notification #10884
    Mikhail
    Moderator

    At least a screenshot should contain an event.

    in reply to: PostgreSql save according to event #10883
    Mikhail
    Moderator

    Hello,
    The SQL request is executed every time when new data comes from Communicator to Server service.

    in reply to: Changing text color #10882
    Mikhail
    Moderator

    Try the formula that works for v5 and v6:

    public int MyStat()
    {
      if (1 <= Cnl && Cnl <= 2) // your limits
       return 100; // your status
      else if (3 <= Cnl && Cnl <= 4)
        return 200;
      else 
        return 300;
    }

    In the channel formula: Cnl; MyStat()

    in reply to: Control by web #10881
    Mikhail
    Moderator

    If you have questions for now, be free to ask.

    in reply to: Notification #10857
    Mikhail
    Moderator

    The above screenshots do not contain a panel of Notification panel plugin. It is shown automatically when a new event matches the plugin settings.
    You can see this panel when click the Bell button.

    in reply to: The problem of InfluxDB on Scada V6 #10855
    Mikhail
    Moderator

    Could you provide a screenshot of the archive settings?

    in reply to: The problem of InfluxDB on Scada V6 #10854
    Mikhail
    Moderator

    System.Private.Uri is a part of .NET. May be you should install Chinese language pack for .NET.
    You can try downloading the dll from https://www.nuget.org/packages/System.Private.Uri/ , unzip it and copy the requested file into SCADA\ScadaServer\Mod\ModArcInfluxDb.Logic\ directory.

    in reply to: How to Install Automatic Control Module in Raspberry PI #10853
    Mikhail
    Moderator

    Hi,
    It looks like the module is not in use.
    Check that /opt/scada/ScadaServer/Config/ScadaServerConfig.xml contains
    <Module code="ModAutoControl" />

    in reply to: Dashboard Plugin #10852
    Mikhail
    Moderator

    Hi,
    mode can be fixed or rolling
    period is a number of days in fixed mode or minutes in rolling mode
    config is a chart configuration file.

    in reply to: Notification #10851
    Mikhail
    Moderator

    Hello,
    Could you make a screenshot of a notification panel of the plugin that contains an event?

    in reply to: How to manage MQTT JSON data from Rapid Scada version 6 beta #10850
    Mikhail
    Moderator

    How can I update to the new release keeping all of my settings ?

    – Make a backup of your Rapid SCADA project
    – Upgrade Rapid SCADA
    – Upload the existing project
    – Check for errors

    in reply to: Rapid SCADA 6 Beta #10842
    Mikhail
    Moderator

    Thank you too!

    in reply to: How to Install Automatic Control Module in Raspberry PI #10841
    Mikhail
    Moderator

    Hi,
    Does the file /opt/scada/ScadaServer/Log/ModAutoControl.log exist?
    Are there any errors in ScadaServerSvc.log on the service start?

    in reply to: Create Event #10840
    Mikhail
    Moderator

    Events are created automatically by the Server application depending on channel properties. You should set event checkboxes for the channel. Events are stored in the event archive, located by default in C:\SCADA\ArchiveDAT\Events

Viewing 15 posts - 2,386 through 2,400 (of 6,299 total)