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?

질문됨 일 년 전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
전문가
답변함 일 년 전
  • 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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인