Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

have a control that has a dll for VB. Can this be used in LabView?

I have a controller that has the dlls to communicate to VB via ethernet. Is there a way to utilize this in labview? Is this the most efficient way to do this? We also have OPC and modbus capablities, but I'd prefer to use the dlls since they are more "proven"
0 Kudos
Message 1 of 2
(4,380 Views)
Hello Dawn,

LabVIEW can call into dll entry points using the Call Library Function Node (in the Advanced palette).

If your dll has an ActiveX interface (dual or dispatch) LabVIEW can also handle that using the ActiveX Automation Nodes (in communications>activex palette).

If the above does not work for you please write back describing your problem and the interface to your dll.

Sincerely,

Mahesh.
0 Kudos
Message 2 of 2
(4,380 Views)