NOTE | The hex. number must always be two ASCII characters. |
|
|
Control characters can be entered for all commands in a similar way:
∙^M is carriage return, ^J line feed etc.
∙^^ means ^
∙"" means "
∙]] means ]
∙&& means &
∙&0d means line feed
∙&hex,hex used to enter
3.2 Input Filters
Input filters are used to convert received data into a form that is easy for the datalogger to process. Filters are generally used to strip out the required values from other, unnecessary, data transmitted from the sensor/device. The filters will also convert the required data into a form that the datalogger can use.
| For example, the sensor may output the (unusual) complex string ‘Sample data | |
| +12.3, 23.567,0xAB,12.4’. From this string you may only require to record the | |
| hexadecimal number 0xAB. A filter can be set up to strip out only this number, | |
| and then convert it to a | |
| use. The datalogger will then collect this value and place it into an input location – | |
| in this case as 171 decimal. | |
|
|
|
NOTE | You must always set up a filter if you want the datalogger to collect | |
| data from the | |
|
|
|
3.2.1 Filter Types
Simple Filters
These filters can be set up by the datalogger program, i.e. command line
∙Search for an ASCII floating point number to convert to Campbell Scientific floating point format.*
∙Search for an ASCII hex pair to convert to Campbell Scientific floating point format.*
∙Search for an
∙Search for a
*