I am developing an application in which a diagnostic computer is attached to a system. The system has multiple GPIB devices. What I would like to do is monitor GPIB traffic and trigger events on the diagnostic computer. FOr example, if the main system tells a DMM to measure a voltage, I would like the diagnostic computer (containing an E-series DAQ card) to independently measure the voltage and the state of various I/O lines. The diagnostic application cannot depend on any re-programming of the main system. I had hoped the GPIB+ card would have a SDK allowing captured events to trigger actions, but apparently, that doesn't exist currently. Is there another solution for this application?