HEIDENHAIN TNC 335 Technical Manual User Manual
Page 480
Advertising

8/95
TNC 360
3 Commands
7-101
Structure of a CASE statement:
Internal Addressing (0 to max. 127)
1
CASE B 150
2
CM 100 <------- (0)
3
CM 200 <------- (1)
4
CM 201 <------- (2)
5
CM 202 <------- (3)
6
CM 203 <------- (4)
7
CM 204 <------- (5)
8
CM 300 <------- (6)
9
ENDC
Line 1:
Command + operand; The internal address of the required Module must be loaded into the
operand
Line 2:
Call Module for operand contents 0
Line 3:
Call Module for operand contents 1
Line 4:
Call Module for operand contents 2
Line 5:
Call Module for operand contents 3
Line 6:
Call Module for operand contents 4
Line 7:
Call Module for operand contents 5
Line 8:
Call Module for operand contents 6
Line 9:
End of the CASE statement
Advertising