ATC Fetch Tool Popup

Make your own CNC Control Apps

Moderator: cnckeith

Post Reply
corbin
Posts: 73
Joined: Fri Nov 08, 2024 2:57 pm
Acorn CNC Controller: Yes
Plasma CNC Controller: No
AcornSix CNC Controller: No
Allin1DC CNC Controller: No
Hickory CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 3484E42757Cd-1018248693
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No

ATC Fetch Tool Popup

Post by corbin »

I'm not sure if I shared this, but this is my ATC "fetch tool" popup to select a tool in your rack (or something not in your rack via user prompts in the script).
fetch tool popup.mp4
(210.46 KiB) Downloaded 11 times
Clicking the button fetches that tool.

Code is at https://github.com/corbinstreehouse/Cen ... RackSetup/

The VCP button invokes my app with an argument passed to tell it what to do.

<vcp_button>
<run>
<line>M130 "C:\CNCM\ToolRackSetup.exe\ -showFetchToolWindow"</line>
</run>
</vcp_button>

The app is forced to be a singleton to prevent multiple instances and cache tool information.

I'll have to look into using <app> to see if that is better!

I was also thinking of making it in-line editable, to set what tool is in what rack position via this little popup window. Currently I use another window for that association.

Corbin


cnckeith
Site Admin
Posts: 8934
Joined: Wed Mar 03, 2010 4:23 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC11: Yes
CPU10 or CPU7: Yes
Contact:

Re: ATC Fetch Tool Popup

Post by cnckeith »

right on, you are on your way to a CNC12 skin one feature at a time!
Need support? READ THIS POST first. http://centroidcncforum.com/viewtopic.php?f=60&t=1043
All Acorn Documentation is located here: viewtopic.php?f=60&t=3397
Answers to common questions: viewforum.php?f=63
and here viewforum.php?f=61
Gear we use but don't sell. https://www.centroidcnc.com/centroid_di ... _gear.html


Post Reply