manjey73

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 856 total)
  • Author
    Posts
  • in reply to: Logging fast I/O #16886
    manjey73
    Participant

    1 Download additional utilities and replace them with new libraries from the Scada package.

    2 Configure the Presentation Table and Chart Pro to display this particular archive

    in reply to: Logging fast I/O #16883
    manjey73
    Participant

    Your archive is listed as the Current one, which is probably incorrect. It must be Historical beforehand

    in reply to: Logging fast I/O #16879
    manjey73
    Participant

    After creating the archive, it must be assigned in additional project tables by analogy with the existing ones.

    in reply to: Logging fast I/O #16872
    manjey73
    Participant

    It can be adjusted from 1 second. To do this, create the appropriate archive and specify it in the channel mask. Make an additional table with the Archive code. If necessary, configure the profile of the Charts Pro for display.

    in reply to: Enter password for execution specific command #16870
    manjey73
    Participant

    Find the password request parameter in the configuration settings.

    in ScadaWebConfig.xml parameter – CommandPassword

        <OptionGroup name="Main">
          <Option name="AllowAuthApi" value="false" />
          <Option name="AllowCommandApi" value="false" />
          <Option name="CommandPassword" value="false" />

    Unfortunately it works on everything

    in reply to: Auto Control Module – trigger state is undefined #16863
    manjey73
    Participant

    Make an additional Input channel for the device and write the Status tag in the code and check the operation.

    • This reply was modified 1 month, 2 weeks ago by manjey73.
    in reply to: Auto Control Module – trigger state is undefined #16862
    manjey73
    Participant

    If I understood correctly, then Sada is working for you, and you can disable the installation, move it, and then turn it on again.
    Probably, for a level alarm, you need to use something like an RS trigger and reset it by the communication status tag – Status service tag for devices 0 = Normal, 1 = Emergency. Then, when the installation is disabled, the trigger formula will reset to 0, and after switching on and the connection appears, if there is an error in the device, it becomes 1 again. And already configure ACM for this trigger.

    in reply to: Auto Control Module – trigger state is undefined #16860
    manjey73
    Participant

    Yes, this is a problem, because depending on the task, a second reaction is necessary, for example, after restarting the server and module.
    you can work around this by developing formulas, but this is not the right way, although it is the only one at the moment.

    in reply to: UTC date and time #16854
    manjey73
    Participant

    The Web Server converts the time to the time specified in its settings, if not specified, then to the local time.

    The Scada Server stores the time in UTC.

    This is a headache for me when developing drivers, because the time of the device may also be added, which is set in the 3rd time zone, different from the UTC server and different from the Web server 🙂

    in reply to: Execute weblink in channel table #16833
    manjey73
    Participant

    For example, in addition to the “Rocket” – execute the command, you need to add something else. Or to add to this the ability to work with links.

    in reply to: Execute weblink in channel table #16832
    manjey73
    Participant

    Probably not, it’s a plug-in for tables as part of PlgMain. Most likely, it needs to be improved

    in reply to: DB Import string #16827
    manjey73
    Participant

    Specify the required length for the channel, and set the next channel number based on the length of the previous one.
    For example, Channel 200 is a String type, length 2, the next channel should be 202, since you set the length to 2 and occupied channels 200 and 201.

    in reply to: Logs #16813
    manjey73
    Participant

    Try adding commands to the messages that ACM understands. For example {CnlNum} and others

    https://rapidscada.net/docs/en/latest/modules/mod-auto-control

    in reply to: Logs #16811
    manjey73
    Participant

    And where do these screenshots come from? from which application?

    Well, the actual question is, what exactly do you want to see, is it not entirely clear from the words?

    in reply to: Logs #16809
    manjey73
    Participant

    Please show me the screenshots of what exactly do you want to see?

Viewing 15 posts - 31 through 45 (of 856 total)