Hello,
i am using the IVI drivers for my USB instruments and added them to NI MAX
Means i have a logical name and a driver session.
In the testplan i am using the logical name for the init function.
This is working fine.
Now the problem:
The USB instrument is changing every day and i have to change always the "Hardware Asset" in the DriverSession.
For USB the resource descriptor is always different and cannot be set to the same value as for LAN instruments.
So my question is: How can i automate this? Is there a way to enable more than one HardwareAsset for the DriverSession and the one that is avalable is taken?
Thanks