Appendix B. Campbell Scientific File Formats
B.1.8.2.2 The data Array
The data array is an array of record objects. Each record object will contain the
following subordinate objects:
no
An integer that specifies the record number as assigned by the
datalogger.
time
Specifies the time stamp assigned by the datalogger.
vals
An array of the data values for this record. Each element in this array
must correspond with the equivalent element in the head.fields array.
B.1.8.3 File Example
{
"head": {
"signature:" 21334,
"transaction": "xxxxyyyy",
"environment": {
"station_name": "jon-cr1000",
"table_name": "one_day",
"model": "CR1000",
"serial_no": "1084",
"os_version": "cr1000.std.18",
"dld_name": "lights-web.cr1",
"dld_sig": "31837"
},
"fields": [
{
"name": "temp_degf_Min",
"type": "xsd:float",
"units": "DegF",
"processing": "Min"
},
{
"name": "temp_degf_TMn",
"type": "xsd:dateTime",
"units": "",
"processing": "TMn"
},
{
"name": "temp_degf_Avg",
"type": "xsd:float",
"units": "DegF",
"processing": "Avg"
},
{
"name": "temp_degf_Max",
"type": "xsd:float",
"units": "DegF",
"processing:" "Max"
},
{
"name": "temp_degf_TMx",
"type": "xsd:dateTime",
"units": "",
"processing": "TMx"
}
]
}
"data": [
{
"no": 43,
"time": "2010-01-20T00:00:00",
"vals": [
B-18
Содержание LoggerNet
Страница 2: ......
Страница 30: ...Preface What s New in LoggerNet 4 xxvi...
Страница 32: ...Section 1 System Requirements 1 2...
Страница 44: ...Section 2 Installation Operation and Backup Procedures 2 12...
Страница 136: ...Section 4 Setting up Datalogger Networks 4 80...
Страница 227: ...Section 7 Creating and Editing Datalogger Programs 7 9...
Страница 298: ...Section 7 Creating and Editing Datalogger Programs 7 80...
Страница 402: ...Section 9 Automating Tasks with Task Master 9 12...
Страница 406: ...Section 9 Automating Tasks with Task Master 9 16...
Страница 450: ...Section 11 Utilities Installed with LoggerNet Admin and LoggerNet Remote 11 22...
Страница 454: ...Section 12 Optional Client Applications Available for LoggerNet 12 4...
Страница 462: ...Section 13 Implementing Advanced Communications Links 13 8...
Страница 482: ...Section 14 Troubleshooting Guide 14 20...
Страница 570: ...Appendix F Calibration and Zeroing F 16...
Страница 578: ...Appendix G Importing Files into Excel G 8...
Страница 579: ......