A long Ø5 axial drill was not parallel to the main spindle until the B axis was manually adjusted. The working approach was to apply a temporary B-axis correction with L184, drill, and then command the neutral orientation again. The evidence does not identify the controller, firmware, or exact G200 machine variant, so verify the applicable L184 syntax in the machine manual before production use.
Confirm the alignment problem
Indicate the drill against the main-spindle axis before changing the program. The drill, driven-tool holder, and Y axis must be aligned consistently; a B-axis command can compensate an angular orientation error, but it does not establish the mechanical centerline by itself.
The reported manual correction was B + 0.16. Treat 0.16 as a machine-specific command value until the control documentation confirms its units and sign convention.
Select the supported L184 syntax
| Command | Evidence | Engineering decision |
|---|---|---|
L184(0,0,0.16,,,0) |
Proposed for the positive correction; use -0.16 for the opposite direction. |
Confirm that this function-call form matches the installed control. |
R10=000 R11=0 L184 |
Reported to rotate the B axis successfully. The same report says R11 was used to compensate by 1°. |
The displayed R11=0 conflicts with the stated 1° correction. Resolve this ambiguity from the manual and an unloaded test. |
R10=100 R11=0.16 L184 D9 L182 |
Reported not to work. | Do not reuse this sequence without determining the roles of R10, D9, and L182 on the specific machine. |
Apply and verify the temporary correction
- Indicate the drill and holder to establish the direction and magnitude of the angular error relative to the main spindle.
- With the tool clear of the workpiece, command the correction using the documented
L184form. If the proposed functional syntax applies, useL184(0,0,0.16,,,0); reverse the sign if the axis moves in the wrong direction. - Single-block the move and verify the actual B-axis position before starting the spindle or feed.
- Re-indicate the drill to confirm that it is parallel to the main-spindle axis, then prove the drilling operation under controlled conditions.
- After drilling, command the documented neutral B-axis orientation and verify it before using tools that cannot tolerate the correction.
Programming boundaries
Do not infer the meanings of R10, D9, or L182 from the unsuccessful sequence. The available evidence supports L184 as the B/A-axis swivel function and supports changing the sign to reverse the correction, but it does not define argument positions, modal behavior, reset behavior, or collision handling for every G200 configuration.
FAQ
How do I offset the G200 B axis by 0.16 for drilling?
The proposed syntax is L184(0,0,0.16,,,0). Confirm that syntax and the units in the installed machine manual, then test it with the tool clear of the workpiece.
How do I reverse the L184 B-axis correction?
Change the correction sign; the evidence proposes -0.16 when 0.16 moves in the wrong direction. Verify the indicated axis motion before drilling.
Why did R10=100 R11=0.16 L184 D9 L182 fail?
The evidence reports that sequence as unsuccessful but does not isolate the cause. Verify the required R10/R11 values and whether D9 or L182 belongs in the sequence for the installed control.