Rapid scada data streaming API

Forum Home Forums Uncategorized Issues Rapid scada data streaming API

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #15414
    rajatdas2005
    Participant

    Hi,
    I have created a scada project with opcua client as a communication line with associated opcua nodes. It gets data from a standalone OPCUA server. Also through rest api GET (http://192.168.1.2:10008/Api/Main/GetCurData?cnlNums=101) and POST (http://192.168.1.2:10008/Api/Main/SendCommand) call I am able to read/write data both in rapid scada and opcua server.
    Now as my data is changing frequently instead of using GET call, is there data streaming API call available by which my application will read the data as soon as it change ?

    #15427
    Mikhail
    Moderator

    Hi,

    Now as my data is changing frequently instead of using GET call, is there data streaming API call available by which my application will read the data as soon as it change ?

    Try using DrvMqttPublisher driver which publish data on change by MQTT.

    #15438
    rajatdas2005
    Participant

    Thank you…So by using DrvMqttPublisher, will I be able to publish scada data to a standalone mqtt broker, so that other application can subscribe it to get the data ?
    can you mention the steps to enable and communicate Mqtt Publisher in rapid scada.

    #15445
    rajatdas2005
    Participant

    please provide the steps so that I can expose the rapid-scada opcua client data via MQTT to the external world.

    #15451
    Mikhail
    Moderator

    will I be able to publish scada data to a standalone mqtt broker, so that other application can subscribe it to get the data ?
    can you mention the steps to enable and communicate Mqtt Publisher

    Yes, you can. To get more info about configuring that driver, please create a new topic related to MQTT Publisher.

    #15460
    rajatdas2005
    Participant

    For both publish and subscribe different topics over MQTT do I need to use both MqttClient and MqttPublisher driver/device ? or only using MqttClient I can do both publish and subscribe ?

    #15471
    Mikhail
    Moderator

    Probably, you need both.

    #15473
    rajatdas2005
    Participant

    And just for publishing data DrvMqttPublisher only will be sufficient ?

    #15477
    Mikhail
    Moderator

    Yes.

    #15479
    rajatdas2005
    Participant

    Device properties using DrvMqttPublisher
    Create Channels

    Using DrvMqttPublisher, not able to create any channels.

    #15487
    Mikhail
    Moderator

    Please create a corresponding topic to discuss DrvMqttPublisher.

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.