11-24-2018 12:20 PM
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
11-24-2018 12:26 PM
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> ---'
11-24-2018 12:35 PM
Can you do it for the attached file. I,m still training and this is an assignment with 4%
11-24-2018 01:13 PM
@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?
11-24-2018 01:26 PM
@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?
11-24-2018 01:31 PM
@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> ---'
11-24-2018 01:44 PM
.
@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. 🙂