FieldTalk™ Modbus Master .NET Library

MbusMasterFunctions.bigEndianInts Property

Big endian integers property

[Visual Basic]
Public Property bigEndianInts As Boolean
[C#]
public bool bigEndianInts {get; set;}

Property Value

True to perform a word swap

Remarks

Configures 32-bit int data type functions to do a word swap.

Modbus is using little-endian word order for 32-bit values. The data transfer functions operating upon 32-bit int data types can be configured to do a word swap which enables them to read 32-bit data correctly from a big-endian slave.

See Also

MbusMasterFunctions Class | FieldTalk Namespace