Hello I have NI-PCI 6259 card and I use DAQmx library in VC++. How I can get serial number of this card. There is (DAQmxGetDevSerialNum) function but it seem to me that it dosn't work? Best Regards amaram
That is indeed the right function to find the serial number of a DAQ device. Did you feed the program the right parameters? It might be helpful for you to post your code here for us to be able to better assist you.
Are both the boards the same? If they have the same product number (i.e if they are the same board) then they would not have the same serial number. Else, it is possible.
Hello, I don't think it is possible for two devices (same product number or not) to have the same serial number. I would suggest using the DAQmxGetDevSerialNum function you mentioned previously. -Alan A.