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,129
  • 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,257
Hi, Is Control Expert V15.0 supposed to support multiple monitors? I'm running Control Expert V15.0 on my host Windows 11 PC, connected to two...
Replies
1
Views
51
Hello everybody, I'm currently working on a project where I need to implement an IoT platform based on Microsoft Azure Cloud. Communication is...
Replies
2
Views
60
I’m attempt to establish a communication between two simulator M580 CPUs, using a READ_VAR, I have two vitalization Windows 10 in VMWare and each...
Replies
3
Views
81
Back
Top Bottom