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?

已提問 1 年前檢視次數 413 次
1 個回答
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
專家
已回答 1 年前
  • 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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南