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.
Save it for LV 2021 and I'll take a look at it.
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 ?
I saved it to the previous version
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.
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.
Version 21.0 should work I converted it again
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
This is 2020 version
Your code is messy. Zero effort at clean coding. That's a big turnoff.
I'll look at it later. Maybe.