LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

conversion from windows version of VIs or .exe to Mac OS version of Vis or .app

I want to convert Vi or .exe file made by LabVIEW 2012 windows version into Vi or .app file operating on Mac OS.
Please help me. I don't want to buy another LAbVIEW for Mac OS.
0 Kudos
Message 1 of 4
(2,837 Views)
You can only convert a VI - an exe is not possible. If all you have is a VI and windows, what can you do with a Mac VI and no LabVIEW development?
0 Kudos
Message 2 of 4
(2,808 Views)
Thanks, I just want to send Vi made in Windows to my collegue using Mac OS and make him use it.
0 Kudos
Message 3 of 4
(2,805 Views)

If your colleague has a Mac LV license it will run. If you want it to run as an executable, that executable has to be created on the Mac from your VI.

 

Font size issues between plaftorms mean that some editing of the front panel will be required.  Here is what a portion of your FP looks like when opened in LV on a Mac.

 

Regardless of platform it appears your VI could be simplified.  The Index Array can be expanded to produce all the outputs. No need for multiple copies of Index Array. In the middle you index columns. On the right you transpose the array and then index rows. Same result. Why the extra work? Just branch the wire.

 

Post a data file and the file format specification and someone can probably show you a much simpler way to do this.

 

Lynn

 

Run on Mac.png

0 Kudos
Message 4 of 4
(2,800 Views)