10-04-2013 05:36 PM - edited 10-04-2013 05:36 PM
Need a way to programmatically identify a test fixture's serial number. Only device we have in here is a 6008 right now, which really doesn't do much (But they're cheap!).
Is there a list of devices that support the Cal.UserDefinedInfo property? This seems like the easiest way to squirt in a serial number and pull it out in software later without having some other device or eating up a ton of DIO's.
10-04-2013 09:01 PM
LabVIEW Help>>VI and Function Reference>>Measurement I/O VIs and Functions>>Additional Information>>Supported Properties by Devices
10-07-2013 04:41 PM
Aha, nice, but is there any way to cross-reference back which devices have that feature?
10-08-2013 04:52 PM
Hi SnowMule,
Unfortunately there does not seem to be a way to programatically do this
Regards,
10-09-2013 02:05 PM
@Joel-I wrote:
Hi SnowMule,
Unfortunately there does not seem to be a way to programatically do this
Regards,
I can put anything into that UserDefinedInfo string, and that data persists through power cycles and resets of the DAQ. Which will do exactly what I want to do...
I'm just looking for a list of DAQs that support that property. The 6008 does not, the 6343 does.
As KateB mentioned, the help contains a list of DAQs, and inside each one I can dig up whether it supports that property or not... i'd like to cross-reference that back and pull a list of DAQs that do (or don't) support a specific property.
10-09-2013 06:08 PM
Hi SnowMule,
I haven't been able to find a list for these outside of the help menu
Regards,