Bar Coding question

NetNathan

Lifetime Supporting Member
Join Date
Nov 2011
Location
Corona, CA
Posts
2,199
Do most Bar Code readers turn ASCII to text?

I have an Intouch project coming up with Bar Coding for recipe loading and parts.
The customer says they use ASCII for bar codes.

I assume if it is only letters and/or numbers, I will be able to read the bar code into Intouch.
I have done this before, but the bar code was only numbers and spaces. I did not ask if it started out as ASCII.
 
In general, ASCII = text.

Most barcode readers convert the spaces-and-stripes codes into a string of ASCII characters, most of which are human-readable letters and numbers. Usually the non-readable characters are Carriage Return and Line Feed.

Most barcode integration with HMI involves the barcode reader behaving like a keyboard. Your operator focuses on a text entry field, then scans the barcode, and the data appears as though it had been typed in and the operator had hit Return.
 
In general, ASCII = text.

Most barcode readers convert the spaces-and-stripes codes into a string of ASCII characters, most of which are human-readable letters and numbers. Usually the non-readable characters are Carriage Return and Line Feed.

Most barcode integration with HMI involves the barcode reader behaving like a keyboard. Your operator focuses on a text entry field, then scans the barcode, and the data appears as though it had been typed in and the operator had hit Return.

Yes....that is how my previous job is set up.
I was a little confused...because every time I said "text" they corrected with "ASCII"..... I was starting to doubt myself.
IT people....yes it is ASCII I am wanding but the wand converts it to text.
 
Some retarded systems send each byte as a hex string with spaces between them. I guess it stops there from being control characters in the string at the cost of being a PITA.
 
Yes....that is how my previous job is set up.
I was a little confused...because every time I said "text" they corrected with "ASCII"..... I was starting to doubt myself.
IT people....yes it is ASCII I am wanding but the wand converts it to text.

UTF-8 is the cool new text standard on the IT side, because t supports every character in every language. ASCII pretty much only has space for our alphabet, plus some weird symbols.

Maybe that's why they're so specific about the ASCII?
 

Similar Topics

HELLO ALL JUST THROWING THIS OUT AS PART OF MY "SEARCH EVERY WHERE AND LOOK UNDER EVERY ROCK FOR AN ANSWER" ROUTINE. SITUATION: PROCESSING...
Replies
5
Views
2,500
Looking for hardware suggestions for an application. I need to a print bar code and 30 and 40 characters of product data on an adhesive label...
Replies
13
Views
4,290
I am using RS Logix 5000 V17, and I have somehow messed up my controller organizer layout. I know how to turn the controller organizer on and off...
Replies
4
Views
528
Dear all how to hide file menu + toolbar panel in rslogic500? I've seen other people use shortcut keys to hide and unhide. But I forgot how to...
Replies
2
Views
342
Hello, I'm trying to create a faceplate that features a bar where a real PLC tag is passed through the faceplate interface. I want to check the...
Replies
0
Views
332
Back
Top Bottom