Safety signal for device enabling

Hello,
I have a robot in Profisafe, I want to manage the safe areas with the Safe Move option.
I would like to make sure that when the robot is only in certain areas (safe) I give my consent to allow the outputs to open and close the gripper.
Through the safemove visaual on robostudio I made sure that when the robot is in a certain area I raise a safety signal to 1, the problem is that I don't know how to connect this signal to enable / disable the output for opening and closing the gripper?
in Automatic is not a problem because the program does what it has to do, the problem that in manual mode the operator could force this output despite the robot is not inside the unloading area (safe area)
The robot is the master of the gripper and manages 2 outputs through the profinet network, one for opening and one for closing the gripper.
How can I do it?
Thank you
I have a robot in Profisafe, I want to manage the safe areas with the Safe Move option.
I would like to make sure that when the robot is only in certain areas (safe) I give my consent to allow the outputs to open and close the gripper.
Through the safemove visaual on robostudio I made sure that when the robot is in a certain area I raise a safety signal to 1, the problem is that I don't know how to connect this signal to enable / disable the output for opening and closing the gripper?
in Automatic is not a problem because the program does what it has to do, the problem that in manual mode the operator could force this output despite the robot is not inside the unloading area (safe area)
The robot is the master of the gripper and manages 2 outputs through the profinet network, one for opening and one for closing the gripper.
How can I do it?
Thank you
Tagged:
Comments
@DenisFR Thanks for the reply.
I had already tried but I can't call a signal declared inside the visual safeMove inside the cross connection.
I don't find the signal fdo_ok_zone_02 in the cross connection, i can't put the safety signal as all acces level.
Even if I can make the cross connection, how can I manage it? the cross conncection make sure that when for example the signal fdo_ok_zone_02 is at 1 also the signal di_inside_area is at 1.
in the program i can do in this way:
IF di_inside_area then
setdo do_unlock_gripper
ENDIF
But in MANUAL MODE the operetor can force the signal do_unlock_gripper also if the robot is not in the safety area.
Thank you very much for helping