08-04-2004 01:18 PM
08-04-2004 04:25 PM
08-05-2004 09:21 AM
08-05-2004 11:25 AM
08-05-2004 12:59 PM
08-05-2004 01:07 PM
08-05-2004 01:24 PM
08-05-2004
01:33 PM
- last edited on
11-14-2025
04:00 PM
by
Content Cleaner
Using LabVIEW and LabVIEW RT you can access the registers on any PCI/PXI card using the NI-VISA driver. NI-VISA also allows you to handle interrupts and DMA data. For interrupts you will not actually write an interrupt service routine (ISR) in LabVIEW. Instead the VISA driver will acknowledge the interrupt to the card and then pass a VISA event to the LabVIEW application letting the application know that it needs to process the interrupt. Detailed information about this type of programming is available in the following documents.
Using the VISA Driver Development Wizard and NI-VISA to Register-Level Program a PXI/PCI Device unde...
Configuring LabVIEW Real-Time and NI-VISA to Recognize a Third Party Device
Developing a LabVIEW Real-Time Driver for a PXI or Compact PCI Device
Porting a Windows PCI Device Driver to LabVIEW Real-Time
Considerations in Implementing LabVIEW Real-Time Drivers
Christian L
08-05-2004 03:19 PM
08-05-2004 03:22 PM