backout RAWL,RAWH; allow user to set ESLO,EOFF
This commit is contained in:
@@ -38,20 +38,6 @@ recordtype(ai) {
|
||||
pp(TRUE)
|
||||
interest(1)
|
||||
}
|
||||
field(RAWF,DBF_LONG) {
|
||||
prompt("Raw Value Full")
|
||||
promptgroup(GUI_CONVERT)
|
||||
special(SPC_LINCONV)
|
||||
pp(TRUE)
|
||||
interest(1)
|
||||
}
|
||||
field(RAWL,DBF_LONG) {
|
||||
prompt("Raw Value Low")
|
||||
promptgroup(GUI_CONVERT)
|
||||
special(SPC_LINCONV)
|
||||
pp(TRUE)
|
||||
interest(1)
|
||||
}
|
||||
field(EGU,DBF_STRING) {
|
||||
prompt("Engineering Units")
|
||||
promptgroup(GUI_DISPLAY)
|
||||
@@ -170,13 +156,15 @@ recordtype(ai) {
|
||||
}
|
||||
field(ESLO,DBF_DOUBLE) {
|
||||
prompt("Rawto EGU Slope")
|
||||
special(SPC_NOMOD)
|
||||
promptgroup(GUI_CONVERT)
|
||||
asl(ASL0)
|
||||
interest(2)
|
||||
initial("1")
|
||||
}
|
||||
field(EOFF,DBF_DOUBLE) {
|
||||
prompt("Eng Unit Offset")
|
||||
special(SPC_NOMOD)
|
||||
promptgroup(GUI_CONVERT)
|
||||
asl(ASL0)
|
||||
interest(2)
|
||||
}
|
||||
field(ROFF,DBF_LONG) {
|
||||
|
||||
@@ -67,20 +67,6 @@ recordtype(ao) {
|
||||
pp(TRUE)
|
||||
interest(1)
|
||||
}
|
||||
field(RAWF,DBF_LONG) {
|
||||
prompt("Raw Value Full")
|
||||
promptgroup(GUI_CONVERT)
|
||||
special(SPC_LINCONV)
|
||||
pp(TRUE)
|
||||
interest(1)
|
||||
}
|
||||
field(RAWL,DBF_LONG) {
|
||||
prompt("Raw Value Low")
|
||||
promptgroup(GUI_CONVERT)
|
||||
special(SPC_LINCONV)
|
||||
pp(TRUE)
|
||||
interest(1)
|
||||
}
|
||||
field(EGU,DBF_STRING) {
|
||||
prompt("Engineering Units")
|
||||
promptgroup(GUI_DISPLAY)
|
||||
@@ -94,12 +80,14 @@ recordtype(ao) {
|
||||
}
|
||||
field(EOFF,DBF_DOUBLE) {
|
||||
prompt("Eng Unit Offset")
|
||||
special(SPC_NOMOD)
|
||||
promptgroup(GUI_CONVERT)
|
||||
asl(ASL0)
|
||||
interest(2)
|
||||
}
|
||||
field(ESLO,DBF_DOUBLE) {
|
||||
prompt("EGU to Raw Slope")
|
||||
special(SPC_NOMOD)
|
||||
promptgroup(GUI_CONVERT)
|
||||
asl(ASL0)
|
||||
interest(2)
|
||||
initial("1")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user