What's new
What's new

Heidenhain TNC 361/355 programing question

num1bryanp

Plastic
Joined
Nov 16, 2008
Location
Idaho
Heidenhain TNC 351/355 programing question

Hello All,

I am now trying to cut a simple circle to measure for accuracy.

Keep in mind this is the stripped down bridgeport TNC 351/355 without graphics which means no block form setup in lines 1 and 2.

Following is a test program I have downloaded off of the 720. When I full run, or single step the program it steps from line 9 to line 11 skipping line 10 and giving no errors, and completing all steps before and after line 10?

Any ideas? (I am sure, it is this operators fault)

Thanks,
Bryan

0 BEGIN PGM 40 INCH
1 TOOL DEF 1 L+2.0000 R+0.3125
2 TOOL CALL 1 Z S 3800
3 L R F0 M06
4 L Z+0.1000 R F M
5 L R F M
6 L X-0.2165 Y+1.6202 R F M03
7 L Z-0.1000 R F0 M
8 L Z-0.2500 R F200 M
9 CC X+1.2500 Y+1.2500
10 C X-0.2165 Y+1.6202 DR- R0 F200 M
11 L Z+0.1000 R F M
12 L X+0.0000 Y+0.0000 R F M25
13 STOP M02
14 END PGM 40 INCH
 
Last edited:








 
Back
Top