Search found 47 matches
- Wed Jul 16, 2025 1:42 pm
- Forum: Centroid CNC12 APi Discussions
- Topic: Job is running status
- Replies: 3
- Views: 121
Re: Job is running status
Thanks! Is there a difference between SV_JOB_IN_PROGRESS and SV_PROGRAM_RUNNING? I haven't poked around at SV_PROGRAM_RUNNING.
SV_PROGRAM_RUNNING is 1 if in the MDI screen or a job is in progress
SV_JOB_IN_PROGRESS is 1 if a MDI command is running (not just idly sitting there) or a job is in ...
This post has been liked 1 time(s).
- Tue Jul 15, 2025 1:25 pm
- Forum: Centroid CNC12 APi Discussions
- Topic: Job is running status
- Replies: 3
- Views: 121
Re: Job is running status
There is not currently a way to determine which specific job is running, only that a job is running. Checking SV_JOB_IN_PROGRESS or SV_PROGRAM_RUNNING are the best ways to determine that.
CheckIfJobIsRunning has been retooled into IsJobRunning for the upcoming v5.40 release. It does a more ...
CheckIfJobIsRunning has been retooled into IsJobRunning for the upcoming v5.40 release. It does a more ...
This post has been liked 1 time(s).
- Thu Jun 19, 2025 10:45 am
- Forum: Centroid CNC12 APi Discussions
- Topic: VCP and external program launch
- Replies: 6
- Views: 14093
Re: VCP and external program launch
v4.80 for Acorn, v5.00 for other boards
This post has been liked 1 time(s).
- Tue May 20, 2025 11:18 am
- Forum: Centroid CNC12 APi Discussions
- Topic: Inquiry on Real-Time Control Capabilities (CNC12 + API)
- Replies: 1
- Views: 782
Re: Inquiry on Real-Time Control Capabilities (CNC12 + API)
1.1 Can we access the currently executing G-code line in real time (not the entire script)?
State.GetCurrentLineInfo and State.GetCurrentStackLevelZeroLineInfo will give the current executing line number.
GetCurrentLineInfo can give the executing line of a sub program or macro.
This line number can ...
State.GetCurrentLineInfo and State.GetCurrentStackLevelZeroLineInfo will give the current executing line number.
GetCurrentLineInfo can give the executing line of a sub program or macro.
This line number can ...
This post has been liked 1 time(s).
- Mon May 05, 2025 7:56 am
- Forum: Centroid Acorn CNC Controller
- Topic: Probing report missing data?
- Replies: 5
- Views: 152
Re: Probing report missing data?
Hello
I finally got my probing working and import into my cad.
for my circle bores my cad is setup that it reads the coordinates and diameter and when imported it will draw the circles for me automatically.
However with the slot it is missing one of the length value in the probing cyles.txt.
How ...
This post has been liked 1 time(s).
- Thu Jun 19, 2025 10:39 am
- Forum: Centroid CNC12 APi Discussions
- Topic: Working on some runtime info..
- Replies: 11
- Views: 2202
Re: Working on some runtime info..
M130 allows you to run shell commands. You may still have to write a batch script to start it up
This post has been liked 0 time(s).
- Thu Jun 19, 2025 8:10 am
- Forum: Centroid CNC12 APi Discussions
- Topic: Working on some runtime info..
- Replies: 11
- Views: 2202
Re: Working on some runtime info..
Looks great!
I'd create a vcp button that launches the app, which is done on page 33 of the vcp manual - https://www.centroidcnc.com/centroid_diy/downloads/centroid_vcp_users_manual.pdf
You could also add to the start.bat file inside of your install directory and change your shortcut target to C ...
I'd create a vcp button that launches the app, which is done on page 33 of the vcp manual - https://www.centroidcnc.com/centroid_diy/downloads/centroid_vcp_users_manual.pdf
You could also add to the start.bat file inside of your install directory and change your shortcut target to C ...
This post has been liked 0 time(s).
- Thu Jun 12, 2025 8:19 am
- Forum: Centroid CNC12 APi Discussions
- Topic: Some remarks about the last API documentation 1.0.0 given with V5.30 acorn
- Replies: 1
- Views: 558
Re: Some remarks about the last API documentation 1.0.0 given with V5.30 acorn
Hello,
I'm currently updating the python wrapper for acorn v5.30. I'm having some trouble, could you help me with this, please ?
( cnc-centroid-skinning python with the 64bits update).
* method : (PLC) GetPlcSystemVariableBit, there is an enum : MpuToPcSysVarBit, I don't find anything about ...
This post has been liked 0 time(s).
- Wed Jun 04, 2025 8:35 am
- Forum: Centroid Acorn CNC Controller
- Topic: MessageBox
- Replies: 3
- Views: 145
Re: MessageBox
Hello,Where can I find info on passing data to CentroidMessageBox.exe? Finally getting aquinted and building an acorn system. Starting off simple with 2 axis system and floating head. Ive realized over the years floating head as many words has been used as and come to mean something other than ...
This post has been liked 0 time(s).
- Tue Apr 08, 2025 9:47 am
- Forum: Centroid Acorn CNC Controller
- Topic: Graphics Backplot for Rotary <Resolved>
- Replies: 8
- Views: 173
Re: Graphics Backplot for Rotary
I had no problems loading your report to graph this job.
Capture4.PNG
Here is the file I'm trying to plot.
I'm curious that you said you loaded my report and got it to plot correctly. Makes me wonder if there is something odd about my G-Code. It cuts fine. Model from Fusion with Swissi ...
This post has been liked 0 time(s).