Detailed description
2.12 Block descriptions
Basic logic functions: PLC Basic program powerline (P3 pl)
168
Function Manual, 11/2006, 6FC5397-0BP10-2BA0
Declaration of the function
FUNCTION_BLOCK FB 10
VAR_INPUT
In1 : BOOL
:= TRUE;
//Input 1
In2 : BOOL
:= TRUE;
//Input 2
In3 : BOOL
:= TRUE;
//Input 3
Ackn1 :
: BOOL ;
//Ack 1 signal
Ackn2 :
:BOOL;
//Ack 2 signal
TimeValue1 :
TIME := T#0ms ;
//TimeValue for output 1
TimeValue2 :
TIME := T#0ms ;
//TimeValue for output 2
TimeValue3 :
TIME := T#0ms ;
//TimeValue for output 3
END_VAR
VAR_OUTPUT
Out0
: BOOL ;
//Output without delay
Out1
: BOOL ;
//Delayed output to false by timer 1
Out2
: BOOL ;
//Delayed output to false by timer 2
Out3
: BOOL ;
//Delayed output to false by timer 3
END_VAR
VAR_INOUT
FirstRun
: BOOL ;
//TRUE by user after initial start of SPL
END_VAR
Summary of Contents for SINUMERIK 840D sl
Page 282: ...Index Basic logic functions Acceleration B2 64 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 388: ...Basic logic functions Travel to fixed stop F1 Function Manual 11 2006 6FC5397 0BP10 2BA0 52 ...
Page 962: ...Index Basic logic functions Emergency Stop N2 20 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 1704: ...Constraints Basic logic functions Spindles S1 94 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 1716: ...Index Basic logic functions Spindles S1 106 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 1996: ...Index Basic logic functions Tool Offset W1 208 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 2150: ...Table of contents Basic logic functions Appendix 4 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 2184: ...Glossary Basic logic functions Appendix 38 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...