Jump to content

Binary coding for a bitney Bowes Realy 6000 inserter


iprint2

Recommended Posts

The encoding types are listed and documented in the following places:

 

• In the FusionPro Rules Guide, in the section “How to use the DataMatrixbarcode() function” (page 102).

• On the Building Blocks dialog, on the Objects tab, under Barcodes -> DataMatrixBarcode -> encoding.

http://www.idautomation.com/barcode-faq/2d/data-matrix/#Encoding_Modes

 

The Rule will look like this:

 

var dataforbarcode = Field('First Name');

var dmbarcodeobj = new DataMatrixBarcode;

dmbarcodeobj.encodingmode = "C40";

dmbarcodeobj.pointSize = 12;

return dmbarcodeobj.Make(dataforbarcode);

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...