16 lines
476 B
Plaintext
16 lines
476 B
Plaintext
addonDesc = dry system
|
|
|
|
# --- compressor ---
|
|
makenv cp2800 cp2800
|
|
|
|
GraphAdd cp2800.inp_water_t C InpWater_C red
|
|
GraphAdd cp2800.out_water_t C OutWater_C blue
|
|
GraphAdd cp2800.oil_t C Oil_C green
|
|
GraphAdd cp2800.helium_t C Helium_C magenta
|
|
|
|
GraphAdd cp2800.high_side_p_min psi High_psi_min red
|
|
GraphAdd cp2800.high_side_p_max psi High_psi_max orange
|
|
GraphAdd cp2800.low_side_p_min psi Low_psi_min green
|
|
GraphAdd cp2800.low_side_p_max psi Low_psi_max dark_green
|
|
|