MTN6215-0410S_SW_EN_EU_2024_06_05

Format Convert

The format converter allows you to decompose or combine different data types. It is typically used when a sender and receiver do not support the same data format or when you need to solve special requirements.

1st Logic

Function of channel

Format convert

Function

2 × 1 Bit → 1 × 2 Bit

8 × 1 Bit → 1 × 1 Byte

1 × 1 Byte → 1 × 2 Byte

2 × 1 Byte → 1 × 2 Byte

2 × 2 Byte → 1 × 4 Byte

1 × 1 Byte → 8 × 1 Bit

1 × 2 Byte → 2 × 1 Byte

1 × 4 Byte → 2 × 2 Byte

1 × 3 Byte → 3 × 1 Byte

3 × 1 Byte → 1 × 3 Byte

Basic application

1 × 1 byte → 8 × 1 bit

This function can be used to decompose bit-oriented information sent as 1 byte to individual bits, for example:

  • Controller status of room temperature controllers

  • Failure status of DALI groups and ECGs


1 × 3 byte → 3 × 1 byte

Converts RGB 3 byte combined value to three separate 1 byte values for red, green and blue.


3 × 1 byte → 1 × 3 byte

Combines three 1 byte values (red, green, blue) to one RGB 3 byte combined value.

QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.

Was this helpful?