Hello I am working on M20ib/25 with R30iB+ controller with essentially no options installed to my knowledge.
I have a robot output that I would like to force to zero in case of operator induced actions such as opening the door to the robot's cell or if an estop is pressed.
To me; what i'd like to implement is a logical statement such as:
RO[x]=!(<E-STOP> OR <FENCE OPEN>)
that being said I do not know how to access the boolean of such an error or system variable. I have seen that there is I/O signals for fence and estop...