Please recommend good books for telemetry / SCADA system design & programming
- by Mawg
I am looking at several projects, all with roughly the same fucntionality.
Some instruments collect some data (or control some functionality). They commmunicate by Internet (Etehrnet/wifi/GPRS/sasatellite) with a databse server which stores the measurements and provides a browser based means of qeurying the data, prodcuing reports, etc (and possibly also allows control of the remote equipment).
Can anyone recommend a good book describing an approach to developing such a software architecture, keeping it generic, which tools, languages. test methods, etc to use?
(note to self: ask a similar question about possible existing frameworks)