Hand/Off/Auto logic RSLogix?

bernie_carlton said:
rsdoran seems to be referring to a HOA switch which controls the entire machine operation. Alaric, and others, seem to be referring to a seperate HOA switch for EACH OUTPUT.

I agree. I think this is where the confusion/ disagreement lies. I have worked most of my career in processing plants (conveyors, pumps, blowers etc...) so in my experience with HOA's here in the MidWest, most have been on buckets in MCC's or by the equipment themselves, so they were associated with one motor/device. So 'Hand' was simply a manual 'run' command ,override of PLC logic. As one post mentioned, local/off/remote is used as well, sometimes in combination with a local start/stop button or on a VFD panel.
 
Alaric said:
Operation is in Auto. Hidden manual switch is in OFF. Operator does not know this because the switch is not visible. The operator needs to switch it to Hand (Manual ON) without interrupting the process.
Except you can't exactly do that with a typical three-position hard-wired switch anyway - you always have to pass through "OFF" to get to "HAND". If you've got something like a VFD or soft-start involved, you're likely looking at a restart delay to boot.

My opinion is this: if the operator has to take something out of Auto and put it into Manual in order to run production (as opposed to cleaning out a mess or some other short-lived function), the programmer's got something wrong with the Auto logic that needs to be fixed. On top of that, most systems I program are interlocked in such a way that, if you take a motor out of Auto, stuff that depends on it is going to refuse to run (unless the operator puts that in Manual too, then stuff that depends on that won't run, etc). That's a very effective way to thoroughly discourage the use of Manual mode.
 
We have many machines that were adapted from an Operator operation to a Robotic operation.

On these machines, we added what we called "Setup" and "Robot" modes. As long as the robot is off, the machine can always go into "Setup" mode, regardless of where in it's sequence it happens to be. But the machine can only go into Robotic mode during the Load or Unload portions of the cycle.

This Setup (manual) mode is for times when something goes wrong with the robot or machine, and it needs to be manually finished or moved.

I've always felt that switching into automatic modes needed to be monitored more carefully, and manual modes don't really care, cause your going to be moving the machine around manually anyway.

We also don't require the machine to be Off when switching between the Robotic or Setup mode. You can run the machine manually up to the point where you need to remove the parts, switch it over to robotic mode, leave the cage, turn on the robot, and the robot will take off right where you left the machine.
 

Similar Topics

Question for the experts: Let's assume I have (2) pumps on a project. They are guarded - that is there is no safety issue that would cause...
Replies
17
Views
5,331
Hi all, I'm generating AOIs for lots of our shipped components and, for the purpose of eliminating superfluous functionality/bloat, I got stuck...
Replies
6
Views
2,275
I am trying to wire a 525 vfd for a Hand/Off/Auto setup. Hand is a manuel start cmd (T 11 to T 2). Auto will be over ethernet. I am not for sure...
Replies
14
Views
4,380
Sounds like simple programming, but anyone have ideas on how to program a HAND-OFF-AUTO selector switch on a touchscreen Panelview 1400. I tried...
Replies
11
Views
7,484
Good evening. I display the step number of a SFC on a display. Sometimes, on a trip, it goes quickly through many steps and I need to prove to...
Replies
1
Views
143
Back
Top Bottom