Read Barcode-Scanner Input without user interaction

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
Post Reply
14908

Read Barcode-Scanner Input without user interaction

Post by 14908 »

Hi,

I need to connect a Barcode scanner via USB to my iX-Panel (iX T7A). This just works perfectly as long as the user manually sets Focus in the analog Input element. After scanning one Barcode, the Focus gets lost and the user has to click on the element again.
In my application this is just annoying, because of many scan processes.
Thus the question:
Is it somehow possible to grab the scanner Input via script in the Background and write it to variable
OR
can I set Focus manually via script to my analog Input element ?

Thanks for your help,

Stefan

andrewpj
Posts: 2
Joined: Fri May 09, 2014 3:52 am

Re: Read Barcode-Scanner Input without user interaction

Post by andrewpj »

How about using 'Text' instead of 'Analog Numeric'?
Then, assign the tag to that 'Text' to display your Barcode scanning result.

14908

Re: Read Barcode-Scanner Input without user interaction

Post by 14908 »

sure. but how do i get the scanned barcode in my tag ??!
- is there a special tag for keyboard/scanner input, which i can use ?

Artaxs
Posts: 10
Joined: Tue Nov 06, 2012 7:02 am
Location: Switzerland

Re: Read Barcode-Scanner Input without user interaction

Post by Artaxs »

Hi guys

Well' I also try to connect a barcode scanner by usb to an iX Panel (T12B).
My problem is that m ypaneld doesn't get any data from the scanner.
How did you manage that? Do I need to "install" any kind of driver or does it matter whicht type/brand of scanner I take?

Best regards

14908

Re: Read Barcode-Scanner Input without user interaction

Post by 14908 »

i'm using a Motorola usb scanner. i didnt had to take any Action. worked out of the box

Post Reply