Siemens SINUMERIK 828D Programming Manual page 107

Hide thumbs Also See for SINUMERIK 828D:
Table of Contents

Advertisement

● Relative path specification
Example:
INIT(2,"DRESS")
INIT(3,"UNDER_1_SPF")
Parameters
Variables, which all channels can access (NCK-specific global variables), can be used for
data exchange between programs. Otherwise separate programs must be written for each
channel.
INIT(n, path name, acknowledgement
mode)
START (n, n)
WAITM (marker no., n, n, ...)
WAITMC (marker No., n, n,
WAITE (n, n, ...)
SETM (marker No., marker No.,
Job planning
Programming Manual, 07/2010, 6FC5398-2BP40-0BA0
1.13 Program coordination (INIT, START, WAITM, WAITMC, WAITE, SETM, CLEARM)
The same rules apply to relative path definition
as for program calls.
With subprogram calls "_SPF" must be added
to the program name.
Instruction for execution in a channel.
Selection of a particular program with an
absolute or relative path name.
Starts the selected programs in the other
channels.
n,n: Enumeration of the channel numbers:
value depends on control configuration
Sets the marker "marker no." in the same
channel. Terminate previous block with
exact stop. Waits for the markers with the
same "marker no." in the specified channels
"n" (current channel does not have to be
specified). Marker is deleted after
synchronization.
10 markers can be set per channel
simultaneously.
Sets the marker "marker no." in the same
channel. An exact stop is initiated only if
the other channels have not yet reached the
marker. Waits for the marker with the same
"marker No." in the specified channels "n"
(current channel does not have to be
specified). As soon as marker "marker no."
in the specified channels is reached,
continue without terminating exact stop.
Waits for the end of program of the
specified channels (current channel not
specified) Example: programming a delay
time after the Start command.
N30 START(2)
N31 G4 F0.01
N40 WAITE(2)
Sets the markers "marker no." in the same
channel without affecting current
processing. SETM() remains valid after
RESET and NC START.
Flexible NC programming
107

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents