NI problem creating ai channel
Afficher commentaires plus anciens
Why would I get the following error when trying to add an analog input channel?
"No appropriate method, property, or field ChassisName for class daq.ni.DeviceInfo."
Using Matlab 2013a NI cDAQ 9188 compactDAQ 8 slot Ethernet Chassis (static IP on University Network) NI 9234 ( 4-channel Piezoelectric accelerometer) module
The NI cDAQ 9188 uses the session based interface. The following code is used:
_s = daq.createSession('ni'); [ch, idx] = s.addAnalogInputChannel('cDAQ9188-16D666AMod1','ai1','Accelerometer'); _
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Hardware Discovery and Setup dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!