High Speed Counter Example For ML1100

sprintboy

Member
Join Date
Oct 2005
Location
Sydney
Posts
14
Hi,
I'm about to code my first MicroLogix 1100. No real drama there, however I'm not sure how to use the high speed counter function. I will be using an Omron Quadrant encoder to count shaft rotation. (This is a very basic pump setup with an extended shaft and measures out a predetermined amount of batter).
Just wondering if anybody has an sample code for the use of the counter. I've heard that it is similar to the ML1200 but haven't used one of those either. Normally use SLC, Control and Compact Logix series. Any hints tips or suggestions would be greatly appreciated.

Thanks in advance, Merry Christmas and a Happy New Year to all.
 
Hi Sprintboy,


I have not used the 1100, but in the 1200, the HSC must be set up in the function files tab of the project tree.

There is a good example in the manual, I will dig out some more details later, when I am back in the office.
 
A lot really depends on how accurate you want to be. If you are only cutting batter then you could just use the accumulated value of the count within the scan time (they are a fast processor) ie if it has a 2 millisec scan time then the amount of error will be equal to the amount of batter extruded in 2 millisecs (or maybe 4 millisecs).

If this is not accurate enough you must set up an interrupt file that will occur when the high speed preset is reached. a lot more work and in your case probably not required.
Regards Alan Case
 
Thankyou guys.
Yes only looking to use the acc against a preset limit value just to get consistent batch of batter.
 
Thanks for help the guys.
Fixed my problem. Helps when you connect the encoder the right way. Needed to be sinking inputs. The rest seems straight forward.
 

Similar Topics

Hello Folks, Has anyone configured a Momentum high speed counter on Unity 13.1. We need the wiring diagram for Momentum High speed counter and...
Replies
0
Views
72
i am bench testing a 1734 -VHSC24 Point I/O High Speed counter module, i cannot find any examples of wiring the outputs from the module. does...
Replies
4
Views
1,360
Hello guys, I have created a program where I count the high speed inputs of a flowmeter and create pulses per second to check the flowrate. Next I...
Replies
5
Views
1,772
Hello to all, I don't have to much experience in the PLC. I'm using the Studio 5000 v32.03 We are trying to measure the length of a product, in...
Replies
3
Views
1,114
Does anyone know how to set the output window on-off values on the fly without having to inhibit the module? I could of sworn when I first started...
Replies
11
Views
2,372
Back
Top Bottom