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?

gefragt vor einem Jahr415 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor einem Jahr
  • 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.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen