Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

Siemens SIMATIC 3964(R) communication protocol CW

Supported device types and versions 
Communication line configuration
Line protocol parameters
Communication station configuration
I/O tag configuration
Literature
Changes and modifications
Document revisions

Kotva
typy_verzie
typy_verzie
Supported device types and versions

...

The following line protocol parameters are defined:

ParameterMeaningUnit / sizeDefault value

Kotva
m
m
Mode

A mode of communication:

  • Active - active communication (sending requests and receiving replies).
  • Passive - eavesdropping of Control Web communication with the PLC. PLC responses are intercepted.
  • Passive (duplex) - eavesdropping of Control Web communication with the PLC. Control Web requests and PLC responses are intercepted.

Note: Active communication is used when Control Web is replaced by D2000.
The eavesdropping is used during D2000 deployment and allows parallel operation with the Control Web system.

Active
Passive
Passive (duplex)
Active

Kotva
mds
mds
Max Data Size

Maximum size (in bytes) of data read by a single requestl. Add to this size a 7-byte Control Web header to obtain full length of response (without duplicated DLE bytes) according to the SIMATIC 3964(R) standard.

4 až 249 B128 B

Kotva
rc
rc
Retry Count (hex)

Maximum number of request retries in case of communication error.

-2

Kotva
rt
rt
Retry Timeout

A delay before resending a request in case of communication error.

ms100 ms

Kotva
nvd
nvd
Debug Values

Activates a debug info about the loaded values of I/O tags. Use this parameter only when communication must be debug because it highly uses CPU and slows down the communication.YES/NONO

Kotva
komunikacna_stanica
komunikacna_stanica
Communication station configuration

...

  • only "DB" addresses can be used, i. e. only variables in data blocks are available.
  • the protocol implements a 1-byte address of the data block, i. e. it supports addressing of data blocks 0-255
  • all value types except STRING are available:


Identifier <type>Description
XBit (boolean). Specify a bit number 0 to 7 - e.g. DB9,X8.3
BByte (8 bits unsigned).
WWord (16 bits unsigned).
DDouble word (32 bits unsigned).
CHARCharacter (8 bits signed).
INTInteger (16 bits signed).
DINTDouble integer (32 bits signed).
REALFloating point number (32 bits according to IEEE754 standard).
LREALLong floating point number (64 bits according to IEEE754 standard).
DTDate and Time, 8 bytes in BCD format.
TIMETime (32 bits signed) in ms.
TODTime of day (32 bits unsigned) in ms.
  • address examples:
    DB3,REAL0
    DB3,W4
    DB3,B6

...