add RAWL RAWF
This commit is contained in:
@@ -38,6 +38,20 @@ 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)
|
||||
|
||||
@@ -67,6 +67,20 @@ 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)
|
||||
|
||||
Reference in New Issue
Block a user