Page 2 of 29

Re: Show me your Custom VCP's!

Posted: Thu Dec 10, 2020 5:14 pm
by cnckeith
Pete Rondeau wrote: Wed Dec 09, 2020 12:31 pm I wish there was a way of running the VCP disconnected from CNC12 in standalone mode so that I could work with it on my laptop and work out my modifications at my leisure rather than standing at the machine.
no easy to do at moment, it needs a PLC connected to it (aka the acorn board).

Re: Show me your Custom VCP's!

Posted: Thu Dec 10, 2020 7:16 pm
by ShawnM
Sword wrote: Thu Dec 10, 2020 2:25 pm Hey Shawn,

It's basically just a macro that calls up a custom file for surfacing my table. The file asks for the depth of cut, does a little pre positioning for the cutter diameter and a fence along one edge, and then surfaces the table off in a rectangular path from the outside to the center.

Scott
That's great Scott, thanks for sharing. I may create a similar button to call up my surface program and move the gantry to my starting position. Then maybe have it start my auto Z zero script to determine the current surface height at it's highest point. If I recall my surface program removes about .02". Sometimes I need to run it twice depending on the spoilboard wear. This is good use of some of my blank space I have for extra features and buttons.

Thanks again for the idea.

Re: Show me your Custom VCP's!

Posted: Thu Dec 10, 2020 9:32 pm
by tuffduck
Here is our little VCP creation. Koodos to the idea of a surfacing macro I read in a previous thread entry it would be a great addition for us router guys/gals.

Re: Show me your Custom VCP's!

Posted: Thu Feb 04, 2021 2:46 pm
by eMTea
Hi guys!

Is it possile to use CNC12 and VCP on a vertically mounted screen? With the VCP on the bottom area, and the mdi/dro/gcode field on top?

Re: Show me your Custom VCP's!

Posted: Sun Feb 21, 2021 10:00 pm
by FlySox
Upgraded to 4.62 and had a crack at a VCP this weekend. Here's where I am so far:

hack shack VCP.png

I can see VCPs being both fun and useful (mine is definitely WIP), but harder to get going than I hoped, despite many re-readings of the relevant documents. Something like the 50% feedrate override button (down there next to Feed Hold) was always going to be difficult -- I haven't even started on that one. But even seemingly simple buttons like "Set X 0" involve non-intuitive "skin events" and arbitrarily assigned PLC program numbers.

You are directed to acorn_mill_plc.src to ferret out events that aren't in the VCP user's manual; just bring a ball of twine because you're likely to get lost in there. It's NOT as simple as assigning a "G92X0" macro to the button. Looking through mfunc49.mac (which sets a specified axis to 0, so a good starting point?), it seems like the PLC knows the X axis as an arbitrary integer "88" [EDIT: Ahh, 88 is ASCII "X". OK...]. Yeah, this isn't as easy as it looks. However, I shall act as a mars rover and persevere... :) . Lots of reading and trial & error in my future.

Also: For me, the 4.20 to 4.62 upgrade was the most painful one yet. Nuked all my configs, but since I follow Keith's sage advice and take screenshots of all wizard screens before each upgrade, I was (eventually) able to recover *except* my MPG (CWP-4) doesn't work anymore. I thought it was because my Digitizing license got nuked, but it's still incommunicado after reinstating the license. Good thing it's so easy to revert to prior versions. I can still get work done while I figure it all out.

UPDATE: Wireless MPG now working. I ensured the wizard knew about it, but that was before reinstating the license, so it (silently) rejected my input and instead set MPG to "none". I had to go back to the wizard and re-teach the system about the CWP-4, save, exit, and restart. Now it works again, so I think I'm moving forward with 4.62.

Re: Show me your Custom VCP's!

Posted: Mon Feb 22, 2021 2:25 pm
by cnckeith
thanks for posting your vcp.
there are 16 Auxiliary key that are easy to add/edit/modify/assign macros to
yes you need to install the license file before setting the MPG selection in the Wizard. this is true is you are updating or installing for the first time.

Re: Show me your Custom VCP's!

Posted: Tue Mar 02, 2021 5:09 pm
by FlySox
Latest revision, after another weekend of tweaking. Button locations and colors grouped according to function. Got all the macros working, and added swissi's probe app (just called "PROBE" on my VCP). The only thing that doesn't work -- and might never -- is the 50% feedrate override button. Any of you who have used a Haas knows of their Override section which is useful to choose quick preset override values. To get to 50% feedrate on the Centroid screen, I have to hit the button 50 times!! (or hold it down for a very long time, often overshooting; the whole thing takes too long anyway). I have rediscovered the "Feed" selection of the wireless MPG, so this isn't as much an issue anymore, but it would still be nice to have some feedrate pre-sets besides the existing 100%:
VCP 20210302e.png
VCP 20210302f.png
report_F045DA78E6A1-0102191494_2021-03-02_12-52-28.zip
(668.88 KiB) Downloaded 243 times

Re: Show me your Custom VCP's!

Posted: Mon Jun 21, 2021 6:02 am
by LinkCNC
Report included in case someone would like to borrow from it :D

Troy

Re: Show me your Custom VCP's!

Posted: Wed Jun 23, 2021 7:30 pm
by RichMaple
Just got done with a bunch of cleanup in my VCP, router mill here, and got rid of a bunch of stuff I never use, plus reorganizing.
Some specifics:
  • Added dedicated buttons for setting 0 on X, Y, Z, XY, and XYZ.
  • Added spindle warm-up button and macro
  • Set Axis Paired button to nearly same color as background so visually it almost disappears when paired, made the Re-Pair Axis button that it switches to when they're not paired a deep red so I notice it if they aren't paired.
  • Changed the Incr and Cont toggle to be color-coded: When it's in Incremental mode, it's white, reminding me that the x1, x10, and x100 buttons relate to it. When it's in continuous mode, it goes yellow again, like the jog arrows.
2021-06-23 16.05.16.jpg
2021-06-23 16.05.22.jpg

Re: Show me your Custom VCP's!

Posted: Mon Jun 28, 2021 8:24 am
by cnckeith
cool to see what you guys are coming up with! thanks for posting