Counter preset?

PhilipD

Member
Join Date
Nov 2009
Location
Humboldt, TN
Posts
117
Hi gang,

I don't even know what to call this so I can do a search on it. I need a device that I can set to a preset number (001-999) and then have a PLC read that number and act when a counter equals that number. In this particular case I need to set then number of staples a machine puts in a box. If the box need 10 then the operator will set the device (thumbwheel?) to 10 and run the order. If the next order needs 15 set it to 15, and so on.

What would this device be called?
 
Many PLC setups will include a display/entry device. A usual abbreviation for this is HMI (Human/Machine Interface). This allows for a variety of information display and entry on one device. The choice of an HMI is often influenced by the PLC which is being used though most have the protocol drivers for all major PLCs.

If you have only one item (number of staples for instance) then an input card with at least 12 inputs (for 3 BCD digits from thumbwheel switches) could be used.
 
Thanks for your input Bernie. We received this machine from another plant just this week. The control board (the one that controls the number of staples stitched into each box) was missing. I was able to get the machine running by using a Durant counter with a relay. Very simple and pretty inexpensive to implement.

Now as far as your response about a HMI, I have seen a few and even touched one a time or two but I have no first hand knowledge of how to program one or how to interface it to a PLC. That is something I will have to correct in the near future.
 
Last edited:
Now as far as your response about a HMI, I have seen a few and even touched one a time or two but I have no first hand knowledge of how to program one or how to interface it to a PLC. That is something I will have to correct in the near future.

Phillip,

Automation Direct sells a HMI called the Cmore micro. This version (micro) is a basic "not too many frills" HMI. It comes in a 3 inch and a 6 inch version. The software for the micro version is free. I suggest you download it and give it a "test drive".
 
Whilst a HMI would be beneficial, based on your recent experience, a BCD thumbwheel switch would probably be better, and easier to get up and running to begin with, IMHO.
 
RussB,

Thank you. I was looking at the Red Lion site for something like that. The one you linked to would work very well!
 

Similar Topics

I am trying to figure out how to use a High speed counter module for an incremental encoder. I don't have the exact model number for the encoder...
Replies
4
Views
2,577
Hi everyone, probably a simple question, but I can't find it anywhere. The counter and timer commands in TIA Portal (v10.5 SP2) all have presets...
Replies
1
Views
2,199
I have a counter in ControlLogix that I would like to change the preset from Panelview I can set the value of a DINT tag in Panelview and it...
Replies
9
Views
3,719
Hi, I'm using RsLogix 500 micro starter edition with a micrologix 1200 plc. I want to use a counter where I can change the preset via variable. I...
Replies
3
Views
3,677
Hello All, i'm a total newb to PLC programming so any help is appreciated. I have an encoder mounted to a motor shaft. the encoder is used to...
Replies
29
Views
14,692
Back
Top Bottom