EasyManua.ls Logo

Siemens SINUMERIK 810D

Siemens SINUMERIK 810D
687 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Flexible NC programming
1.13 Program coordination
Job planning
1-44 Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
Example of channel name and channel number with integer variable
$MC_CHAN_NAME[0]= "CHAN_X"
$MC_CHAN_NAME[1]= "CHAN_Y"
START(1, 2) ;Run start in 1st and 2nd channel
Similar to this, programming with the channel identifiers:
START(CHAN_X, CHAN_Y) ;Run start in 1st and 2nd channel
;The channel_X and channel_Y identifiers
represent $MC_CHAN_NAME internally due to the
machine data, channel numbers 1 and 2 also run
a start in the 1st and 2nd channel accordingly.
Programming with an integer variable:
DEF INT chanNo1, chanNo2) ;Define channel number
chanNo1=CHAN_X chanNo2=CHAN_Y
START(chanNo1, chanNo2)

Table of Contents

Other manuals for Siemens SINUMERIK 810D

Related product manuals