Digital numeric input device with ethernet

Join Date
Jan 2008
Location
Ontario
Posts
161
I have an application that needs a simple way for an operator to input an integer value and send it to a PLC. An HMI is overkill, but I am thinking of all of the digital counter modules and thumbwheels I have seen mounted to the front of panels over the years. Is there an ethernet version of these that allow for numeric input that can communicate that integer back to the PLC over ethernet? Number would be small, 0-250.


I have looked at a few different manufacturers websites and can't find anything.
 
An HMI is overkill

A basic 4" HMI is nearly always the most cost effective solution, even though it seems like a huge waste.

The most simple solution may be a rotary pot and a 7-segment readout like a Red Lion CUB5, but then you need to either use remote IO or serial coms instead of ethernet to communicate, which would probably cost more than an HMI.
 
thumbwheel switch, twelve bits (4 per digit), to a remote i/o device that does some kind of fieldbus (Modbus?).

but by the time you put that together you may as well have created a minimal HMI.

do you have any analog inputs on the PLC? 8 bits detecting a knob rotational position (potentiometer/voltage divider?) will cover 0-255, with feedback and a button when the value is at the target? again, probably easier to do an HMI.
 
a thumbwheel plus this? I agree with @Puddle. Small HMI is cheaper, better, faster.

If you were making a million of these for the next Kia Soul model year, then a few hundred k$ in engineering a bespoke solution would make sense, but for a one-off for your local plant, you also have to consider your time.
 
I have an application that needs a simple way for an operator to input an integer value and send it to a PLC. An HMI is overkill, but I am thinking of all of the digital counter modules and thumbwheels I have seen mounted to the front of panels over the years. Is there an ethernet version of these that allow for numeric input that can communicate that integer back to the PLC over ethernet? Number would be small, 0-250.


I have looked at a few different manufacturers websites and can't find anything.

If the PLC is Modbus-capable, one could use their cell phone and an app.
 
Thanks for the ideas. I am going to check if I have 12 inputs available and if so go with 3 thumbwheel switches. Failing that I will look at a small&cheap HMI solution. I looked at some of the 4" AB panelview options and wow they are not cheap right now even in that small size format.
 
Thanks for the ideas. I am going to check if I have 12 inputs available and if so go with 3 thumbwheel switches.


Note that you really only need 8 bits, but that would require an input device, other than three thumbwheel switches, and which may not even exist, unless either the operators are fluent in hexadecimal or you give them an 8-bit decimal => hex conversion table. LOL.
 

Similar Topics

Question to anyone with ideas about my thoughts on upgrading a very vintage timer, which is being used to switch between 2 5hp domestic water...
Replies
14
Views
433
I have a PLC type PM856 from ABB with some I/O modules and I get an error from the Digital Inputs model type DI801. The unit status shows error...
Replies
0
Views
262
I am monitoring two BMXDDO3202K digital outputs for their behaviour, they are each for opening and closing, and so the on time affects how far the...
Replies
1
Views
279
On the laser displacement sensor now connected to my PLC, the manual says 4mA=643 and 20mA=64,877. However, I checked with a Fluke, injecting...
Replies
5
Views
888
I'm new to S7/TIA. There's no devices connected to the PLC yet. I've got a laser measurement sensor (Micro-Epsilon optoNCDT 1220). From the...
Replies
18
Views
2,945
Back
Top Bottom