148 Virtual Channels
imc CANSAS Users Manual - Doc. Version 1.9 - 05.12.2014© 2014 imc Meßsysteme GmbH
Data types:
Integer (2nd parameter is an input
channel)
Digital (2nd parameter is an input
channel)
Integer (2nd parameter is an input
channel)
Digital (2nd parameter is an input
channel)
2nd parameter is a numerical value
4.10.12 Bitwise NOT
Channel whose sample values are negated bit by bit
Channel containing the results of the bit-wise negation
Description: The sample values of Input channel are negated bit by bit. Integer values are treated as 16-
bit numbers and each individual bit is negated, which means that if a bit has the value 0 (FALSE), it
becomes 1 (TRUE) and vice-versa. For digital input channels, the single digital bit's value is switched to
the other binary value.
Data types:
4.10.13 Bitwise OR
Channel whose sample values are disjunctioned bit by bit with the respective value
from the 2nd parameter
Channel whose sample values are disjunctioned bit by bit with the respective value
from the 1st parameter, or
numerical value which is disjunctioned with each vale from the 1st parameter
Channel containing the results of the bit-wise disjunction.
Description: A bit by bit OR-operation is performed on the two parameters. The sample values of the
input channel are treated as whole 16-bit numbers. If a bit is set in either of the parameters' sample
values, the corresponding bit of the result channel is set (=1), otherwise it is not.