Logo   Scale Log Report

Home

Log In...

Dragonnorth...

Overview

The Erallo Scale logging system captures weights in a patients home and logs them automatically on a web server. This system is a proof of concept system. The data capture and reporting is robust. The presentation of the data is simplistic.

The scale is observed by the rabbit development module which uses standard 802.11 Wireless networking to send the weights to a database running on a server.

See the Instructions on how to set up and use the scale.

Weight Reports

A tab delimited report for Excel is only available when all of the data for a person or group of people is reported. First Get the full report and then a link to the tab delimited report for Excel will appear.

All People

Person 3974IDTime (server local)KGlbsMScale SequenceScale Time (GMT)
 4742008-11-30 21:12:04152.3335.81 
 4592008-08-07 20:48:0153.5117.922008-08-08 00:47:41
 4582008-08-06 16:27:18108.5239.2572008-08-06 17:17:04
 4572008-07-28 07:07:0170.7155.9562008-07-28 11:06:41
 4562008-07-28 07:06:4770.7155.9552008-07-28 11:05:54
 4552008-07-28 06:04:5870.3155.0542008-07-28 10:04:34
 4542008-07-28 03:44:2153.0116.8532008-07-27 10:53:00
 4532008-07-28 03:44:1270.6155.6522008-07-26 08:17:18
 4522008-07-24 08:09:4982.1181.0512008-07-24 12:09:27
 4512008-07-24 08:05:5360.5133.4502008-07-24 12:05:33
 4502008-07-24 08:05:402.55.5492008-07-24 12:04:52
 4492008-07-24 06:34:2359.4131.0482008-07-24 10:33:51
 4482008-07-24 06:32:0570.7155.9472008-07-24 10:31:35
 4472008-07-24 06:27:2770.6155.6462008-07-24 10:27:05
 4462008-07-24 04:26:4770.3155.0452008-07-24 08:26:08
 4452008-07-24 01:25:1153.4117.7442008-07-24 05:24:52
 4442008-07-24 01:22:3469.4153.0432008-07-24 05:21:33
 4432008-07-23 08:21:3271.3157.2422008-07-23 12:21:13
 4422008-07-23 08:18:4391.6201.9412008-07-23 12:17:57
 4412008-07-23 08:15:2253.3117.5402008-07-23 12:15:01
 4402008-07-23 06:39:1553.4117.7392008-07-23 10:38:56
 4392008-07-23 06:38:0053.4117.7382008-07-23 10:37:19
 4382008-07-23 06:34:3670.2154.8372008-07-23 10:34:03
 4372008-07-23 06:32:2687.5192.9362008-07-23 10:31:44
More... 

Logging Data

The scale logs data by making a request request to the page http://www.dragonnorth.com/scalelog.php each correct reference will log a sample in the ScaleLog table. Required arguments are 'PersonID' and 'Password'. All arguments except 'Password' are placed in the table.

Example URL:
http://www.dragonnorth.com/scalelog.php?PersonID=1&Password=foo&KG=152.3&ScaleSequence=1

All GET and POST variables to the page are placed in a single table in the database. Many rows in the database table are created for each sample logged, one row for each GET/POST variable to the logging page. Each variable name and value is placed in a row of the logging table along with a sequence number that identifies which entries were logged as a group.

The following insert is used:

INSERT INTO ScaleLog (ServerSequence,PersonID,ServerTime,FieldName,FieldValue)

                                                                                                                                                       
Erallo Work Log for Michael Newman. Send comments and corrections to:
Webmaster: mnewman@dragonnorth.com