Advanced search
Hello,
Is analog streaming while in special mode supported? Specifically “special” 0-3.6 volt range on low voltage input.
Thanks
Yes, the "Special 0-3.6V" range can be used in stream mode. For example, in the pseudocode in Section 4.3.7:https://labjack.com/support/datasheets/u3/high-level-driver/example-pseu...... there is a line to measure differential AIN3-AIN9 (presumably on a U3-LV not HV):AddRequest (lngHandle, LJ_ioADD_STREAM_CHANNEL_DIFF, 3, 0, 9, 0);... but it could be AIN3 special range:AddRequest (lngHandle, LJ_ioADD_STREAM_CHANNEL_DIFF, 3, 0, 32, 0);
Yes, the "Special 0-3.6V" range can be used in stream mode. For example, in the pseudocode in Section 4.3.7:
https://labjack.com/support/datasheets/u3/high-level-driver/example-pseu...
... there is a line to measure differential AIN3-AIN9 (presumably on a U3-LV not HV):
AddRequest (lngHandle, LJ_ioADD_STREAM_CHANNEL_DIFF, 3, 0, 9, 0);
... but it could be AIN3 special range:
AddRequest (lngHandle, LJ_ioADD_STREAM_CHANNEL_DIFF, 3, 0, 32, 0);