Validity: Rule, Task
This variable contains the state of the zero micros associated with the transducers.
Syntax |
I32 u0 |
---|---|
Attributes |
Read only. Bit-accessible |
Example
; the state of the zero micros is stored in r(200) r(200) = u0 ; if bit 16 of variable u0 is equal to 1 ; then in sr(1) will be stored the string ; "the zero micro of axis 17 is closed" _if(u0.16) sr(1) = "the zero micro of axis 17 is closed" |