|
I have mine setup to output the Work offsets with user events each
time
I start a side or rotate. I also use programmable work offsets
so the operators don't have to figure them.
The first element with the first tool on the B0 side would be
#U10=54,#V10=Xoffset,#V11=Yoffset,#V12=Zoffset,#U2=0
This is what is output.
G90 G10 L2 P1 X0.0 Y0.0 Z0.0
(programmable work offset)
M107
(built in machine macro for home position)
G54
B0
(work offset & pallet rotation)
If I'm going to do end work on the part it would be.
#U10=55,#V10=Xoffset,#V11=Yoffset,#V12=Zoffset,#U2=90
or 270
G90 G10 L2 P2 X0.0 Y0.0
Z0.0 (programmable work offset) M107
(built in machine macro for home position)
G55
B90
(work offset & pallet rotation) This lets me output what I want in the code. We machine 6 sided
aluminum
blocks so I want to be able to assign a different work offset for each
side.
Each side would also be assigned its own work plane.
Your temp file will also need the correct info to assign these
values.
Jeff Pieper
CNC Programmer
![]()
|
- [mfg-smartcam] Toolplane Coding DMAYNEMAN
- Re: [mfg-smartcam] Toolplane Coding John Kanney
- RE: [mfg-smartcam] Toolplane Coding lee
- RE: [mfg-smartcam] Toolplane Coding Ernie Gemmel
- Re: [mfg-smartcam] Toolplane Coding Jeff Pieper
- Re: [mfg-smartcam] Toolplane Coding Brewertr
- Re: [mfg-smartcam] Toolplane Coding Brewertr
- Re: [mfg-smartcam] Toolplane Coding Brock Shimon

