Solutions
...
Litmus Production Record Datab...
Litmus Companion Solutions for...

Litmus Production Record Tag Message Conversion Flow

3min

Overview

Document image


Litmus Production Record Database allows to record both process and meta data from tags.

These data can be used for event monitoring and event data recording as shown in the use cases:

But they can also be use for visualization similar to a timeseries database or for SPC analytics as shown in the chapter Reading Tag Data for SPC with UTC timestame

To be able to process the raw tag data send to Litmus Production Record Database, a specific set of data has to be send to Litmus Production Record Database. To learn more about this process, review the chapter Inserting Single Tag Item if not using Litmus Edge Integration for sending a single value or Inserting Multiple Tag Items if not using Litmus Edge Integration for sending a batch of values.

If a the user has deployed Litmus Edge, the recommended approach is to make use of Litmus Flows for creating the right payload before using Litmus Integrations. To allow users to not have to spend time developing such a flow, Litmus offers the solution Litmus Production Record Tag Message Conversion Flow.

The flow can process different tags from different DeviceHub devices. If a tag has been defined to have multiple Items in Litmus Production Record Database, as discussed in the chapter Core Concept behind recording process and meta data for process tags.

The main part of the flow is the included sub flow.

Which can be duplicated and used in conjunction with other code to create the right message for the right item with the right value.

This allows to not just send data collected by DeviceHub, but also data generated through a flow, analytics or a custom application to Litmus Production Record Database.

After having purchased the solution from the Litmus Central Portal solutions catalogue, the user will have the file name Litmus_Production_Record_Tag_Message_Conversion_V1.0.0.json.

This file can then be imported to a Litmus Edge Flows Instance.

Document image


After successfully importing and deploying the flow into the Litmus Flows instance, the user is ready to take the next step Deployment Guide Litmus Production Record Tag Message Conversion Flow.