I'm in need of a simple display to show real time values of five or six measurements while we are collecting data. We won't have the luxury of a PC given the operating environment which is fairly dusty.
I can't seem to find much documentation on how to set up the CR1000KD to function as a display. Any specific programming on the datalogger side, other than setting up a DisplayMenu that's needed?
Without any changes to the datalogger, you can view the Public (realtime) table with a CR1000KD.
The DisplayMenu instruction is only used if you need to customize the display.
Try using `DisplayMenu` with -2 for `AddToSystem`, then add `DisplayValue` entries. You should be able to fit 5 or 6 without scrolling.