Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 5.73 KB

COMPLEX_DYNAMIC.md

File metadata and controls

21 lines (13 loc) · 5.73 KB

Complex Dynamic OMF Python Sample

Language ADH Test Status EDS Test Status PI Test Status
Python Build Status Build Status Build Status
NodeJS Build Status Build Status Build Status

This sample uses Open Message Format to send data to AVEVA Data Hub, Edge Data Store, or PI Web API.

Details

This sample sends OMF messages that are Dynamic (meaning the data is indexed) and Complex (meaning more than 1 value per index). The data is a temperature and pressure reading at a timestamp. The sample creates the OMFType, OMFContainer and then waits for keyboard input for the data to send. The input is the temperature and pressure, with time being the time it is received. After the initial one-time creation of the type and container, the application is event-driven. Entries can also be sent as run time parameters

Test Details

The test checks to make sure that the OMF messages were properly handled by the appropriate OMF endpoint. It leverages that entries can be entered at runtime. It then cleans up endpoints and confirms


For the OMF landing page ReadMe
For the AVEVA Samples landing page ReadMe