06-16-2014 02:23 AM
Hi,
I want to print a barcode using my HP deskjet 2540 series. I have installed code128 and fre3to9x fonts in the C:/windows/fonts folder. I am using windows 7 and labview 2009. I am attaching my code. Please help
06-16-2014 03:06 AM
Hey,
could you please specify your problem, it would make things much easier to find an answer?
As things are now, I guess the answer is 42. 🙂
06-16-2014 03:35 AM
As per the "detailed help" provided in labview, I selected the font code128 so that it can convert the text string in to bar code for print. But all it does it it prints the original text. For example, If I enter ABCD instead of converting it to corresponding bar code, it prints ABCD.
06-16-2014 04:27 AM
Hey,
check out this link.
As dbriggs wrote in the comments: "
Regards,
CMW...
06-16-2014 06:58 AM
06-16-2014 10:26 AM
Try increasing the size of your string indicator for the barcode.
I have seen strange behaviour where a barcode wont display at all or properly until the indicator (in LabVIEW) or cell (in Excel) in above a certain size.
-AK2DM
06-17-2014 04:46 AM
doesn't work.. i tried
06-18-2014 01:43 AM
How about the example from the community I linked before. Does it work?
Regards,
CMW
06-20-2014 05:08 AM
yeah that works.. but I don't understand why the vi I made doesn't work?