C269 Transceiver - deprecated
C269A0 Hub : Framing error on port: {signed}
A message with a malformed frame was passed to the HUB on specified port(0: Int 1: Ext0, 2: Ext1, 4: None)
C269A1 Hub : Alignment error on port: {signed}
A message with a malformed frame was passed to the HUB on specified port(0: Int 1: Ext0, 2: Ext1, 4: None)
C269A2 Data transmission unit : FiFo overflow on port {unsigned}
Transmission unit had a FiFo overflow on specified port (0: port a, 1: port b)
C269A3 Data transmission unit : code error on port {unsigned}
Transmission unit received a code error on specified port (0: port a, 1: port b), this should never happen
C269A4 Data reception unit : Alignment error on port {unsigned}
Reception unit was unaligned with message on specified port (0: port a, 1: port b)
C269A5 Data reception unit : Alignment fault on port {unsigned}
Reception unit was unable to align to incomming message on specified port (0: port a, 1: port b)
C269A6 Data reception unit : Code error on port {unsigned}
Reception unit saw an invalid control code on specified port (0: port a, 1: port b)
C269A7 Data reception unit : Disparity error on port {unsigned}
Reception unit got a disparity error on specified port (0: port a, 1: port b)
C269A8 Data reception unit : FiFo overflow on port {unsigned}
Reception unit had a FiFo overflow on specified port (0: port a, 1: port b)
C269A9 Upstream transport layer : Package CRC error
Upstream transport layer cought CRC error in package header, this might happen on occation. Can be ignored if only happens rarely
C269A10 Upstream transport layer : Bad package framing
Upstream transport layer had found a framing error.
C269A11 Upstream transport layer : Rx FiFo overflow
Upstream transport layer had a FiFo overflow
C269A12 Upstream transport layer : Tx FiFo overflow
Slave transport layer had a Tx FiFo overflow
C269A13 Upstream transport layer : Invalid hub count
Slave transport layer recieved a message with invalid hub-cnt
C269A14 Upstream transport layer : Request source not master.
Slave transport layer recieved a message request from a device different from the master
C269A15 Upstream transport layer : Response source not slave.
Slave transport layer recieved a message response from a device different from a slave
C269A16 Upstream transport layer : Sync package type received
Master transport layer recieved a message where the type was Sync
C269A17 Upstream transport layer : Trigger package type received
Master transport layer recieved a message where the type was a tigger
C269A18 Upstream transport layer : Request package type received
Master transport layer recieved a message where the type was a request
C269A19 Upstream transport layer : Invalid reponse type received
Master transport layer recieved a message where the type was an invalid response
C269A20 Upstream transport layer : Package from invalid source received
Master transport layer recieved a package with an invalid source
C269A21 Upstream transport layer : Missmatch between HUB count and package source
Master transport layer recieved a package where the src and HUB count did not match
C269A22 Upstream transport layer : Package longer than expected
Master transport layer recieved a package where the length was greate than expected, or lost a framing end
C269A23 Upstream transport layer : Package shorter than expected
Master transport layer recieved a package where the length was less than expected
C269A24 Upstream transport layer : Package was misaligned
Master transport layer recieved a package that did not align to 32bit
C269A25 Downstream transport layer : Package was shorter than expected
Downstream transport layer tried to transmit a package that was longer than the data available
C269A26 Downstream transport layer : Package was longer than expected
Downstream transport layer tried to transmit a package with more data than expected
C269A27 Downstream transport layer : Invalid package type
Master transport layer tried to transmit a package with an invalid package type
C269A28 Downstream transport layer : Package type missing
Master transport layer tried to transmit a package without a package type
C269A29 Downstream transport layer : Message length missing
Master transport layer tried to transmit a package without a message length
C269A30 Downstream transport layer : Package destination missing
Master transport layer tried to transmit a package without a destination
C269A31 Downstream transport layer : Package source missing
Master transport layer tried to transmit a package without a source
C269A32 Downstream transport layer : Package NML missing
Master transport layer tried to transmit a package without a next message length
C269A33 Downstream transport layer : Package TTTL missing
Master transport layer tried to transmit a package without a time to live
C269A34 Downstream transport layer : Package timeout(high byte) missing
Master transport layer tried to transmit a package without a timeout the high byte
C269A35 Downstream transport layer : Package timeout(low byte) missing
Master transport layer tried to transmit a package without a timeout the low byte
C269A36 Downstream transport layer : Invalid message length
Master transport layer tried to transmit a package with missmatch between stated and actual length
C269A37 BLVDS controller : Received control pkg in data phase
BLVDS controller received a control package when not in the control phase
C269A38 BLVDS controller : Received data package in control phase
BLVDS controller received a data package when not in the data phase
C269A39 BLVDS controller : Got SOC before being ready
BLVDS controller got a SOC interrupt while not ready
C269A40 BLVDS scheduler : Got SOC before being ready
BLVDS scheduler got a SOC interrupt while not ready
C269A41 BLVDS scheduler : Node ID invalid
BLVDS scheduler tried to send to Node ID outside valid range
C269A42 Switch : Priority package timeout on ports: {hex}
Switch timed out trying to provide priority package to specified ports (bitmask)
C269A43 Switch : Data package timeout on ports: {hex}
Switch timed out trying to provide data package to specified ports (bitmask)
C269A44 Endpoint : Priority data debug channel overflow
SCB Endpoint discarded priority data to debug channel as it was not consumed fast enough
C269A45 Endpoint : data debug channel overflow
SCB Endpoint discarded data to debug channel as it was not consumed fast enough
C269A46 Endpoint : Priority data inbound timeout from port {hex}
SCB Endpoint lost an inbound priority package on specified port as the data was not provided before timeout, data as bitmask
C269A47 Endpoint : Data inbound timeout from port {hex}
SCB Endpoint lost an inbound package on specified port as the data was not provided before timeout, data as bitmask
C269A48 Endpoint : Priority data outbound timeout to port {hex}
SCB Endpoint lost an outbound priority package to specified port as the data was not consumed before timeout, data as bitmask
C269A49 Endpoint : Data outbound timeout to port {hex}
SCB Endpoint lost an outbound package to specified port as the data was not consumed before timeout, data as bitmask
C269A50 UART : FiFo overflow
UART lost incomming data as a result of a FiFo overflow
C269A51 UART : Length mismatch
UART discarded a package as length of data did not match announced data
C269A52 UART : Unexpected SOM
UART got a new start of message during transmission of a message, data will be lost
C269A53 uA SPI : FiFo underflow
uA SPI FiFo ran out of data before message was complete
C269A54 uA SPI : Unexpected read command
uA SPI received a read command without signaling data ready
C269A55 uA SPI : Unsupported command: {hex}
uA SPI received an unspported command
C269A56 uA SPI : FiFo overflow
uA SPI received more data from device than could be stored.
C269A57 uB SPI : FiFo underflow
uB SPI FiFo ran out of data before message was complete
C269A58 uB SPI : Unexpected read command
uB SPI received a read command without signaling data ready
C269A59 uB SPI : Unsupported command: {hex}
uB SPI received an unspported command
C269A60 uB SPI : FiFo overflow
uB SPI received more data from device than could be stored.
C269A61 The SoC arrived {unsigned} [ns] too early
The ideal period of the SoC is 1000.00 us, and the allowed jitter is +/- 1000.0 ns
C269A62 Timeout while waiting for the SoC, the SoC was lost or delayed more than {unsigned} ns!
The ideal period of the SoC is 1000.00 us, and the allowed jitter is +/- 1000.0 ns
C269A63 uA SPI : FiFo overflow on interface: {signed}
uA SPI received more data than could be relayed to device.
C269A64 uA SPI : FiFo overflow cleared
uA SPI is ready to relay messages to device.
C269A65 uB SPI : FiFo overflow on interface: {signed}
uB SPI received more data than could be relayed to device.
C269A66 uB SPI : FiFo overflow cleared
uB SPI is ready to relay messages to device.
C269A67 PCIe Control-Data : Blocked for {unsigned} us
PCIe control channel overflowed and was blocked, time to nearest us
Try the following actions to see if it resolves the issue: (A) Reduce CPU load
C269A68 PCIe Priority-Data : Blocked for {unsigned} us
PCIe priority channel overflowed and was blocked, time to nearest us
Try the following actions to see if it resolves the issue: (A) Reduce CPU load
C269A69 PCIe data-data : Blocked for {unsigned} us
PCIe data channel overflowed and was blocked, time to nearest us
Try the following actions to see if it resolves the issue: (A) Reduce CPU load
C269A70 Flash device is not supported, JEDEC data for device is: {hex}
The flash device's JEDEC ID does not match a supported flash device
Try the following actions to see if it resolves the issue: (A) Conduct a complete rebooting sequence, (B) Update software.
If you are unable to resolve the issue, login or create an account at http://myUR.universal-robots.com and post a new ticket.