01-17-2012 07:28 AM
I uesd a touch screen computer to control the CompactDAQ.
Due to some reason, I really don't want to use mouse to open all the project file in labview.
In matlab, you can put your personal file in the %matlabroot% to autorun a certain file when the matlab start!
I am wondering if labview has this kind of function.
So I do not need to use mouse to start my project.
Looking forward to your general help. Thank you so much! 😉
01-17-2012 08:20 AM
I don't understand. Are you trying to develop the code, or run the code? If you're trying to develop the code, having the project open it won't do you any good because you still have to ... well, write code. If you're trying to run the code you should be building an application. See the LabVIEW documentation on creating executables.
01-17-2012 09:08 AM
Sorry for not explaining clearly! I want to run the code automatically.
Thank you so much for helping me.
Could you be kindly to give me a link of this LabVIEW on create executables.
Thank you again!
@smercurio_fc wrote:
I don't understand. Are you trying to develop the code, or run the code? If you're trying to develop the code, having the project open it won't do you any good because you still have to ... well, write code. If you're trying to run the code you should be building an application. See the LabVIEW documentation on creating executables.
01-17-2012 10:59 AM
@Wenxi wrote:
Could you be kindly to give me a link of this LabVIEW on create executables.
I said:
@smercurio_fc wrote:
See the LabVIEW documentation on creating executables.
01-17-2012 11:36 AM
http://zone.ni.com/devzone/cda/tut/p/id/3303 Here is a quick tutorial that should complement the LabVIEW help pages.