HIGH_INT: Extracting the most significant word of a double integer
Original instructions
Description of the function
The function HIGH_INT extracts the most significant word of a double integer.
The additional parameters EN and ENO can be configured.
Representation in FBD
Representation:
Representation in LD
Representation:
Representation in IL
Representation:
LD Double_Int
HIGH_INT
ST High_Int
Representation in ST
Representation:
High_Int := HIGH_INT(Double_Int);
Description of parameters
The following table describes the input parameters:
Parameter
Type
Comment
Double_Int
Double integer whose most significant word is extracted.
The following table describes the output parameters:
Parameter
Type
Comment
High_Int
The most significant word extracted from the double integer Double_Int.