manjey73

Forum Replies Created

Viewing 15 posts - 91 through 105 (of 922 total)
  • Author
    Posts
  • in reply to: Logging fast I/O #16895
    manjey73
    Participant

    What do you mean by scenarios?

    As for mnemonics, I chose the SVG creation method for myself, but sometimes it’s a bit tedious. At the same time, I do not use graphic editors practically. I draw in AutoCAD in different colors, print to PDF with the selected size (adjust to the image) and use an online converter from pdf to svg. Then I edit the styles with my hands (I change the colors, line thicknesses, etc.)

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

    The archive is recorded using the selected mask. The archive name is not displayed in the channels. Or do you already mean on the chart itself?
    You must manually configure additional configurations for the Pro Charts.

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

    However, you can always use additional utilities to check for records.

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

    Well, you need to try it a few times to figure out how to set it up 🙂

    Again, regular Charts may not be able to show data, except from the Minute Archive, I did not check, since I always use ChartPro.

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

    Utils

    TrendTabeViewer is needed

    in reply to: Logging fast I/O #16887
    manjey73
    Participant
    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 8 months, 1 week 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 🙂

Viewing 15 posts - 91 through 105 (of 922 total)