You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing 50405 occurred when reading. The task only created once when app launch. and then reading io status when ever I want. It runs many times perfectly. but sometimes occurs that error. my nidaqmx version is 0.7.0. I would like to update the version. but this equipment is in the other country. I'm worried about other side effects. Could somebody help Thanks in advance task_in = nidaqmx.Task() task_in.di_channels.add_di_chan('Dev1/port0/line0:7', line_grouping=LineGrouping.CHAN_PER_LINE) task_in.di_channels.add_di_chan('Dev1/port1/line0')
'call task_in.read() frequently'
The text was updated successfully, but these errors were encountered:
Hi Senior
I'm experiencing 50405 occurred when reading. The task only created once when app launch. and then reading io status when ever I want. It runs many times perfectly. but sometimes occurs that error. my nidaqmx version is 0.7.0. I would like to update the version. but this equipment is in the other country. I'm worried about other side effects. Could somebody help Thanks in advance
task_in = nidaqmx.Task() task_in.di_channels.add_di_chan('Dev1/port0/line0:7', line_grouping=LineGrouping.CHAN_PER_LINE) task_in.di_channels.add_di_chan('Dev1/port1/line0')
'call task_in.read() frequently'
The text was updated successfully, but these errors were encountered: