Search found 28 matches
- Tue Dec 10, 2024 3:08 pm
- Forum: Machining Strategies. Work Holding, Tool Path, Cutters, Feeds/Speeds etc.
- Topic: G10 Issues
- Replies: 11
- Views: 4580
Re: G10 Issues
I can't preset the G54 offset because the piece's dynamic nature requires probing to determine its height and diameter. Essentially, I'm milling up to 20 separate "parts" on a cylindrical workpiece, and each part's position is established based on the probing results. I was just told I can...
This post has been liked 0 time(s).
- Tue Dec 10, 2024 1:46 pm
- Forum: Machining Strategies. Work Holding, Tool Path, Cutters, Feeds/Speeds etc.
- Topic: G10 Issues
- Replies: 11
- Views: 4580
Re: G10 Issues
I've been using G10 L2 P1 X50 Y100 Z25 to set the G54 offset but since this doesn't work on CNC12, what would be the alternative method?
This post has been liked 0 time(s).
- Mon Dec 09, 2024 9:39 pm
- Forum: Machining Strategies. Work Holding, Tool Path, Cutters, Feeds/Speeds etc.
- Topic: G10 Issues
- Replies: 11
- Views: 4580
G10 Issues
I'm trying to convert GCode from an established Mach4 machine and am running into strange happenings. ( BRL100 Lug hole closest to edge ) (angle 7.2500) #31508 = [ #31516 + 43.0000 ] M05 M06 T1 S12000.0 M03 F1200.0 G10 L2 P1 Y#31508 X0.00 Z#31501 A7.2500 G43 H1 G00 G54 G90 Z15. X0 Y0 A0 M01 M98 P900...
This post has been liked 0 time(s).
- Sat Dec 07, 2024 11:58 am
- Forum: Machining Strategies. Work Holding, Tool Path, Cutters, Feeds/Speeds etc.
- Topic: User Variables Question
- Replies: 5
- Views: 3346
Re: User Variables Question
That worked!
I've never used conditionals in GCode before as the previous system didn't support them.
When you suggested that I initially thought you were thinking I was working with a macro.
Thanks!!
I've never used conditionals in GCode before as the previous system didn't support them.
When you suggested that I initially thought you were thinking I was working with a macro.
Thanks!!
This post has been liked 0 time(s).
- Sat Dec 07, 2024 10:59 am
- Forum: Machining Strategies. Work Holding, Tool Path, Cutters, Feeds/Speeds etc.
- Topic: User Variables Question
- Replies: 5
- Views: 3346
Re: User Variables Question
Thanks! Using the value in #30100 from the previous job run, attempting to save to this variable also causes a freeze. #100 = #30100 #100 = [#100 + 10] G0 Z[#100] #100 = [#100 + 10] G0 Z[#100] #30100 = #100 Is this a bug that I need to report? I use a similar technique to run the same job over and o...
This post has been liked 0 time(s).
- Fri Dec 06, 2024 9:46 pm
- Forum: Machining Strategies. Work Holding, Tool Path, Cutters, Feeds/Speeds etc.
- Topic: User Variables Question
- Replies: 5
- Views: 3346
User Variables Question
I am working on converting programming from a different system to CNC12, and I have a question about user variables. From what I understand, the general-purpose user variables are #100-#149 and #29000-#31999. Variables #100-#149 are cleared at the beginning of each job, while variables #29000-#31999...
This post has been liked 0 time(s).
- Fri Dec 06, 2024 1:22 pm
- Forum: Centroid CNC12 APi Discussions
- Topic: CentroidAPI problem <resolved>
- Replies: 1
- Views: 1598
Re: CentroidAPI problem
You can disregard this. The fix was changing the build from Any CPU to x64.
This post has been liked 0 time(s).
- Fri Dec 06, 2024 12:06 pm
- Forum: Centroid CNC12 APi Discussions
- Topic: CentroidAPI problem <resolved>
- Replies: 1
- Views: 1598
CentroidAPI problem <resolved>
I was able build and run the CentroidAPI_CSharp_PowerFeed example with no problems. I copied the pipeline class into my project and made sure all the references were installed and copied the code from his form to mine however when I attempt to run it bombs on CNCPipeManager = new PipeManager(); with...
This post has been liked 0 time(s).