Campbell Scientific CR200X CR200/CR200X-series Dataloggers - Page 142

Memory Conservation, 3 Memory Reset

Page 142 highlights

Section 12. Memory and Data Storage 12.2 Memory Conservation One or more of the following memory saving techniques can be used on the rare occasions when a program reaches memory limits: • Declare variables as DIM instead of Public. DIM variables do not require buffer memory for data retrieval. • Reduce arrays to the minimum size needed. Each variable, whether or not part of an array, requires about the same amount of memory. Approximately 70 variables will fill available memory. • Use variable arrays with aliases instead of individual variables with unique names. Aliases consume less memory than unique variable names. 12.3 Memory Reset Three features are available for complete or selective reset of CR200(X) memory. 12.3.1 Full Memory Reset Full memory reset occurs when an operating system is sent to the CR200(X) using DevConfig. A full memory reset does the following: • Clears and Formats CPU: drive (all program files erased) • Clears SRAM data tables • Clears Status Table Elements • Restores settings to default • Initializes system variables • Clears communications memory 12.3.2 Program Send Reset All SRAM and CRD: data are erased when user programs are uploaded. This will occur even when a program with identical data tables is sent to the CR200(X). 12.3.3 Manual Data Table Reset Data table memory is reset using the ResetTables field of the Status table. Change the value from 0 to 8888 to reset all data tables. 130

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208

Section 12.
Memory and Data Storage
12.2 Memory Conservation
One or more of the following memory saving techniques can be used on the rare
occasions when a program reaches memory limits:
Declare variables as DIM instead of Public. DIM variables do not require
buffer memory for data retrieval.
Reduce arrays to the minimum size needed. Each variable, whether or not
part of an array, requires about the same amount of memory.
Approximately 70 variables will fill available memory.
Use variable arrays with aliases instead of individual variables with unique
names. Aliases consume less memory than unique variable names.
12.3 Memory Reset
Three features are available for complete or selective reset of CR200(X)
memory.
12.3.1
Full Memory Reset
Full memory reset occurs when an operating system is sent to the CR200(X)
using DevConfig. A full memory reset does the following:
Clears and Formats CPU: drive (all program files erased)
Clears SRAM data tables
Clears Status Table Elements
Restores settings to default
Initializes system variables
Clears communications memory
12.3.2
Program Send Reset
All SRAM and CRD: data are erased when user programs are uploaded.
This
will occur even when a program with identical data tables is sent to the
CR200(X).
12.3.3
Manual Data Table Reset
Data table memory is reset using the ResetTables field of the Status table.
Change the value from 0 to 8888 to reset all data tables.
130