There are times when the units used for the measurement, do not match the measurement standards for certain processes and applications. Converting such units to an the extent that they can be applied properly is important. A conversion can be added to a sensor when creating or editing a sensor. See Working with Sensors.
In the Conversions window, the conversions that you create are displayed in the Company Conversions list. These conversions can be edited and/or deleted. The K2A Conversions are supplied by WennSoft. These conversions cannot be edited or deleted. maxLevel Table of Contents
Creating a Conversion
From the Mega Navigation, under Admin, select Conversions.
Select New Conversion.
In the Builder section, complete the following fields:
See Example Conversions below.Conversion Name: Enter a name.
Raw Data Type: Select the originating data type.
Display Data Type: Select the conversion data type.
Default Result: Select or enter the result.
If more conditions are necessary, you can add these in the Conditions section by entering the Condition value and then the Result.
...
Examples:
If you are converting an Integer to a Boolean, additional conditions may be:Condition is 0, then the Result is False.
Condition is 1, then the Result is True.
Condition is 2, then the Result is True.
If you are converting a Text to a Boolean, additional conditions may be:
Condition is Occupied, then the Result is True.
Condition is Unoccupied, then the Result is False.
Select Create.
Editing a Conversion
Editing a sensor will affect all sensors that are using the conversion.
From the Mega Navigation, under Admin, select Conversions.
Select the Unit
...
Conversion Icon from the left sidebar.
Select the conversion to edit.
Edit any of the following fields:
Conversion Name
Default Result
Conditions (editing existing or adding new)
To revert the conversion to its previously saved state, select Actions and then select Reset.
Select Save.
Deleting a Conversion
Warning |
---|
Deleting a conversion will affect all sensors that are using the conversion. The sensors will revert back to their raw data types. This may impact the ability of rules to produce faults. |
From the Mega Navigation, under Admin, select Conversions.
Select the conversion you want to delete.
Select Actions located in the right corner and then select Delete Conversion.
Anchor | ||||
---|---|---|---|---|
|
Raw Data | Display Data Type | Default Result |
---|---|---|
Boolean | Boolean | True or False |
Boolean | Integer | Define integer. |
Float | Boolean | True or False |
Integer | Boolean | True or False |
Integer | Integer | Define result. |
Text | Boolean | True or False |
Text | Integer | Define integer. |
Text | Text | Define text. |