Siemens SPS starter kit 6ED1057-3BA00-0AA8 12 Vdc, 24 Vdc 6ED1057-3BA00-0AA8 データシート

製品コード
6ED1057-3BA00-0AA8
ページ / 378
Reference material 
 
5.6 Circuit programs 
 
LOGO!Soft Comfort Online Help 
366
 
Operating Instructions, 06/2014 
●  Basic functions (Page 207) 
●  Special functions (Page 212) 
Further inputs/outputs according to the nesting depth are: 
●  Inputs AS-Interface (Ia (Page 25)) 
●  Outputs AS-Interface (Qa (Page 25)) 
LOGO! restricts the nesting depth for your circuit program. Your circuit program has a 
maximum nesting depth of 58 objects. 
This determines the following: 
1 input + 56 blocks +1 output 
Max. depth of a circuit program = 58 objects 
During a simulation or download, the system returns an error message if you enter a 
program in LOGO!Soft Comfort that exceeds the maximum nesting depth. 
Implementing large circuit programs 
You can implement large circuit programs by means of signal recursion. You implement 
signal recursion by appending a flag block (Page 195) to the end of the program and 
connecting the remaining blocks to the output of the flag block. LOGO! interprets the flag as 
the output of the first program and also as the terminal block of the downstream blocks. 
LOGO! interprets the large program with flag as two separate programs. If no more flags are 
available, you can use an output block instead. 
5.6.3 
Blocks and block numbers 
5.6.3.1 
Blocks 
Blocks represent terminals or functions. LOGO!Soft Comfort distinguishes between various 
types of block and identifies them by means of an abbreviation: 
 
Block type 
Identifier 
Input 
Output 
Shift register bit 
Status 1 (high) 
Hi 
Status 0 (low) 
Lo 
Open connector 
Cursor key 
Function 
LOGO! TD function key 
Flag 
Analog input 
AI 
Analog output 
AQ