Does your .Net DataMatrix barcode writer support Industry/AIM mode at all?

Questions, comments and suggestions concerning VintaSoft Barcode .NET SDK.

Moderator: Alex

Post Reply
mshiels
Posts: 2
Joined: Sun Oct 29, 2017 11:08 pm

Does your .Net DataMatrix barcode writer support Industry/AIM mode at all?

Post by mshiels »

Basically where the FNC1 is in secondary character position - hard to tell with your demo library since once I modified the code to do the FNC1 in second position it stuck *DEMO* in front which kinda kills the second character position!!

Basically trying to see if anyone can generate the formats I need to test for a customer. It's not easy! Yours was the closest but it looks like I need to keep searching for now.
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: Does your .Net DataMatrix barcode writer support Industry/AIM mode at all?

Post by Alex »

Hello,

Please read information about limitations of evaluation version here: https://www.vintasoft.com/vsbarcode-dot ... strictions

Our on-line Barcodes demo allows to read and generate barcodes without limitations:
https://demos.vintasoft.com/AspNetMvcDemos/BarcodeDemo

Please use our on-line Barcode demo for testing VintaSoft Barcode .NET SDK functionality without limitations.

Best regards, Alexander
mshiels
Posts: 2
Joined: Sun Oct 29, 2017 11:08 pm

Re: Does your .Net DataMatrix barcode writer support Industry/AIM mode at all?

Post by mshiels »

But you see that doesn't help verify you can encode Industry/AIM mode barcodes at all - since your online demo won't support putting a FNC1 in second or 6th position. If I put it int the GS1 position (1st char) then your code understands not to stomp *DEMO* on it, just figured you might want to support the second char position as well. Leaving it alone for now.
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: Does your .Net DataMatrix barcode writer support Industry/AIM mode at all?

Post by Alex »

Hello again,

Our on-line demo allows to create any DataMatrix barcode with non-data characters (<FNC1>, <ECI>, etc) because on-line demo does not have limitations.

Please do the following test:
  • Open our on-line demo in the internet browser: https://demos.vintasoft.com/AspNetMvcDemos/BarcodeDemo
  • Select the "Writer" tab in side panel
  • Click the "Barcode Writer Settings" icon, dialog with barcode writer settings will appear
  • Change the "Barcode Dimension" to "2D", change the "Barcode Type" to "DataMatrix, change the "Value" to "0<FNC1>12345"
  • Press "Ok" button, dialog with barcode writer settings will be closed
  • Click the "Write Barcode" icon, barcode image will appear in image viewer
  • Copy the barcode image and test it
Let me know if you will have any question or problem.

Best regards, Alexander
Post Reply