10-11-2002 02:53 PM
10-14-2002
02:05 PM
- last edited on
12-01-2025
03:54 PM
by
Content Cleaner
Any register-level programming in RT must be done through NI-VISA register-level calls. There is a document in our NI Developer Zone dedicated to how to use the PXI Driver Development Wizard to develop a simple register-level driver for one of our boards for Windows. The same concepts apply to RT and register-level programming, thereby giving you access to your 3rd party hardware. When following through the document, keep in mind that the INF file created by the PXI Driver Development Wizard must be FTP transferred to the PXI RT side, into the /ni-rt/system folder. Then power-cycle the PXI RT system. You can then use VISA Find Resources to get the device descriptor to your 3rd party device.
Using the PXI Driver Development Wizard and NI-VISA to Register-Level Program a PXI/PCI Device under...