the PORT IN/OUT vis from LabVIEW 6i on Windows 95 to read data off an 8255 PPI. The PPI is on a third party card I am using which generates an interrupt on IRQ7 when the data is ready, how do I then trigger a read in LabVIEW when the interrupt is asserted?I need to read 20-bits of data off a third party card which uses an 8255. When the data is ready to be read, an interrupt is asserted (by the card) on IRQ7.
How do I trigger LabVIEW to read when this interrupt is asserted, and is there a fast easy way to do this without having to write my own DLL to drive the card?
The interrupts are very high speed, and I'm not sure LabVIEW is fast enough on its own.