Instrument Control Toolbox with NI-FGEN
Afficher commentaires plus anciens
I'm using MATLAB 7 (R14) to communicate with a NI PXI 5401 function generator, using the Instrument Control Toolbox.
When I try to create a MATLAB instrument driver using the makemid command:
makemid('niFgen')
I get the following error:
101L
102L
103L
104L
101L
102L
104L
101L
102L
101L
102L
??? error using ==> makemid
Unexpected class or attribute identifier value
The appropriate IVI driver is installed, as the following command gives the expected outcome:
driverinfo = instrhwinfo('ivi');
disp(driverinfo.Modules');
Outcome:
'niFgen'
'nidmm'
'niScope'
...
Has anybody come across this error before?
Thanks,
J
Réponses (1)
Vinod
le 22 Avr 2016
0 votes
There is a support package that does all you need. It also gives you the MDD:
Catégories
En savoir plus sur Instrument Control Toolbox 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!