Mask
Used to select which ports will be affected by this instruction. It is a binary representation of the ports
If ChannelType = 0, mask and function are four bit values and the range of valid arguments includes 0 to 15, &h0 to &hF, &b0000 to &b1111. The most significant bit maps to port C4. The least significant bit maps to port C1.
If ChannelType = 1, mask and function are twelve bit values and the range of valid arguments include 0 to 4095, &h000 to &hFFF, &b000000000000 to &b111111111111. The most significant bit maps to port U12. The least significant bit maps to port U1.
If a port position is set to 1, the datalogger configures that port. Binary numbers are entered by preceding the number with "&B". Leading zeros can be omitted. As an example, if &B110 is entered for this parameter, ports at bit no 3 and 2 will be configured, based on the Function parameter.
Type: Binary value (preceded by &B) or Integer (from 0 to 255 representing the binary value)