06-07-2023 12:41 PM
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.
06-07-2023 12:58 PM
Save it for LV 2021 and I'll take a look at it.
06-08-2023 06:48 AM
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 ?
06-08-2023 06:52 AM
I saved it to the previous version
06-08-2023 06:54 AM
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.
06-08-2023 12:20 PM
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.
06-10-2023 04:28 AM
Version 21.0 should work I converted it again
06-10-2023 08:52 AM
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
06-10-2023 09:03 AM
This is 2020 version
06-10-2023 02:03 PM - edited 06-10-2023 02:14 PM
Your code is messy. Zero effort at clean coding. That's a big turnoff.
I'll look at it later. Maybe.