LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible de create my own driver fro RT with a custom PXI card

We devellop a pxi card with AMCC chipset. Whe need to create the driver fo labview RT.
Need help to realize the driver.
Sorry for my english.
0 Kudos
Message 1 of 5
(3,566 Views)
Hello,

I went to www.ni.com and in the search field typed in (without quotes) "visa driver development rt", and the following document was the seventh match.

Using VISA to Write Drivers Supported in LabVIEW Real-Time for Third Party PXI Cards.

This should be a good starting point. Once you have a VISA handle obtained with VISA Find Resources, you can do a VISA Open on that handle and use the VISA register peeks and pokes to manipulate the registers on the device.
0 Kudos
Message 2 of 5
(3,566 Views)
thank you.


P. CAZENAVE
0 Kudos
Message 4 of 5
(3,566 Views)
if you have a c driver compiled to DLL you can compile it using CVI compiler and wrape it by LabView VI.
in your C driver you neead to do the first calls to VISA driver
0 Kudos
Message 3 of 5
(3,566 Views)
i will try.

Thank you

P.CAZENAVE
0 Kudos
Message 5 of 5
(3,566 Views)