Ah,now I'm programing in a VISA driver for a PCI DAQ(nonNI) ,we use interrups in the driver.We design 8 sequences in the VISA Driver Development Wizard to detect the interrputs.
I don't know how to get the sequence index after I received a PXI_Interrup event,I have trid so many but no result.
Anyone who can give me an example,for example?
And another problem:if there were two interrputs source gernerated interrupts at nearly a same time,how can I serviceing them both?From the sequence index parameter ,can I get more than 1 index?