04-21-2011 03:57 AM
Hello,
so, is the VI format is know and public, that it can be written by an(/my) external tool ?
Nicolas
Solved! Go to Solution.
04-21-2011 04:43 AM
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
04-21-2011 06:06 AM
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.
Blog for (mostly LabVIEW) programmers: Tips And Tricks
04-21-2011 07:01 AM
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.
05-13-2011 04:37 AM - edited 05-13-2011 04:39 AM
OK it's impossible wihtout LV.
Thanks
05-13-2011 08:58 AM
Out of curiosity, what are you trying to accomplish?
06-14-2011 07:58 AM
I think it will be interesting to write a processor that interpret G Code.
Nicolas
06-14-2011 09:11 AM
For what purpose? Are you trying to make a LabVIEW alternative? I'm confused as to what you're trying to accomplish.
06-14-2011 10:02 AM - edited 06-14-2011 10:04 AM
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 ?
06-14-2011 10:24 AM
I think it will be interesting to write a processor that interpret G Code.
"Interesting" it will certainly be.
Blog for (mostly LabVIEW) programmers: Tips And Tricks