LGF_SwapBlockDWord (FC / V1.0.0)

Overview

Author: Siemens Industry Support

Short description

Adjusts/ switches the endianness of multibyte data typed values.
For this to achieve, a loop will iterate through the array elements and swap the bytes intrinsically.

Block Interface

LGF_SwapBlockDWord (FC)
   Ret_Val  Void
    
Array[*] of DWord  data  Array[*] of DWord
       
   

Output parameter

IdentifierData type Description
Ret_ValVoid Void - Function has no return value

In/Out parameter

IdentifierData type Description
dataArray[*] of DWord Contains the data values, which will be endianness adjusted

Change log

Version & DateChange description
01.00.00ScheeO
13-10-2021First released version