Skip to content

Commit 7e899ee

Browse files
committed
Fix stop/panic stop buttons
1 parent 0ea74ae commit 7e899ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ $(pv_value)</tooltip>
169169
<exp bool_exp="pvStr0 == &quot;STOPPED&quot;">
170170
<value>Stopped</value>
171171
</exp>
172-
<pv trig="true">$(PV_ROOT)STOP:SP</pv>
172+
<pv trig="true">$(PV_ROOT)STOP</pv>
173173
</rule>
174174
</rules>
175175
<enabled>true</enabled>
@@ -187,7 +187,7 @@ $(pv_value)</tooltip>
187187
</scale_options>
188188
<image></image>
189189
<visible>true</visible>
190-
<pv_name>$(PV_ROOT)STOP</pv_name>
190+
<pv_name>$(PV_ROOT)STOP:SP</pv_name>
191191
<border_color>
192192
<color name="ISIS_Shutter_Moving" red="255" green="150" blue="0" />
193193
</border_color>
@@ -235,7 +235,7 @@ $(pv_value)</tooltip>
235235
<exp bool_exp="pvStr0 == &quot;STOPPED&quot;">
236236
<value>Stopped</value>
237237
</exp>
238-
<pv trig="true">$(PV_ROOT)PANIC:SP</pv>
238+
<pv trig="true">$(PV_ROOT)PANIC</pv>
239239
</rule>
240240
</rules>
241241
<enabled>true</enabled>
@@ -253,7 +253,7 @@ $(pv_value)</tooltip>
253253
</scale_options>
254254
<image></image>
255255
<visible>true</visible>
256-
<pv_name>$(PV_ROOT)PANIC</pv_name>
256+
<pv_name>$(PV_ROOT)PANIC:SP</pv_name>
257257
<border_color>
258258
<color name="ISIS_Emergency_Button_Background" red="255" green="0" blue="0" />
259259
</border_color>

0 commit comments

Comments
 (0)