LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to invoke VI function in LabView running on Windows from a unix process in Solaris

Labview is only installed on Windows and Process on Solaris is a standard unix process without any Labview installed.
0 Kudos
Message 1 of 2
(2,570 Views)
I'm not sure this is possible. Really, the only way to call a VI are from VIServer or ActiveX. Since you don't have LabVIEW on the other machine, that won't work, and you can't use DCOM from a non Windows machine. There might be a 3rd party application like PCanywhere that will work between environments, but I doubt it. Your best chance might be to rig it so that LabVIEW works as a TCP/IP server and will respond to commands by using the TCP VI's. That should be easy enough to use from a UNIX system.
0 Kudos
Message 2 of 2
(2,570 Views)