debug lines
This commit is contained in:
parent
79c5a8e941
commit
1dc82c238e
9
main.py
9
main.py
|
|
@ -494,8 +494,13 @@ async def stop_auto_test(pu: int):
|
||||||
async def run_auto_test_pu1(pu: int, ploop_setpoint: float):
|
async def run_auto_test_pu1(pu: int, ploop_setpoint: float):
|
||||||
try:
|
try:
|
||||||
await send_command_with_delay("PRE-PRODUCTION", pu = pu, delay_s=0, ploop_setpoint=ploop_setpoint, qperm_setpoint=1200.0)
|
await send_command_with_delay("PRE-PRODUCTION", pu = pu, delay_s=0, ploop_setpoint=ploop_setpoint, qperm_setpoint=1200.0)
|
||||||
await set_patients_with_delay(5, delay_s=200)
|
print("SENDING PRE PROD at ", time.time())
|
||||||
await set_patients_with_delay(10, delay_s=220)
|
await set_patients_with_delay(5, delay_s=10)
|
||||||
|
print("SENDING set_patients_with_delay ", time.time())
|
||||||
|
|
||||||
|
await set_patients_with_delay(10, delay_s=15)
|
||||||
|
print("SENDING set_patients_with_delay ", time.time())
|
||||||
|
|
||||||
await send_command_with_delay("IDLE", pu =pu, delay_s=60, ploop_setpoint=ploop_setpoint, qperm_setpoint=1200.0)
|
await send_command_with_delay("IDLE", pu =pu, delay_s=60, ploop_setpoint=ploop_setpoint, qperm_setpoint=1200.0)
|
||||||
logging.info("[AUTO TEST] Finished PU1 test")
|
logging.info("[AUTO TEST] Finished PU1 test")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user