Analog Streaming with Special Setting | LabJack
 

Analog Streaming with Special Setting

2 posts / 0 new
Last post
wallacbe
wallacbe's picture
Analog Streaming with Special Setting

Hello,

Is analog streaming while in special mode supported?    Specifically “special” 0-3.6 volt range on low voltage input.

Thanks

LabJack Support
labjack support's picture
Yes, the "Special 0-3.6V"

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);