Search found 33 matches
- Tue Mar 04, 2025 12:16 pm
- Forum: Centroid Acorn CNC Controller
- Topic: Xkey help
- Replies: 0
- Views: 911
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 pre...
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: 18351
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: 18351
- Wed Feb 26, 2025 1:46 pm
- Forum: Centroid CNC12 APi Discussions
- Topic: SetSystemVariable?
- Replies: 6
- Views: 18351
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); } Results in: 'CNC...
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: 18351
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: 5760
- Wed Jan 29, 2025 7:03 pm
- Forum: Centroid CNC12 APi Discussions
- Topic: API lookahead?
- Replies: 2
- Views: 5760
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 text...
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: 364
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: 4
- Views: 8068
- Wed Jan 15, 2025 5:39 pm
- Forum: Centroid CNC12 APi Discussions
- Topic: VCP and external program launch
- Replies: 4
- Views: 8068
VCP and external program launch
Is it possible to configure a button on the VCP launch an external program?
Thanks in advance.
Thanks in advance.
This post has been liked 0 time(s).