Search found 3 matches
- Sat Dec 28, 2024 9:15 pm
- Forum: Centroid Acorn CNC Controller
- Topic: In-program probing
- Replies: 4
- Views: 655
Re: In-program probing
The built-in cycle probably calls probe_cycle_select.cnc, which calls probe_get_modals.cnc, which calls probe_get_constants.cnc, which assigns a value to variable #34002.
Start by looking at probe_cycles_select as an example. Your routine probably just needs a call to probe_get_modals.cnc ...
This post has been liked 0 time(s).
- Fri Dec 27, 2024 8:40 pm
- Forum: Centroid Acorn CNC Controller
- Topic: In-program probing
- Replies: 4
- Views: 655
In-program probing
Hello everyone! Been using my acorn for awhile now and recently got the KP-1. I'm trying to use the outside_corner_probe.cnc to probe parts at the beginning of my program but I keep getting an undefined variable on line 28. Can anyone post a copy of the .cnc file from the system folder? Mine seems ...
This post has been liked 0 time(s).
- Mon May 27, 2024 9:41 pm
- Forum: Centroid Acorn CNC Controller
- Topic: Spindle brake time question
- Replies: 7
- Views: 6502
Re: Spindle brake time question
The SpindleBrakeTimer (Parameter 990) is a delay when the spindle is started so the VFD does not start prematurely if the brake takes a bit of time to release once the output is on. It does not add a timer to the end when you turn off the spindle. Usually when you want the spindle to stop you want ...
This post has been liked 0 time(s).