Siemens SINUMERIK 840Di Function Manual page 1099

Basic machine
Hide thumbs Also See for SINUMERIK 840Di:
Table of Contents

Advertisement

The start parameter must be set to logic 0 by the user once the ASUB has been terminated
(Done) or if an error has occurred.
For the purpose of job processing, every FC ASUB required its own WORD parameter (Ref)
from the global user memory area. This parameter is for internal use only and must not be
changed by the user. Parameter Ref is initialized with the value 0 in the first OB 1 cycle and,
for this reason, every FC 9 must be called absolutely. Alternatively, the user can initialize
parameter "Ref" with a value of 0 during startup. This option makes conditional calls
possible. When a conditional call is activated by parameter "Start" = 1, it must remain active
until parameter "Done" has made the transition from 1 to 0.
Note
The function is initiated only with the LowHigh edge.
Declaration
FUNCTION FC 9: VOID
VAR_INPUT
END_VAR
VAR_OUTPUT
END_VAR
VAR_IN_OUT:
END_VAR
Description of formal parameters
The table below lists all formal parameters of the ASUB function.
Signal
Start
ChanNo
IntNo
Active
Done
Error
Power Line Basic PLC Program (P3)
Function Manual, 08/2005 Edition, 6FC5397-0BP10-0BA0
Start:
ChanNo:
IntNo:
Active:
Done :
Error :
StartErr:
Ref:
I/O
Type
I
Bool
I
Int
I
Int
Q
Bool
Q
Bool
Q
Bool
BOOL ;
INT ;
INT ;
BOOL ;
BOOL ;
BOOL ;
BOOL ;
WORD ;
Value range
1 - 10
1 - 8
Detailed description
2.12 Block descriptions
//ASUB
Remarks
No. of NC channel
Interrupt no.
1 = active
1 = ASUB terminated
2-187

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents