Main Content

Production Device Details: Byte ordering

Significance of the first byte of a data word

Description

App Configuration Pane: Hardware

Configuration Objects: coder.HardwareImplementation

Significance of the first byte of a data word for the production hardware.

Settings

Little Endian

This setting is the default setting.

The least significant byte appears first in the byte ordering.

Big Endian

The most significant byte appears first in the byte ordering.

Unspecified

The code determines the endianness of the hardware. This value produces less efficient code.

Programmatic Use

Property: ProdEndianess
Values: 'LittleEndian' | 'BigEndian' | 'Unspecified'
Default: 'LittleEndian'

Version History

Introduced in R2011a