LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview for 1 file

I only have one file that needs Labview.

The file converts wav to txt.

The free version works 40 days.

And maybe I wanna use the file in autums again.

That means that when I convert 5 files in the next 5 years. Every file of about 20 seconds cost then about 100 euro!

Does someone know a cheaper solution?

 

Greetings Peter

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

Either build an executable from the file yourself or ask/pay for someone to create an executable for you. Executables don't require a LabVIEW licence to run and just require installation of the runtime engine.


LabVIEW Champion, CLA, CLED, CTD
(blog)
Message 2 of 16
(3,750 Views)

Thanks for your answer.

My file ends with .ni.I think this is no executable.

Is it possible with the 40 days free Labview to make an executable.

And how do I make an executable of it.

I know nothing of the program.

Peter

0 Kudos
Message 3 of 16
(3,706 Views)

.ni? Do you mean .vi?

 

To use the application builder you need a full licence of LabVIEW so it probably isn't possible with the evaluation licence - hence why I suggested you ask/pay someone to do it for you.


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 4 of 16
(3,701 Views)

If you post your VI, there might be somebody here that would be willing to make the executable for you.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 5 of 16
(3,688 Views)

Hi

Indeed it's vi instead of ni!

I have two files in the attachments.

I don't know what is the best.

Thanks Peter

0 Kudos
Message 6 of 16
(3,670 Views)

Unzip the file, and check if it works.

You need the LabVIEW runtime engine to be able to run this exe. the Runtime engine is freely available:

http://www.ni.com/download/labview-run-time-engine-2014/4887/en/

 

edit: since this is an executable, I had to add a little mod to the VI: after executing the exe file, you have specify the two file paths, and click on the "start" button.

edit2: i forgot to add a code to close the window at the end, you may have to do it manually...have a look at crossrulz solution, i guess it is more mature 🙂

 

0 Kudos
Message 7 of 16
(3,661 Views)

I put the VI into a project and build an executable in LabVIEW 2014.  You will need to install the Runtime Engine in order to run the executable.  The executable is actually inside the EXE folder.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 8 of 16
(3,655 Views)

Hai

Thank you both!

Tomorrow is my birthday and the rest of the week I'm busy.

But I let you know if I get it working.

Greetings, Peter

0 Kudos
Message 9 of 16
(3,625 Views)

@Sam_Sharp wrote:

.ni? Do you mean .vi?

 

To use the application builder you need a full licence of LabVIEW so it probably isn't possible with the evaluation licence - hence why I suggested you ask/pay someone to do it for you.


There's usually the 7 day evaluation for application builder.

0 Kudos
Message 10 of 16
(3,613 Views)