Skip to content

Commit

Permalink
ENH #30 add VALVEOPENING PV
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Apr 15, 2020
1 parent 1b69a37 commit 2d80e89
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ipApp/Db/Oxford_CS800.db
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,23 @@ record(ai, "$(P)$(Q):TURBOMODE") {
field(PINI, "YES")
}

# Param id 1103
record(ai, "$(P)$(Q):VALVEOPENING") {
field(DESC, "Flow Block Valve Opening")
field(DTYP, "Raw Soft Channel")
field(EGU, "%")
field(LOPR, 0)
field(HOPR, 100)
field(PINI, "YES")
}

# Param id 1203
record(ai, "$(P)$(Q):LEVEL") {
field(DESC, "Liquid Nitrogen Level")
field(DTYP, "Raw Soft Channel")
field(EGU, "%")
field(LOPR, 0)
field(HOPR, 100)
field(PINI, "YES")
}

Expand Down
3 changes: 2 additions & 1 deletion ipApp/Db/Oxford_CS800.proto
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ read { in "\xAA\xAB" # header \xAAAB,
"\x04\x4c%02r" # 1100
"%02r%02r" # 1101
"%02r%02r" # 1102
"%02r%02r" # 1103
"%02r%(\$1:TURBOMODE.RVAL)02r" # 1068
"%02r%(\$1:VALVEOPENING.RVAL)02r" # 1103
"%02r%02r" # 1104
"%02r%02r" # 1105
"%02r%02r" # 1106
Expand Down

0 comments on commit 2d80e89

Please sign in to comment.