E_OCPP1_Phase

TYPE E_OCPP1_Phase :
(
    None := 0, // Any status not covered by this implementation
    L1,        // Measured on L1
    L2,        // Measured on L2
    L3,        // Measured on L3
    N,         // Measured on Neutral
    L1N,       // Measured on L1 with respect to Neutral conductor
    L2N,       // Measured on L2 with respect to Neutral conductor
    L3N,       // Measured on L3 with respect to Neutral conductor
    L12,       // Measured between L1 and L2
    L23,       // Measured between L2 and L3
    L31        // Measured between L3 and L1
) UDINT;
END_TYPE