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