User`s guide
User Drivers
Eaton Intelligent Power Manager (IPM) User’s Guide v1.40 P-164000289—Rev 2 119
LIST Format: LIST(<srcVal1:dstVal1>, <srcVal2:dstVal2>, ...)
Define discrete conversion.
If source value is not in the list, destination object is not changed.
Example:
LIST(0:1, 1:0, 2:1, 3:0)
0 -> 1
1 -> 0
2 -> 1
3 -> 0
4 -> no change
...
Lists can also convert strings to numbers and numbers to strings.
STRFIND Format: STRFIND(<searchString>, [<trueValue>], [<falseValue>])
Returns <trueValue> if <searchString> was found or <falseValue> in the other case.
If a result value is not defined, the destination is not changed.
Example:
STRFIND(“US”,1,2)
STRFIND(“OL”,1)
STRFIND(“OB”,,1)
BITCHECK Format: BITCHECK(<bitPos>, [<trueValue>], [<falseValue>])
Returns <trueValue> if bit at <bitPos> is true or <falseValue> in the other case.
If a result value is not defined, the destination is not changed.
Table 17. Conversion Rules (Continued)
Rule String