Mikhail

Forum Replies Created

Viewing 15 posts - 331 through 345 (of 6,218 total)
  • Author
    Posts
  • Mikhail
    Moderator

    Thank you for the info.

    in reply to: How to report monthly totals per channel #16929
    Mikhail
    Moderator

    Hello,
    If you use *.dat archives, they record data with a fixed period. So the number of records is constant.
    If PostgreSQL archives are used, you can count the number of records by SQL request.

    in reply to: New release Rapid SCADA 6.4.x #16926
    Mikhail
    Moderator

    Rapid SCADA 6.4.2 has been released.
    Server:
    – Archives support monthly writing period
    – Added an option to continuously recalculate to the difference calculator module

    Communicator:
    – OPC UA driver has improved reconnection to the OPC server. Implemented channel-based subscription creation

    Webstation:
    – Beta version of new mimic diagrams included
    – Comamnd API is available by default
    – Changes in the plugin API

    Administrator:
    – The length of the Code field increased
    – Added more cultures in the culture list

    in reply to: How to report monthly totals per channel #16919
    Mikhail
    Moderator

    Hello,

    > how many values were read for each channel
    Please clarify what does it mean “how many values were read”?

    in reply to: Closed serial port #16918
    Mikhail
    Moderator

    If another software opens the port, it cannot be opened by Rapid SCADA.

    in reply to: Closed serial port #16917
    Mikhail
    Moderator

    Hi,
    The software should try to open the port when it is available. What is in the log?

    Mikhail
    Moderator

    In Rapid SCADA it’s a bit different:
    When you click a button, a popup dialog is shown, where you can choose an option.
    To do that, you need to configure a channel of the output type. Then specify the channel number in the button properties.

    in reply to: Logging fast I/O #16899
    Mikhail
    Moderator

    Please don’t mess up many topics in one. Create new topic for other questions.
    Archive kind should be set to historical.

    in reply to: Logging fast I/O #16880
    Mikhail
    Moderator

    Manually add a row in the Archives table.
    If you provide screenshots, I can check.

    in reply to: Execute weblink in channel table #16876
    Mikhail
    Moderator

    Hi,
    That’s interesting!

    in reply to: Logging fast I/O #16873
    Mikhail
    Moderator

    You can write data on change. It is supported by PostgreSQL archives.

    > Just for a selected channel, not all of them.
    It’s needed to create a new archive in the configuration database and in the Server settings. The created archive should not be marked as default. Then you can set an archive mask of the channel to write that channel to the certain archive.
    Ask for the details if needed.

    in reply to: Execute weblink in channel table #16856
    Mikhail
    Moderator

    In the Scripts table add

    public double StartProcess()
    {
      Process.Start(@"/opt/scada/myscript.ssh");
      return 1.0;
    }

    and create myscript.ssh containing the necessary commands.
    Then use that function in the output formula.

    in reply to: UTC date and time #16855
    Mikhail
    Moderator

    Hi,

    The time seems to be converted from UTC to local time, so in order to become UTC in the view, I would have to convert it additionally.

    That’s right. Probably, we need to add an additional option to control displaying.

    in reply to: Execute weblink in channel table #16849
    Mikhail
    Moderator

    To shut down a Linux machine it’s better to connect by SSH and execute a shell command.

    in reply to: Execute weblink in channel table #16848
    Mikhail
    Moderator

    Hi,
    You can create a channel with an output formula that executes an external script to shutdown the machine.
    But it’s not a good practice.

Viewing 15 posts - 331 through 345 (of 6,218 total)