- report_0008DC111213-0430181962_2025-06-10_21-18-45.zip
- (3.32 MiB) Downloaded 2 times
Tree Journeyman 250 CNC
Moderator: cnckeith
-
- Posts: 16
- Joined: Wed Jun 04, 2025 10:41 pm
- Acorn CNC Controller: No
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: Yes
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 103223
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Tree Journeyman 250 CNC
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
Re: Tree Journeyman 250 CNC
From your report:
Those look like reasonable values.
Maybe you could expand upon:
Where does the tool actually go?
Where does the DRO position say the tool is?
What does the status window say about tool number and offset number?
Does your job file specify a different WCS than the one in which you set zero?
Code: Select all
Last job file: C:\cncm\ncfiles\2323.nc
...
WCS: #1
...
Axis Origin Origin Origin Origin Origin Origin
#1(G54) #2(G55) #3(G56) #4(G57) #5(G58) #6(G59)
X 16.60926 16.78366 16.78366 16.78366 16.78366 12.80427
Y -5.46022 -5.39262 -5.39262 -5.39262 -5.39262 -9.02516
Z -2.08442 -3.24079 -3.24079 -3.24079 -3.24079 -0.69456
Maybe you could expand upon:
Where should the tool be, according to your CNC program?when I set wcs and hit cycle/ start the tool is not where it should be.
Where does the tool actually go?
Where does the DRO position say the tool is?
What does the status window say about tool number and offset number?
Does your job file specify a different WCS than the one in which you set zero?
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 16
- Joined: Wed Jun 04, 2025 10:41 pm
- Acorn CNC Controller: No
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: Yes
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 103223
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Tree Journeyman 250 CNC
I set my WCS on a corner point in fusion as I normally would ensuring xyz are correctly oriented. I run the simulation in fusion and the tool starts at the top center of the part for a contour operation. Load that file to the machine and probe the point which I chose in fusion. Set x, set y, and set z. Run the operation and the tool starts heading for the center of the part. Maybe it's user error but I've ran similar operations when it was cnc11 with no issue. I'm just wondering if there is still a problem with the PLC with WCS that is preventing proper tool path. I will test some more operations tonight and document my results.cncsnw wrote: ↑Tue Jun 10, 2025 11:09 pm From your report:Those look like reasonable values.Code: Select all
Last job file: C:\cncm\ncfiles\2323.nc ... WCS: #1 ... Axis Origin Origin Origin Origin Origin Origin #1(G54) #2(G55) #3(G56) #4(G57) #5(G58) #6(G59) X 16.60926 16.78366 16.78366 16.78366 16.78366 12.80427 Y -5.46022 -5.39262 -5.39262 -5.39262 -5.39262 -9.02516 Z -2.08442 -3.24079 -3.24079 -3.24079 -3.24079 -0.69456
Maybe you could expand upon:Where should the tool be, according to your CNC program?when I set wcs and hit cycle/ start the tool is not where it should be.
Where does the tool actually go?
Where does the DRO position say the tool is?
What does the status window say about tool number and offset number?
Does your job file specify a different WCS than the one in which you set zero?
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 3520
- Joined: Tue Mar 22, 2016 10:03 am
- Acorn CNC Controller: Yes
- Allin1DC CNC Controller: Yes
- Oak CNC controller: Yes
- CNC Control System Serial Number: 100505
100327
102696
103432
7804732B977B-0624192192 - DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
- Location: Boston, MA
- Contact:
Re: Tree Journeyman 250 CNC
If it's just Z that seems wrong, it's probably a height offset issue. If X and Y seem off, it's probably the last item CNCSNW posited and you are setting one WCS, but your program is calling a different one at the start.
Cheers,
Tom
Confidence is the feeling you have before you fully understand the situation.
I have CDO. It's like OCD, but the letters are where they should be.
Tom
Confidence is the feeling you have before you fully understand the situation.
I have CDO. It's like OCD, but the letters are where they should be.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
Re: Tree Journeyman 250 CNC
When you use the F8/Graph key in CNC12 to preview the program before you try running it, you can look at the scales/rulers on the Graph screen to see where the toolpath cuts, relative to the WCS X0 Y0 Z0.
BTW, the PLC has nothing whatsoever to do with WCS locations or G code interpretation.
BTW, the PLC has nothing whatsoever to do with WCS locations or G code interpretation.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 16
- Joined: Wed Jun 04, 2025 10:41 pm
- Acorn CNC Controller: No
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: Yes
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: 103223
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: Tree Journeyman 250 CNC
cncsnw wrote: ↑Wed Jun 11, 2025 12:26 pm When you use the F8/Graph key in CNC12 to preview the program before you try running it, you can look at the scales/rulers on the Graph screen to see where the toolpath cuts, relative to the WCS X0 Y0 Z0.
BTW, the PLC has nothing whatsoever to do with WCS locations or G code interpretation.
It was user error. I made a mistake in my setup. Sorry false alarm. Did I mention I'm new to this

(Note: Liking will "up vote" a post in the search results helping others find good information faster)