Questions tagged [gs1-ai-syntax]

GS1 Application Identifier syntax denotes a set of representations for GS1 structured messages, with different encodings defined based on the carrier, e.g. within a barcode message, as human-readable text on a label, exchanged between electronic systems of trading partners.

44 questions
1
vote
2 answers

How to print a GS1-Datamatrix in direct-protocol, how do I add FNC1?

I need to send a GS1-Datamatrix (value of code is dynamic) to a thermal printer (intermec) via serial port using direct protocol. The GS1 DataMatrix is a standard Data Matrix, but it should start with a FNC1 (Function Code One). The GS1 DataMatrix…
1
vote
1 answer

ASP.NET Pass non-printable barcode character from a web.form to server side

I've been developing a web app that accepts input from a barcode scanner. I need to pass scanned barcodes (GS1-128) from client-side to server-side. By standard, GS1-128 may contain one or several group separator characters (characters with…
1
vote
1 answer

GS1 128 Barcode Decoder (AI) in PHP or Jquery

I'm working on a project that requires read barcodes like GS1 128, and I want to separate them into the application identifiers (AI). I'm using a library called Bark.js. It works fine with some barcodes, using AI like 01, 02, 15, 17, 10; but now I'm…
bey23
  • 313
  • 4
  • 16
1
vote
0 answers

SYMBOL. ls2208-sr20007r-ur. barcode reader. EAN 128. parenthesis character not read

I am trying to use ls2208-sr20007r-ur barcode reader in my project. And my barcodes will be in EAN-128 format. I connect the barcode reader to my comp by USB port, so it becomes a Keyboard emulator. The problem is, when I scan EAN-128 barcode, the…
1
vote
1 answer

GS1 structure data parsing using the ZXing barcode library

I am looking to use the ZXing library to decode GS1 DataBar barcode symbols. I will not be getting the barcode bitmap, all I receive is the content of the barcode, e.g.: 8110106141416543213500110000310123196000. Can you tell me whether ZXing has a…
user3005980
  • 61
  • 1
  • 8
0
votes
2 answers

Flutter GS-128, CODE-128, EAN-128 barcode reader

Which the best library in Flutter to read UDIGI 2.0 medical device codes ? All libraries I use, like: 'package:flutter_barcode_scanner/flutter_barcode_scanner.dart'; answers PYTHON-BARCODE+. Thank you in advance
thefrankie
  • 41
  • 1
  • 4
0
votes
2 answers

How to get the raw data of a 1-D Barcode Image?

I am generating 1D Barcodes for USPS's EAN-128. But I don't have a scanner to check the end result. Is there a free tool where I can use to check the Raw Data of the barcode? E.g. with the Start, FNC1, End, Mod103 checksum, etc.
James X.
  • 83
  • 1
  • 9
0
votes
1 answer

How concat multiple fields for a GS1 Data-matrix (BXN) in Zebra Programming Lang (ZPL)

I'm trying to show some data in a GS1 Datamatrix which has field separators (FNC1,GS) pass within the variable to a zpl template. Originally, in ZebraDesigner I couldn't get zpl to allow me to pass the separators within the parameter/variable. The…
soeju
  • 1
  • 2
0
votes
1 answer

GS1 Print Zebra

I try to print a label. To indicate the fields of a variable, use "_1", "> 8", but the printer throws an…
Alexsandr Ter
  • 105
  • 1
  • 4
0
votes
0 answers

Reading a variable length data, on Motorola FR terminal

Question is regarding a reading a EAN 128 variable length bar code from RF terminal to a SAP web application. I have a EAN 128 bar code in this format: (02)93858881222369(10)20212(37)104, when you scan the code with a scanner, the fr terminal read a…
Sale_082
  • 13
  • 6
-1
votes
1 answer

How to read a specific prefix information from gs1 barcode, with scanner?

I am working with products that contains gs1 barcodes where are many application identrifiers (AI) or prefix, like (01)....(17).....(10).... . The scanner I 've got its called honeywell ms5145 and when I scann the barcode it prints as output the…
gregni
  • 417
  • 3
  • 12
-1
votes
1 answer

GS1 barcode reading issue

I have a barcode (GS1). I need to get the scanned result into a text box for further processes. But the scanned result does not contains the delimeters as expected. Expected Barcode Result - 313233(56)42(44)556(43) As an example I use (56) and (44)…
Ravi Rajindu
  • 380
  • 2
  • 6
  • 23
-1
votes
2 answers

Output barcode control codes using ZXing?

Without changing any ZXing source code, is there a way to output control codes in a barcode using ZXing on Android? Edit: The reason that I don't want to edit source code is because I would like to use the "scan via intent" process. If I have to…
TCCV
  • 3,142
  • 4
  • 25
  • 30
-2
votes
1 answer

I want to find the attribute of an object inside object in python

So I'm trying to find all the values of ai = '' in the below given library for gs1. To access that it already has the command: result = biip.parse("010703206980498815210526100329") result.gs1_message.element_strings for ex in the below code, I'd…
1 2
3