LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Open vi file with notepad

Solved!
Go to solution

Hello,

 

I'm currently working on getting VIs version with invoke node but it doesn't work well when I make a .EXE,

I'm now looking for information of getting the VI version by reading it like a text, I found the info manualy for 2011 and 2012 Vis but I wonder if there is a standard format for all Vis of all version of LV, a place to find the version which doesn't move ?

 

I've attached an exemple of one 2012 VI : we can see the 12.0.1 version : )

 

BR,

 

Mathieu

0 Kudos
Message 1 of 12
(10,622 Views)

Could you please explain what do you exactly want?.


Means do you want Executable version or LabVIEW version in which VI is bulid?

 

 

0 Kudos
Message 2 of 12
(10,599 Views)

Hello ManLD !

 

I search the LabVIEW version which is used to build the VI ! 

This info can be obtained with invoke node but this node is incompatible with my .exe so I'm looking for an alternative solution : look into the .VI file !

0 Kudos
Message 3 of 12
(10,576 Views)

I think you will need to look at this link.

 

I appreciate your idea but there is i doubt any possibility to find the LabVIEW version checking be available in EXE.The workaround  for the process is in above link

 

Also if you want to know the file version of the .exe try this VI

 

Or try this

0 Kudos
Message 4 of 12
(10,570 Views)

Sorry there is a misunderstood,

 

I'm working on a LV project which goal is to create a .exe, the .exe will be used to see version of various .vi files (and not .exe files) with a right click

I've already tried with invoke node it works when the project is in .vi but not in .exe (you can test with my .vi in LV2012)

0 Kudos
Message 5 of 12
(10,561 Views)

I dont find your VI.

 

Can you please post your VI..!!

0 Kudos
Message 6 of 12
(10,554 Views)

VI Posted, sorry had some issues with upload !

0 Kudos
Message 7 of 12
(10,552 Views)

Have you build an executable using the following Invoke method?

 

123.png

 

 

Because when i run the exe of the above VI it perfectly shows the LabVIEW version of VIs.

 

I dont know this is what you are expecting.Smiley Indifferent

 

0 Kudos
Message 8 of 12
(10,547 Views)

I think it's the same VI as mine (but in english, can you send it to me in attached file just to compare ?) my .exe is made with this node

Have you tried to load an old VI made with LV2011 or older ? Because it works for me only with 2012 VIs

0 Kudos
Message 9 of 12
(10,544 Views)
Solution
Accepted by topic author M.athieu.

Check the Link for the VI .

 

https://dl.dropboxusercontent.com/u/106333053/Get%20VI%20Version.vi

 

(Sorry there is an issue with the attachment of the NI discussion so i have added the Dropbox link above.

 

I have tried its EXE with the older versions from LabVIEW 8.2.1 to 2012

Message 10 of 12
(10,533 Views)