Page 3 of 29

Re: Show me your Custom VCP's!

Posted: Thu Jul 01, 2021 1:18 am
by midiman310
Here's mine for my hobby mill. Still a work in progress.
Screenshot 2021-06-30 212210.png

Re: Show me your Custom VCP's!

Posted: Wed Jul 07, 2021 11:21 am
by johnsattuk
Would love to see a VCP similar to the Estlcam controller. Muli-speed jogging buttons very simple layout, very easy to use, very easy to teach non-technichal people to use.
Unfortunately way past my skill set to generate

Re: Show me your Custom VCP's!

Posted: Thu Jul 08, 2021 1:16 pm
by cnckeith
johnsattuk wrote: Wed Jul 07, 2021 11:21 am Would love to see a VCP similar to the Estlcam controller. Muli-speed jogging buttons very simple layout, very easy to use, very easy to teach non-technichal people to use.
Unfortunately way past my skill set to generate
can you share an image of it?

Re: Show me your Custom VCP's!

Posted: Fri Jul 09, 2021 5:20 am
by johnsattuk
Estlcam control panel.jpg

Re: Show me your Custom VCP's!

Posted: Fri Sep 03, 2021 7:55 pm
by S-K Machine
Hello all.
I am in the process of converting my machine over to the allin1.
I did my bench testing and setup already and I am now mounting and wiring the control.
Before I broke it down from bench testing, I figured I would setup the control panel which was fairly easy to understand from keiths video.

But here is where I need some help.
There are buttons for set x 0 and set z 0 but not a set y 0. There is a set xy 0 but not a y by itself.
I did try and copy the xml from the z , renamed it and changed the button with inkscape, but it did not work.
I do see that some of you guys have a set y 0 button and I would like to know how you did it.

Thanks in advance.

Jeff

Re: Show me your Custom VCP's!

Posted: Sun Sep 05, 2021 2:07 pm
by midiman310
I do see that some of you guys have a set y 0 button and I would like to know how you did it.
Just assign Macro M26 to the button you want.

So " M26 /Y " should do it.

Jack

Re: Show me your Custom VCP's!

Posted: Tue Sep 14, 2021 10:16 pm
by cnckeith
read up in the operator M and G code chapters....m26 is setting the machine coordinate system., typically a Y0 button on the VCP will set a Work Coordinate position.

the CNC12 operator manual, vcp manual and macro manual are all located in the All Acorn documentation link here... they contain everything you need to create a macro and a custom button.

viewtopic.php?f=60&t=3397

Re: Show me your Custom VCP's!

Posted: Thu Sep 16, 2021 5:42 am
by midiman310
typically a Y0 button on the VCP will set a Work Coordinate position.
Yeah, I used "G92 Y0" inside of the mfunc56 macro for my VCP M56 button to set Y0. I had since updated the button graphic to say Set Y0. Same with the M55 button for X and M57 button for Z.

Re: Show me your Custom VCP's!

Posted: Sun Sep 19, 2021 3:05 pm
by RichMaple
Just added two new zeroing buttons as I added a laser to my z axis which is not in-line with the spindle center. When I hit the Laser X 0 or Laser Y 0, it sets 0 with the offset of the laser (IE it sets zero at spindle center where the laser dot is).
Kind of hack but the laser cost me like $15 and the VCP change took like 20 minutes.
(sorry the pic is rotated... it isn't on my computer and when I click to enlarge it isn't rotated either)

Re: Show me your Custom VCP's!

Posted: Sun Sep 19, 2021 7:08 pm
by ShawnM
RichMaple wrote: Sun Sep 19, 2021 3:05 pm Just added two new zeroing buttons as I added a laser to my z axis which is not in-line with the spindle center. When I hit the Laser X 0 or Laser Y 0, it sets 0 with the offset of the laser (IE it sets zero at spindle center where the laser dot is).
Kind of hack but the laser cost me like $15 and the VCP change took like 20 minutes.
(sorry the pic is rotated... it isn't on my computer and when I click to enlarge it isn't rotated either)
Love the buttons and it looks great. Just curious why 2 buttons? I have mine setup like this, I press the "Laser Zero" button on the VCP and the laser comes on and the Z axis moves to the proper height for sharp focus of the laser crosshair on the spoil board. Then I created a message that pops up on the screen that says "Jog laser cross hairs to desired part X0 Y0 position. Press CYCLE START to set X0 Y0". I simply jog the laser to part zero and when I press cycle start the laser shuts off and the X and Y move the programmed offset for my machine to part zero and the Z axis moves to the home position at the top. Just curious why one axis at a time.