Forum Home › Forums › Uncategorized Issues › Rapid scada data streaming API
- This topic has 10 replies, 2 voices, and was last updated 1 year, 2 months ago by
Mikhail.
-
AuthorPosts
-
September 12, 2024 at 7:04 am #15414
rajatdas2005
ParticipantHi,
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 ?September 12, 2024 at 9:40 am #15427
MikhailModeratorHi,
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.
September 12, 2024 at 12:02 pm #15438rajatdas2005
ParticipantThank 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.-
This reply was modified 1 year, 2 months ago by
rajatdas2005.
September 13, 2024 at 7:10 am #15445rajatdas2005
Participantplease provide the steps so that I can expose the rapid-scada opcua client data via MQTT to the external world.
September 13, 2024 at 9:26 am #15451
MikhailModeratorwill 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 PublisherYes, you can. To get more info about configuring that driver, please create a new topic related to MQTT Publisher.
September 16, 2024 at 7:17 am #15460rajatdas2005
ParticipantFor 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 ?
September 16, 2024 at 7:51 am #15471
MikhailModeratorProbably, you need both.
September 16, 2024 at 7:59 am #15473rajatdas2005
ParticipantAnd just for publishing data DrvMqttPublisher only will be sufficient ?
September 17, 2024 at 8:52 am #15477
MikhailModeratorYes.
September 17, 2024 at 12:54 pm #15479rajatdas2005
Participant

Using DrvMqttPublisher, not able to create any channels.
September 18, 2024 at 9:17 am #15487
MikhailModeratorPlease create a corresponding topic to discuss DrvMqttPublisher.
-
This reply was modified 1 year, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.

