Display Message Type


Introduction

Internal Message Type

The Display Message Type is OBJECT based. A Display Message is represented by an object that controls the display. The object has multiple attributes that are compatible with the VT100 protocol. The object can also be assigned a VT100 string to control it this way.


Example Data

  • {clear: true, message: ‘Test’}

  • {vt100:1b5b324a51} - this clears the Display and shows a 'Q' according to the VT100 spec


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/396099698

Directly converts

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

The display test expects VT100 strings. More information on this is going to follow soon. As an easy test, the following string can be copied into the field to simply display a “Q“ on the display:

  • “1b5b324a5“