I have a PCI card that has about 16 interrupt sources. I would like to simply pass back the ISR value read so that I can determine the cause. The Read/Compare lets you compare against a mask, but I think I would like to be able to either Write this value somewhere, OR BETTER YET, have it returned in the VISA Wait On Event. (There appears to be pretty much nothing returned here!) I have been creating a compare for each bit and writing a FLAG value to ram to keep track of the interrupt but this is cumbersome and slow. I then have to check each of these locations in my LabVIEW code. There must be some additional capability in the Driver Wizard that I am missing.