> I've been working with LabVIEW 5.0(Evaluation) for 3 weeks.
> My colleagues create programs with HPVEE.
>
> My question: How can I include such HPVEE-Files in my VI's?
>
> I haven't found anything about that in the examples!
You won't find anything specific to VEE, but you will find that
you can call EXEs, or execute any command line; so I know that
at least that much will work. If the EXE exports an automation
interface, an ActiveX interface, then you can control it from LV.
Similarly, LV can communicate to DDE servers and TCP servers.
Finally, there is always file I/O. It is the slowest, but when
all else fails, you can pass information between almost any two
programs by passing it through a file, and using the existence
or disappearance of a file to signal e
vents between programs.
Greg McKaskle