- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- OPC UA tutorial
- NetLogic tutorial
- Object and variable references
Conditional converter
Check if the source variable value is
True
or False
.Properties
Property | Description |
---|---|
True value | The value of the expression that is True . |
False value | The value of the expression that is False . |
Mode | The direction of the dynamic link:
|
Source
The condition variable (Boolean).
Output
A
True
or False
value.Logical representation
Example of a logical conversion in the
Complex Dynamic Link Editor:
Conditional converter example
In the following example, the conditional converter:
- Sets the text color of a label to green if a switch is checked.
- Sets the text color of a label to red if a switch is cleared.

Provide Feedback