How to set digital outputs to be low when program is stopped

In the manual P38 it states that “All digital outputs can be disabled automatically when program execution is stopped. See Polyscope Page 101”. but I can find no reference to this feature can anyone help.

Hi

In the “installation” menu, then in “I/O SETUP” you can click any output and at the lower part of the scrren there is a dropdown called “action in program” with few defaults actions you can choose for the output to occur with the action of the program.


I hope that this is what you were asking for!!

is there a function to set these action in program via URCaps?

If you look through the URScript manual, you could set them up in your Installation Node Script Writer.
An example URScript function is “set_runstate_standard_digital_output_to_value(0,1)”.

1 Like

thank you for the information.
do you know if there’s an equivalent function in SDK?