Simple numeric input to PLC

russrmartin

Member
Join Date
Aug 2002
Location
Eastman, Wisconsin
Posts
744
Anyone have a cheap, simple solution to enter a desired batch size into a PLC? I had planned to use a selector switch to increment or decrement batch size and display their selected value on a small numerical display. They are saying they'd like to enter the value like they would on a full HMI but are not willing to introduce something along the lines of a touchscreen HMI.

I'm thinking something that can output 0-10 for a 0-9999 value would suffice but not sure such a thing exists.

Ideas welcome!
 
A bank of thumbwheel switches maybe?

PACA-3100.JPG
 
I've never used one personally but AB's Panelview Component looks perfect for this. This one specifically will be very cheap and should go hand in hand with a Micrologix...


C200 - 2711C K2M
Panelview-C200-Shoped.jpg



If you go with a Micrologix 1100 you could run this over RS232 and have Ethernet comms free.
 
Last edited:
If you go with a Micrologix 1100 you could run this over RS232 and have Ethernet comms free.

It’s worth noting that assuming you connect to the MicroLogix 1100's channel 1 port via a switch, it can be used for communications to an HMI and still be available of other connections. That's why Ethernet is such a good fit for PLC's.

Having said that I don’t believe the PV Component MHI support Ethernet so you would need to use the channel 0 port via DF1 (RS232 or RS485), or DH-485. Either way you’ll be tying up the port.
 
Or maybe just use one contact of a rotary switch to pulse an input to increment, and then two buttons on two separate inputs the operator has to push to indicate the direction, up or down. So to go up, he would push and hold the up button, then turn the dial (either direction), and so forth with the down button.
 
How about a G304K2? I know it is a touchscreen but for under $400 and the cost of a cat 5 cable and (optionally) a switch... That is, in my opinion, the most reliable and effective way to give them what they want, not to mention the other features and future expansion you can gain.
 
If you're looking for very low cost you should look at a simple, Modbus enabled thermostat. Something like this:

www.datanab.com/zc/index.php?main_p...ducts_id=122&gclid=CN2y8PPxmsYCFVTMtAodBtIDaA

We had a project years ago where everything was driven by cost, cost, cost and we found something similar for around 50 bux. It's still working. I don't remember (or have access to right now) the product but, again, something similar to the link above will do. Just look around for exactly what you need.

Good luck,

Yosi
 

Similar Topics

Hello, I´m having a problem trying to program in Ladder. An output should be trigged by two possible contacts. Take a look on the printscreen...
Replies
5
Views
156
Hello again..trying something on an existing poorly written program and just wanted to double check something system is an A-B MicroLogix 1200 In...
Replies
5
Views
179
Hi all, Writng a FB in ST on Beckhoff TC for a pulser which turns on and off on a cycle, is paused by turning bControlInput to FALSE, but resumes...
Replies
6
Views
271
I'm trying to build my Classic Step 7 programming skills this weekend. I get stuck on little things that are not covered in YouTube tutorials. I'm...
Replies
7
Views
325
I have a program that does a 7 second "scan" sensor calibration routine whenever a setting (setting is called assistance level or "AL" and ranges...
Replies
3
Views
220
Back
Top Bottom