Thank you very much takign the time to respond in such depth.
We are actually using touch screens, so no keyboards are present on these workstations. The reason we want to get rid of the ‘on screen’ unlock button is that the touch screens get worn out. The workers are pressing the same point on the screens every day, and, even if they move it around every so often, the screens quickly wear out.
The way I understand it, the unlock button simply clears the screen of all the previously scanned garment’s data, and allows the next garment to be scanned by disabling an error condition in the code. Basically, the (very simple) code to ‘unlock’ the screen for the next scan is run in reaction to the button’s click event (obviously!). Now, instead of being run when the button is clicked, it needs to run when a single is sent from this device that I am looking for. How the signal is interpreted is unimportant at this stage, they/we just require a device that is capable of sending a basic signal based whether the user pressed a physical button or broke the light beam etc. All the scanning process and such is working perfectly well. We just need this very simple device that can send a signal to the PC, we can then worry about running the unlock code in response to that signal.
Furthermore, I don’t think the issue with water will be a safety issue in this case. These workstations are in the initial sorting area. The garments that are dealt with have come straight from the back of a lorry. They haven’t gone near a washer (or any water for that matter) yet. So, I don’t think that will be an issue.
The laundry is quite a large one yes, and RFID tags can endure very high temperatures (I cannot remember the exact figure :)). Although, apparently, they do have a finite lifetime.
The reason the IT team mentioned the light barrier as being ideal is that it won’t get worn out due to lack of physical contact from the workers. Plus, we have a mechanical system in our clean room (where garments are hung up on hangars affter being washed). Basically, the workers scans the garment, put the garment on the hangar, then pass there hand throguh a lightbeam. This act sends the garment on it’s way (the machine takes the garment to the dryer).
Obviously, this is a purely mechanical function; they want one that can be plugged into a computer, and used to send a signal to a computer, which can then is interpreted to unlock the screen.
I don’t think accidental operation of the light beam would be an issue. Nothing much can go wrong if the beam is accidentally broken. For example, if the garment has been scanned and the beam is accidentally broken, the screen is unlocked. This isn’t a problem as the screen needed to be unlocked for the next scan. If a garment hasn’t been scanned in, and the beam is accidentally broken, nothing will happen as there is no garment data on screen to clear.
Do you know of any specific companies and specific items that are capable of sending this signal. Like I said, it just needs to send a single signal to the PC. The function of the unlock button, and the function of this device, is very very basic in the grand scheme of things. A light beam is prefered still, but a physical button would be acceptable if there were issue findign the light beam device.
I shall run past the rest of the IT team what you mentioned in the previous post. The seem quite set on a USB/Serial port device I think though :). All the scanners, readers and computer hardware in the plant seem to run from serial ports and virtual usb ports.
Thanks a lot for your time; once again.