liblabpro Wiki
Open-source access to Vernier LabPro devices
Status: Pre-Alpha
Brought to you by:
mtres19stk
Command 401 controls analog output on channel 4. It's a kinda strange command and rather tersely documented, but has the capacity to be very very useful. Here is some info that's not really clear from the LabPro Technical Reference Manual, or else is in there but I didn't notice it at first (my fault):
s{401,0,0,0,0}
didn't work for me; it would get "stuck" outputting some voltage. The only thing that seemed to work was a reset command or s{401,1,0,0,0}
. The latter still left a bit of noise on the line though. EDIT: Logger Pro uses s{401,0,0,0,5}
. Maybe that's the key.s{401,6,2,768,10}
, should state that it has a peak-to-trough voltage of 2 V, not 1 V.