Digtial


Introduction

The Digital Message Type is BOOLEAN based, it only has the two states true and false. It can only transition from false to true (rising edge) and from true to false (falling edge).


Example Data

  • true

  • false


Converts to

Message Type

True

False

Message Type

True

False

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

triggers on rising edge

-

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

4095

0

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

100%

0%

“ON”

“OFF”

Light on

Light off

1

0

top number of the set range

low number of the set range

displays “ON”

displays “OFF”

1

0

All On White (0xFFFFFF)

All Off (0x000000)

White (0xFFFFFF)

Off (0x000000)

180 degrees (top of scale)

0 degrees (low of scale)

255 (top of scale)

0 (low of scale)

Any Signal that is not mentioned on the table above should not be able to convert.


Debug View

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

Write

  • “0” - sets output to false

  • “OFF” - sets output to false

  • “LOW” - sets output to false

  • “1“ - sets output to true

  • “ON” - sets output to true

  • “HIGH“ - sets output to true

Read/Notify

  • “OFF” - if input is false

  • “ON” - if input is true