LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to write VIs format from outside Labview ?

Solved!
Go to solution

Hello,

 

so, is the VI format is know and public, that it can be written by an(/my) external tool ?

 

Nicolas

0 Kudos
Message 1 of 11
(3,337 Views)

No. The VI file are only editable with LabVIEW.


We have two ears and one mouth so that we can listen twice as much as we speak.

Epictetus

Antoine Chalons

0 Kudos
Message 2 of 11
(3,330 Views)

No, the format is private, and the tech support folks sing praises every day for this, no doubt.

 

It has changed between versions no doubt ("This VI has a newer version than LabVIEW") and will change again.

 

You can make a tool that will script LabVIEW to create a VI, though.

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 3 of 11
(3,322 Views)

Steve described it well.

 

Writing LV code outside LabVIEW would be an enourmous challenge, if at all possible.

You can use LabVIEW to generate LabVIEW code, but that would not be an external tool..

 

so the easy answer is no.

0 Kudos
Message 4 of 11
(3,311 Views)

OK it's impossible wihtout LV.

 

Thanks

0 Kudos
Message 5 of 11
(3,269 Views)

Out of curiosity, what are you trying to accomplish?

0 Kudos
Message 6 of 11
(3,240 Views)

I think it will be interesting to write a processor that interpret G Code.

 

Nicolas

0 Kudos
Message 7 of 11
(3,211 Views)

For what purpose? Are you trying to make a LabVIEW alternative? I'm confused as to what you're trying to accomplish.

0 Kudos
Message 8 of 11
(3,193 Views)

In fact, I think LabView language adresses the massively parallel CPU programmation problem (for CPU with many cores).

And thus can be used to compile for low-level code (like the LV G-Code to FPGA Module for example)

 

Your position ?

0 Kudos
Message 9 of 11
(3,176 Views)

I think it will be interesting to write a processor that interpret G Code.

 

 

"Interesting" it will certainly be. 

 

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 10 of 11
(3,164 Views)