Reset digital output value

Hello,
I’d need a way to reset a digital output to its default value when the execution of the program is stopped. I’ve read in an old post (ABB Robotics Community - Maintenance) about the parameter “Signal Value at System Failure and Power Fail” but I can’t find it.

If you need to do a reset when the program is stopped, set up an event routine for Stop, and probably QStop also.

Thank you!!!