Acorn, Acornsix, and Hickory have FRV and SSV added to the PLC for the Wizard Versions of the PLCs. Oak/Allin1DC and others would require a modification to the PLC as of current for the feature.
Can look at the acorn/acornsix or hickory PLC as a reference for integrating it to other PLCs.
Search found 209 matches
- Wed Mar 12, 2025 9:33 am
- Forum: Machining Strategies. Work Holding, Tool Path, Cutters, Feeds/Speeds etc.
- Topic: FRV - Feed Rate Variation New Function <FRV and SSV are now standard features of CNC12 v5.2+ >
- Replies: 28
- Views: 33218
Re: FRV - Feed Rate Variation New Function <FRV and SSV are now standard features of CNC12 v5.2+ >
This post has been liked 1 time(s).
- Thu Jan 30, 2025 2:45 pm
- Forum: Centroid Acorn CNC Controller
- Topic: EMCO turn 55 ATC Problem
- Replies: 10
- Views: 3335
Re: EMCO turn 55 ATC Problem
I tried running M18 but it just keeps turning the turret and it doesn't stop. I can see on the diagnostics that it does trip that input when the wheel with that interrupted section crosses across the optical sensor. Can you please create a report, so i may look at your setup. Ensure the input for t...
This post has been liked 1 time(s).
- Thu Jan 30, 2025 11:16 am
- Forum: Centroid Acorn CNC Controller
- Topic: EMCO turn 55 ATC Problem
- Replies: 10
- Views: 3335
Re: EMCO turn 55 ATC Problem
Bringing this post back up as I am having the same issue. Any update from anyone who has tackled this? If I index the turret it goes forward as long as I am holding the "index turret" button and when I let it go it backs up to the last position. However I can't home the turret to the #1 t...
This post has been liked 1 time(s).
- Mon Mar 17, 2025 1:14 pm
- Forum: Centroid Acorn CNC Controller
- Topic: Spindle brake time question
- Replies: 7
- Views: 3773
Re: Spindle brake time question
Hello, I have the same question for the Allin1DC control. I tried the Acorn PLC modification but it is not working. For Allin1DC, the logic is a little different from Acorn. If you are using the Spindle Brake PLC for ALLIN1DC (Centroid_ALLIN1DC_Mill_SpinBrake-r5.src) then you should have the follow...
This post has been liked 0 time(s).
- Mon Feb 17, 2025 3:16 pm
- Forum: Centroid Acorn CNC Controller
- Topic: How to locate programs? <Solved, Spindle warm up macro>
- Replies: 9
- Views: 1309
Re: How to locate programs?
The stock spindle warm up file is at C:\cncm\system\perform_spindle_warmup.cnc. Edit it to have what your previous file has (copy/paste), or just copy your file into that folder and rename it to perform_spindle_warmup.cnc. Rename the stock one to something like perform_spindle_warmup_OEM.cnc first....
This post has been liked 0 time(s).
- Mon Feb 17, 2025 2:08 pm
- Forum: Centroid Acorn CNC Controller
- Topic: SSV and FRV question
- Replies: 3
- Views: 591
Re: SSV and FRV question
Hello, If i understand you correctly, you would like to turn the FRV and SSV features on/off with a button instead of with an M-Code? Currently the only two option is the M-Code or via the USB-BOB inputs with the provided Centroid PLC. However, new skin events for the VCP could be added to the PLC v...
This post has been liked 0 time(s).
- Thu Feb 13, 2025 5:14 pm
- Forum: Public Beta CNC Software Testing, Discussion and Feedback
- Topic: CNC12 v5.24 Mill, Lathe, Router and Plasma has been released.
- Replies: 9
- Views: 10193
Re: CNC12 v5.24 Mill, Lathe, Router and Plasma has been released.
smart-search-options.ini version 1 spindle 3 4 5 coolant 7 8 9 clamp 10 11 I think it is this file. I added caxis 50 51, but no change, C and Y will result in error 501 Uwe Try removing the following line from the M50 and M51 macros, IF #4201 || #4202 THEN GOTO 1000 ;Skip macro if graphing or searc...
This post has been liked 0 time(s).
- Mon Feb 10, 2025 2:00 pm
- Forum: CNC Plasma
- Topic: Marking error
- Replies: 2
- Views: 2975
Re: Marking error
This is a known issue with V5.22, and has been corrected in V5.24.
It only required a macro update, so attached is the V5.24 macro. Can replace the file in C:\cncm\system and should correct the issue for V5.22 as well.
It only required a macro update, so attached is the V5.24 macro. Can replace the file in C:\cncm\system and should correct the issue for V5.22 as well.
This post has been liked 0 time(s).
- Thu Jan 30, 2025 4:57 pm
- Forum: Centroid Acorn CNC Controller
- Topic: EMCO turn 55 ATC Problem
- Replies: 10
- Views: 3335
Re: EMCO turn 55 ATC Problem
Here is the report. You should change your INP4 to "ToolTurretCounter", this is the proper input for the tool counter. Likely the reason it would continue to rotate. If time Turret works, can always switch back to it after trying counter turret again. Since this works, it uses the Same M1...
This post has been liked 0 time(s).
- Wed Jan 22, 2025 10:11 am
- Forum: Centroid Acorn CNC Controller
- Topic: ATC M6 Macro ToolRackOut not working <resolved, outputs flipped>
- Replies: 6
- Views: 695
Re: ATC M6 Macro ToolRackOut not working
The PLC for the Tool Rack is straight forward. ;============================================================================== ToolRackInOutStage ;============================================================================== ;ToolRack In (Torwards Spindle) IF M80_SV THEN SET ToolRackIn_O, RST ToolR...
This post has been liked 0 time(s).