01-05-2005 11:48 AM
01-06-2005 09:57 AM
01-17-2005 10:58 AM
01-18-2005 10:28 AM
I try to assert irq but there is an error code return when I launch viAssertIntrSignal function.
I attached the result log file.
The irq seems to be correctly detected.
01-19-2005 05:10 AM
01-19-2005 12:14 PM
All interrupts are assigned on my VME 259 device
Did I have to select something else in MXI or PCI devices
01-20-2005 08:50 AM
01-21-2005 11:37 AM
I mean that my board is able to assert all interrupt IRQ. In the test I generate the IRQ4 but it could be another. That's why all interrupts are assigned on this device.
Is there any function NIVisa to run an acknowledge interrupt cycle? It looks like the board was not an Interrupt Controler.
#define VI_VXI_VME_INTR_ACK_SPACE (0xD) /* manually acknowledge interrupt */
viIn32(instrSession, VI_VXI_VME_INTR_ACK_SPACE, level, &status32);
01-25-2005 03:49 AM
01-25-2005 09:55 AM