Tripper Programming Help

richleva

Member
Join Date
Sep 2012
Location
ontario
Posts
79
Hello,


I'm involved in the programming of a conveyor tripper.
For those who are not sure what this is.

See this video:
https://www.youtube.com/watch?v=LI_Kgbr5kc4


This tripper will have 4 different locations to dump material.
We plan to use a 4 way selector switch for the operator to decide witch location the moving cart needs to dump


We're are using proximity sensors to detect the 4 different location, "we are not using encoders". These proximity sensors are installed on the moving cart and not at the different locations.


Example:

If the cart is at location 1 and the operator selects location 4. The cart must not stop at location 2 or 3. it must continue moving to location 4. I'm assuming we need to use counters and math instructions?



Can anyone assume or foresee any problems with this setup?
Or should we make the recommendation to have the sensors installed at the locations? would it facilitate the programming?




Can someone provide ideas or examples for the programming on this?


*We're using Micrologix 1400 and RSlogix
*And we are not using a VFD for the motor just a size 0 motor starter with a contactor.
 
If you are clever with the arrangement of your proxes and flags you can mount them so that any given prox can only detect a flag at the position it is intended to detect. One way would be to mount the proxes in a vertical line pointed at the traverse frame. Mount flags on the traverse frame so they only line up with the specific location proxes when they are at the correct location. Then you simply stop when the tripped prox and the selected location from the switch are active at the same time.

Keith
 

Similar Topics

Hello, I'm involved in the programming of a conveyor tripper. For those who are not sure what this is. See this video...
Replies
45
Views
11,224
This is a bit off-topic in a strict PLC sense, but it is in the process measurement area. I need to strip some Alpha 9058C coax to mate with TE...
Replies
21
Views
4,831
We have a kit from Allen Bradley for stripping/crimping ControlNet cables and someone has walked off with the stripper. Our supplier can't get the...
Replies
5
Views
2,899
I am getting weary of using a utility knife to strip small multi-conductor cables (i.e. sensor cordsets). I've been looking at a few cable...
Replies
5
Views
3,092
Hi, I am trying to set up a plc. I've never done any programming with ladder logic previously. I'm trying to set up a a program to turn a device...
Replies
6
Views
101
Back
Top Bottom