I thought I'd reply to this to expedite future Casperites' with this problem.
I extracted the relevant code that grabs the voltages and temps from the roach2_ats.py that comes in the roach2_testing folder here: https://github.com/ska-sa/roach2_testing It seems to do everything that I want when I just run print_v_c() and print_temps(). Brad Dober Ph.D. Candidate Department of Physics and Astronomy University of Pennsylvania Cell: 262-949-4668 On Wed, Sep 2, 2015 at 10:45 AM, Brad Dober <[email protected]> wrote: > Hi All, > > Has anyone created something that logs / plots the sensor values? > If not, I suppose I could log my telnet session and parse that file. > > > > Brad Dober > Ph.D. Candidate > Department of Physics and Astronomy > University of Pennsylvania > Cell: 262-949-4668 > > On Thu, May 16, 2013 at 10:23 AM, Marc Welz <[email protected]> wrote: > >> >> On Thu, May 16, 2013 at 2:14 PM, Rich Lacasse <[email protected]> wrote: >> >>> Hi Marc, >>> >>> Thanks for the quick reply. I get something but >>> >>> 1 - how do you interpret the results: #sensor-status 539134 1 >>> raw-temp-ppc nominal 41000 >>> 2 - how do you stop it! >>> >> >> Hello >> >> ?sensor-list gives you a description of each sensor, including the units. >> Here 41000 is >> in millidegrees Celsius - so the temperature of your processor is 41degC. >> To make >> it stop use ?sensor-sampling raw.temp.ppc none or just disconnect. You >> will probably discover >> the inlet and outlet temperature sensors, which are just temperature >> sensors on opposite ends >> of the PCB, so don't be too confused if the inlet is warmer than the >> outlet in certain >> circumstances. >> >> regards >> >> marc >> >> >> >> >> >> >

