Data Edit

Revision as of 27 April 2021 09:33 by JGoss (Comments | Contribs)

"Data Edit" is the replacement programming script for output formatting for newer 2D-imager scan engines (Gen 3, 4, 5 & newer) like the: MDI3xxx, MDI4xxx, MDI5xxx. Data Editing is much more powerful than "Data Wizard" and the format is based on regular expressions type of script programming language.

Opticon’s DataEdit™ (Data Editing) gives the end user the capability to qualify, extract and/or manipulate the decoded data string from a bar code’s default output into a more desired format that the end user can use.

There are two parts to each DataEdit, a Cut Script and a Paste Script. The cut script is used to qualify (specific code symbology and perhaps a specific format), and group specific sections of a barcode. The paste script is used to configure the output and layout of the data.

GS1

There is specific programming to make it easy to identify Article Identifiers in GS1 codes. They can then be easily formatted and output.

OCR

There is specific programming to make it easy to output OCR data.

Data Edit Sample Programs

PRG # Title(s) Description
PRG0001 C128: Output last 12 of 34 chars Outputs the last 12 characters of a 34 character code. Only works if the code is type C128 & the code contains 34 characters.
PRG0002 UPC: Output inner 10 chars UPC codes are 12 characters, this program strips the first and last character and outputs the inner 10 characters. Only works if the code is type UPC & the code contains 12 characters.
PRG0005 QR: Output the last 15 chars This program looks for a QR code that is 15 characters or more and it will only output the last 15 characters of the code.
PRG0007 DM: Output after 3rd Semicolon This program looks for a Data Matrix code and it looks for semicolons ';' within the data. It will then output all the data contained after the 3rd semicolon.

More Info

For more information about DataEdit, please contact Opticon Support, support@opticonusa.com