- report_0008DC111213-0425240147_2024-08-14_16-31-37.zip
- (735.81 KiB) Downloaded 8 times
z jog button jogs x and vice versa <resolved>
Moderator: cnckeith
-
- Posts: 10
- Joined: Tue Aug 06, 2024 4:42 pm
- Acorn CNC Controller: No
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: Yes
- Oak CNC controller: No
- CNC Control System Serial Number: 0008dc11121304225240147
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
z jog button jogs x and vice versa <resolved>
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
Re: z jog button jogs x and vice versa (lathe)
I do not immediately see anything wrong with your parameters or PLC program, except that you should probably have Parameter 1 set to 3 (instead of 1) if you have front-mount tooling.
When you do programmed moves (e.g. "G0 Z0", "G0 Z1", "G0 X0", "G0 X1" at the F3/MDI prompt) does the correct axis move? Or does Z move when you give a programmed move for X, and vice versa?
When the Z axis is moving, which axis changes on the DRO position display?
When you do programmed moves (e.g. "G0 Z0", "G0 Z1", "G0 X0", "G0 X1" at the F3/MDI prompt) does the correct axis move? Or does Z move when you give a programmed move for X, and vice versa?
When the Z axis is moving, which axis changes on the DRO position display?
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
Re: z jog button jogs x and vice versa
On further review, I see in Chris's comments in your PLC program that you have a vertical lathe. Do you think that might be relevant to your issue?
If you have a T400 console with the standard vertical lathe jog panel (right side tools), then the Z+ jog button would point up; the Z- jog button would point down; the X- jog button would point left; and the X+ jog button would point right.
In that case, you would usually set Parameter 1 = 12: +4 to swap the axis 1 and 2 jog buttons; and +8 to display vertical-lathe graphics on the screen.
If you have a T400 console with the standard vertical lathe jog panel (right side tools), then the Z+ jog button would point up; the Z- jog button would point down; the X- jog button would point left; and the X+ jog button would point right.
In that case, you would usually set Parameter 1 = 12: +4 to swap the axis 1 and 2 jog buttons; and +8 to display vertical-lathe graphics on the screen.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 10
- Joined: Tue Aug 06, 2024 4:42 pm
- Acorn CNC Controller: No
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: Yes
- Oak CNC controller: No
- CNC Control System Serial Number: 0008dc11121304225240147
- DC3IOB: No
- CNC12: Yes
- CNC11: No
- CPU10 or CPU7: No
Re: z jog button jogs x and vice versa
Thanks guys. setting parm 1 = 12 fixed the problem
(Note: Liking will "up vote" a post in the search results helping others find good information faster)