Table

<< Click to Display Table of Contents >>

Navigation:  Object Reference > Palette Objects >

Table

 

A table can be used to display multiple lines of text. Each line of this text consist of the table cell values delimited by a configurable delimiting character.

Example text for a table with ; as delimiter character:

 

Line1Column1;Line1Column2;Line1Column3;Line1Column4

Line2Column1;Line2Column2;Line2Column3;Line2Column4

Line3Column1;Line3Column2;Line3Column3;Line3Column4

 

The source for the text can either be automatic (e.g. from J1939 DM settings) or set manually via a JavaScript (set the text directly (with setProperty and property "Table Data") or read e.g. a log file, see JavaScript readFile function for an example).

It is not possible to give a preview of the text in the designer tool. The text will be only available at runtime.

hmtoggle_plus1Properties of the table
hmtoggle_plus1Events

 

Example project: Download this example to see some table and array operations.

Example project: Download this example to see how an "editable" table can be created.