alexum Posted February 2, 2005 Report Posted February 2, 2005 Hi, Doesn anybody knows if it's possible to write an interface in labview and to call a visualc++ application by clicking a button ? Thanks very much in advance for any help! Cheers, Alexum Quote
Aitor Solar Posted February 4, 2005 Report Posted February 4, 2005 alexum said: Doesn anybody knows if it's possible to write an interface in labviewand to call a visualc++ application by clicking a button ? If the application is compiled, just use the 'System Exec' to launch it. But that seems too easy, so it's sure I'm missing something in your question ;-). Saludos, Aitor Quote
alexum Posted February 8, 2005 Author Report Posted February 8, 2005 Entropy said: If the application is compiled, just use the 'System Exec' to launch it. But that seems too easy, so it's sure I'm missing something in your question ;-).Saludos, Aitor 3771[/snapback] Hi, Thanks for you answer. you didn't miss something because i didn't know this facility. I tried to use it but without success. what i have done is simply put as a constant for the command line test.exe (the name of my executable) and put as constant for the directory path D:\ (where test.exe is). But when i execute it, i have the message: error 2 : the exec command was test.exe Labview: the memory is full NI 488: any auditor detected during the write Have you got an idea what i could do for solving the problem ? Thanks! Alexis Quote
Aitor Solar Posted February 8, 2005 Report Posted February 8, 2005 Don't use the "working directory" input, put all the path in the command line. I have attached a simple image of what I'm saying, let's hope I have done it right Quote
alexum Posted February 8, 2005 Author Report Posted February 8, 2005 Entropy said: Don't use the "working directory" input, put all the path in the command line. I have attached a simple image of what I'm saying, let's hope I have done it right 3803[/snapback] Hi, effectively, it worked! Thanks very much! Alexis Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.