06-19-2015 08:20 PM - edited 06-19-2015 08:23 PM
Somebody know, how do it?
06-19-2015 08:40 PM
06-21-2015 01:00 PM
If you want it to run when your vi starts, use System Exec. If you want it to start as soon as the environment opens, you'll want to create a macro external to LV that opens both.
06-22-2015 04:15 AM
can you please explain this in more details.
Thanks,
07-01-2015 03:24 PM
Yes, I want it to start as soon as the environment opens, can you explain me how to "create a macro external to LV".
07-01-2015 03:41 PM
@Slonbob wrote:
Yes, I want it to start as soon as the environment opens, can you explain me how to "create a macro external to LV".
Uh...a batch file? Run your EXE, then run LabVIEW.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
07-01-2015 03:50 PM
Yes, but I want run LabVIEW, then run my exe backgroung
07-01-2015 04:43 PM
@Slonbob wrote:
Yes, but I want run LabVIEW, then run my exe backgroung
Right, so run a batch file instead of LabVIEW.
Or if you must run "LabVIEW.exe" rename "LabVIEW.exe" to "LabVIEW Backup.exe" then make an EXE that just runs "LabVIEW Backup.exe" then your program and name it LabVIEW.exe.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord