Mikhail

Forum Replies Created

Viewing 15 posts - 1,756 through 1,770 (of 6,289 total)
  • Author
    Posts
  • in reply to: Export to excel datetime layout #12713
    Mikhail
    Moderator

    Hi,

    It changed in Rapid SCADA 6, see the example https://ibb.co/zXj9HCN

    in reply to: Transfer data between devices #12712
    Mikhail
    Moderator

    🙂

    in reply to: Error opening serial port #12702
    Mikhail
    Moderator

    Hello,
    What username is written in the Communicator log?
    If the port exists, but cannot be open, you would get another error message.
    Could you copy here a part of communication line log?

    in reply to: Problem with data adquisition #12701
    Mikhail
    Moderator

    SQL functions should be used. First of all, get the correct raw data. Then try using SQL functions to add some processing.

    in reply to: Structure of many instances #12700
    Mikhail
    Moderator

    Hello,

    I recommend to use the same Rapid SCADA project for all instances (servers).
    Also you need to configure the Agent service on the remote server by providing correct instance name instead of Default.

    in reply to: Transfer data between devices #12699
    Mikhail
    Moderator

    Hi,

    You can use Automatic Control Module to send commands (write data to the target OPC server) on incoming data change. It would require to add a trigger for each channel.

    If you have a lot of channels, the above methods is not comfortable to configure, and some custom solution is preferable.

    in reply to: Remote commumicator #12689
    Mikhail
    Moderator

    In different cases different architectures are convenient.

    in reply to: Problem in exporting PLC run time #12688
    Mikhail
    Moderator

    Hi,

    You should check the configuration and log files of DB Export module.
    Current data and events are exported independently.

    Mikhail
    Moderator

    Hi,

    Some thoughts:
    – Server v5 requires a lot of RAM when trends (charts) are requested by a user.
    – Is it possible to check what amount of RAM was consumed by the Server service when it was killed?
    – 218 MB of free memory is not big. If possible, add memory to the server.
    – Rapid SCADA 6 uses systemd daemons. Consider moving to v6 in the future.

    in reply to: Problem with data adquisition #12685
    Mikhail
    Moderator

    When a device is disconnected, channel status = 0. You should also store status in the database, or use status to convert values to NULL if status is zero.

    in reply to: OPC DA to UA Gateway #12684
    Mikhail
    Moderator

    Hi,

    There are 2 independent tasks:
    1. Get data from OPC DA.
    2. Provide data as OPC UA. Rapid SCADA 6 is needed for this.

    To solve the 1st task, use usual configuring sequence, as written above. In case of errors, please provide screenshots of the settings and logs.

    After the 1st task is done, ask about the 2nd,

    in reply to: Map: Data #12683
    Mikhail
    Moderator

    Hi,

    Do you mean displaying data on a map permanently? Could you draw an example?

    in reply to: Remote commumicator #12674
    Mikhail
    Moderator

    Hello,
    In the connection options of the Communicator B you should specify the Server A.
    It would be more efficient if you provide screenshots of your settings.

    in reply to: REST API for the RapidScada #12673
    Mikhail
    Moderator

    Hello,
    API provides access to channel data by channel numbers. Channel names are not unique, so cannot be used to get data.

    Getting channel data using REST API by some unique string codes can be a good idea for the future improvements. Currently, you need an internal dictionary that provides channel number by its name or code.

    in reply to: Structure of many instances #12672
    Mikhail
    Moderator

    Hello,
    I think, you need 4 instances in the project:
    – Default
    – Remote1
    – Remote2
    – Remote3

    The instances are declared in the project, and deployed on different machines.

Viewing 15 posts - 1,756 through 1,770 (of 6,289 total)