Two-Handed Control

damatom

Member
Join Date
Jun 2008
Location
Chicago
Posts
1
Hello all,

I am new here and I'm currently using the RSLogix to solve a problem. For safety purposes, I am looking to implement a two-hand control generally used on presses. I have the process coded out in the PLC program, and I am wondering what timer I would need to implement to break the Automatic process down into individual steps. (Basically the machine won't run if both buttons are not pressed.)

Also, if there is a more effective alternative besides the timer, I am open to suggestions.

Thanks
 
This is NOT SAFE in the real world, presses require special safety considerations depending on the press. See Pilz and Siemens Safety for guidance or consult a safety expert, plc control for two handed is not suitable.
 
For saftey purposes don't use the plc as a saftey device I would use what s7guy posted. They work good we have alot of machince's where pinch point can't be gaurded that we use them on.
 
I do not recommend a software implemented two hand control as your primary safety. However, if you do have a qualifying primary safety that is hardwired around the PLC, such as a light curtain or safety monitored safety shield, and press operation is guarded such that a two-hand control would not nomrally be required but you still want to use a two handed start, then the basic logic is:

IF Left_Hand OR Right_Hand AND NOT START_BIT then start .3 second ANTI_TIE_DOWN_TIMER.

IF Left_Hand AND Right_Hand AND NOT ANTI_TIE_DOWN_TIMER.DONE then OUT START_BIT

We have discussed this before, see this thread: http://www.plctalk.net/qanda/showthread.php?t=17879 The thread has some links to regulations on the matter.

See an anti-tie down example at http://forums.mrplc.com/index.php?dlcategory=2
 

Similar Topics

Had to get in the setup screen of a HMI to adjust a couple of settings. Per their sales literature nothing is password protected. Hard to get...
Replies
21
Views
2,106
  • Poll
According to research a high proportion of computer programmers are left handed. I was wondering what PLC programmers write with as a proportion
Replies
11
Views
3,248
does anyone have an install or know if/where i can download it for the following "ABB PS501 Control Builder Plus V2.3 " the software was a free...
Replies
2
Views
62
I am not sure why this is requested, but it was asked. Currently I have one PLC , with one output to a relay, turning on a field equipment (just...
Replies
7
Views
202
I have been requested to test this proportioning valve for PLC control of flow/pressure. Dwyer Series SVP Proportioning Solenoid Valve The flow...
Replies
10
Views
408
Back
Top Bottom