Siemens SPS starter kit 6ED1057-3BA10-0AA8 6ED1057-3BA10-0AA8 Scheda Tecnica

Codici prodotto
6ED1057-3BA10-0AA8
Pagina di 344
 
Programming LOGO! 
 
3.1 Connectors 
LOGO! 
Manual, 06/2014, A5E33039675 
55
 
The letters Q followed by numerals (on AM2 AQ, AQ plus numeral) identify the outputs. In 
the figure, you can see the output terminals at the bottom. 
 
 
Note 
LOGO! can recognize, read and switch the I/O of all expansion modules regardless of their 
type. The I/O numbers follow the installation order of the modules. 
For LOGO! 0BA8 series, the following I/O and flag blocks are available for creating your 
circuit program from LOGO!: 
• 
I1 to I24, AI1 to AI8, Q1 to Q20, AQ1 to AQ8, M1 to M64, and AM1 to AM64 
• 
32 shift register bits S1.1 to S4.8 
• 
4 cursor keys C  , C  , C   and C   
• 
four function keys on the LOGO! TDE: F1, F2, F3, and F4 
• 
64 blank outputs X1 to X64 
If you have previously configured any of the network digital or analog inputs/outputs NI1 to 
NI64, NAI1 to NAI32, NQ1 to NQ64, and NAQ1 to NAQ16 in your circuit program from 
LOGO!Soft Comfort, after downloading the circuit program to LOGO!, these network digital 
or analog inputs/outputs are available in the LOGO!; however, you can not edit the rest of 
the program from the LOGO!, except for the Par parameter.  
See the "Constants and connectors (Page 115)" topic for more details. 
The following applies to inputs I1, I2, I7 and I8 of LOGO! 12/24... and LOGO! 24CE/24CEo 
versions: If you use I1, I2, I7 or I8 in the circuit program, this input signal is digital. If you use 
AI3, AI4, AI1, or AI2, the input signal is analog. The numbering of the analog inputs is 
significant: AI1 and AI2 corresponded to I7 and I8. With the addition of two new analog 
inputs, these modules optionally use I1 for AI3 and I2 for AI4. See the graphical 
representation in the topic on "Maximum setup with expansion modules (Page 29)". Also 
note that you can also use I3, I4, I5, and I6 as fast digital inputs. 
 
LOGO!'s connectors 
The term connector refers to all connections and states in LOGO! . 
The digital I/O status can be '0' or '1'. Status '0' means that the input does not carry a specific 
voltage. Status '1' means that the input does carry a specific voltage. 
The 'hi' and 'lo' connectors make it easier for you to create the circuit program. 'hi' (high) is 
assigned the status '1', and 'lo' (low) is assigned the status '0'.  
You do not have to use all of the connectors of a block. The circuit program automatically 
assigns the unused connectors a status that ensures proper functioning of the relevant 
block. 
For information on the meaning of the term "block", refer to the topic on "Blocks and block