Is it possible to use a USB barcode scanner as well as a USB keyboard on the same HMI? I know just plugging in the barcode scanner to be used as a typical keyboard wedge will eliminate the possibility of using an actual keyboard (and vice versa); but if I setup the barcode scanner local device server is it possible to use both?
According to our user manual, it is possible use both a USB Keyboard and USB barcode reader. However, you will need to use system bit LB-9064 to determine which device will be in use at that moment:
We have established use of our Barcode Scanner (WoneNice WN3300-V3.1) and Keypad (Model cMT2108x2) to enter our lot numbers. If we select our input object (ASCII display field) and manually key the entry, the number appears in display field and our reports. However, if scanned in, it will appear in the display field, but we only get a rectangular shaped image. However, if we tap the display field after scanning (which brings up the keypad) and press ENTER, the scanned number will appear in the reports.
It’s a Bit trigger based on an internal Bit (lot started) that is changed via action triggers to toggle the lot started bit from PLC feedback through Start and Stop.
Thank you. We’ve tried every step and combination shown on the video and listed in the manual. So far, no luck. Since it’s just a matter of accessing the keypad and choosing “enter” to have the data transfer to the reports, I’ll try to find a macro that will help me do those steps. No experience with macros, so if there is a good source for that, please let me know.
Thank you for the update and just to confirm, when scanned in the barcode appears in the display field but due to the current transfer mechanism, you only receive a character in the log. Is that correct?
If so, it sounds like the issue is in how the data transfer takes place. When the above occurs are you transferring the data from Barcode - 1 to Lot_ID and then to the PLC or do you use another mechanism or process.