Clearing error messages - without a bunch of mouse clicks
- slowpoke
- Offline
- Elite Member
Less
More
- Posts: 162
- Thank you received: 25
14 Jul 2024 20:30 - 14 Jul 2024 20:31 #305167
by slowpoke
Clearing error messages - without a bunch of mouse clicks was created by slowpoke
Attachments:
Last edit: 14 Jul 2024 20:31 by slowpoke.
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
Less
More
- Posts: 3970
- Thank you received: 1719
14 Jul 2024 20:43 - 14 Jul 2024 20:44 #305168
by Aciera
Replied by Aciera on topic Clearing error messages - without a bunch of mouse clicks
Axis GUI should have hal pins to clear messages:
See section 13:
linuxcnc.org/docs/html/gui/axis.html#_keyboard_controls
Type Dir Name
bit IN axisui.notifications-clear
bit IN axisui.notifications-clear-error
bit IN axisui.notifications-clear-info
See section 13:
linuxcnc.org/docs/html/gui/axis.html#_keyboard_controls
Last edit: 14 Jul 2024 20:44 by Aciera.
The following user(s) said Thank You: slowpoke
Please Log in or Create an account to join the conversation.
- COFHAL
- Offline
- Platinum Member
Less
More
- Posts: 334
- Thank you received: 37
14 Jul 2024 21:02 #305171
by COFHAL
Replied by COFHAL on topic Clearing error messages - without a bunch of mouse clicks
I used the axisui.notifications-clear-error bit pin with oneshot. They must be loaded in a postgui file, with this option the error message appears on the screen for the time determined by oneshot and then it is deleted
The following user(s) said Thank You: slowpoke
Please Log in or Create an account to join the conversation.
- MaHa
- Offline
- Platinum Member
Less
More
- Posts: 403
- Thank you received: 161
14 Jul 2024 21:06 #305173
by MaHa
Replied by MaHa on topic Clearing error messages - without a bunch of mouse clicks
In axis: Ctrl + spacebar clears all the messages. This can also be used for OK in a tkinter message box or confirm toolchange window.
The following user(s) said Thank You: slowpoke
Please Log in or Create an account to join the conversation.
- COFHAL
- Offline
- Platinum Member
Less
More
- Posts: 334
- Thank you received: 37
16 Jul 2024 16:27 - 16 Jul 2024 16:29 #305372
by COFHAL
Replied by COFHAL on topic Clearing error messages - without a bunch of mouse clicks
loadrt oneshot names=oneshot.GUI-ERROR
addf oneshot.GUI-ERROR servo-thread
setp oneshot.GUI-ERROR.width 2
setp oneshot.GUI-ERROR.retriggerable 0
net GUI-error axisui.error oneshot.GUI-ERROR.in
net BORRAR-ERROR-GUI oneshot.GUI-ERROR.out-not axisui.notifications-clear-error
Work for me.
addf oneshot.GUI-ERROR servo-thread
setp oneshot.GUI-ERROR.width 2
setp oneshot.GUI-ERROR.retriggerable 0
net GUI-error axisui.error oneshot.GUI-ERROR.in
net BORRAR-ERROR-GUI oneshot.GUI-ERROR.out-not axisui.notifications-clear-error
Work for me.
Last edit: 16 Jul 2024 16:29 by COFHAL.
The following user(s) said Thank You: tommylight, slowpoke
Please Log in or Create an account to join the conversation.
Time to create page: 0.079 seconds