LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create LabVIEW-Driver from Windows-Driver

Hello,

my goal is the creation of a LabVIEW - Driver based on an existing Windows-Device-Driver for a own PCI-Device.
How can I reach that?

Everything which I have is the Windows-Driver-DLL.

I thought for being able to access the DLL by using of the function call of external DLL.
But the function cannot work with the DLL.
I have also no HeaderFile(.h).

What can I do?
How can LabVIEW me support?
Which tool support me?

Thanks for the assistance.
Yours sincerely
0 Kudos
Message 1 of 2
(2,579 Views)
Without a header file you are in a world of hurt. Try to contact the
manufacturer for that information. Perhaps they can give you an
uncompiled example program.

Once you get the information, look in the Using External Code in
LabVIEW manual found on the LabVIEW bookshelf (open LabVIEW >> help >>
search LabVIEW bookshelf). If you have LabVIEW 7.0 there is a
shipping example (open LabVIEW >> help >> find example) that will be
very useful called Call dll . It is found in the communicating
with external applications >> using external code >> integrating dlls.
0 Kudos
Message 2 of 2
(2,579 Views)