Features, discussions, tips, tricks, questions, problems and feedback

Adroit SUI Expression Examples

Adroit Expression Examples

Introduction:
A short summary of Expression Agent Examples. Four popular calculation applications have been selected.

Scope:
Example 1: Simple 1-second pulse generator.
The value slot is toggled on and off based on a trigger bit.
image

Example 2: A standard logical Operator expression 1
If v01 is not equal to v02 then make output 0, else make output 1.

Example 3: A standard logical Operator expression 2
If v01 is equal to 4 and v02 is greater than or equal to 8, make the output 1, else output must be 0.

Example 4: A standard logical Operator expression demonstrating conditional switching
If v01 is equal or less than v02 and v03 is equal to 0, then set value slot equal to 1, else make it 0.

Demonstration video of the operation

3 types of pulse triggers

Pulse trigger via System Clock Second

Sample Program File
The sample program for these expressions can be found in this file: Expressions.zip (68.6 KB)

1 Like