Common Driver Parameters
- Last UpdatedMar 13, 2024
- 2 minute read
The following table describes the common citect.ini driver parameters.
|
[OPCLX] |
Allowable values |
Default value |
Description |
|---|---|---|---|
|
Block |
5 to 256 |
255 |
A value (bytes) used by the Plant SCADA I/O server to determine if two or more packets can be blocked into one data request before being sent to the OPCLX driver. For example, if you set the value to 10, and the I/O server receives two simultaneous data requests (one for byte 3, and another for byte 8) the two requests are blocked into a single physical data request packet. This single request packet is then sent to the I/O device, saving on bandwidth and processing. |
|
Delay |
0 to 300 |
0 |
Period (in Milliseconds) to wait between receiving a response and sending the next command to the I/O server. |
|
MaxPending |
1 to 1024 |
250 |
Maximum number of pending commands that the Plant SCADA OPCLX driver holds ready for immediate execution. |
|
Polltime |
0 to 300 |
1000 |
Polling service time (in milliseconds) at which cached data is updated. Recommended to be at least twice that of the value used in the Citect.INI [ALARM] ScanTime parameter. |
|
Retry |
0 to 8 |
0 |
Number of times to retry a command after a timeout. |
|
Timeout |
0 to 32000 |
3000 |
Waiting period (in Milliseconds) between a response before considering a write or polling request to be invalid and displaying a detected error message in Plant SCADA. |
|
Watchtime |
0 to 128 |
15 |
Frequency that the Plant SCADA OPCLX driver uses to check the communications link to the OPC system and attempts to bring offline units back online. Also determines the frequency of STATUS_UNIT commands to the driver. See Configuring Redundancy. |