GE Fanuc Series One

Ok, so I'm having a little trouble with this rung:


|
| << RUNG 3 >>
|
| 012 013 160
+--] [-----] [--+---------------------------------------------------------( )
| |
| T 600 T 601 |
+--]/[--+--]/[--+
| | |
| | 160 |
+ +--] [--+
|
|



As I see it the instruction are as follows:

0006 STR 0012
0007 AND 0013
0008 STR NOT TMR 0600
0009 AND NOT TMR 0601
0010 OR 0160
0011 AND STR
0012 OR STR<note this one here!!
0013 OUT 0160

However Gary's program reads as follows:
0006 STR 0012
0007 AND 0013
0008 STR NOT TMR 0600
0009 AND NOT TMR 0601
0010 OR 0160
0011 AND STR
0012 OUT 0160

So, am I missing the boat, or did Gary miss a line??

Mike.. :unsure:
 
Ok so look at that rung in relation to the two timers. Hmmmm... Somebodys using a PLC for a two handed safety run station.. (n)

So Gary what have you got?? A press, or a shear? Dont count on that PLC for safety!!! Not at all a good idea!!
 
Mike,
I will check into the wiring of the press in question. I have only started to work on this and am not familiar with all aspects of the press. Thanks for your input, it has been a great help.
Gary
 
Gary,

As you probably already know, the first three rungs have to do with a two button safety start. The idea is the operator requires both hands on the start puttons to start and run the press, there by preventing his hands being in the wrong place at the wrong time.

It is ok for the PLC to do a redundant operation, which may be the case here, but it's not ok for the PLC to be the only safety device. It is possable that each button has a second set of contacts that activeate another safety circut for running the press.

Question: Do you have a wiring diagram for the machine?
 
Mike,
I checked the press close switches and they are not wired into the actuator for the press although there is a gate switch wired in series with the output to the control solenoids. Is this sufficient protection?
Gary
 
Gary,

By that do you mean that there is a gate seperating the operator that must be closed to activate the press? If so that makes it better/safer. However, technically the buttons should also somehow be wired in series with the gate and solinoids also. I cant see the machine so it's not for me to make a judgement call on as to let it go or not. But from an OSHA type of view, your press is not in compliance. From a realistic point of view the gate switch may provide adaquite protection, but picture this. PLC malfunctuions and run output on PCL is locked on, (contact welded closed or SCR shorted). Gate is closed, so press keeps cycling, beating product to a pulp. Nobody hurt, but a lot of damage to product, dies, and press.

Do you have a wiring diagram you can post, or email to me?

Mike.
 
Mike,
Sorry, no I don't have wiring diagrams, the machine is old and has been set up by many different people no longer working here. The press only has one close per cycle and there is an emergency stop button to shut off the hydraulic pump in case it is needed. The operator does need to hold both press close switches until the cycle starts which is done with a limit switch that turns on input 0020 when the press reaches the top of its stroke so I don't see any chance of hands getting in the way.
Gary
 

Similar Topics

Has anyone worked with on of these PLC's? If so, how do I connect to one? What software do I need? What cable do I need? I'm looking online...
Replies
3
Views
661
Got an old machine with a IC610CPU104 CPU. A bit of research told me this is the same as DL305 so DirectSoft from AutomationDirect should work...
Replies
15
Views
2,062
Dear Experts I need to connect to this CPU 374 It seems it is a GE Fanuc PLC I want to know if I will require any specefic cable - from the...
Replies
10
Views
1,798
Is there any way to make a connection directly between a GE Fanuc 90-30 and a Mitsubishi FX Series PLC? If there is no means to connect directly...
Replies
21
Views
4,219
I have a Fanuc Robot F-200iB Series 9, 6 Axis and it is running on R-J3iB controller and the controller is configured to Mitsubishi PLC Q06HCPU...
Replies
5
Views
1,907
Back
Top Bottom