We are currently using software written in HP-Basic, now we want to add
some functionallity to our programs but would like to use Labview as our
new developement tool.
The problem is that we want to communicate with our new programs from
HP-Basic, how can this be solved?
We have some ideas:
*Build the labview program as an windows executable file and communicate
with it through application arguments (like argc, argv in c/c++). We
don't know if it is possible to use this in Labview.
*Build the labview program as an windows executable file and communicate
with it through a file.
*Communication over TCP, we don't know if this is possible with
HP-Basic.
/Anders Jernberg