CX006 – UnderVoltage

Description

  • Triggered when the input voltage to the vehicle dropped below an acceptable level.

Responsibility Classification

  • EVSE
  • EV

Functional Classification

  • Safety


Example in OCPP 1.6J

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

				
			

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": "0",
      "cause": "",
      "techCode": "CX006",
      "techInfo": "Additional information",
      "cleared": false,
      "transactionId": "12345",
      "variableMonitoringId": "",
      "eventNotificationType": "HardWiredNotification",
      "component": {
        "name": "EVSE",
        "instance": "Main",
        "evse": {
          "id": 1,
          "connectorId": 1
        }
      },
      "variable": {
        "name": "DCVoltage",
        "instance": "Main"
      }
    }
  ]
}

				
			
MRECS
Idaho National Laboratory