Supported device types and versions
Communication line configuration
Station configuration
I/O tag configuration
Changes and modifications
Document revisions
The protocol implements ANSI X3.28 communication. The communication was verified against the SPIO 500M communication unit of ABB's SPACOM protection and control system.
The D2000 KOM process periodically reads all configured I/O tags (see the Read Data Timeout parameter). The communication unit spontaneously sends events (Events) that can also cause the I/O tag of DI type to be set to 0 or 1 (see the I/O tag configuration).
Dialóg Communication station - Protocol parameters tab.
The parameters influence some optional protocol parameters. The following protocol line parameters can be used:
Table 1
Parameter | Description | Unit | Default value |
The address of the master station (D2000 KOM process) is a number in the range 0 to 255. | - | 0 | |
The number of request retries in case of a communication failure. | - | 3 | |
First waiting for a response after sending the request. | ms | 100 ms. | |
The delay between individual readings of the response until its completing. | ms | 100 ms. | |
Retry count of response reading until its completing. | - | 50 | |
Activation of a permanent passive mode (Scan only) without sending requests and only processing received messages. | YES/NO | NO | |
Full communication monitoring. It activates logging of the I/O tag values and other debug information. | YES/NO | NO | |
The start address of the block of DI data (digital inputs). Blok's length is 500 words, data are 16-bit binary numbers. The parameter is used only for communication logs and analysis. | - | 0 | |
The start address of the block of DO data (digital outputs). Blok's length is 250 words, data are 16-bit binary numbers. The parameter is used only for communication logs and analysis. | - | 500 | |
The start address of the block of EV data. Blok's length is 250 words, data are 16-bit binary numbers with timestamps. The parameter is used only for communication logs and analysis. | - | 750 | |
The start address of the block of AI data (analog inputs). Blok's length is 500 words, data are 32-bit binary numbers. The parameter is used only for communication logs and analysis. | - | 1000 | |
The start address of the block of AO data (analog outputs). Blok's length is 500 words, data are 32-bit binary numbers. The parameter is used only for communication logs and analysis. | - | 1500 | |
The start address of Time Write data where time is written during time synchronization. Data's length is 9 words, data is BCD encoded. | - | 2300 | |
The start address of Event data. The data is 4 words in length, the data are 32-bit binary numbers (containing 10-bit SPACOM Unit Number, 7-bit Channel Number, and 5-bit Event Number which can be specified in the I/O tag configuration) with a time stamp. | - | 2400 | |
The size of the block of data specified in the BLOCK_READ data request sent by the KOM process (2-244 bytes). | bytes | 100 | |
A period (10-1440 minutes) in which the D2000 KOM process performs readout of all data (integrity readout). | min | 15 | |
A period (10-60 seconds) in which the D2000 KOM process sends a diagnostic request (DIAG_LOOP) to verify line functionality. | s | 5 |
A string containing the protocol parameters is defined as follows:
Keyword=value;Keyword=value; ...
Example :
WT=100;MWR=20;
If a keyword with a valid value is not found in the initialization string, a default value will be used (see the table above).
Possible value type: Ai, Di.
I/O tag address items:
Note: Optional address items SPACOM Unit, Channel, EventNr 0->1, EventNr 1->0 are used when the Di I/O tag's value is to be set after the arrival of Event Data.
-
Ver. 1.0 - June 29th, 2017 - Document creation.