SIEMENS S7 LOGO Logic Module Instruction Manual

June 12, 2024
SIEMENS

SIEMENS S7 LOGO Logic Module Instruction Manual
Logic Module

HMI Factory Setting:

  • Controller IP Address: 192.168.0.1
  • Controller COM Port: 102
  • Controller Station Number : 2
  • Control Area / Status Area : DBWO / DBW20

Connection
Standard Jumper Cable / Network Cable without jumper (Auto-detected by HMI)

Definition of PLC Read/Write Address

**Type| Format| ****Read/Write Range| ****Data Length| ****Note
---|---|---|---|---
Word No.(n) Bank No.(m)
Input Image|
IW n| IW 0 – IW 65534| Word|
ID n| ID 0 – ID 65532| Double Word|
Output Image|
QW n| QW 0 – QW 65534| Word|
QD n| QD 0 – QD 65532| Double Word|
Internal Bits|
MW n| MW 0 – MW 65534| Word|
MD n| MD 0 – MD 65532| Double Word|
**
Data Area| DB m.DBWn| DB 1.DBW0 – DB 255.DBW65534| Word| 1
DB m.DBDn| DB 1.DBD0 – DB 255.DBW65532| Double Word| 1
** Data Area (DB10)| DBW n| DBW 0 – DBW 65534| Word|
DBD n| DBD 0 – DBD 65532| Double Word|
VW n| VW 0 – VW 65534| Word|
VD n| VD 0 – VD 65532| Double Word|
Timer|
T n| T 0 – T 65535| Word| 2
Counter|
C n| C 0 – C** 65535| Double Word| 3

b. Contacts

**Type| Format| ****Read/Write Range| ****Note
---|---|---|---
Word No.(n) Bank No.(m) Bit No.(b)
Input Image|
I n.b| I 0.0 – I 65535.7|
Output Image|
Q n.b| Q 0.0 – Q 65535.7|
Internal Bits|
M n.b| M 0.0 – M 65535.7|
Data Area|
DB m.DBXn.b| DB 1.DBX0.0 – DB 255.DBX65535.7|
Data Area (DB10)|
DBX n.b| DBX 0.0 – DBX 65535.7|
V n.b| V 0.0 – V** 65535.7|

NOTE

  1. Except register Tn and Cn , data type of register is Byte and its order is opposite to usual controller , for example :
  2. + IW3 is a word which combined from IB3 and IB4 > High Byte of IW3 is IB3 ; Low Byte of IW3 is 1B4.
  3. + ID3 is Double Word which combined from IB3, I1B4, IB5 and IB6, and its order from highest to lowest is IB3, B4, IB5 andIB6. And please be attentive to use these registers, because their Data type is different with Data Length, it will need more than one register for each access, for example:
  4. ~ AIW6 which Data Type is Byte and Data Length is 1 Word, when it used for one word Numeric Entry , it will occupy two addresses AlB6 and AIB7 –
  5. ~ MD12 which Data Type is Byte and Data Length is Double Word > when it used for one word Numeric Entry, it will occupy four addresses MB12,MB13,MB14 and MB15; But data only stored in MB14 and MB15.
  6. IW3 which Data Type is Byte and Data Length is 1 Word , when it used for double word Numeric Entry, it will occupy for addresses IB3,1B4,IB5 and IB6 > order from highest to lowest byte is IB5,1B6,IB3 and 1B4.

Read User Manual Online (PDF format)

Loading......

Download This Manual (PDF format)

Download this manual  >>

Related Manuals