10-31-2010 09:25 PM
I integrate NI-5640R to my test system. I want to log the device SN to my test report but I can not find which VI help me do this. Is it possible for me to read it ?
12-28-2010 08:55 AM
YuYiming,
Just saw this post, hope you still get this, but there is a way to get the serial number of your IF RIO board, but it is not with the NI-5640R driver. National Instruments released this new driver called NI System Configuration a while back and it will allow you to see what devices are installed on your system and even query the serial numbers for each of those devices.
There are examples that get installed into the LabVIEW Example Finder when you install the driver. There is an example called "Show All Hardware.vi", if you look at the block diagram of that example you should be able to write some code to let you pull the serial number from the 5640R. Hope this helps.
01-06-2011 07:37 PM
It's done.
Thank you very much.