Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

...

Table of Contents

...

Introduction

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#FFC400

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.

...

  • {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

Info

...

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:

...