Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

closing labview after vision routine with exit.vi

i want to close labview using the exit.vi after the text file is created....also i am using c++ to execute the labview application is there anyway to make sure labview finishes its routine in c++ before a data line out to execute the send the text file to a motion controler
 
the c++ routine to open the exe is
int main()
{
  system("start C:\\greg\\g.exe");
  return 0;
}
then the digital i/o command woudl execute
anyone know what i can do before sending a digital line to tell the motion control software to pick up the text file?
 
thanks

Message Edited by Lenox on 08-08-2005 01:53 PM

0 Kudos
Message 1 of 2
(2,865 Views)
basically in c++ i am writing software to save and image from a frame grabber to jpg or bmp and then executing the labview to analyze it then i want to send the data to a motion controller.
0 Kudos
Message 2 of 2
(2,854 Views)