06-29-2013 09:14 AM
I developed a program using two 6501 DAQs, both using digital outputs, but with different O.C and Active output configurations. I gave them aliases based on their serial numbers. In my fixture, they are connected to a USB Hub, which connects to the computer. Everything works fine on the development computer, but now I need to make it work on other computers. I plug in the hub on another computer and MAX shows me Dev1 and Dev2. Before I go further, I need to know which Dev is associated with which 6501. They could be reversed. Is there a way to select Dev1 for example, and find how the digital outputs are configured? That would tell me all I need to know to continue and either import MAX settings from the development computer, or rename the devices with the proper aliases. I tried following directions in HELP "View or Change Device Properties". See attached screenshot, but right clicking does not give me the option to select PROPERTIES. What am I doing wrong?
06-29-2013 01:38 PM
Hi hammer,
I suggest to check the serial number of the USB6501 devices. You could do so by using DAQmx property nodes. Depending on the serial number (which is unique for each NI device) you can decide, which one (DEV1 or DEV2) is connecting to your hardware setup...
06-30-2013 10:39 AM
Thank you Gerd. After posting, I DID find that I could see serial number by selecting the ATTRIBUTES tab in the screenshot.That serves my purpose. HOWEVER I still would like to know why I can't select PROPERTIES in the dropdown menu, as the directions indicate. Am I misunderstanding the Help info on the right?
07-01-2013 04:16 PM
Hello hammer3,
What version of MAX and what version of DAQmx do you have installed? If you notice, my MAX and DAQmx show something different from yours:
Thanks,
David B
National Instruments
Applications Engineer
07-02-2013 06:02 AM
DAQmx is 9.6.2
MAX is 5.4
07-02-2013 05:34 PM - edited 07-02-2013 05:34 PM
Hi hammer3,
By taking a look at the screenshot below, you'll notice that the drop-down menu varies based on the device you select (and whether or not it is simulated as seen in my case). The menu on the right is more generic help than it is about specifically how to use each device. I'm glad that you found the serial number under attributes, you can rename the devices in MAX before running your code. If you want your code to be completely autonomous, then I would recommend using property nodes to get the serial number as GerdW suggested.
Thanks and good luck,
David B
National Instruments
Applications Engineer
07-03-2013 05:47 AM
Thank you. That is what I'm doing, using the property nodes and all is working well.