08-16-2019 11:13 AM
they know if there will be an Event in LabWIEV that records when a USB-6905 is physically connected or disconnected?
08-16-2019 11:28 AM
I'm not sure if there's an event, but if you're willing to poll then you could take a look at the System Configuration VIs.
08-16-2019 01:07 PM
No event, but you can vote for this idea.
You would have to poll like @cbutcher recommended. But you can also use the DAQmx API rather than the System Configuration VIs if you prefer.
mcduff