clearing out a user message
- JR1050
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 450
- Thank you received: 33
11 May 2017 14:20 - 11 May 2017 14:24 #93025
by JR1050
clearing out a user message was created by JR1050
rtapi_print_msg (RTAPI_MSG_ERR, "AIR CYLINDER NOT SAFE"); will print this message to the screen
what C command will clear it?
Im looking to do something like this
if((data_reset)==1{
clear_message // pseudo made up command
}
Ive looked around the net and havent come up with much.Thanks
what C command will clear it?
Im looking to do something like this
if((data_reset)==1{
clear_message // pseudo made up command
}
Ive looked around the net and havent come up with much.Thanks
Last edit: 11 May 2017 14:24 by JR1050.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23323
- Thank you received: 4948
12 May 2017 14:36 #93091
by andypugh
Replied by andypugh on topic clearing out a user message
I think that is UI-specific.
Axis maps it to Ctrl-Space, so you could look at the Axis source for that.
Axis maps it to Ctrl-Space, so you could look at the Axis source for that.
Please Log in or Create an account to join the conversation.
Time to create page: 0.169 seconds