~anj/epics-base/db-hierarchy

« back to all changes in this revision

Viewing changes to src/std/rec/compressRecord.dbd.pod

  • Committer: Andrew Johnson
  • Date: 2016-09-07 15:04:54 UTC
  • mfrom: (12618.1.163 3.15)
  • Revision ID: anj@aps.anl.gov-20160907150454-4a0thskbmtew07qh
Merged changes from 3.15 branch, to revno 12781

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
        }
80
80
        field(INP,DBF_INLINK) {
81
81
                prompt("Input Specification")
82
 
                promptgroup(GUI_COMPRESS)
 
82
                promptgroup("40 - Input")
83
83
                interest(1)
84
84
        }
85
85
        field(RES,DBF_SHORT) {
90
90
        }
91
91
        field(ALG,DBF_MENU) {
92
92
                prompt("Compression Algorithm")
93
 
                promptgroup(GUI_ALARMS)
 
93
                promptgroup("30 - Action")
94
94
                special(SPC_RESET)
95
95
                interest(1)
96
96
                menu(compressALG)
104
104
        }
105
105
        field(NSAM,DBF_ULONG) {
106
106
                prompt("Number of Values")
107
 
                promptgroup(GUI_COMPRESS)
 
107
                promptgroup("30 - Action")
108
108
                special(SPC_NOMOD)
109
109
                interest(1)
110
110
                initial("1")
111
111
        }
112
112
        field(N,DBF_ULONG) {
113
113
                prompt("N to 1 Compression")
114
 
                promptgroup(GUI_COMPRESS)
 
114
                promptgroup("30 - Action")
115
115
                special(SPC_RESET)
116
116
                interest(1)
117
117
                initial("1")
118
118
        }
119
119
        field(IHIL,DBF_DOUBLE) {
120
120
                prompt("Init High Interest Lim")
121
 
                promptgroup(GUI_COMPRESS)
 
121
                promptgroup("30 - Action")
122
122
                interest(1)
123
123
        }
124
124
        field(ILIL,DBF_DOUBLE) {
125
125
                prompt("Init Low Interest Lim")
126
 
                promptgroup(GUI_COMPRESS)
 
126
                promptgroup("30 - Action")
127
127
                interest(1)
128
128
        }
129
129
        field(HOPR,DBF_DOUBLE) {
130
130
                prompt("High Operating Range")
131
 
                promptgroup(GUI_DISPLAY)
 
131
                promptgroup("80 - Display")
132
132
                interest(1)
133
133
                prop(YES)
134
134
        }
135
135
        field(LOPR,DBF_DOUBLE) {
136
136
                prompt("Low Operating Range")
137
 
                promptgroup(GUI_DISPLAY)
 
137
                promptgroup("80 - Display")
138
138
                interest(1)
139
139
                prop(YES)
140
140
        }
141
141
        field(PREC,DBF_SHORT) {
142
142
                prompt("Display Precision")
143
 
                promptgroup(GUI_DISPLAY)
 
143
                promptgroup("80 - Display")
144
144
                interest(1)
145
145
                prop(YES)
146
146
        }
147
147
        field(EGU,DBF_STRING) {
148
 
                prompt("EngineeringUnits")
149
 
                promptgroup(GUI_DISPLAY)
 
148
                prompt("Engineering Units")
 
149
                promptgroup("80 - Display")
150
150
                interest(1)
151
151
                size(16)
152
152
                prop(YES)