14.1.2 Division of a configuration memory block into individual data fields
#config0 BasicCfg down title="Basic configuration"
RecordItv u32 title="Record Interval" units="sec" min=10 default=10
TransmissionItv u32 title="Transmission Interval"
units="min" min=10 default=60
The first line in the example above specifies the container to be used for the configuration:
#config0:
The parameters should be stored in configuration memory block 0.
BasicCfg:
"BasicCfg" should be used as the name for the configuration memory block.
down:
The configuration memory block is only transmitted from the server to the device.
title:
Name of the configuration section that is displayed on the server
Note:
Name and direction of transmission must always be specified. Attributes are optional. Further
attributes (e.g. "edit" or "view") can also be added.
The second line in the example above describes the first parameter in the configuration memory block:
RecordItv:
"RecordItv" should be used as the name for the parameter
u32:
The data type used for the parameter should be a 32-bit signed integer.
title:
Name of the parameter that is displayed on the server
units:
Unit of the parameter that is displayed on the server
min:
smallest valid value for the parameter
default:
Default value for the parameter
Note:
Name and data type must always be specified. Attributes are optional. Further attributes (e.g.
"vscale") can also be added.
The third line in the example above describes the second parameter in the configuration memory block.
Rev. 05
237
Summary of Contents for myDatalogEASY V3
Page 2: ......
Page 13: ...Chapter 2 Declaration of conformity Chapter 2 Declaration of conformity Rev 05 13 ...
Page 14: ......
Page 42: ......
Page 76: ......
Page 88: ......
Page 102: ......
Page 110: ......
Page 116: ......
Page 234: ......
Page 244: ......
Page 252: ......
Page 254: ......
Page 266: ......
Page 276: ......