Skip to content

Commit

Permalink
IDFF.FIX: add pressValue to Clear Alarms button
Browse files Browse the repository at this point in the history
  • Loading branch information
anacso17 committed Dec 2, 2024
1 parent aa1750f commit 08abff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyqt-apps/siriushla/si_ap_idff/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def _ivuSettingsWidget(self):
section='ID', title='FeedForward Status')

self.clear_alarms = PyDMPushButton(
self, "Clear Alarms",
self, "Clear Alarms", pressValue=1,
init_channel=self.dev_pref.substitute(propty='ClearFlags-Cmd'))

lbl_plc_counter = QLabel('PLC Counter: ', self)
Expand Down

0 comments on commit 08abff5

Please sign in to comment.