LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to call an executable of compiled c code from within LabVIEW?

I can compile 'genesis' (the name of the code we are planning to use) under unix: it produces an executable which can be
linked to user-constructed c files which contain specific crossover and/or
mutation strategies, so once a user has the executable, it is not
neccesary to re-compile the main GA everytime a user mucks around with the
combination rules. I think that a question is, can you call the (or any)
executable from within LabView?
Thanks
 
Alan Homer
0 Kudos
Message 1 of 2
(2,381 Views)
You can call executables using the System Exec VI, which can be found in the Communications palette.

___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,376 Views)