-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcreate_sensor_module_ch_qcqa.xml
More file actions
35 lines (35 loc) · 1.25 KB
/
create_sensor_module_ch_qcqa.xml
File metadata and controls
35 lines (35 loc) · 1.25 KB
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ROOT xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<HEADER>
<TYPE>
<EXTENSION_TABLE_NAME>SENSOR_MODULE_CH_QCQA</EXTENSION_TABLE_NAME>
<NAME>SENSOR MODULE CH QCQA</NAME>
</TYPE>
<RUN>
<RUN_NAME>template_run_name</RUN_NAME>
<RUN_TYPE>template_run_type</RUN_TYPE>
<RUN_BEGIN_TIMESTAMP>template_run_begin</RUN_BEGIN_TIMESTAMP>
<RUN_END_TIMESTAMP>template_run_end</RUN_END_TIMESTAMP>
</RUN>
</HEADER>
<DATA_SET>
<VERSION>1</VERSION>
<PART>
<KIND_OF_PART>SensorModule</KIND_OF_PART>
<BARCODE>template_barcode</BARCODE>
</PART>
<DATA>
<CHANNEL>template_CHANNEL</CHANNEL>
<CHLOLEFT>template_CHLOLEFT</CHLOLEFT>
<CHWIDTHLEFT>template_CHWIDTHLEFT</CHWIDTHLEFT>
<CHLORIGHT>template_CHLORIGHT</CHLORIGHT>
<CHWIDTHRIGHT>template_CHWIDTHRIGHT</CHWIDTHRIGHT>
<BARLO>template_BARLO</BARLO>
<BARWIDTH>template_BARWIDTH</BARWIDTH>
<!-- The following field can be empty but for 1 channel -->
<!-- TEMP is a property of the whole assembly -->
<!-- It is recommended to assign the value of TEMP to each channel, however -->
<TEMP>template_TEMP</TEMP>
</DATA>
</DATA_SET>
</ROOT>