NMGRL / bakedpy

Application for automated baking of UHV extraction lines
0 stars 1 forks source link

cool down not recording #5

Open wcmcintosh opened 9 years ago

wcmcintosh commented 9 years ago

cool down not recording

jirhiker commented 9 years ago

Fixed. problem with the script. sleep(2) is not sleep 2 hours its sleep 2 seconds. so cool down recording working just not setup correctly.

added gosub, cool_down.py to all the scripts. monitors the cool down for default 2 hours. you can override the default monitor duration using

gosub('cool_down', argv=(10,))

This will monitor the cool down for 10 hours