I have a vi that sends parameters to a controller using the Level ACK
protocol. The sequence of vis is DIO Config, DIO Write, DIO Start, DIO
Wait, DIO Clear. No error is indicated. Following this, I use DIO
Config to set the board to input using burst mode, reverse the clocks
(Param vi), start the board (DIO Start), and call DIO Read. At this
point, the message "Error 10614: The specified group does not support
the specified transfer direction" appears. Oh yes, the group is 0:3
for both output and input. No group number is specified to either DIO
config. Where should I look?
John