Porovnávané verzie

Kľúč

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

MODBUS RTU Quad2000 communication protocol

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

Kotva
typy_verzie
typy_verzie
Supported device types and versions

...

Kotva
komunikacna_stanica
komunikacna_stanica
Communication station configuration

...

  • Communication protocol: MODBUS RTU Quad2000.
  • Address is MODBUS address that is set in Quad 2000.

...

Configuration dialog box - tab "Protocol parameters".
They influence some optional parameters of protocol. You can define the following parameters:

Table 1

Key wordFull nameDescriptionUnitDefault value
Kotva
rc
rc
RC
Retry CountNumber of retry calls when an error in communication occurs.-2
Kotva
rt
rt
RT
Retry TimeoutDelay between retry calls if an error in communication occurs.ms100 millisec.
Kotva
wft
wft
WFT
Wait First TimeoutFirst waiting on the response after sending a call.ms100 millisec.
Kotva
wt
wt
WT
Wait TimeoutDelay between the readings of a response until it is completed.ms100 millisec.
Kotva
mwr
mwr
MWR
Max Wait RetryNumber of retry response reading until it is completed.-20

String with protocol parameters is written according to this rule:

Key_word=value;Key_word=value; ...

Example:

WT=100;MWR=20;

If a key word with valid value has not been found in the initial string, default value is used according to Table 1.

Kotva
merany_bod
merany_bod
I/O tag configuration

...

I/O tags: Ai, Ao, Ci, Co, Di, Do

For relation between D2000 Value Type and Modbus Data Type Pre is applied this table:

Modbus Data TypeD2000 Value Type
Coil Status - 0x referencesDo
Input Status - 1x referencesDi
Input Registers - 3x referencesAi, Ci
Holding Registers - 4x referencesAo, Co

The address is Modbus register number in the range of 0 to 65535.

...