Function Reference 163
imc CANSAS Users Manual - Doc. Version 1.9 - 05.12.2014© 2014 imc Meßsysteme GmbH
4.10.37 Logical AND
Channel whose sample values are conjunctioned with the respective value from
the 2nd parameter.
Channel whose sample values are conjunctioned with the respective value from
the 1st parameter
Digital channel containing the conjunction results.
Description: Logical conjunction of the two input channels. If the corresponding sample values from the
two channels are both nonzero, the return value is 1; otherwise the return value is 0. Therefore, the
following condition must be fulfilled so that the return value is 1:
u [k] 0 and v [k] 0
where k is a serial index, and v are the two input channels.
Notes: Both channels must share the same sampling rate.
Data types:
4.10.38 Logical NOT
Digital channel containing the results.
Description: The input channel is logically negated. The return value is 1 if the sample value is 0,
otherwise the return value is 0.
Data types:
4.10.39 Logical OR
Channel whose sample values are disjunctioned with the respective
value from the 2nd parameter
Channel whose sample values are disjunctioned with the respective
value from the 1st parameter
Digital channel with the disjunction results.