Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Description

The 7 Segment Message Type is STRING based. Message Type to control a Seven segment display (Read more on Wikipedia). Represented by a number 0-15 (hexadecimal) as a 7 segment display can display 0-F which is 0-15 in decimal. Read more: 7 segment Hexadecimal

The numbers 10-15 are represented as follows:

  • 10 - A

  • 11 - B

  • 12 - C

  • 13 - D

  • 14 - E

  • 15 - F


Example Data

  • 0

  • 5

  • 10 (Shown as A- hexadecimal)

  • 15 (Shown as F - hexadecimal)


Converts to

Message Type

Data

Trigger

Always triggers

Analog

Directly converts

String

Directly converts

Number

Directly converts

*Any Signal that is not mentioned on the table above should not be able to convertDebug View

Debug View

In the Debug View values can be written to or read from the drivers on the Builder Base directly

Write

The value written has to be between 0 and 15 to display to 0 to F on the display.

  • No labels