This function of the of the
⇘
CAA_Memory.library will return the high word of the input DWord „dwValue“.
dwValue
|
DWORD
|
DWORD (incl. high and low word)
|
MEM.HighWord
|
WORD
|
High word of dwValue
|
Example:
dwValue : WORD := 16#12345678 ;
->
MEM.HighWord(dwValue) = 16#1234