LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i use labview files in hpvee

hello!

I wuold like to know ,how can i use the "Read from Digital Line" in hpvee.Or
can anybody says to me how can i change this vi in dll to use in hpvee
0 Kudos
Message 1 of 3
(2,674 Views)
You need Application Builder to create a DLL from this VI (the same version as your LV - you can create DLLs in 6.0 and 6.1 ... I'm not sure about previous versions). In case your LV package doesn't include Application Builder (it should be an entry in "Tools" menu > "Build Application or Shared Library"), contact National Instruments for purchase related information.
Another solution is to control LV as an ActiveX Server (if HPVEE has this possibility).
If you have a version of LV which cannot build DLLs, you may create an executable to do the whole "digital line reading" and save the results into a file.

Hope this helps
0 Kudos
Message 2 of 3
(2,674 Views)
Instead of creating a dll from the LabVIEW VI, it would probably be a lot simpler to just call the NI-DAQ dll functions directly. Inside of Read from Digital Line.vi are two VIs that are nothing more than dll calls anyway.
0 Kudos
Message 3 of 3
(2,674 Views)