- User Interfaces
- Other User Interfaces
- PathPilot
- PathPilot when gui is running how to get back to desktop
PathPilot when gui is running how to get back to desktop
25 Jun 2022 13:11 #245853
by Clive S
PathPilot when gui is running how to get back to desktop was created by Clive S
As the tittle: PathPilot when gui is running how to get back to desktop.
Using ADMIN HALSHOW which shows on the PP gui
Then accidently clicking on the gui the HALSHOW window disappears behind.
How to get back to it ?? or is it not possible?
Using ADMIN HALSHOW which shows on the PP gui
Then accidently clicking on the gui the HALSHOW window disappears behind.
How to get back to it ?? or is it not possible?
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2388
- Thank you received: 779
25 Jun 2022 13:31 #245854
by snowgoer540
Replied by snowgoer540 on topic PathPilot when gui is running how to get back to desktop
Ctrl + Alt + X will get you a terminal prompt. Then type "mate-panel".
Though, any time you click on the GUI, it's going to take you back to full screen.
Though, any time you click on the GUI, it's going to take you back to full screen.
The following user(s) said Thank You: Clive S
Please Log in or Create an account to join the conversation.
25 Jun 2022 14:00 #245855
by Clive S
Thanks Greg I can live with that as I can click on the halshow tab and that brings it back to the front.
[/quote]
Replied by Clive S on topic PathPilot when gui is running how to get back to desktop
Ctrl + Alt + X will get you a terminal prompt. Then type "mate-panel".
Though, any time you click on the GUI, it's going to take you back to full screen.
Thanks Greg I can live with that as I can click on the halshow tab and that brings it back to the front.
[/quote]
The following user(s) said Thank You: snowgoer540
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2388
- Thank you received: 779
30 Dec 2022 17:16 #260554
by snowgoer540
HALMETER works as does HALSCOPE, but not HALSHOW
Replied by snowgoer540 on topic PathPilot when gui is running how to get back to desktop
Hey Clive, just was curious how you got HALSHOW to work on PathPilot. When I try here I get an error that the file isn't found. Was hoping you had an easy solution before I spent time going down a rabbit holeUsing ADMIN HALSHOW which shows on the PP gui
HALMETER works as does HALSCOPE, but not HALSHOW
Please Log in or Create an account to join the conversation.
31 Dec 2022 14:03 #260642
by Clive S
Replied by Clive S on topic PathPilot when gui is running how to get back to desktop
Greg I am away for a couple of days I will have a look when I get back
Happy New year
Happy New year
The following user(s) said Thank You: Patrice
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2388
- Thank you received: 779
31 Dec 2022 16:55 #260661
by snowgoer540
Replied by snowgoer540 on topic PathPilot when gui is running how to get back to desktop
No worries; thank you!
Happy New Year to you as well!
Happy New Year to you as well!
Please Log in or Create an account to join the conversation.
09 Jan 2023 22:32 #261387
by Clive S
Greg. is this what you a looking for:-
To add HALSHOW it requires you to place halshow.tcl in ~/tmc/tcl/bin and edit ~/tmc/bin/halshow change:-
#!/usr/bin/tclsh8.6 and source ~/home/operator/repos/pathpilot3/linuxcnc/tcl/bin/halshow.tcl
to #!/usr/bin/tclsh8.6 and source ~/tmc/tcl/bin/halshow.tcl
Then ADMIN HALSHOW in the MDI should work.
If I remember I think you can get halshow.tcl from any standard linuxcnc version
Replied by Clive S on topic PathPilot when gui is running how to get back to desktop
No worries; thank you!
Happy New Year to you as well!
Greg. is this what you a looking for:-
To add HALSHOW it requires you to place halshow.tcl in ~/tmc/tcl/bin and edit ~/tmc/bin/halshow change:-
#!/usr/bin/tclsh8.6 and source ~/home/operator/repos/pathpilot3/linuxcnc/tcl/bin/halshow.tcl
to #!/usr/bin/tclsh8.6 and source ~/tmc/tcl/bin/halshow.tcl
Then ADMIN HALSHOW in the MDI should work.
If I remember I think you can get halshow.tcl from any standard linuxcnc version
The following user(s) said Thank You: snowgoer540
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2388
- Thank you received: 779
10 Jan 2023 00:07 - 10 Jan 2023 00:09 #261396
by snowgoer540
Yessir it sure is; thank you very much!
I missed that a "bin" directory needed to be created to place it in... I had placed halshow.tcl in ~tmc/tcl. I see now it needs to be inside "bin" to work.
Works great. Thanks again.
I have been sitting on a clearpath servo kit with a v1.5 board for over a year that I got for a great price. I finally retrofitted my Series 3 machine, using the 7i85s that was already on it from the spindle encoder (and a little help from Peter with using the encoders as inputs). I have some other tinkering I want to do and HALSHOW will make it a lot easier.
Replied by snowgoer540 on topic PathPilot when gui is running how to get back to desktop
Greg. is this what you a looking for:-
Yessir it sure is; thank you very much!
place halshow.tcl in ~/tmc/tcl/bin
I missed that a "bin" directory needed to be created to place it in... I had placed halshow.tcl in ~tmc/tcl. I see now it needs to be inside "bin" to work.
Works great. Thanks again.
I have been sitting on a clearpath servo kit with a v1.5 board for over a year that I got for a great price. I finally retrofitted my Series 3 machine, using the 7i85s that was already on it from the spindle encoder (and a little help from Peter with using the encoders as inputs). I have some other tinkering I want to do and HALSHOW will make it a lot easier.
Last edit: 10 Jan 2023 00:09 by snowgoer540.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2388
- Thank you received: 779
10 Jan 2023 00:29 - 10 Jan 2023 00:29 #261398
by snowgoer540
Replied by snowgoer540 on topic PathPilot when gui is running how to get back to desktop
Just a note for anyone who stumbles onto this, if you use the latest halshow.tcl located here:
github.com/LinuxCNC/linuxcnc/tree/master/tcl/bin
Then you also need to place cbutton.tcl into the ~/tmc/tcl/bin folder as well for halshow to work.
github.com/LinuxCNC/linuxcnc/tree/master/tcl/bin
Then you also need to place cbutton.tcl into the ~/tmc/tcl/bin folder as well for halshow to work.
Last edit: 10 Jan 2023 00:29 by snowgoer540.
The following user(s) said Thank You: Clive S
Please Log in or Create an account to join the conversation.
Moderators: cncbasher
- User Interfaces
- Other User Interfaces
- PathPilot
- PathPilot when gui is running how to get back to desktop
Time to create page: 0.094 seconds