7 Segment


Introduction

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

Message Type

Data

https://quantumintegrate.atlassian.net/wiki/spaces/HELP/pages/396296237

Always triggers

https://quantumintegrate.atlassian.net/wiki/spaces/HELP/pages/396230684

Directly converts

https://quantumintegrate.atlassian.net/wiki/spaces/HELP/pages/396099698

Directly converts

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.