08-02-2021 04:57 AM
Hello everybody,
within my master thesis I am currently working on a restructuring of the software used within a medium-sized company. So far, most of the software projects were realized with Keysight Vee. In the future, these are to be implemented in LabView.
Is there a possibility to integrate existing Vee code into LabView or does everything have to be rewritten?
Regards,
Max
08-02-2021 09:39 AM
Only way to do this is to somehow make the HP VEE code communicate with the LabVIEW code.
It seems you can't build a dll from HP VEE, that would be the fastest way (but this isn't a HP VEE forum).
You can probably make a HV VEE application that can be controlled over TCP\IP (or even a virtual serial port). That would give the HP VEE application an API, and that API can be used from LabVIEW.
It could very well be less work to simply convert the HP VEE code...
08-02-2021 09:40 AM
I am not aware of any such tool. Hopefully someone is.