Dear all,
I have an issue with a BR safety block that we are currently using. Let me explain:
We currently have two types of machines with both different hardware; one is a demo prototype which has a SLX842 safety module, the other one which will be the final machine only has a SLX410. The 842 safety module has outputs, the 410 only has inputs. For the safety door on our machine we use SF_GuardLocking_v1_00 block in safedesigner.
We only have one input that will tell us the machine is closed&locked, so we use it on both s_GuardMonitoring and s_GuardLock and that works perfectly.
On the demo machine we can use an inverted SM1_PhysicalStateOutput01 to connect to our s_SafetyActive. So if the output is not high (which is the STO), it will be safe to open the door.
However, on the demo machine we don’t have outputs, so also no PhysicalStateOutput01 to connect here. So what to connect to the s_SafetyActive input? Is this normally a signal received from the normal “Grey” PLC? such as a Off status from your state machine?