HIGH DATA RATE RECEIVER
HDR-4G+ USER’S MANUAL
Ref. DTU 100782
Is.Rev 3.5
Date: June 1, 2021
© Safran Data Systems – IMP000074 e14r1
This document is the property of Safran Data Systems.
It cannot be duplicated or distributed without expressed written consent.
Data logging 3.8
Standard Loging 3.8.1
The HDR provides capacities to record inside logging xml files. 8 logs are possible simultaneously.
For each log there is a list of pre-defined control parameters and/or status and their corresponding
values. The recording can be periodical, on transition of a parameter/status value or on variation of a
parameter/status value versus a pre-defined threshold. All the control parameters or status of the HDR
can be recorded.
The logging files are recorded inside:
D:\ZDS\DATA\HDR\log\sti\<FILE_PATH>\<FILE_NAME>.xml
<FILE_PATH> and <FILE_NAME> are configured into text files named spyconfN.txt. They are located
into:
D:\ZDS\DATA\HDR\log\sti\conf\logi, 1 ≤ i ≤ 8.
N.B.: If <TYPE_LOG> is specified in <FILE_PATH> and/or <FILE_NAME>, associated logging is split
into periodic/transition/variation files.
By default, if <FILE_PATH> and <FILE_NAME> are not configured, logging files will be generated in:
D:\ZDS\DATA\HDR\log\sti\logi, 1 ≤ i ≤ 8.
With the following file names, YYYYMMDDhhmmss being the date:
YYYYMMDDhhmmss_periodic.xml
YYYYMMDDhhmmss_transition.xml
YYYYMMDDhhmmss_variation.xml
These files start with configuration information: spyconfN.txt file used for this file and format of the logs
(label of the parameters to log). The following example is a generated 20150805151010_periodic.xml
for log1:
………………………………………..
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<log1>
<conf>
<file>d:\ZDS\Data\\HDR\log\sti\conf\log1\spyconf0.txt</file>
<format>date,IFLevel_A,eb_n0_A,bitSync_A,frameSync_A</format>
</conf>
…………………………………………..