To create a Braincube Live Plant Floor, follow the procedure using an administrator account:
-
Create a Braincube Live (follow the steps here). It will be used by the IoT Server to import preferences, rules and specifications in the Live Plant Floor.
-
On your IoT Server, open the Data Flow Manager and find the node extracting the raw data.
-
Make sure the payload leaving this node includes one property per variable and the timestamp. It should look like this:
msg = { "payload": { "timestamp": 1623680575612, //The timestamp is mandatory. "input1": 42, //Here, "input1" is the tag name, and 42 is its last extracted value. "input2": 23, "output1": 7 } }In this exemple, input1, input2 ans output1 are extracted tags.
-
For each tag you want to have in your Live Plant Floor, fill the IoT Server Key in the variable card. It must be exactly the same name as the one from the payload.

Good practice: try using only capital letters in your payload tag names and IoT Server Keys, as this field is case sensitive. -
In the Data Flow Manager, place a Live Plant Floor node, and configure it:

a. Choose a name for your live,
b. Pick a certificate (a good practice is to use a service account),
c. Choose you environment (you need to deploy once to see it appear),
d. Choose the live you created in step 1,
e. Set the refresh rate (time betwen each gauge update) to the value needed. -
Connect the payload to the entrance on the Live Plant Floor node and deploy.

-
Your Live is created, you can access it from the Live Plant Floor app.
-
Finally, you can add dials the same way as for the Live Cloud app.