Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

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,

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?

0 Kudos
Message 1 of 1
(675 Views)