Issue
Looking in the controller error log, what does this error indicate and how do I troubleshoot it?
0x00006c0e 0x00002600 0x020a8536 0x00000000 0x00000000 error transmitting (LAN_ERR_TRANSMIT_ERROR)
Product Line
Andover Continuum
Environment
- Continuum Controllers
- ControllerErrorLogTool error log report
Cause
This error can be the result of comms buffers being too full to transmit data to the LAN.
Resolution
Check the following:
- Check the scan rate of the controller to see if it is high. If high (above 1.0 scans/sec), stop programs to see which may be causing problems.
- Are there a lot of remote points being read or written from/to this controller? Try minimizing this traffic by limiting the number of points per program line, set COV Increment values, etc...
- If writing to 3rd party controllers, check how often your programs are doing this. Are they being sent each scan or only once when the value is required? Many BACnet writes per second can saturate the communications buffers and cause communications bottlenecks.
- Run a Wireshark capture by mirroring the controller's NIC card. This will show the traffic that is making it to the controller's NIC. See if there is traffic from 1 or more IP addresses that could be affecting the system and eliminate or reduce that traffic.