Hi
I wanted guidance for the following example :
Channel AA is having value of 0 or 1
Channel BB is having a value between 0 and 4
I would like Channel CC to return 1 if Channel AA is 1 and Channel BB is <=2 or >=3.5 else 0
Please guide for the following example:
Channel AA is having value of 0 or 1 coming from a script which mentions “double”
Channel BB is having a value between 0 and 4
I would like Channel CC to return 1 if Channel AA is 1 and Channel BB is <=2 or >=3.5 else 0