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 6 Current »

Description

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

Trigger

Always triggers

String

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“

  • No labels