Expression Binding - Bit Functions
You can use various bit functions in expression bindings like getBit to return individual bits of a word.
Example
Assuming a tag path 'Folder/BitTag', the following would return the binary representation of the tag's value at the 0 position
getBit({Folder
/
BitTag},
0
)
For more details on the getBit function please see the getBit page in the Appendix.