04-18-2023 10:01 AM
Or you just scan continuously and just take notice when the scanned code changes ? if you know when your process starts and stops you only need to look at the code during that period.
04-18-2023 10:05 AM
SR series from Keyence (for example SR1000) as doing this. They are RS232 scanner that can be remotely operated, robust and so on.
They are not cheap, so maybe look for an something similar.
04-18-2023 10:08 AM
Or the Honeywell Vuquest 3320g
04-18-2023 10:14 AM
@SimonGn, this was one of my idea. When scanner scans, there should be a text block open in the PC to receive it. So I did have an idea where software closes the text block immediately after scanning, but the scanner will continuously scan. So two problems are, I don't know how it will affect the scanner life and second, whether there will be a sound like beep or some sort of lighting. If that is there in the scanner, it will be continuously beeping or led will be continuously turning on and off. This is the problem I was thinking, and so having the ability to program the scanner when to scan will be a good solution.
04-18-2023 10:16 AM
@defaphe. I know Keyence can do that. I already had a discussion with them including a demo. But i didnt know about the price. The cheapest one is 2500 euros and that is not what we are looking for. Its too expensive.
04-18-2023 10:16 AM - edited 04-18-2023 10:23 AM
Pretty much every scanner with a real communication interface, be it RS-232 or even USB, will allow to be put in a mode where you have to send it an actual command to scan anything. If you talk about devices that operate as keyboard, then that is different. They may sometimes have a special button that you need to operate (handheld devices) or have an extra digital input that can be used as trigger, but that is not standard. Most of these devices are built to be handheld or automatic and if you want anything else, that is often a special model an considerably more expensive.
But try to find one with explicit RS-232 option. They will cost a bit more but almost always have an option to actually be put in a command only mode. This might be an option for your use case.
04-18-2023 11:02 AM
@SimonGn. Have you worked with Honeywell Vuquest 3320g? I looked into it. It looks very simple. It has serial commands. I can just send this serial commands using LabVIEW to trigger the scanner. Can you confirm this, and then I can buy this? Thank you.
04-18-2023 11:06 AM
@govindsankar wrote:
@SimonGn. Have you worked with Honeywell Vuquest 3320g?
No, sorry, I just had a quick look through the manual, there will be many such options out there you have to put in the leg work to find the best option for your application at an affordable price.
04-18-2023 11:06 AM
The easiest is to use a USB scanner that simulates a keyboard. Then just key focus on a string control programmatically and shoot the barcode. Numbers entered automagically.
04-18-2023 11:10 AM
Its fine. I am going with Honeywell. Thank you. I will buy one to see if it works and if it doesnt then return it. But it should work. I am not seeing any complications with this.