Quantcast
Channel: Instrument Control (GPIB, Serial, VISA, IVI) topics
Viewing all articles
Browse latest Browse all 5566

I have a NI-9202 card, I don't see interface listed when I boot up the NI MAX explorer. Also I try to use python to talk to this NI-9202 card,

$
0
0

I have a NI-9202 card, I don't see interface listed when I boot up the NI MAX explorer. Also I try to use python to talk to this NI-9202 card, any NI experts can jump in to help (give some guide line?) - now NI-9202 card is seating inside a cDaq9174 chassis  - (I try to search a interface name of this card, also try to specify the task command variables as line2)

task=nidaqma.Task()
task.ao_channels.add_ao_volatage_chan('Dev1/ao0'(basically a interface name), 'mychannel',0,5)
task.start()

value=2
task.write(value)

task.stop()
task.close()

any NI python expert can jump in to help?


Viewing all articles
Browse latest Browse all 5566

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>