0 BEGIN PGM 8250_en MM 1 ;NC program for displaying the dimensions 2 ;of a nominal tolerance in the uniform 3 ;shaft and uniform hole systems in a 4 ;window on the screen. 5 ;In this NC program, define the basic size 6 ;and the tolerance. The control then calls 7 ;an NC program with which it calculates the 8 ;dimensions and displays them on the screen. 9 ;You can copy the content of this NC program, 10 ;for example, to the point in a machining 11 ;program where the dimensions should be 12 ;displayed. 13 ; 14 ; 15 ;Parameter input 16 ;;;;;;;;;;;;;;TOLERANZ;;;;;;;;;;;;; 17 Q1 = 40 ;BASIC SIZE 18 QS1 = "H7" ;TOLERANCE 19 ;End of parameter input 20 ; 21 ;Program call for determining the dimensions 22 ;and for displaying the values on the screen. 23 CALL PGM 82501_en.H 24 ; 25 ; 26 STOP 27 ;End of program 28 END PGM 8250_en MM