How to process data collected with IoT SiteWise OPC-UA collector on the edge device?

0

I‘m simulating an edge device with Greengrass on an EC2 instance. With an IoT SiteWise OPC-UA collector on the Edge device I‘d like to collect the data from an OPC-UA server and inject the data to an inference app, which is a Greengrass component on the Edge device. Is it possible to pusblish the data with the IoT SiteWise OPC-UA collector?

asked a year ago409 views
1 Answer
0

One option could be like as we know that this component writes BatchPutAssetPropertyValue messages to AWS IoT Greengrass stream manager. Then your IoT applications can include multiple custom components that read or write to streams. These components can read and write to streams to filter, aggregate, and analyze data on the AWS IoT Greengrass core device and perhaps have the inference app to do local processing. (https://docs.aws.amazon.com/greengrass/v2/developerguide/manage-data-streams.html)

profile pictureAWS
EXPERT
answered a year ago
  • Thank you, I looked into your proposal. And it seems like I habe to deploy a IoT SiteWise Gateway on GG to use the IoT SiteWise OPCUA collector component. I saw the gateway uses Stream Manager Stream to Send Data to Aws iot sitewise in the cloud. But do you know how I could change the stream location or read from the stream? I saw something with StreamManagerClient, but don’t know how to deploy.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions