The Client_DataLoggerCreate.java code creates a new data logger from an existing uninstantiated (hidden) data logger on the SmartServer, specifies the type, format, and size of the new data logger, and then specifies that the data logger record both of the SmartServer’s digital relay outputs every minute (the Net/LON/iLON App/Digital Output 1/nviClaValue_1 and Net/LON/iLON App/Digital Output 2/nviClaValue_2 data points).
The Client_DataLoggerRead.java reads and prints out the last 10 entries for the Net/LON/iLON App/Digital Output 1/nviClaValue_1 recorded by the data logger created in the Client_DataLoggerCreate.java code.