LOW_INT: Extracting the least significant word of a double integer
Original instructions
Description of the function
The function LOW_INT extracts the least 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
LOW_INT
ST Low_Int
Representation in ST
Representation:
Low_Int := LOW_INT(Double_Int);
Description of parameters
The following table describes the input parameters:
Parameter
Type
Comment
Double_Int
Double integer whose least significant word is extracted.
The following table describes the output parameters:
Parameter
Type
Comment
Low_Int
The least significant word extracted from the double integer Double_Int.