The chat responses are generated using Generative AI technology for intuitive search and may not be entirely accurate. They are not intended as professional advice. For full details, including our use rights, privacy practices and potential export control restrictions, please refer to our Generative AI Service Terms of Use and Generative AI Service Privacy Information. As this is a test version, please let us know if something irritating comes up. Like you get recommended a chocolate fudge ice cream instead of an energy managing application. If that occurs, please use the feedback button in our contact form!
Skip to content
Insights Hub and Industrial IoT

Insights Hub drives smart manufacturing through the industrial Internet of Things. Gain actionable insights with asset and operational data and improve your processes.

MindConnect Library – Examples

You can find agent application examples using MCL in /examples folder of each component of MCL distribution.

Example : Onboard

This example agent onboards to Insights Hub. Check /mcl_core/examples/onboard.c file for the implementation.

Example : Data Source Configuration Upload

This example agent uploads a data source configuration to Insights Hub. Check /mcl_connectivity/examples/dsc_upload.c file for the implementation.

Example : Data Point Mapping

This example agent creates mappings between the data points in the data source configuration already uploaded to Insights Hub and the properties of the asset in Insights Hub. Check /mcl_connectivity/examples/create_mapping.c file for the implementation.

Example : Timeseries Upload

This example agent uploads timeseries data to Insights Hub given the data source configuration is already uploaded and data point mappings are created. Check /mcl_connectivity/examples/timeseries_upload.c file for the implementation.

Example : File Upload

This example agent uploads a file to Insights Hub. Check /mcl_connectivity/examples/file_upload.c file for the implementation.

Example : Event Upload

This example agent uploads an event to Insights Hub. Check /mcl_connectivity/examples/event_upload.c file for the implementation.

Example : Store Upload

This example agent uploads a store containing file and timeseries items to Insights Hub. Check /mcl_connectivity/examples/event_upload.c file for the implementation.

Example : Data Lake Object Upload

This example agent uploads an object to Data Lake. Check /mcl_data_lake/examples/data_lake_upload.c file for the implementation.

Example : Deployment Workflow

This example agent gets and updates deployment workflow assigned to it. Check /mcl_deployment/examples/manage_deployment.c file for the implementation.