Please enable JavaScript to view this site.

DigiView Plug-in Guide

Optional list of Lookup table (substitution) entries. If you are not using lookup tables, return an empty list.
Each entry defines a single lookup/substitution string.
The general format is:     table number,index,substitution string as described below:

Table Number:  

A number between 0 and 31

Index:

a number between 0 and 4095 relative to the current table

Substitution String:

A string of printable characters.  Can be any printable character except ','  (this restriction will probably be removed by full release)

For optimal performance and resource usage:

The table numbers should be consecutive and start at 0.  Likewise, the indexes for each table should be consecutive and start at 0.
e.g.:
"0,0,ACK"
"0,1,NACK"
"1,0,RD"
"1,1,WT"
"1,2,ERROR"