VCP buttons with user prompts and no Cycle Start

All things related to the Centroid Acorn CNC Controller

Moderator: cnckeith

corbin
Posts: 51
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

VCP buttons with user prompts and no Cycle Start

Post by corbin »

Hi!
I have a simple VCP button that calls a macro via <run>. The macro does:
M224 #101 " Enter Tool Number Currently in Spindle "

So, I type in a number and hit enter.

Then I have to hit Cycle Start before the next lines in the macro are executed. How can I avoid hitting cycle start?

Thanks,
Corbin


Sword
Posts: 759
Joined: Fri Nov 30, 2018 1:04 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: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Thorp WI

Re: VCP buttons with user prompts and no Cycle Start

Post by Sword »

I posed this question as well, and received a reply on it, but I can't find it now and I don't recall what the answer was. I think it has to do with how the enter key is used in several of the new part setup screens along with other situations. It's a change that I don't care for either, as I also have several macros that ask for input with M224, and they now take twice as many keyboard Enters than they previously did after answering input. :(

How to avoid it? ....It doesn't happen with the touch screen, external, or MPG Cycle Start, so I try to use those instead for now, but the keyboard is where my fingers are at when answering input and the enter key has 20+ years of muscle memory built in. Yes, I can hear it, "just hit enter again then if your finger is there". :(
Scott


ShawnM
Posts: 2652
Joined: Fri May 24, 2019 8:34 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 7804734C6498-0401191832
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Clearwater, FL

Re: VCP buttons with user prompts and no Cycle Start

Post by ShawnM »

The easiest way to fix this is to go in the wizard under "CNC Control" and set "PC Keyboard - enter key = CNC Machine - Cycle start" to yes. Then when you type in the tool number and hit enter it is the same as hitting cycle start.


Allin1Chris
Posts: 192
Joined: Wed Jul 31, 2019 12:53 pm
Acorn CNC Controller: Yes
Allin1DC CNC Controller: Yes
Oak CNC controller: Yes
CNC Control System Serial Number: none
DC3IOB: Yes
CNC12: Yes
CNC11: Yes
CPU10 or CPU7: Yes

Re: VCP buttons with user prompts and no Cycle Start

Post by Allin1Chris »

corbin wrote: Sun Nov 10, 2024 8:52 pm Hi!
I have a simple VCP button that calls a macro via <run>. The macro does:
M224 #101 " Enter Tool Number Currently in Spindle "

So, I type in a number and hit enter.

Then I have to hit Cycle Start before the next lines in the macro are executed. How can I avoid hitting cycle start?

Thanks,
Corbin
Hello Corbin,

M224 will always ask for Cycle Start after the input. This is for safety as machine motion may start after the M224 Command (it acts as a operator stop, like M0). Entering the number, then pressing Cycle Start instead of Enter will do both Enter and Cycle Start.
When requesting support READ THIS POST first. http://centroidcncforum.com/viewtopic.php?f=60&t=1043

Please ALWAYS post a FRESH report. To make a report: https://www.youtube.com/watch?v=Ecvg0VJp1oQ.

(We pride ourselves on providing timely solid technical support but, without good information we may not be able to help and/or reply until such information is posted.)

Centroid PLC Tutorial Videos


cncsnw
Posts: 4189
Joined: Wed Mar 24, 2010 5:48 pm

Re: VCP buttons with user prompts and no Cycle Start

Post by cncsnw »

sword wrote:.It doesn't happen with the touch screen, external, or MPG Cycle Start, so I try to use those instead for now, but the keyboard is where my fingers are at when answering input
You could try using Alt-S, which is the keyboard equivalent for Cycle Start.


cnckeith
Posts: 8235
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: VCP buttons with user prompts and no Cycle Start

Post by cnckeith »

the CNC12 operator manual has new information related to the M200 series m codes as well starting on page 288
https://www.centroidcnc.com/centroid_di ... manual.pdf
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


Sword
Posts: 759
Joined: Fri Nov 30, 2018 1:04 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: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Thorp WI

Re: VCP buttons with user prompts and no Cycle Start

Post by Sword »

cncsnw wrote: Mon Nov 11, 2024 3:14 pm
sword wrote:.It doesn't happen with the touch screen, external, or MPG Cycle Start, so I try to use those instead for now, but the keyboard is where my fingers are at when answering input
You could try using Alt-S, which is the keyboard equivalent for Cycle Start.
Yep, was just going to mention that, but cross posted, so just deleted it. Easier to just hit Enter a second time than get two fingers on Alt-S. ;)
Scott


ShawnM
Posts: 2652
Joined: Fri May 24, 2019 8:34 am
Acorn CNC Controller: Yes
Allin1DC CNC Controller: No
Oak CNC controller: No
CNC Control System Serial Number: 7804734C6498-0401191832
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Clearwater, FL

Re: VCP buttons with user prompts and no Cycle Start

Post by ShawnM »

Sword wrote: Mon Nov 11, 2024 3:22 pm Yep, was just going to mention that, but cross posted, so just deleted it. Easier to just hit Enter a second time than get two fingers on Alt-S. ;)
You only need to hit ENTER once. :mrgreen:


cncsnw
Posts: 4189
Joined: Wed Mar 24, 2010 5:48 pm

Re: VCP buttons with user prompts and no Cycle Start

Post by cncsnw »

You don't even need to press Enter the first time. Just type the response and press Alt-S.


Sword
Posts: 759
Joined: Fri Nov 30, 2018 1:04 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: none
DC3IOB: No
CNC12: Yes
CNC11: No
CPU10 or CPU7: No
Location: Thorp WI

Re: VCP buttons with user prompts and no Cycle Start

Post by Sword »

ShawnM wrote: Mon Nov 11, 2024 4:00 pm
Sword wrote: Mon Nov 11, 2024 3:22 pm Yep, was just going to mention that, but cross posted, so just deleted it. Easier to just hit Enter a second time than get two fingers on Alt-S. ;)
You only need to hit ENTER once. :mrgreen:
That no longer works with a M224 that asks for input, a second Enter needs to be keyed after the input now.
Scott


Post Reply