Using GuardLogix PLC with standard I/O cards

testsubject

Member
Join Date
Feb 2004
Location
Chicago, Il
Posts
839
I currently use a Safety module from Wieland and have been asked to use a GuardLogix PLC.

I have two outputs setup in the controller to output Safety Ch A and B.

I then connect these signals two safety relays with the contacts wired in series from 24VDC to the Common terminal of a standard PLC output card. (Safety Switched 24VDC)

These safety relays are disabled by the Estop when pressed. When this happens, the 24VDC is removed from the output card and they can no longer operate the valves.

Now that I am using a GuardLogix PLC, I am wondering if I am monitor the Estops in the GuardLogix PLC and this information can be passed through to the standard code, is this sufficient to satisfy the safety protocol or do I still need to use the two external relays to block the 24VDC? (I am wondering if the Signal in the Safety Side of the PLC could be used as a permissive in the Control Side outputs.)
 
I cannot comment on your application.
But...I have seen installations where GuardLogix was used instead of safety relays. Must be configured correctly with the Correct I/O.
I usually see point safe remote I/O being driven by a compact sized PLC.
 
You can use safety tags and I/O in the non-safety task, you cannot use non-safety I/O in the safety task.

If you need access to tags that originate in a non-safety task, you must map them to the safety task. Look under Logic > Safety Mapping (something like that).
 
Thanks for your input.
I had a long discussion with an Rockwell Safety rep and he set me straight on what the GuardLogix can do.
It appears I cannot use the Safety status and as "Safety" permissive in the Control PLC.
I did not realize that they are actually two "PLCs" in the same box.
 
It appears I cannot use the Safety status and as "Safety" permissive in the Control PLC.
I did not realize that they are actually two "PLCs" in the same box.

You know, I didn't not quite fully get the last sentence of your OP worked out in my head. When I was replying, I was imagining you were asking if you could use something like your E-Stop in your non-safety task, for status. Like a fault or something.

I re-read your OP, not sure where my head was at there. Your question was pretty clear. I should learn not to post in a hurry.
 

Similar Topics

Hi, I'm trying to use the IO Device Library (Product Versions) which is configured to work with the 1756-EN4TR & 1756-EN2TR but my system uses...
Replies
0
Views
41
Hello, As part of our project, we are using an M241 controller. This controller interfaces with an industrial computer and a router via a switch...
Replies
2
Views
74
I'm trying to write a data in Arduino using MODWR function block .I used the code I got from online for both PLC and Arduino. I made the wiring...
Replies
4
Views
84
Hey all, i have a panelview screen (image attached), with 4 items on it. Program 1, Program 2, ...3, ...4. The PLC i am using is a compactlogix...
Replies
5
Views
158
I am trying to set up a piece of equipment with a Horner HE-X4R. I'd like to use structured text and so far I'm just trying to get a basic On/off...
Replies
0
Views
67
Back
Top Bottom