Conctr Console Version v1.1.0
The new version introduces a number of exciting features, including “Action Triggers”, with which you can perform actions when conditions are met, such as triggering alarms or sending your data elsewhere to integrate with external services.
New Features
Action Triggers Page
Introduction
Action triggers are a way for Conctr to react to events and integrate with other services. Think IFTTT for your IoT data. Conctr allows you to create rules, which monitor a condition and trigger actions. When a condition is met the rule triggers and the action is executed.
Instruction
Create an Action
- Select an application on Conctr Console
-
Click on “Action Trigger” tab on the left menu
-
Drag an Action node onto the graph in the middle
-
Configure the Action node in the right pane
-
Press “Save”
Delete an Action
-
Select an “Action” you wish to delete
-
Press “Delete” in the right pane
-
Press “Save”
Create a Rule
-
Select an application on Conctr Console
-
Click on “Action Trigger” tab on the left menu
-
Drag an Action node onto the graph in the middle
-
Drag a Condition node onto the graph in the middle
-
Configure the Action node in the right pane
-
Configure the Condition node in the right pane
-
Link the Out port in Condition node to the In port in Action node
-
Configure the Rule in the right pane
-
Press “Save”
Delete a Rule
-
Select a “Rule” you wish to delete
-
Press “Delete” in the right pane
-
Press “Save”
Set Device Marker Colour
Introduction
From this version onward, it is possible to set the colour of markers for each model to make them distinct from other markers on the devices’ map.
Instruction
- Select an application on Conctr Console
-
Click on “Models” tab on the left menu
-
Press “Create Model” or click on one of the existing models
-
Locate “Marker Colour” and press it
-
Choose one of the colours provided or enter any colour desired (Hexadecimal Colour)
-
Create/Save the model
Smart State Graph
Introduction
In this version, a new graph for Boolean type value called “Smart State Graph” is introduced. It aims to reflect the change of state of a device.
True -> True
True -> False
False -> True
False -> False
Instruction
-
Select an application on Conctr Console
-
Click on “Models” tab on the left menu
-
Press “Create Model” or click on one of the existing models
-
Create a new field if there is no existing field of Boolean type
-
Change field type to Boolean if necessary
-
Change “Current Visualisation” to “Smart State Graph”
-
Create/Save the model