Shift Register Applications.....

plcengineer said:
Lancie:

I have an application just like yours that I am going to use an AB Micrologix 1500 PLC and an encoder. Do you have any sample AB code with the specifics???

Thanks,

I thank Jay Anthony for this link. It is many different ways to do encoders. Yes it is for OMRON but you can easily cross it over. Which would be good practice programming.

http://forum.mrplc.com/index.php?ac...&CODE=02&id=101

You will find a shift or two involved.
 
Have shift registers galore all over the site. Two types bit shifts, 1 or 0 par present or not, Word shifts, mutiple part checks mainly fr data aquisition but also used for part present at station has passed all relevant checks.
 
OK, I'll play

Peter Nachtwey said:
Which is more efficient, shift register or circular queue?

In my limited experience I'd say: A queue, because you're manipulating pointers to information rather than moving the actual information around.
 
don`t know

Peter how would you do a circular queue with a AB plc and start simple as i don`t know what a circular queue is. By simple i
mean for the average person. 🍻
 
thanks

Lancie1 I don`t need a program just wondering how a
circular queue works comopared to a shift register.
Probably couldn`t understand it anyway have enough
problems with small programs.
 

Similar Topics

I am attempting to reject a bottle If the label fails. The rejection works fine at normal line speed but at low speed the rejector fires (air...
Replies
35
Views
1,193
Hi guys, I am pretty new when it comes to programming. I am working with CX-Programmer and I am having a problem where I have a sensor on my...
Replies
6
Views
707
Hi all, i have a very slow indexing machine where we are looking to make everything as bulletproof as possible, money is not much of a factor...
Replies
12
Views
3,083
Good morning (EST), I am trying to implement the code below in on an S7-1200. It's barely half a dozen instructions, but I am stuck; I have not...
Replies
26
Views
5,738
Hi everyone I am completely new to using shift registers and am a bit stuck, my shift register works as should, it is for an overhead conveyor...
Replies
55
Views
15,727
Back
Top Bottom