PLC instruction

theripley

Member
Join Date
Jul 2008
Location
laguna
Posts
545
Hi.

What PLC instruction can I use in a sorting application, in which the inspecting device is 500 m away from the sorting device? Considering that inspected products run spontaneously in a conveyor. Will the bit shift instruction works?
 
yes it will work, however maybe you will need a very big array.
maybe better to store the value when to act.
this is depending on resolution needed.
 
I did it several years ago, use a FIFO a and a counter. In my case I use a photocell to enter items in the queue, and another photocell to check items to be expulsed (sorted) from the conveyor. In my case distance is relatively short no more than 12 meters and can handle up to 30 items between photocells.
In your case you can increase FIFO size to do the same, several items can be marked as bad on the conveyor at the same time.
My plcs is a compactlogix running Rslogix5k v 19.
 

Similar Topics

Hello All, Was hoping I could get a little help with Modicon ladder logic. This is the first time I have seen Modicon logic and currently trying...
Replies
6
Views
266
Complete noob here, using a Click C0-02DD1-D to run a test stand. Requirement is to turn on motor run for X seconds, turn off and dwell for X...
Replies
6
Views
1,083
Hello, there is anyone who have already used hpmont plc? now i am programming for that plc and have " pid autotuning is not working" issue. I have...
Replies
0
Views
978
Hi, I need some help write a PLC instruction. I am using Proficy Machine Edition 6.5. Our indexing rotating table has 3 nests that are equally...
Replies
15
Views
3,982
I have a project coming up in a few months where I'll be taking measurement from an LMI Gocator and sending them to a Do More PLC H2-DM1E. I...
Replies
1
Views
1,049
Back
Top Bottom