LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Iinstall VI on any windows PC

This is a Lab View file and I need to develop a stand-alone executable file of that file to be installed on any windows PC

0 Kudos
Message 1 of 7
(3,183 Views)

LabVIEW is really great at distribution for execution outside the development environment. You can build just an executable, of an entire installer that includes all of your dependencies as well.

 

Check out this article for instructions.

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 2 of 7
(3,182 Views)

Can you do it for the attached file. I,m still training and this is an assignment with 4% 

0 Kudos
Message 3 of 7
(3,175 Views)

@nasser712 wrote:

Can you do it for the attached file. I,m still training and this is an assignment with 4% 


Sorry, I don't understand. So, are you training to be a manager and have others do your work for you?

0 Kudos
Message 4 of 7
(3,162 Views)

@nasser712 wrote:

This is a Lab View file and I need to develop a stand-alone executable file of that file to be installed on any windows PC


This VI is not suitable to be turned into an executable, it does not even have a toplevel loop. If this is really a LabVIEW course, You need to re-architect your code into a proper state machine if the target is a windows executable. Who wrote this? Who came up with that horrible color scheme for the front panel?

 

In addition, it has many beginner mistakes (wrong representation. e.g. "Enter Heat Transfer Mode Number " should probably be an enum, not a DBL). Simulate and RMS belong before the case structure because they are identical in all cases. Only one instance needed. The difference in processing comes only later. Right?

Message 5 of 7
(3,149 Views)

@altenbach wrote:

@nasser712 wrote:

Can you do it for the attached file. I,m still training and this is an assignment with 4% 


Sorry, I don't understand. So, are you training to be a manager and have others do your work for you?


I think it's a school assignment and making the executable is 4% of the grade...

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 6 of 7
(3,146 Views)

.


@James.M wrote:

@altenbach wrote:

@nasser712 wrote:

Can you do it for the attached file. I,m still training and this is an assignment with 4% 


Sorry, I don't understand. So, are you training to be a manager and have others do your work for you?


I think it's a school assignment and making the executable is 4% of the grade...


 

Yes, I got that and I predict a failing grade.

 

My comment was sarcasm 😮 (with deep undertones commenting on the inherent difference between programmers and managers :D)

 

We should not gloss over that and help giving an undeserved grade boost. 🙂

Message 7 of 7
(3,141 Views)