Siemens SIMATIC S7-200 Podręcznik kierowcy - Strona 20
Przeglądaj online lub pobierz pdf Podręcznik kierowcy dla Urządzenia przemysłowe Siemens SIMATIC S7-200. Siemens SIMATIC S7-200 28 stron. Ethernet gateway for simatic mpi/ profibus driver
Również dla Siemens SIMATIC S7-200: Podręcznik (30 strony), Podręcznik (35 strony), Podręcznik (49 strony), Podręcznik (18 strony), Instrukcja obsługi systemu (20 strony)
Siemens S7-200 Driver
Caution: When modifying Word, Short, DWord, Long and Float types remember that each address starts
at a byte offset within the device. Therefore, Words V0 and V1 overlap at byte 1. Writing to V0 modifies the
value held in V1. Similarly, DWord, Long, and Float types can also overlap. It is recommended that these
memory types be used so that overlapping does not occur. As an example, when using DWords, use V0, V4,
V8, and so on to prevent overlapping bytes.
S7-200 PPM Addressing
The S7-200 PPM addressing format is the same as the S7-200 addressing format. The model selection in
this case determines whether the driver is using PPI protocol (normal S7-200 Mode) or PPM (S7-200 in Point
to Point Modem) mode. In both cases, the addressing is the same. PPM mode is used when the target PLC is
connected via the EM241 Modem module or via the programming port running in 10-bit mode.
The default data types for dynamically defined tags are shown in bold.
Address Type
Discrete Inputs
Discrete Outputs
Internal Memory
Special Memory
Variable Memory
Range
I00000-I65535
I00000-I65534
I00000-I65532
I00000.bb-I65535.bb
I00000.bb-I65534.bb
I00000.bb-I65532.bb
Q00000-Q65535
Q00000-Q65534
Q00000-Q65532
Q00000.bb-Q65535.bb
Q00000.bb-Q65534.bb
Q00000.bb-Q65532.bb
M00000-M65535
M00000-M65534
M00000-M65532
M00000.bb-M65535.bb
M00000.bb-M65534.bb
M00000.bb-M65532.bb
SM00000-SM65535
SM00000-SM65534
SM00000-SM65532
SM00000.bb-
SM65535.bb
SM00000.bb-
SM65534.bb
SM00000.bb-
SM65532.bb
V00000-V65535
V00000-V65534
V00000-V65532
www. ptc.com
Type
Byte
Word, Short
DWord, Long, Float
Byte
Boolean, Word, Short
DWord, Long
Byte
Word, Short
DWord, Long, Float
Byte
Boolean, Word, Short
DWord, Long
Byte
Word, Short
DWord, Long, Float
Byte
Boolean, Word, Short
DWord, Long
Byte
Word, Short
DWord, Long, Float
Byte
Boolean, Word, Short
DWord, Long
Byte
Word, Short
DWord, Long, Float,
Access
Read/Write
Read/Write
Read/Write
Read/Write
SM0-SM29 are Read
Only
Read/Write
20