Mikhail

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 5,147 total)
  • Author
    Posts
  • in reply to: Create Array template elements #14353
    Mikhail
    Moderator

    For example, the device returns a list of registers A1…A10. And a manufacturer says that this is an array. A driver should create a tag that has length > 1 to support an array. But the current Modbus driver does not support this.

    While OPC devices can return data of array types. And the OPC driver also supports this.

    in reply to: Array variables through opcua #14342
    Mikhail
    Moderator

    Hello,

    OPC UA driver in Rapid SCADA 6 can read arrays from the OPC server. On SCADA level each array element is stored in a separate channel. It’s easier to try and watch how it works.

    Mikhail
    Moderator

    Yes, event has it’s own timestamp that equals to an event creation time. While archive timestamp may be different if the archive uses a writing period. But 20 seconds difference is too big if the archive period parameter is 1 second. I would be OK if the archive writing period is 1 minute for example.

    in reply to: Function in the output channel in v5 other than v6 #14339
    Mikhail
    Moderator

    Hello,

    If I understand you correctly, the channel 5767 (Output) was created to set the value of the channel 5567 (Calculated).

    Try disabling the channel’s 5567 formula. Commands should work in this case. Next, you need to fix CKLP. Could you describe how CKLP should work?

    in reply to: Convert historical data from V5 to V6 #14337
    Mikhail
    Moderator

    Hi,

    Thank you for the update. Please tell about the results.

    in reply to: Error while trying to add an OPC Classic device #14336
    Mikhail
    Moderator

    Hi,

    May be you need to install OPC Core Components (available on our website).
    Also, you should configure access rights in DCOM settings, which can work unpredictable.
    OPC DA does not need to specify TCP port.

    Consider installing the Communicator service on the same machine as OPC server. Communicator can send data to SCADA-Server remotely. And configuration may be simplified.

    in reply to: Custom Page #14325
    Mikhail
    Moderator

    The examples were added. Check this link.

    Mikhail
    Moderator

    Is it possible to reproduce the problem?

    in reply to: Linux Installation – OPC-DA XML #14323
    Mikhail
    Moderator

    Hello,

    The existing OPC DA driver (DrvOpcClassic.dll) does not support the OPC XML DA standard.

    In my opinion, OPC XML DA is a transition standard between OPC DA and OPC UA, so the standard too rare to implement its support.

    Mikhail
    Moderator

    A timestamp of the event is set by the Server service when the event is created.
    A timestamp of the data point may be changed according to the archive writing period. It depends on the archive properties.

    in reply to: How to write value and appear on the screen? #14319
    Mikhail
    Moderator

    Hello,
    Channel 46804 is not needed.
    In the channel 46805 the output formula is just SetData()
    The above should work, see https://ibb.co/KqvK15r

    in reply to: Convert historical data from V5 to V6 #14318
    Mikhail
    Moderator

    > migrate all the *.dat files (in v6 format already) into Postgresql database
    Currently, there is no ready to use converter. 2 approaches come to my mind:
    1. We can develop a converter by a contract.
    2. Deploy an additional instance of Rapid SCADA and use Rapid Gate module to transfer data from the additional instance to the main instance of Rapid SCADA.

    in reply to: Convert historical data from V5 to V6 #14317
    Mikhail
    Moderator

    Hi,

    > decided to use PostgreSql as only one achieve as main achieve
    It’s up to you. However, why don’t you use *.dat format as a secondary to make the system more reliable?

    in reply to: Rapid SCADA IoT #14312
    Mikhail
    Moderator

    Hi,
    Could you draw a simple diagram that shows the architecture of your system?

    in reply to: Convert historical data from V5 to V6 #14311
    Mikhail
    Moderator

    2) In Elastic Report, use SelectArchive and/or DefaultArchive

    3) Yes. Activate archives that are in use.

Viewing 15 posts - 31 through 45 (of 5,147 total)