Ben
|
Best Answer
The post explains the bullet points in the GS1 Application Identifier Specifications.
__________________________________________________________
• The AI is defined by the digits after the FNC1 character, which must be the first character in a GS-1 barcode. Within all IDAutomation products, placing parentheses around the AI automatically encodes the FNC1 character.
The FNC1 is a single character Function Code 1, which specifies that a barcode is a GS1 code. It is required before the first Application Identifier. Depending on the product, there are three ways to encode an FNC1:
• Parentheses Method
Surround the AI with parentheses.
(01)10614141543219
• Tilde Method
Place ~212 before two-digit AI, ~213 for three-digit AI... ~217 for seven-digit AI.
~2120110614141543219
• ASCII 202 Method
Place Ê character before the AI. To generate Ê, press and hold down Alt and key 0202.
Ê0110614141543219
NOTE: Data Matrix (2D barcode) encodes the FNC1 using the Parentheses Method or the ~1 character such as ~101345678901234515171231 before the Application Identifier.
* ApplyTilde must be enabled for each example.
___________________________________________________________
• The element string is the combination of the AI and its data field.
It is the AI combined with the element field. For example, 15 is the AI for Sell By Date. The Sell By Date (element field) includes the Year, Month, and Day in YYMMDD format.
15130530 is an example of an element string.
Think of the element string as an AI (the leader that identifies its group) and the element field (its group members).
___________________________________________________________
• Multiple fixed length element strings may be included in a single barcode symbol without additional FNC1 characters if variable length element strings (such as those with AIs 10, 21, or 92 as defined below) are included last. This is because the reading device understands the length of each fixed-length element string.
This means that if the field has a fixed length, no FNC1 is required for the AI. For example, if the Sell By Date (fixed-length field) is the second element string in the data, it does not require an FNC1 before its AI.
* Sell By Date is an example of a fixed-length field because its data amount does not vary, it will always include six numbers (YYMMDD).
___________________________________________________________
• If additional element strings are encoded after a variable-length element string, an additional FNC1 is required between them to define the end of the previous variable-length element string.
Encode the FNC1 for fixed-length fields. Consider the example:
Element String 1 is (01)10614141543219 (fixed length)
Element String 2 is (3922)123456 (variable length)
Element String 3 is (15)130530 (fixed length)
Using the parentheses method to encode the FNC, the fixed-length element strings require the FNC1 and the variable-length element string does not.
(01)106141415432193922123456(15)130530
__________________________________________________________
#1 Question about encoding FNC: When I encode the FNC1, how come I do not see it in the scanned result?
Answer: The FNC1 is an invisible character, I like to call it a ghost. Though the character is encoded, it requires a special scanner to decode it (display it in a scan).
GS1-128 FNC1 decodes as ]C1
GS1-Data Matrix FNC1 decodes as ]d2
The IDAutomation SC7USB2D scanner can decode the FNC1 for Code 128, Data Matrix, and Databar.
How to set the SC7USB2D scanner to decode FNC1?
Posted 9.7 year(s) ago
|