05-20-2021 03:42 AM
Hello, I'm working on labview with Ni-switch and I don't know why, my instrument handle out is incrementing.
I have the creation of new resources name possible after which I do not know what to do. Does anyone know what I can do with them?
for example here we have the 97th
05-20-2021 05:35 AM
Hi Aerosimon,
You should be able to get the Constant Name, which you check in the NI MAX and also can be configured there.
Another alternative Solution is use VISA Find Resource Which will list all the Connected Resources.
Filter Based on the Name of your Resource and use the same for initializing and accessing your device.
05-20-2021 07:37 AM
Are you sure I have to work with a VISA resource when I look for the resource to initialize a switch module?
In NiVISA, the name is: PXISlot5, I find it well in my suggestions but with there is also PXISlot5(1), PXISlot5(2)... and there is one more each time I launch my program
05-20-2021 08:38 AM
@aerosimon wrote:
I'm working on labview with Ni-switch and I don't know why, my instrument handle out is incrementing.
When I see this, it is because I am not properly closing my references.
05-21-2021 01:13 AM
the references are the pages opened by NIMAX?
Or is it something else I need to close better?