| 10. Host and Reflex Bit | Index |
Modules Affected
Problem
When issuing a command that requests input from a device ( cmdA2D_RD , cmdDIG_IO , cmdPTIME_RD , cmdIR02_RD , cmdIIC_RD ), setting the RFLX bit in the DEVCODE field will have no effect if the HOST bit is also set. Data will be sent to the host but not issued as a raw input to a reflex routine.
Work-Around
Set either the HOST bit or RFLX bit, but not both at the same time. In a reflex routine, if data must go to both the host and another reflex, use a cmdDEBUG command to send data back to the host rather than setting the HOST bit.