Skip to content

Commit 5f458c4

Browse files
committed
Fixed the update for calibrate disabled
1 parent 19f7d66 commit 5f458c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

base/uk.ac.stfc.isis.ibex.opis/resources/astrium_choppers/astrium_choppers.opi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
<show_scrollbar>true</show_scrollbar>
211211
<tooltip></tooltip>
212212
<transparent>true</transparent>
213-
<visible>false</visible>
213+
<visible>true</visible>
214214
<widget_type>Grouping Container</widget_type>
215215
<width>659</width>
216216
<wuid>1a3f5bca:1687651dcc1:-72dd</wuid>
@@ -292,7 +292,7 @@
292292
<show_scrollbar>true</show_scrollbar>
293293
<tooltip></tooltip>
294294
<transparent>true</transparent>
295-
<visible>true</visible>
295+
<visible>false</visible>
296296
<widget_type>Grouping Container</widget_type>
297297
<width>659</width>
298298
<wuid>1a3f5bca:1687651dcc1:-72d9</wuid>
@@ -413,11 +413,11 @@
413413
<pv_name>$(PV_ROOT):CALIB</pv_name>
414414
<pv_value />
415415
<rules>
416-
<rule name="Rule" prop_id="enabled" out_exp="false">
416+
<rule name="Disable" prop_id="enabled" out_exp="false">
417417
<exp bool_exp="pv0==1">
418418
<value>false</value>
419419
</exp>
420-
<pv trig="true">$(PV_ROOT):CALIB.DISA</pv>
420+
<pv trig="true">$(PV_ROOT):CALIB_DISABLED</pv>
421421
</rule>
422422
</rules>
423423
<scale_options>

0 commit comments

Comments
 (0)