E_SoE_Type

The E_SoE_Type describes the representation of the parameter value in the attribute of the parameter.

 

TYPE E_SoE_Type : (
    eSoE_Type_BIN       := 0,
    eSoE_Type_UNSIGNED  := 1,
    eSoE_Type_SIGNED    := 2,
    eSoE_Type_HEX       := 3,
    eSoE_Type_TEXT      := 4,
    eSoE_Type_IDN       := 5,
    eSoE_Type_FLOAT     := 6
    );
END_TYPE

 

The E_SoE_Type if the value data have to be interpreted as:

eSoE_Type_BIN : binary
eSoE_Type_UNSIGNED : integer without sign
eSoE_Type_SIGNED : integer with sign
eSoE_Type_HEX : hexa decimal value
eSoE_Type_TEXT : text
eSoE_Type_IDN : parameter number
eSoE_Type_FLOAT : floating point value