CX011 – CableCheckFailure

Description

  • Triggered when there is a failure during the cable check phase.

Responsibility Classification

  • EVSE
  • EV

Functional Classification

  • Safety
  • Maintenance


Example in OCPP 1.6J

				
					{	
"connectorId": 1,
"errorCode": "OtherError",     	
"info": "",
"status": "Faulted",    
"timestamp": "2023-09-06T00-08-09Z",   
"vendorId": "https://chargex.inl.gov",   
"vendorErrorCode": "CX011"
}

				
			

Example in OCPP 2.0.1

				
					{
  "generatedAt": "2023-09-06T00-08-09Z",
  "tbc": false,
  "seqNo": 0,
  "eventData": [
    {
      "eventId": 1,
      "timestamp": "2023-09-06T00-08-09Z",
      "trigger": "Alerting",
      "actualValue": "",
      "cause": "",
      "techCode": "CX011",
      "techInfo": "Additional information",
      "cleared": false,
      "transactionId": "12345",
      "variableMonitoringId": "",
      "eventNotificationType": "HardWiredNotification",
      "component": {
        "name": "Connector",
        "instance": "Main",
        "evse": {
          "id": 1,
          "connectorId": 1
        }
      },
      "variable": {
        "name": "Problem",
        "instance": "Main"
      }
    }
  ]
}

				
			
MRECS
Idaho National Laboratory