Robert Epstein wrote:
> I am interested in figuring a way to use a Misro-Epsilon Laser Displacement
> Measurement Device from within LabView. The company does not support LabView
> VI's, but does supply a .dll file. Being a novice in LabView, I would appreciate
> any advice/help on how to access the data from the Laser's ISA card so I
> can use it from within LabView
If you have a DLL then you can integrate that into LabVIEW using the
CLF (Call Library Function). Place the CLF on the diagram, right click and
select "configure" , select the DLL, the function and the parameters, wire it up
and
off you go.
Kevin