06-10-2014 02:41 PM
Hi,
Is there a way to set address of NI instrument? I have multiple NI USB 5132 and would like to adress them so that I can identify individual instrument. Either in HW or setting it in labview will be acceptible.
Thanks
06-10-2014 02:53 PM
06-10-2014 03:01 PM
Thanks for your help. I am develpoing test code that can be deployed in many test stations. These test stations will use the same test code. Setting instrument ID manually to certain number is only way to use the same software in different test stations. Any other ideas?
06-10-2014 03:04 PM - edited 06-10-2014 03:06 PM
DAQmx devices may also have a user specified Alias that can be much more meaningful than "DevN" You can set that in MAX or programatically through the System API
[edit posts crossed]
As part of your deployment include the MAX configuration in the installer and all of your systems will have the correct configuration.
06-10-2014 04:02 PM
06-11-2014 04:38 AM
You will have to go by the USB serial number. Plug one in at a time and see which one comes up.
This is another reason I avoid USB in my test systems. PCI/PXI is so much easier to manage.
06-11-2014 05:33 AM
06-11-2014 06:08 AM
If you are using some custom cabling, you could use some DIO with readback to figure out which device is connected up with which interface. Switch your devices as necessary in the code then.
06-11-2014 06:29 AM
06-11-2014 08:24 AM
@mchips wrote:
This cant be done in mfg floor when test system is deployed. Unless there is a way to identify each instrument, I have to change my test system to make all the equipment unique.
Which is exactly why this is such a good Idea
Don't hesitate to give it kudos