Applies To: |
|
Summary: |
When using the TITCPIP driver, Citect cannot re-connect to the I/O Device after a 'unit offline error'. This happens only with TCP (not UDP). |
Solution: |
In the TITCPIP driver re-connection is
controlled by a timeout. After a number of unsuccessful
retries, the TITCPIP driver will return a unit 'offline error' to
Citect, which triggers Citect to re-initialise this unit after 30
seconds. However, re-initialising a unit will not cause the
TITCPIP driver to abort the previous connection and establish a new
one. If using UDP, then every thing is fine because UDP is
connection-less, and re-establishing a connection is not
necessary. In the case of TCP, which is connection-oriented,
it will not be able to restore the normal connection after the
communication is broken - due to power down of the PLC, physical
cable broken etc.
The following changes address this problem:
[TITCPIP] Released in TITCPIP driver version 2.34 or above |
Keywords: |
Related Links
Attachments