epics-modules / ip

APS BCDA synApps module: ip
http://epics-modules.github.io/ip/
Other
3 stars 9 forks source link

Oxford CS800 : more screens #30

Closed prjemian closed 4 years ago

prjemian commented 4 years ago

make an additional screen plotting temperature vs. time for last hour

prjemian commented 4 years ago

Screens with this info are useful for routine observation: sensors-and-heaters

flow-control

prjemian commented 4 years ago

The bar graphs in these last two screens will need LOPR & HOPR set for each ai record. Also, the VALVEOPENING PV must be created (.db) and read (.proto) from the status (ParamID 1103, FlowBlockValveOpening). EGU="%"

prjemian commented 4 years ago

These values will be added to the database:

Param PV EGU HOPR LOPR
FlowBlockBackPressure BACKPRESS bar 0 1.000
StatusEvapHeat EVAPHEAT % 0 100
StatusEvapTemp EVAPTEMP K 80 400
StatusGasFlow GASFLOW l/min 0 10
StatusGasHeat GASHEAT % 0 100
StatusAveSuctHeat SUCTHEAT % 0 100
StatusSuctTemp SUCTTEMP K 80 400
StatusGasTemp TEMP K 80 400
FlowBlockValveOpening VALVEOPENING % 0 100
prjemian commented 4 years ago

Example screen (simulated controller) showing sensor, heater, and flow parameters: Clipboard01

prjemian commented 4 years ago

Example screen (simulated controller) showing plot of T vs. t for one hour, 5 minute plot shown for comparison. Simulated ramp to 105 K, plat for 1 minute, cool to 100 K: Clipboard02

Clipboard01