Skip to content

Commit

Permalink
ENH: Including autosave_pass1: VAL DESC to the setpoints pragmas
Browse files Browse the repository at this point in the history
  • Loading branch information
ghalym committed Jun 24, 2020
1 parent 536374e commit 1edd048
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions L2SIVacuum/DUTs/Gauges/ST_VG.TcDUT
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ STRUCT
field: LOPR 0
field: PREC 2
field: EGU "TORR"
autosave_pass1: VAL DESC
'}
rVAC_SP: REAL := 0.001; /// At vacuum setpoint for all gauges
/// Protection setpoint for ion gauges at which the gauge turns off, not used for pirani
Expand All @@ -110,6 +111,7 @@ STRUCT
field: LOPR 0
field: PREC 2
field: EGU "TORR"
autosave_pass1: VAL DESC
'}
rPRO_SP: REAL := 0.001;
{attribute 'pytmc' := '
Expand All @@ -119,6 +121,7 @@ STRUCT
field: LOPR 0
field: PREC 2
field: EGU "TORR"
autosave_pass1: VAL DESC
'}
/// Protection setpoint hysteresis
rHYS_PR: REAL := 0.001;
Expand Down
2 changes: 2 additions & 0 deletions L2SIVacuum/DUTs/Pumps/ST_PIP.TcDUT
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ STRUCT
field: LOPR 0
field: PREC 2
field: EGU "TORR"
autosave_pass1: VAL DESC
'}
rHVEna_SP : REAL := 1.0E-4;
Expand Down Expand Up @@ -74,6 +75,7 @@ STRUCT
field: LOPR 0
field: PREC 2
field: EGU "TORR"
autosave_pass1: VAL DESC
'}
/// Protection setpoint hysteresis
rHYS_PR: REAL := 0.001;
Expand Down
2 changes: 2 additions & 0 deletions L2SIVacuum/DUTs/Pumps/ST_PTM.TcDUT
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ NOTE: This is an archetype, use an extension of this structure for a specific pu
field: LOPR 0
field: PREC 2
field: EGU "TORR"
autosave_pass1: VAL DESC
'}
rBackingPressureSP : REAL := 0.01;
{attribute 'pytmc' := '
Expand All @@ -107,6 +108,7 @@ NOTE: This is an archetype, use an extension of this structure for a specific pu
field: LOPR 0
field: PREC 2
field: EGU "TORR"
autosave_pass1: VAL DESC
'}
rInletPressureSP : REAL := 0.02; //20mTorr
(*State*)
Expand Down
3 changes: 3 additions & 0 deletions L2SIVacuum/DUTs/Valves/ST_VGC.TcDUT
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ STRUCT
field: LOPR 0
field: PREC 2
field: EGU "TORR"
autosave_pass1: VAL DESC
'}
rAT_VAC_SP : REAL := 0.000001; // Interlock setpoint for gauges on both sides of valve
rAT_VAC_SP_LAST : REAL :=0.000001 ; // Interlock setpoint for gauges on both sides of valve
Expand All @@ -32,11 +33,13 @@ STRUCT
field: LOPR 0
field: PREC 2
field: EGU "TORR"
autosave_pass1: VAL DESC
'}
rAT_VAC_HYS : REAL :=0.000001; // Hysteresis of the vacuum sp
{attribute 'pytmc' := '
pv: HYST_PERC ;
io: o;
autosave_pass1: VAL DESC
'}
rHYST_PERC : REAL := 0.80; // Hysteresis percentage
Expand Down

0 comments on commit 1edd048

Please sign in to comment.