endianness
: the endianness to use for the communication. By default it is Big Endian, which is the endianness of the Java platform. See endianness property for more informationswapMAGIC
: true if the MAGIC number of the communication protocol will be swapped (regardless of the value of the endianness
property), false if it will be not swapped (regardless of the value of the endianness
property). By default it will follow the behavior specified by the endianness
propertyswapServiceID
: true if the serviceID in the communication protocol will be swapped (regardless of the value of the endianness
property), false if it will be not swapped (regardless of the value of the endianness
property). By default it will follow the behavior specified by the endianness
propertyendianness
property allows to set the endianness of the communication for the module. This property can have 3 values:swapMAGIC
and swapServiceID
properties allows to override the conversion for the MAGIC bnumber and the service ID. The scadacore.com/tools/programming-calculators/online-hex-converter we site propose a useful online converter for hex values.
<properties> <application name="externalComm" > <moduleProperty key="network" value="network.xml" /> </application> </properties>
<properties> <application name="externalComm" > <moduleProperty key="network" value="network.xml" /> <moduleProperty key="endianness" value="littleEndian" /> </application> </properties>
<properties> <application name="externalComm" > <moduleProperty key="network" value="network.xml" /> <moduleProperty key="endianness" value="littleEndian" /> <moduleProperty key="swapMAGIC" value="false" /> <moduleProperty key="swapServiceID" value="false" /> </application> </properties>
Copyright 2017-2020 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence