Hi group / list
I’m lucky enough to be a mechanical engineer at a factory where we are
using
the realtime extensions for RedHat Linux to develop a UI front end for
process
control. We have data aquisition cards gathering info from various
sensors and
devices and making the info available through a device which acts
similar to
/dev/urandom
The senior engineer has a licensed Motif and an XRT-Gauge demo which he
loves,
but we balk at XRT’s $2500 price tag. So we are seeking a better way.
This software
is internal stuff for our own private industrial computers which we
don’t intend to
sell, but just for our own use.
I am of the opinion that SDL would likely work wonderfully for our
purposes, but we
really need a gauge widget. I am planning on hacking one out and
releasing it under
the GPL or similar, but am a newbie to SDL other than using it.
What would be the best way to implemet the gauge widget? We need a round
dial where
we can make a red zone for pass / fail as it is our contention that our
shop workers have
a much easier time with familiar artifacts such as round dials
Basically, our app gets info from a kernel device, when the user clicks
a button on the
screen, and the gauge registers the result.
Should we use, say a bitmap background, and a pointer which is rotated
in the center, or
perhaps a series of bitmap pointers corresponding to the angle? Does
anybody have a
proto-gauge widget already built?
Any help would be appreciated. Thanks!
Regards,
- Doug