Changes between Version 233 and Version 234 of HetProcedures/RA/lrs2


Ignore:
Timestamp:
Oct 16, 2018 6:42:17 PM (6 years ago)
Author:
shetrone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HetProcedures/RA/lrs2

    v233 v234  
    415415apcCmd on LRS2R-VacGaugeCntrlr
    416416apcCmd on LRS2B-VacGaugeCntrlr
    417 sleep 30
     417sleep 120
    418418syscmd -l 'get_cryo_pressure( cntl=0, update_state="true" )'
    419419}}}
     
    421421A couple things to note:
    422422
     423* You may get an error on this last command in the LRS2 log that says '''ERROR [camra_hardware.cpp  :checkReply          :1460] - Pressure reading failed with error return code '4''''.   This error indicates that the pump is still warming up.
    423424* I never called enable_pressure_gauges().  Since camra thinks they are already enabled it will attempt to reconnect to the gauge on the 5 minute polling interval, or when calling one of the status handlers with update_state="true".  Calling enable_pressure_gauges() isn't a problem, but timing might be.
    424425* I let the polling cycle complete one iteration prior to calling get_cryo_pressure().  The logs show the reconnect and the first sample with the invalid status of 4 (the gauge is still warming up), see below.