Rs Logix 500

ELarsen

Member
Join Date
Dec 2002
Location
Gardena, CA
Posts
35
Greetings to all, My scenario is this... I am in the diecasting arena. I have a automatic ingot loader with a conveyor. I need to start and stop the conveyor in approx. 6 inch increments which will place an ingot in the loading position. What is the best way. I have a limit switch that can monitor the position of the conveyor. I was using a timer and a limit switch, but it is not consistent. The conveyor is "home made", so the spacing could be bad. Sometimes the limit swith gets made and the conveyor wont move until I take the L/S off the cam. Thanks in advance
 
Belt Positioning

Sounds like this could be a good application for a belt
encoder or shaft encoder (Tach, PPI-pulse post indicator).
These devices can be configured to provide a given number
of pulses per inch. Program a counter in the PLC to count
the pulses and at the preset number of pulses stop the conveyor.

Using this method you may need to consider a few other elements.
The speed of the belt, the scan time of the PLC and Mechanical Lag
time of the equipment. Many pulses per inch in a very short time
may not be counted correctly by the PLC. If the conveyor is low
speed and you are using a PPI with a resolution of 2 pulses to 16
pulses per inch a normal PLC input should work OK. For a high speed
belt you may need to install a High Speed Counter input module to
capture all the pulses.

You may also want to install a pneumatic Cluch/Brake betwwen the
motor and the reducer to stop and start the belt for more accurate
belt position as oppossed to using the motor starter for position
control.

I hope you find this information helpful

Thanx Dan
 
another alternative might be to use a proximty switch to detect your product on the conveyor to shut down the process as needed, you could use a through beam or inductive or capacitive depending on the make up of the sensing material
 
Try this:

Latch the conveyor Run signal until the switch is made.
Unlatch the Run signal as soon as the swith is made and allow the conveyor Run signal to be Set on your timeout Bit.

Sounds a bit confusing but it should work.. I will do the logic tommorrow and attach the file if I get chance which should help
 
I have considered those types of solutions, however, I want to be able to do this with ladder logic only. I have some other ingot loaders with are controlled with CP1100 processor by Eagle Signal Controllers, and they operate just fine. I do not have a method of communication with these controllers. The last guy must have taken them home, ha ha. Thanks again. I am open to more suggestions. FYI, I am using micrologix 1000 to do this.
 
ELarsen said:
Sometimes the limit swith gets made and the conveyor wont move until I take the L/S off the cam

To address that issue, you might want to use a one-shot from the limit switch to initiate the stopping of the conveyor.

| L.S. 1-SHOT STOP REQUEST
|----] [-----] [------------( )


. <--- Side note: Do we still need to do this 'period thing' after closing the ladder tag Phil?
Then it won't matter that the limit switch remains ON. With a one-shot, you're only looking at the transition from OFF to ON.

You said you have other conveyors that work... What type of motor / drive are they using? Are they using a brake as Dan mentioned? Or maybe they're ramping to a slow speed before stopping? You need to investigate how the other conveyors are able to stop precisely... :unsure:

There's no 'magic' you're gonna do with a PLC if you only have a limit switch and motor contactor to work with... (n)

beerchug

-Eric
 
PLC scan time and the propagation delay time for signal from the limit switch can be an issue.

What kind of sensor are you using (AC or DC output ?)
AC type sensors are typically much slower than DC types.
 

Similar Topics

I recently did a program conversion from logix 500 to studio 5000 and when machine runs it depends on two ton instructions to keep the machine in...
Replies
17
Views
559
So basically i have 2 queries : 1. I have a program file of S7-300 PLC which i want to migrate in RSLogix500.In short i want to convert my simatic...
Replies
15
Views
309
Hi Everyone, I am not proficient in RSLogix 500 so I have a question regarding the evaluation of N7:0 data as an input. So as I understand in...
Replies
1
Views
129
I have been working on this for a while now and I can't seem to get it. I was finally able to view the 1500 on the PanelView under the serial...
Replies
1
Views
144
I have a little bit of experience with Allen-Bradley. I have a Micrologix 1500 (RSLogix 500) and a PanelView Plus 7 (FactoryTalk View Studio ME)...
Replies
3
Views
206
Back
Top Bottom