E_OCPP1_Measurand

TYPE E_OCPP1_Measurand :
(
    None := 0,                    // Any status not covered by this implementation
    CurrentExport,                // Instantaneous current flow from EV
    CurrentImport,                // Instantaneous current flow to EV
    CurrentOffered,               // Maximum current offered to EV
    EnergyActiveExportRegister,   // Numerical value read from the "active electrical energy" (Wh or kWh) register of the (most authoritative) electrical meter measuring energy exported (to the grid).
    EnergyActiveImportRegister,   // Numerical value read from the "active electrical energy" (Wh or kWh) register of the (most authoritative) electrical meter measuring energy imported (from the grid supply).
    EnergyReactiveExportRegister, // Numerical value read from the "reactive electrical energy" (VARh or kVARh) register of the (most authoritative) electrical meter measuring energy exported (to the grid).
    EnergyReactiveImportRegister, // Numerical value read from the "reactive electrical energy" (VARh or kVARh) register of the (most authoritative) electrical meter measuring energy imported (from the grid supply).
    EnergyActiveExportInterval,   // Absolute amount of "active electrical energy" (Wh or kWh) exported (to the grid) during an associated time "interval".
    EnergyActiveImportInterval,   // Absolute amount of "active electrical energy" (Wh or kWh) imported(from the grid supply) during an associated time "interval".
    EnergyReactiveExportInterval, // Absolute amount of "reactive electrical energy" (VARh or kVARh) exported (to the grid) during an associated time "interval".
    EnergyReactiveImportInterval, // Absolute amount of "reactive electrical energy" (VARh or kVARh) imported (from the grid supply) during an associated time "interval".
    Frequency,                    // Instantaneous reading of powerline frequency.
    PowerActiveExport,            // Instantaneous active power exported by EV. (W or kW)
    PowerActiveImport,            // Instantaneous active power imported by EV. (W or kW)
    PowerFactor,                  // Instantaneous power factor of total energy flow
    PowerOffered,                 // Maximum power offered to EV
    PowerReactiveExport,          // Instantaneous reactive power exported by EV. (var or kvar)
    PowerReactiveImport,          // Instantaneous reactive power imported by EV. (var or kvar)
    RPM,                          // Fan speed in RPM
    SoC,                          // State of charge of charging vehicle in percentage
    Temperature,                  // Temperature reading inside Charge Point.
    Voltage                       // Instantaneous AC RMS supply voltage
) UDINT;
END_TYPE