Search found 34 matches
- Fri Aug 08, 2025 8:11 am
- Forum: Centroid Acorn CNC Controller
- Topic: Run-Time Graphics
- Replies: 7
- Views: 91
Run-Time Graphics
How do I set the Run-Time Graphics option set to "OFF" by default at startup?
This post has been liked 0 time(s).
- Tue Mar 04, 2025 12:16 pm
- Forum: Centroid Acorn CNC Controller
- Topic: Xkey help
- Replies: 0
- Views: 5494
Xkey help
I'm setting up an Xkey KX24 to use with my Acorn and have used the setup downloaded from Centroid, but am modifying the keys.
Everything works great, except setting up an Aux key. When I program a button to trigger Aux key 3 <ctrl F3> Acorn acts as if I've hit F3 and tosses me into the MDI. If I ...
Everything works great, except setting up an Aux key. When I program a button to trigger Aux key 3 <ctrl F3> Acorn acts as if I've hit F3 and tosses me into the MDI. If I ...
This post has been liked 0 time(s).
- Wed Feb 26, 2025 4:03 pm
- Forum: Centroid CNC12 APi Discussions
- Topic: SetSystemVariable?
- Replies: 6
- Views: 27546
Re: SetSystemVariable?
No thank you, I'm already writing multiline "macros" to do something similar... this is too good.
This post has been liked 0 time(s).
- Wed Feb 26, 2025 2:14 pm
- Forum: Centroid CNC12 APi Discussions
- Topic: SetSystemVariable?
- Replies: 6
- Views: 27546
- Wed Feb 26, 2025 1:46 pm
- Forum: Centroid CNC12 APi Discussions
- Topic: SetSystemVariable?
- Replies: 6
- Views: 27546
Re: SetSystemVariable?
I'm not finding it in the documentation when trying to use SetSystemVariable.
public CentroidAPI.CNCPipe.ReturnCode SetUserVariable(int variableNumber, double newValue)
{
var cncPipe = new CentroidAPI.CNCPipe.Job(m_pipe);
return cncPipe.SetSystemVariable(variableNumber, newValue ...
public CentroidAPI.CNCPipe.ReturnCode SetUserVariable(int variableNumber, double newValue)
{
var cncPipe = new CentroidAPI.CNCPipe.Job(m_pipe);
return cncPipe.SetSystemVariable(variableNumber, newValue ...
This post has been liked 0 time(s).
- Tue Feb 25, 2025 6:37 pm
- Forum: Centroid CNC12 APi Discussions
- Topic: SetSystemVariable?
- Replies: 6
- Views: 27546
SetSystemVariable?
I know how to get a user variable using GetSystemVariable.
Is there a way to Set a user variable before a job is run. I can't find a SetSystemVariable.
Thanks!
Is there a way to Set a user variable before a job is run. I can't find a SetSystemVariable.
Thanks!
This post has been liked 0 time(s).
- Sat Feb 01, 2025 4:44 pm
- Forum: Centroid CNC12 APi Discussions
- Topic: API lookahead?
- Replies: 2
- Views: 13226
- Wed Jan 29, 2025 7:03 pm
- Forum: Centroid CNC12 APi Discussions
- Topic: API lookahead?
- Replies: 2
- Views: 13226
API lookahead?
I have a program that is monitoring where things are in a job so it fires off external routines to let the workers know what's going on and what's coming up.
I initially was monitoring a variable so that when it got to 100 at the end of the job it would know it's done. Also the GCode is sending ...
I initially was monitoring a variable so that when it got to 100 at the end of the job it would know it's done. Also the GCode is sending ...
This post has been liked 0 time(s).
- Sat Jan 25, 2025 12:46 pm
- Forum: Centroid Acorn CNC Controller
- Topic: Chaining GCode File
- Replies: 2
- Views: 447
Chaining GCode File
At the completion of a job I'd like it to load the no_job_loaded.cnc file automatically.
I've not found any documentation to accomplish this in the GCode file itself. Is this actually possible?
Thanks in advance.
I've not found any documentation to accomplish this in the GCode file itself. Is this actually possible?
Thanks in advance.
This post has been liked 0 time(s).
- Thu Jan 16, 2025 9:29 am
- Forum: Centroid CNC12 APi Discussions
- Topic: VCP and external program launch
- Replies: 6
- Views: 16216