Enum BatTag
-
-
Enum Constant Summary
Enum Constants Enum Constant Description REQ_DATAhex = "0x03040000", type = DataType.CONTAINER
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Contains all request TAGs, the container MUST contain an index
de: Beinhaltet alle Anfrage-TAGs, der Container MUSS einen Index enthalten
INDEXhex = "0x03040001", type = DataType.UINT16
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Index of the requested device (at the moment always 0 for the battery), can occur in the request and in the response.
de: Index des angefragten Gerätes (Im Moment immer 0 bei der Batterie), kann in der Anfrage und in der Antwort vorkommen.
DATAhex = "0x03840000", type = DataType.CONTAINER
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Response with all data of the REQ_DATA request
de: Antwort mit allen Daten der REQ_DATA Anfrage
RSOChex = "0x03800001", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Return value for calculated SOC value
de: Rückgabewert für errechnet SOC Wert
MODULE_VOLTAGEhex = "0x03800002", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Return value for total battery voltage
de: Rückgabewert für gesamte Batteriespannung
CURRENThex = "0x03800003", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Return value for total battery current
de: Rückgabewert für gesamten Batteriestrom
MAX_BAT_VOLTAGEhex = "0x03800004", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Return value for maximum battery voltage
de: Rückgabewert für maximale Batteriespannung
MAX_CHARGE_CURRENThex = "0x03800005", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Return value for maximum battery charging current
de: Rückgabewert für maximale Batterieladestrom
EOD_VOLTAGEhex = "0x03800006", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Return value for end-of-discharge voltage
de: Rückgabewert für Entladeschlussspannung
MAX_DISCHARGE_CURRENThex = "0x03800007", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Return value for maximum battery discharge current
de: Rückgabewert für maximale Batterieentladestrom
CHARGE_CYCLEShex = "0x03800008", type = DataType.UINT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Return value for battery charge cycles
de: Rückgabewert für Batterieladezyklen
TERMINAL_VOLTAGEhex = "0x03800009", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Return value for the terminal voltage
de: Rückgabewert für die Terminalspannung
STATUS_CODEhex = "0x0380000A", type = DataType.BITFIELD
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Return value for battery status
de: Rückgabewert für Batteriestatus
ERROR_CODEhex = "0x0380000B", type = DataType.BITFIELD
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Return value for battery error
de: Rückgabewert für Batteriefehler
DEVICE_NAMEhex = "0x0380000C", type = DataType.STRING
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Return value for battery designation
de: Rückgabewert für Batteriebezeichnung
DCB_COUNThex = "0x0380000D", type = DataType.UCHAR8
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Return value for number of DCBs found
de: Rückgabewert für Anzahl der gefundenen DCBs
MAX_DCB_CELL_TEMPERATUREhex = "0x03800016", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
MIN_DCB_CELL_TEMPERATUREhex = "0x03800017", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_CELL_TEMPERATUREhex = "0x03800019", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: A container with all temperatures for the requested DCB.
de: Ein Container mit allen Temperaturen für die angefragte DCB.
DCB_CELL_VOLTAGEhex = "0x0380001B", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: A container with all voltages for the requested DCB.
de: Ein Container mit allen Spannungen für die angefragte DCB.
READY_FOR_SHUTDOWNhex = "0x0380001E", type = DataType.BOOL
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
INFOhex = "0x03800020", type = DataType.CONTAINER
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: This container contains the response to a REQ_INFO. It always contains the following TAGs: BAT_RSOC, BAT_MODULE_VOLTAGE, BAT_CURRENT, BAT_MAX_DCB_CELL_TEMPERATURE, BAT_STATUS_CODE, BAT_ERROR_CODE, BAT_CHARGE_CYCLES.
de: Dieser Container beinhaltet die Antwort auf ein REQ_INFO. Es beinhaltet immer die folgenden TAGs: BAT_RSOC, BAT_MODULE_VOLTAGE, BAT_CURRENT, BAT_MAX_DCB_CELL_TEMPERATURE, BAT_STATUS_CODE, BAT_ERROR_CODE, BAT_CHARGE_CYCLES
TRAINING_MODEhex = "0x03800021", type = DataType.UCHAR8
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Battery training mode 0=Not in training 1=Training mode Discharge 2=Training mode Charging
de: Batterietrainingmodus 0=Nicht im Training 1=Trainingmodus Entladen 2=Trainingmodus Laden
REQ_RSOChex = "0x03000001", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Can only be used within a REQ_BAT_DATA container!
de: Kann nur innerhalb eines REQ_BAT_DATA Container verwendet werden!
REQ_MODULE_VOLTAGEhex = "0x03000002", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Can only be used within a REQ_BAT_DATA container!
de: Kann nur innerhalb eines REQ_BAT_DATA Container verwendet werden!
REQ_CURRENThex = "0x03000003", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Can only be used within a REQ_BAT_DATA container!
de: Kann nur innerhalb eines REQ_BAT_DATA Container verwendet werden!
REQ_MAX_BAT_VOLTAGEhex = "0x03000004", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Can only be used within a REQ_BAT_DATA container!
de: Kann nur innerhalb eines REQ_BAT_DATA Container verwendet werden!
REQ_MAX_CHARGE_CURRENThex = "0x03000005", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Can only be used within a REQ_BAT_DATA container!
de: Kann nur innerhalb eines REQ_BAT_DATA Container verwendet werden!
REQ_EOD_VOLTAGEhex = "0x03000006", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Can only be used within a REQ_BAT_DATA container!
de: Kann nur innerhalb eines REQ_BAT_DATA Container verwendet werden!
REQ_MAX_DISCHARGE_CURRENThex = "0x03000007", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Can only be used within a REQ_BAT_DATA container!
de: Kann nur innerhalb eines REQ_BAT_DATA Container verwendet werden!
REQ_CHARGE_CYCLEShex = "0x03000008", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Can only be used within a REQ_BAT_DATA container!
de: Kann nur innerhalb eines REQ_BAT_DATA Container verwendet werden!
REQ_TERMINAL_VOLTAGEhex = "0x03000009", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Can only be used within a REQ_BAT_DATA container!
de: Kann nur innerhalb eines REQ_BAT_DATA Container verwendet werden!
REQ_STATUS_CODEhex = "0x0300000A", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Can only be used within a REQ_BAT_DATA container!
de: Kann nur innerhalb eines REQ_BAT_DATA Container verwendet werden!
REQ_ERROR_CODEhex = "0x0300000B", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Can only be used within a REQ_BAT_DATA container!
de: Kann nur innerhalb eines REQ_BAT_DATA Container verwendet werden!
REQ_DEVICE_NAMEhex = "0x0300000C", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Can only be used within a REQ_BAT_DATA container!
de: Kann nur innerhalb eines REQ_BAT_DATA Container verwendet werden!
REQ_DCB_COUNThex = "0x0300000D", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Can only be used within a REQ_BAT_DATA container!
de: Kann nur innerhalb eines REQ_BAT_DATA Container verwendet werden!
REQ_MAX_DCB_CELL_TEMPERATUREhex = "0x03000016", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Can only be used within a REQ_BAT_DATA container!
de: Kann nur innerhalb eines REQ_BAT_DATA Container verwendet werden!
REQ_MIN_DCB_CELL_TEMPERATUREhex = "0x03000017", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Can only be used within a REQ_BAT_DATA container!
de: Kann nur innerhalb eines REQ_BAT_DATA Container verwendet werden!
REQ_READY_FOR_SHUTDOWNhex = "0x0300001E", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Can only be used within a REQ_BAT_DATA container!
de: Kann nur innerhalb eines REQ_BAT_DATA Container verwendet werden!
REQ_INFOhex = "0x03000020", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Can only be used within a REQ_BAT_DATA container!
de: Kann nur innerhalb eines REQ_BAT_DATA Container verwendet werden!
REQ_TRAINING_MODEhex = "0x03000021", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Can only be used within a REQ_BAT_DATA container!
de: Kann nur innerhalb eines REQ_BAT_DATA Container verwendet werden!
DCB_INDEXhex = "0x03800100", type = DataType.UINT16
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_LAST_MESSAGE_TIMESTAMPhex = "0x03800101", type = DataType.UINT64
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_MAX_CHARGE_VOLTAGEhex = "0x03800102", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_MAX_CHARGE_CURRENThex = "0x03800103", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_END_OF_DISCHARGEhex = "0x03800104", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_MAX_DISCHARGE_CURRENThex = "0x03800105", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_FULL_CHARGE_CAPACITYhex = "0x03800106", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_REMAINING_CAPACITYhex = "0x03800107", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_SOChex = "0x03800108", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_SOHhex = "0x03800109", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_CYCLE_COUNThex = "0x03800110", type = DataType.UINT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_CURRENThex = "0x03800111", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_VOLTAGEhex = "0x03800112", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_CURRENT_AVG_30Shex = "0x03800113", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_VOLTAGE_AVG_30Shex = "0x03800114", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_DESIGN_CAPACITYhex = "0x03800115", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_DESIGN_VOLTAGEhex = "0x03800116", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_CHARGE_LOW_TEMPERATUREhex = "0x03800117", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_CHARGE_HIGH_TEMPERATUREhex = "0x03800118", type = DataType.FLOAT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_MANUFACTURE_DATEhex = "0x03800119", type = DataType.UINT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_SERIALNOhex = "0x03800120", type = DataType.UINT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_PROTOCOL_VERSIONhex = "0x03800121", type = DataType.UINT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_FW_VERSIONhex = "0x03800122", type = DataType.UINT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_DATA_TABLE_VERSIONhex = "0x03800123", type = DataType.UINT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_PCB_VERSIONhex = "0x03800124", type = DataType.UINT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_DEVICE_STATEhex = "0x03060000", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DEVICE_STATEhex = "0x03860000", type = DataType.CONTAINER
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: DEVICE_CONNECTED & DEVICE_WORKING & DEVICE_IN_SERVICE
de: DEVICE_CONNECTED & DEVICE_WORKING & DEVICE_IN_SERVICE
DEVICE_CONNECTEDhex = "0x03860001", type = DataType.BOOL
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Occurs only in the BAT_DEVICE_STATE response
de: Kommt nur im BAT_DEVICE_STATE Antwort vor
DEVICE_WORKINGhex = "0x03860002", type = DataType.BOOL
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Occurs only in the BAT_DEVICE_STATE response
de: Kommt nur im BAT_DEVICE_STATE Antwort vor
DEVICE_IN_SERVICEhex = "0x03860003", type = DataType.BOOL
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: Occurs only in the BAT_DEVICE_STATE response
de: Kommt nur im BAT_DEVICE_STATE Antwort vor
GENERAL_ERRORhex = "0x03FFFFFF", type = DataType.ERROR
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_DCB_INFOhex = "0x03000042", type = DataType.UINT16
Requests information from the battery module. The value must be the number of the module. It is counted from 0 to the value of DCB_COUNT
Original E3DC Documentation:
en:
de:
REQ_RSOC_REALhex = "0x0300000E", type = DataType.NONE
Ask for the actual RSOC. Whatever the actual RSOC is...
Original E3DC Documentation:
en:
de:
REQ_ASOChex = "0x0300000F", type = DataType.NONE
Requests the absolute state-of-charge. In other words, how high the possible SOC is when the battery is fully charged, minus signs of ageing of the battery.
Original E3DC Documentation:
en:
de:
REQ_FCChex = "0x03000010", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_RChex = "0x03000011", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_MAX_DCB_CELL_CURRENThex = "0x03000012", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_MIN_DCB_CELL_CURRENThex = "0x03000013", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_MAX_DCB_CELL_VOLTAGEhex = "0x03000014", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_MIN_DCB_CELL_VOLTAGEhex = "0x03000015", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_DCB_ALL_CELL_TEMPERATUREShex = "0x03000018", type = DataType.UINT16
Queries the temperatures of all cells in the battery module. The value must be the number of the module. It is counted from 0 to the value of DCB_COUNT
Original E3DC Documentation:
en:
de:
REQ_DCB_ALL_CELL_VOLTAGEShex = "0x0300001A", type = DataType.UINT16
Queries the voltages of all cells in the battery module. The value must be the number of the module. It is counted from 0 to the value of DCB_COUNT
Original E3DC Documentation:
en:
de:
REQ_OPEN_BREAKERhex = "0x0300001C", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_OPEN_BREAKER_CONFIRMhex = "0x0300001D", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_FIRMWARE_VERSIONhex = "0x0300001F", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_UPDATE_STATUShex = "0x03000022", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_SET_TRAINING_MODEhex = "0x03000023", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_TIME_LAST_RESPONSEhex = "0x03000024", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_MANUFACTURER_NAMEhex = "0x03000025", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_USABLE_CAPACITYhex = "0x03000026", type = DataType.NONE
Requests the usable capacity. A block of type USABLE_CAPACITY is delivered as the response
Original E3DC Documentation:
en:
de:
REQ_USABLE_REMAINING_CAPACITYhex = "0x03000027", type = DataType.NONE
Requests the remaining usable capacity. A block of type USABLE_REMAINING_CAPACITY is delivered as the response
Original E3DC Documentation:
en:
de:
REQ_SET_A1_DATAhex = "0x03000028", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_SET_A1_MODEhex = "0x03000029", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_SET_A1_VOLTAGEhex = "0x03000030", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_SET_A1_CURRENThex = "0x03000031", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_CONTROL_CODEhex = "0x03000032", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_SPECIFICATIONhex = "0x03000043", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_INTERNALShex = "0x03000044", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_DESIGN_CAPACITYhex = "0x03000045", type = DataType.NONE
Queries the capacity of the battery as it was designed according to the specification. A block of type DESIGN_CAPACITY is delivered as the response
Original E3DC Documentation:
en:
de:
REQ_DESIGN_VOLTAGEhex = "0x03000046", type = DataType.NONE
Queries the volate of the battery as it was designed according to the specification. A block of type DESIGN_VOLTAGE is delivered as the response
Original E3DC Documentation:
en:
de:
REQ_CHARGE_HIGH_TEMPhex = "0x03000047", type = DataType.NONE
Query of the highest possible temperature during charging. A block of the type CHARGE_HIGH_TEMP is delivered in response
Original E3DC Documentation:
en:
de:
REQ_CHARGE_LOW_TEMPhex = "0x03000048", type = DataType.NONE
Query of the lowest possible temperature during charging. A block of the type CHARGE_LOW_TEMP is delivered in response
Original E3DC Documentation:
en:
de:
REQ_MANUFACTURE_DATEhex = "0x03000049", type = DataType.NONE
Query the date of manufacture of the battery. A block of the type MANUFACTURE_DATE is delivered in response
Original E3DC Documentation:
en:
de:
REQ_SERIALNOhex = "0x03000050", type = DataType.NONE
Query the serial number. A block of the type SERIALNO is delivered in response
Original E3DC Documentation:
en:
de:
REQ_DATA_TABLE_VERSIONhex = "0x03000051", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_PROTOCOL_VERSIONhex = "0x03000052", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_PCB_VERSIONhex = "0x03000053", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_TOTAL_USE_TIMEhex = "0x03000054", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_TOTAL_DISCHARGE_TIMEhex = "0x03000055", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_AVAILABLE_BATTERIEShex = "0x03000056", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_OPEN_FEThex = "0x03000060", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_FET_STATEhex = "0x03000061", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_BATTERY_SOFT_ONhex = "0x03000062", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_MEASURED_RESISTANCEhex = "0x03000130", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_RUN_MEASURED_RESISTANCEhex = "0x03000044", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
RChex = "0x03800011", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
MIN_DCB_CELL_CURRENThex = "0x03800013", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Unit: Ampere
Original E3DC Documentation:
en:
de:
MAX_DCB_CELL_VOLTAGEhex = "0x03800014", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Unit: Volt
Original E3DC Documentation:
en:
de:
MIN_DCB_CELL_VOLTAGEhex = "0x03800015", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Unit: Volt
Original E3DC Documentation:
en:
de:
DCB_ALL_CELL_TEMPERATUREShex = "0x03800018", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_ALL_CELL_VOLTAGEShex = "0x0380001A", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Unit: Volt
Original E3DC Documentation:
en:
de:
OPEN_BREAKERhex = "0x0380001C", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
OPEN_BREAKER_CONFIRMhex = "0x0380001D", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
FIRMWARE_VERSIONhex = "0x0380001F", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
UPDATE_STATUShex = "0x03800022", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
TIME_LAST_RESPONSEhex = "0x03800024", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
MANUFACTURER_NAMEhex = "0x03800025", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
USABLE_CAPACITYhex = "0x03800026", type = DataType.FLOAT32
The usable capacity of the battery in Ah
Original E3DC Documentation:
en:
de:
USABLE_REMAINING_CAPACITYhex = "0x03800027", type = DataType.FLOAT32
Remaining capacity in Wh (or Ah??)
Original E3DC Documentation:
en:
de:
SET_A1_DATAhex = "0x03800028", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
CONTROL_CODEhex = "0x03800032", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_INFOhex = "0x03800042", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
SPECIFICATIONhex = "0x03800043", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
INTERNALShex = "0x03800044", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DESIGN_CAPACITYhex = "0x03800045", type = DataType.FLOAT32
Response block to a REQ_DESIGN_CAPACITY request. Contains the capacity of the battery as it was designed according to the specification in Ah.
Original E3DC Documentation:
en:
de:
DESIGN_VOLTAGEhex = "0x03800046", type = DataType.FLOAT32
Response block to a REQ_DESIGN_VOLTAGE request. Contains the voltage of the battery as it was designed according to the specification in Volts.
Original E3DC Documentation:
en:
de:
CHARGE_HIGH_TEMPhex = "0x03800047", type = DataType.FLOAT32
Response block to a REQ_CHARGE_HIGH_TEMP request. Contains the maximum permissible charging temperature in Celsius.
Original E3DC Documentation:
en:
de:
CHARGE_LOW_TEMPhex = "0x03800048", type = DataType.NONE
Response block to a REQ_CHARGE_LOW_TEMP request. Contains the minimum permissible charging temperature in Celsius.
Original E3DC Documentation:
en:
de:
MANUFACTURE_DATEhex = "0x03800049", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
SERIALNOhex = "0x03800050", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DATA_TABLE_VERSIONhex = "0x03800051", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
PROTOCOL_VERSIONhex = "0x03800052", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
PCB_VERSIONhex = "0x03800053", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
TOTAL_USE_TIMEhex = "0x03800054", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
TOTAL_DISCHARGE_TIMEhex = "0x03800055", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
AVAILABLE_BATTERIEShex = "0x03800057", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_BATTERY_SPEChex = "0x03000058", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
BATTERY_SPEChex = "0x03800058", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
INSTANCE_DESCRIPTORhex = "0x03800059", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
FET_STATEhex = "0x03800061", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
BATTERY_SOFT_ONhex = "0x03800062", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
SPECIFIED_CAPACITYhex = "0x03800125", type = DataType.FLOAT32
Contains the specified capacity in Wh
Original E3DC Documentation:
en:
de:
SPECIFIED_DISCHARGE_POWERhex = "0x03800126", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
SPECIFIED_CHARGE_POWERhex = "0x03800127", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
SPECIFIED_MAX_DCB_COUNThex = "0x03800128", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
ROLEhex = "0x03800129", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
INTERNAL_CURRENT_AVG30hex = "0x03800130", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
INTERNAL_MTV_AVG30hex = "0x03800131", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
INTERNAL_MAX_CHARGE_CURRENThex = "0x03800132", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
INTERNAL_MAX_DISCHARGE_CURRENThex = "0x03800133", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
INTERNAL_MAX_CHARGE_CURR_PER_DCBhex = "0x03800134", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
INTERNAL_MAX_DISCHARGE_CURR_PER_DCBhex = "0x03800135", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
INTERNAL_MAX_CHARGE_CURR_DATA_LOGhex = "0x03800136", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
INTERNAL_MAX_DISCHARGE_CURR_DATA_LOGhex = "0x03800137", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_NR_SERIES_CELLhex = "0x03800300", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_NR_PARALLEL_CELLhex = "0x03800301", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_MANUFACTURE_NAMEhex = "0x03800302", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_DEVICE_NAMEhex = "0x03800303", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_SERIALCODEhex = "0x03800304", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_NR_SENSORhex = "0x03800305", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_STATUShex = "0x03800306", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_WARNINGhex = "0x03800307", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_ALARMhex = "0x03800308", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
DCB_ERRORhex = "0x03800309", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
ASOChex = "0x0380000F", type = DataType.FLOAT32
Contains the condition of the battery as a percentage, taking into account the effects of ageing
Original E3DC Documentation:
en:
de:
MAX_DCB_CELL_CURRENThex = "0x03800012", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
RSOC_REALhex = "0x0380000E", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
-
Method Summary
Modifier and Type Method Description final BatTagvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<BatTag>values()Returns an array containing the constants of this enum type, in the order they're declared. NamespacegetNamespace()StringgetHex()DataTypegetType()final EnumEntries<BatTag>getEntries()Contains tags for reading and controlling the battery -
-
Method Detail
-
valueOf
final BatTag valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Parameters:
value- Der Namespace des Tags für die Abbildung des jeweiligen Bereichs
-
values
final Array<BatTag> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getNamespace
Namespace getNamespace()
-
getEntries
final EnumEntries<BatTag> getEntries()
Contains tags for reading and controlling the battery
- Since:
2.0
-
-
-
-