LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Generating a Code39

I am working on a project to create a Code39, I am done with the most part I believe, however I'm facing a problem with implementing my array into the code to get a different barcode each time. If anyone can help I'll be thankful.

0 Kudos
Message 1 of 16
(1,316 Views)

Save it for LV 2021 and I'll take a look at it.

0 Kudos
Message 2 of 16
(1,307 Views)

I don't know the details of code 39. can you explain the process in order us to help you ? Where do you think is the problem with your code ? 

0 Kudos
Message 3 of 16
(1,255 Views)

I saved it to the previous version

0 Kudos
Message 4 of 16
(1,251 Views)

I am trying to make my code change the number of triangles to be printed depending on the specified Narrow wide specifications, also giving that the ratio of narrow to wide is 1:3.

0 Kudos
Message 5 of 16
(1,249 Views)

01155990@pw.edu.pl wrote:

I saved it to the previous version


That's still the LV 2023 version.

I'm stuck at LV 2021.

0 Kudos
Message 6 of 16
(1,212 Views)

Version 21.0 should work I converted it again

0 Kudos
Message 7 of 16
(1,173 Views)

Characteristics of Code 39:

it consists of bars (black lines)/spaces (white lines) of two widths (use 1:3 proportion of narrow-to-wide in your VI)

allows to encode 43 characters: A÷Z, 0÷9, and -, ., $, /, +, %, space anda special symbol marked with an asterisk (*)

each character consists of 5 bars and 4 spaces, from which 3 bars/spaces are wide,and 6 bars/spaces are narrow

in each character,the bars and spaces are placed alternately, starting with a bar

a narrow space is used between each character of the code

the first and the last character must be the special symbol (*)

 

Those are the characteristics I am trying to implement, I am facing problems with the first two right now

0 Kudos
Message 8 of 16
(1,163 Views)

This is 2020 version

0 Kudos
Message 9 of 16
(1,160 Views)

Your code is messy.  Zero effort at clean coding.  That's a big turnoff.

I'll look at it later.  Maybe.

0 Kudos
Message 10 of 16
(1,152 Views)