kbd
module to provide both display and control, or
with buttons wired to inputs).
It is useful in small systems for which the overhead of graphics would be excessive.
background=filename
show point row col [type] [on [off]]
point
row
col
type
bool
) The
type to be shown: f32 | i32 | u32 | i16 | u16 | i8 | u8 |
bool
. The default is bool
, which is used for on-off
points (coils, discrete inputs).
on
bool
type. In
bespin (and CVS before June 2005), only the first character is shown on the
display.
off
bool
type.
If you want a string which only appears when the point is ON and disappears
when the point is OFF, use ""
as the off
marker (two double-quote marks). In bespin (and CVS before June 2005), only
the first character is shown on the display, and a blank must be written as
" "
(double-quote, space, double-quote).
graph ...
demo/basic_dsp/vitrine.conf
for an
example.
$Date: 2005/05/26 11:20:33 $