problem triggering session using addTriggerConnection
12 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I am trying to trigger analog input recording using addTriggerConnection.
startForeground(s)
s = daq.createSession('ni')
addAnalogInputChannel(s,'Dev1','ai0','Voltage');
addTriggerConnection(s,'external','Dev1/PFI1','StartTrigger')
startForeground(s)
a momentary button is connected to PFI1 and transmit a 5V signal but nothing happens when I press it.
The property s.IsWaitingForExternalTrigger remains false too. What am i doing wrong? I am using a NI 6036e.
Cheers,
Roberto
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で National Instruments Frame Grabbers についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!