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 年前415 查看次数
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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则