07-17-2008 06:33 AM
07-17-2008 06:36 AM
Hi Ranjith,
you can use the system exec if your c program allows parameter. If not i think you can send key commands to the dos window with the windows API.
Hope it helps.
Mike
07-17-2008 07:05 AM
07-17-2008 07:09 AM
Hi Ranjith,
which one do you mean?
If your c program can work with parameters, then you can send your program several times with different parameters. To send simulated commands to the dos window you can use the "keybd_event" function from the user32.dll.
Mike
07-17-2008 07:35 AM
Depending on how you created your dll, you may also be able to use the Call Library node. Using this you can pass parameters to and from Labview and your dll.
R