LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

printing easylabel formats

HI,

Im trying to print a label that was created on the easylabel software via labview, but not sure how to do this.

I was trying to use the windows API for labview to print, it works with many extension files such as .txt, .doc, etc etc

 

but it does not recognize the easylabel extension '.fmt' for labels.

 

any help on this?

 

i want to print it after a test is passed.

 

 

thanks !!

0 Kudos
Message 1 of 6
(4,082 Views)

Hi

I have the same problem, i didn't find any labview code example for this, only visual basic examples.

0 Kudos
Message 2 of 6
(3,831 Views)

In fact the solution was visual,

 

The .dll that easy label provides is only for VB, I tried to use it under labview but it didnt recognize all of the functions.

 

What i did was a very simple program in VB, made a .exe and with that I used LV to call that .exe and print with no problem.

0 Kudos
Message 3 of 6
(3,812 Views)

We use LabView to generate a .txt file, which EasyLabel monitors (it watches for a change in time stamp for the trigger)

 

You have to launch EasyLabel in CMD file monitor mode, and the CMD file includes the path for the .txt file

0 Kudos
Message 4 of 6
(2,582 Views)

Hello do you have the sample code to share with us?.

 

Best Regards

0 Kudos
Message 5 of 6
(219 Views)

@Robomaster_Manager wrote:

Hello do you have the sample code to share with us?.


I doubt BenchGuy is gonna answer ...

Yamaeda_0-1711443227617.png

 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 6 of 6
(201 Views)