Search found 646 matches
- Sun Jun 08, 2025 8:29 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Build Thread- Tree Journeyman 425 to Allin1dc
- Replies: 36
- Views: 407
Re: Build Thread- Tree Journeyman 425 to Allin1dc
See this thread
This post has been liked 1 time(s).
- Mon Jun 09, 2025 6:52 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Tree Journeyman 250 CNC
- Replies: 35
- Views: 412
Re: Tree Journeyman 250 CNC
would reinstalling get those files back? Or maybe the old directory was saved before the cnc11 to cnc12 update.
This post has been liked 0 time(s).
- Mon Jun 09, 2025 12:49 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Tree Journeyman 250 CNC
- Replies: 35
- Views: 412
Re: Tree Journeyman 250 CNC
In the diagnostic screen things can be tweaked...although what really needs to happen is to fix the problem.
Once in the diagnostic screen you will see a bunch of red or green dots. If you move the cursor to each dot there will be a description at the bottom of the screen for items that are used ...
Once in the diagnostic screen you will see a bunch of red or green dots. If you move the cursor to each dot there will be a description at the bottom of the screen for items that are used ...
This post has been liked 0 time(s).
- Mon Jun 09, 2025 11:33 am
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Tree Journeyman 250 CNC
- Replies: 35
- Views: 412
Re: Tree Journeyman 250 CNC
If that's the case the correct plc needs to be compiled...correct? I saw 3 src files in the report and two of them looked like they were for CNC11. I interpreted that Centroid_ALLIN1DC_Mill_Standard-r13.src mpu.plc was the correct one
This post has been liked 0 time(s).
- Mon Jun 09, 2025 8:42 am
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Tree Journeyman 250 CNC
- Replies: 35
- Views: 412
Re: Tree Journeyman 250 CNC
try one more thing. Press Alt I and the diagnostic screen will come up . Take a screen shot and post it.
As part part of the switch to CNC12 there should have been a question near the end about loading a PLC. Do you remember what your choice was?Have you compiled your .src file? I've never had any ...
As part part of the switch to CNC12 there should have been a question near the end about loading a PLC. Do you remember what your choice was?Have you compiled your .src file? I've never had any ...
This post has been liked 0 time(s).
- Sun Jun 08, 2025 10:54 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Tree Journeyman 250 CNC
- Replies: 35
- Views: 412
Re: Tree Journeyman 250 CNC
Several edits...
Do any commands work? or is the window not responsive. X0 shouldould send you to X0 but pick a number close to what is on the DRO. If it goes too fast Use G01 F10 X0
Which PLC are you using? UPDATE Only the last one would work with CNC12
Do you have a door switch?
Do any commands work? or is the window not responsive. X0 shouldould send you to X0 but pick a number close to what is on the DRO. If it goes too fast Use G01 F10 X0
Which PLC are you using? UPDATE Only the last one would work with CNC12
Do you have a door switch?
This post has been liked 0 time(s).
- Sun Jun 08, 2025 10:02 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Tree Journeyman 250 CNC
- Replies: 35
- Views: 412
Re: Tree Journeyman 250 CNC
Do you get the window when you press F3?
This post has been liked 0 time(s).
- Sun Jun 08, 2025 8:24 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Tree Journeyman 250 CNC
- Replies: 35
- Views: 412
Re: Tree Journeyman 250 CNC
OOPS I see you have a physical control panel. Can you turn off the auto spindle and run it manually by pushing the green button?
This post has been liked 0 time(s).
- Sun Jun 08, 2025 8:11 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Build Thread- Tree Journeyman 425 to Allin1dc
- Replies: 36
- Views: 407
Re: Build Thread- Tree Journeyman 425 to Allin1dc
I don't have much luck compiling in Notepad++ I use the DOS prompt
go to the directory where the file you want to compile is
I may have this wrong...my notes are a bit fuzzy
UPDATED
mpucomp your_plc_program.src mpu.plc
There may be error messages if you have a problem but if not there are several ...
go to the directory where the file you want to compile is
I may have this wrong...my notes are a bit fuzzy
UPDATED
mpucomp your_plc_program.src mpu.plc
There may be error messages if you have a problem but if not there are several ...
This post has been liked 0 time(s).
- Sun Jun 08, 2025 7:40 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Tree Journeyman 250 CNC
- Replies: 35
- Views: 412
Re: Tree Journeyman 250 CNC
Did you get the VCP on screen? The spindle can be controlled from there. Of course the MDI can be used to start/stop.
M03 S500;
- M03 – Turns the spindle on clockwise.
- M04 – Turns the spindle on counterclockwise.
- M05 – Turns the spindle off.
- S500 – Sets the spindle speed to 500 RPM (you can ...
M03 S500;
- M03 – Turns the spindle on clockwise.
- M04 – Turns the spindle on counterclockwise.
- M05 – Turns the spindle off.
- S500 – Sets the spindle speed to 500 RPM (you can ...
This post has been liked 0 time(s).