Clearing error messages - without a bunch of mouse clicks

More
14 Jul 2024 20:30 - 14 Jul 2024 20:31 #305167 by slowpoke
Is there a hot key, or some way to clear error messages (preferably all of them at once)?

I find hunting a pecking to clear these error messages a PITA.

I don't mind using a dedicated input from a button on the Mesa card if that's what it takes.
 
Attachments:
Last edit: 14 Jul 2024 20:31 by slowpoke.

Please Log in or Create an account to join the conversation.

More
14 Jul 2024 20:43 - 14 Jul 2024 20:44 #305168 by Aciera
Axis GUI should have hal pins to clear messages:
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.

More
14 Jul 2024 21:02 #305171 by COFHAL
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.

More
14 Jul 2024 21:06 #305173 by MaHa
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.

More
16 Jul 2024 16:27 - 16 Jul 2024 16:29 #305372 by COFHAL
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.
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
Powered by Kunena Forum