Representations

The Table Chart allows you to display channel values in various formats depending on their data type. You can configure representations individually per channel or set default preferences in the user settings.

Supported Representations by Data Type

Data Type

Available Representations

Bit / Boolean

Boolean (True/False), Decimal (0/1), Binary (0b0/0b1)

Integer (8, 16, 32, 64 bit, signed/unsigned)

Decimal (Standard base-10), Hexadecimal (Base-16, 0x1A), Binary (Base-2, 0b11010), Octal (Base-8, 0o)

Real / Float (32, 64 bit)

Decimal (Standard floating-point notation)

User Settings

You can define a default representation for each data type in the Scope user settings. When a new channel is added to a Table Chart, it automatically uses your preferred format (e.g., always displaying 8-bit integer as Hexadecimal).

Representations 1: