02-11-2015 04:37 AM
We've recently acquired a couple of cDAQ-9191 wireless chassises with 9205 modules, which we plan to use for vibration measurements. Ideally we will use WiFi to connect the two chassies to the acquisition computer. But we are aware of the fact that sometimes we will need to use wires, if we work around corners, if the distances are too long,...
The chassis does show the signal strength with LEDs. But I was wondering if there's a way to obtain this information programmatically using DAQmx* functions? If so, I could program the data acquisition software so that, if the WiFI conditions worsen during the measurements, the software would give a warning that wires should be used.
Cheers,
Jan
02-19-2015 09:55 AM - edited 02-19-2015 10:00 AM
Hello Jan,
the property you are looking for doesn't belong to the DAQmx palette. It's part of NI System Configuration: http://zone.ni.com/reference/en-XX/help/373242G-01/nisyscfgcvi/prop_hw/
You are looking for "NISysCfgResourcePropertyWlanCurrentLinkQuality".
I hope this helps!