
new one hit buttons question
Moderator: cnckeith
-
- Posts: 292
- Joined: Wed Oct 11, 2017 12:20 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
new one hit buttons question
I'm still learning intercon (very slowly
) Is there anywhere in the manual explaining the new one hit buttons in VCP? I can't seem to get them to do anything?

(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Site Admin
- Posts: 8841
- 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: new one hit buttons question
what do you mean be "not do anything?
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
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
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 292
- Joined: Wed Oct 11, 2017 12:20 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: new one hit buttons question
I press the buttons and nothing happens
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 3446
- Joined: Thu Sep 23, 2021 3:49 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 6433DB0446C1-08115074
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Germany
Re: new one hit buttons question
You must set these Parameters
P188=56
P189=57
P190=58
P191=59
P192=60
Then it will work.
Maybe next release will set them on the lathe by default.
Uwe
P188=56
P189=57
P190=58
P191=59
P192=60
Then it will work.
Maybe next release will set them on the lathe by default.
Uwe
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 292
- Joined: Wed Oct 11, 2017 12:20 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: new one hit buttons question
Thanks Uwe.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 292
- Joined: Wed Oct 11, 2017 12:20 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: new one hit buttons question
Put those parms and still nothing happens when pressing the new one hit buttons?
I'm sure it's something i'm missing but tried everything i can think of
I'm sure it's something i'm missing but tried everything i can think of
- Attachments
-
- report_74E1829FB66D-0312191755_2023-03-15_15-11-18.zip
- (1.1 MiB) Downloaded 14 times
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 3446
- Joined: Thu Sep 23, 2021 3:49 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 6433DB0446C1-08115074
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Germany
Re: new one hit buttons question
I will test it later on my lathe.
Currently I am using a custom VCP.
Uwe
Currently I am using a custom VCP.
Uwe
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
Re: new one hit buttons question
From the VCP buttons definition in his report:
"One Shot Chamfer" sends skin event 19.
The PLC recognizes skin event 19 as Aux11, and uses it to trigger "DoAux11Key"
"DoAux11Key" would run whatever function you specified with Parameter 198.
"One Shot Turn" sends skin event 20.
The PLC recognizes skin event 20 as Aux12, and uses it to trigger "DoAux12Key"
"DoAux12Key" would run whatever function you specified with Parameter 199.
"One Shot Lathe Facing" sends skin event 66, Aux13, DoAux13Key, Parameter 292.
"One Shot Radius" sends skin event 67, Aux14, DoAux14Key, Parameter 293.
"One Shot Lathe Drill" sends skin event 68, Aux15, DoAux15Key, Parameter 294.
So you need to set some parameters, as Uwe indicated, but not parameters 188-192. Instead you need to set those values in parameters 198, 199, 292, 293 and 294.
"One Shot Chamfer" sends skin event 19.
The PLC recognizes skin event 19 as Aux11, and uses it to trigger "DoAux11Key"
"DoAux11Key" would run whatever function you specified with Parameter 198.
"One Shot Turn" sends skin event 20.
The PLC recognizes skin event 20 as Aux12, and uses it to trigger "DoAux12Key"
"DoAux12Key" would run whatever function you specified with Parameter 199.
"One Shot Lathe Facing" sends skin event 66, Aux13, DoAux13Key, Parameter 292.
"One Shot Radius" sends skin event 67, Aux14, DoAux14Key, Parameter 293.
"One Shot Lathe Drill" sends skin event 68, Aux15, DoAux15Key, Parameter 294.
So you need to set some parameters, as Uwe indicated, but not parameters 188-192. Instead you need to set those values in parameters 198, 199, 292, 293 and 294.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Site Admin
- Posts: 8841
- 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: new one hit buttons question
thanks, we will get that fixed up for rev7
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
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
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 292
- Joined: Wed Oct 11, 2017 12:20 pm
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: none
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: new one hit buttons question
ok thanks. So does that now mean that the parameters I changed are now going to cause other issues? Can't remember what they were actually set to before changing them, is zero a good idea to put back in there (P188 to P192)?
(Note: Liking will "up vote" a post in the search results helping others find good information faster)