##// END OF EJS Templates
- Sensors logic changed (for 15 sensors extendet)
LabVIEW -
r41:42
parent child Browse files
Show More

The requested changes are too big and content was truncated. Show full diff

1 NO CONTENT: new file 10644
1 NO CONTENT: modified file
@@ -1,329 +1,441
1 1 [Tester]
2 2 TesterType = "HSMP2"
3 3 TesterName = "Hochstrommessplatz 2"
4 4 MaxCurrent = 2000
5 5 MaxTemperature = 250
6 SensorsEnable.<size(s)> = "10"
6 SensorsEnable.<size(s)> = "15"
7 7 SensorsEnable 0 = "True"
8 8 SensorsEnable 1 = "True"
9 9 SensorsEnable 2 = "True"
10 10 SensorsEnable 3 = "True"
11 11 SensorsEnable 4 = "True"
12 12 SensorsEnable 5 = "True"
13 13 SensorsEnable 6 = "True"
14 14 SensorsEnable 7 = "False"
15 15 SensorsEnable 8 = "False"
16 16 SensorsEnable 9 = "False"
17 SensorsDescription.<size(s)> = "10"
17 SensorsEnable 10 = "False"
18 SensorsEnable 11 = "False"
19 SensorsEnable 12 = "False"
20 SensorsEnable 13 = "False"
21 SensorsEnable 14 = "False"
22 SensorsDescription.<size(s)> = "15"
18 23 SensorsDescription 0 = "NI-9212: Ch1"
19 24 SensorsDescription 1 = "NI-9212: Ch2"
20 25 SensorsDescription 2 = "NI-9212: Ch3"
21 26 SensorsDescription 3 = "NI-9212: Ch4"
22 SensorsDescription 4 = "NI-9219: Ch1"
23 SensorsDescription 5 = "NI-9219: Ch2"
24 SensorsDescription 6 = "NI-9219: Ch3"
25 SensorsDescription 7 = ""
26 SensorsDescription 8 = ""
27 SensorsDescription 9 = ""
27 SensorsDescription 4 = "NI-9219_1: Ch1"
28 SensorsDescription 5 = "NI-9219_1: Ch2"
29 SensorsDescription 6 = "NI-9219_1: Ch3"
30 SensorsDescription 7 = "NI-9219_2: Ch1"
31 SensorsDescription 8 = "NI-9219_2: Ch2"
32 SensorsDescription 9 = "NI-9219_2: Ch3"
33 SensorsDescription 10 = "NI-9219_2: Ch4"
34 SensorsDescription 11 = "NI-9219_3: Ch1"
35 SensorsDescription 12 = "NI-9219_3: Ch2"
36 SensorsDescription 13 = "NI-9219_3: Ch3"
37 SensorsDescription 14 = "NI-9219_3: Ch4"
28 38 VoltageDescription.<size(s)> = "4 2"
29 39 VoltageDescription 0 = "NI-9215: Ch1"
30 40 VoltageDescription 1 = "Pr�flingsspannung [V]"
31 41 VoltageDescription 2 = "NI-9215: Ch2"
32 42 VoltageDescription 3 = "Zero Flux- Spannung [V]"
33 43 VoltageDescription 4 = ""
34 44 VoltageDescription 5 = "Strom [A]"
35 45 VoltageDescription 6 = ""
36 46 VoltageDescription 7 = "Widerstand [mOhm]"
37 47 CalibrationPassword = "48c8947f69c054a5caa934674ce8881d02bb18fb59d5a63eeaddff735b0e9801e87294783281ae49fc8287a0fd86779b27d7972d3e84f0fa0d826d7cb67dfefc"
38 48
39 49 [Hardware]
40 50 SimulateDevices = True
41 51 DI_E-Stop = ""
42 52 DI_Setup = ""
43 53 PowerSupply_VISAName = "COM4"
44 54 PowerSupply_Address = "0"
45 55 PowerSupply_Baudrate = "9600"
46 56 PowerSupply_OutputVoltage = "10,000000"
47 57 PowerSupply_OverVoltageProtection = "9,800000"
48 58 PowerSupply_MinCurrent = "0"
49 59 PowerSupply_Check = False
50 60 PowerSupply_WarningPower = "18000,000000"
51 61 PowerSupply_AbortPower = "20000,000000"
52 62 PowerSupply_PID = "FALSE"
53 63 PowerSupply_PID_Time = "0,100000"
54 64 PowerSupply_PID_ProportionalGain = "0,100000"
55 65 PowerSupply_PID_IntegralTime = "0,180000"
56 66 PowerSupply_PID_DerivativeTime = "0,000000"
57 67 AbortCurrentDifference = "0,000000"
58 Measurement_Channels.<size(s)> = "13"
68 Measurement_Channels.<size(s)> = "17"
59 69 Measurement_Channels 0 = "NI9215/ai0"
60 70 Measurement_Channels 1 = "NI9215/ai1"
61 71 Measurement_Channels 2 = "NI9212/ai0"
62 72 Measurement_Channels 3 = "NI9212/ai1"
63 73 Measurement_Channels 4 = "NI9212/ai2"
64 74 Measurement_Channels 5 = "NI9212/ai3"
65 Measurement_Channels 6 = "NI9219/ai0"
66 Measurement_Channels 7 = "NI9219/ai1"
67 Measurement_Channels 8 = "NI9219/ai2"
68 Measurement_Channels 9 = ""
69 Measurement_Channels 10 = ""
70 Measurement_Channels 11 = ""
71 Measurement_Channels 12 = ""
75 Measurement_Channels 6 = "NI9219_1/ai0"
76 Measurement_Channels 7 = "NI9219_1/ai1"
77 Measurement_Channels 8 = "NI9219_1/ai2"
78 Measurement_Channels 9 = "NI9219_2/ai0"
79 Measurement_Channels 10 = "NI9219_2/ai1"
80 Measurement_Channels 11 = "NI9219_2/ai2"
81 Measurement_Channels 12 = "NI9219_2/ai3"
82 Measurement_Channels 13 = "NI9219_3/ai0"
83 Measurement_Channels 14 = "NI9219_3/ai1"
84 Measurement_Channels 15 = "NI9219_3/ai2"
85 Measurement_Channels 16 = "NI9219_3/ai3"
72 86 ShuntResistance = "0,005"
73 87 Measurement_Check = False
74 DMM_VISAName = "NI9219/ai3"
88 DMM_VISAName = "NI9219_1/ai3"
75 89 DMM_ContactLimits = "<size(s)=2> 0,000000 10,000000"
76 TemperatureGain = "<size(s)=10> 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000"
77 TemperatureOffset = "<size(s)=10> 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000"
90 TemperatureGain = "<size(s)=15> 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000"
91 TemperatureOffset = "<size(s)=15> 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000"
78 92 VoltageGain = "<size(s)=4> 1,000000 1,000000 1,000000 1,000000"
79 93 VoltageOffset = "<size(s)=4> 0,000000 0,000000 0,000000 0,000000"
80 94 AllowedContactFails = "2"
81 95
82 96 [HSMP2]
83 97 DMM_Configuration.Maximum = "10,000000"
84 98 DMM_Configuration.Minimum = "0,000000"
85 99 DMM_Configuration.Configuration = "2-Wire"
86 100 DMM_Configuration.CurrentExcitationSource = "Internal"
87 101 DMM_Configuration.CurrentExcitationValue = "0,000500"
88 102 Configuration_AI_Voltage.<size(s)> = "2"
89 103 Configuration_AI_Voltage 0.Maximum = "10,000000"
90 104 Configuration_AI_Voltage 0.Minimum = "-10,000000"
91 105 Configuration_AI_Voltage 0.InputTerminalConfiguration = "Differential"
92 106 Configuration_AI_Voltage 1.Maximum = "10,000000"
93 107 Configuration_AI_Voltage 1.Minimum = "0,000000"
94 108 Configuration_AI_Voltage 1.InputTerminalConfiguration = "Differential"
95 Configuration_AI_Thermocouple.<size(s)> = "10"
109 Configuration_AI_Thermocouple.<size(s)> = "15"
96 110 Configuration_AI_Thermocouple 0.Maximum = "250,000000"
97 111 Configuration_AI_Thermocouple 0.Minimum = "-200,000000"
98 112 Configuration_AI_Thermocouple 0.Type = "K"
99 113 Configuration_AI_Thermocouple 0.CJC_Source = "Built-In"
100 114 Configuration_AI_Thermocouple 0.CJC_Value = "25,000000"
101 115 Configuration_AI_Thermocouple 1.Maximum = "250,000000"
102 116 Configuration_AI_Thermocouple 1.Minimum = "-200,000000"
103 117 Configuration_AI_Thermocouple 1.Type = "K"
104 118 Configuration_AI_Thermocouple 1.CJC_Source = "Built-In"
105 119 Configuration_AI_Thermocouple 1.CJC_Value = "25,000000"
106 120 Configuration_AI_Thermocouple 2.Maximum = "250,000000"
107 121 Configuration_AI_Thermocouple 2.Minimum = "-200,000000"
108 122 Configuration_AI_Thermocouple 2.Type = "K"
109 123 Configuration_AI_Thermocouple 2.CJC_Source = "Built-In"
110 124 Configuration_AI_Thermocouple 2.CJC_Value = "25,000000"
111 125 Configuration_AI_Thermocouple 3.Maximum = "250,000000"
112 126 Configuration_AI_Thermocouple 3.Minimum = "-200,000000"
113 127 Configuration_AI_Thermocouple 3.Type = "K"
114 128 Configuration_AI_Thermocouple 3.CJC_Source = "Built-In"
115 129 Configuration_AI_Thermocouple 3.CJC_Value = "10,000000"
116 130 Configuration_AI_Thermocouple 4.Maximum = "250,000000"
117 131 Configuration_AI_Thermocouple 4.Minimum = "-200,000000"
118 132 Configuration_AI_Thermocouple 4.Type = "K"
119 133 Configuration_AI_Thermocouple 4.CJC_Source = "Built-In"
120 134 Configuration_AI_Thermocouple 4.CJC_Value = "25,000000"
121 135 Configuration_AI_Thermocouple 5.Maximum = "250,000000"
122 136 Configuration_AI_Thermocouple 5.Minimum = "-200,000000"
123 137 Configuration_AI_Thermocouple 5.Type = "K"
124 138 Configuration_AI_Thermocouple 5.CJC_Source = "Built-In"
125 139 Configuration_AI_Thermocouple 5.CJC_Value = "25,000000"
126 140 Configuration_AI_Thermocouple 6.Maximum = "250,000000"
127 141 Configuration_AI_Thermocouple 6.Minimum = "-200,000000"
128 142 Configuration_AI_Thermocouple 6.Type = "K"
129 143 Configuration_AI_Thermocouple 6.CJC_Source = "Built-In"
130 144 Configuration_AI_Thermocouple 6.CJC_Value = "25,000000"
131 145 Configuration_AI_Thermocouple 7.Maximum = "250,000000"
132 146 Configuration_AI_Thermocouple 7.Minimum = "-200,000000"
133 147 Configuration_AI_Thermocouple 7.Type = "K"
134 148 Configuration_AI_Thermocouple 7.CJC_Source = "Built-In"
135 149 Configuration_AI_Thermocouple 7.CJC_Value = "25,000000"
136 150 Configuration_AI_Thermocouple 8.Maximum = "250,000000"
137 151 Configuration_AI_Thermocouple 8.Minimum = "-200,000000"
138 152 Configuration_AI_Thermocouple 8.Type = "K"
139 153 Configuration_AI_Thermocouple 8.CJC_Source = "Built-In"
140 154 Configuration_AI_Thermocouple 8.CJC_Value = "25,000000"
141 155 Configuration_AI_Thermocouple 9.Maximum = "250,000000"
142 156 Configuration_AI_Thermocouple 9.Minimum = "-200,000000"
143 157 Configuration_AI_Thermocouple 9.Type = "K"
144 158 Configuration_AI_Thermocouple 9.CJC_Source = "Built-In"
145 159 Configuration_AI_Thermocouple 9.CJC_Value = "25,000000"
146 Configuration_AI_NI9219_Resistance.<size(s)> = "4"
147 Configuration_AI_NI9219_Resistance 0.Maximum = "10500,000000"
160 Configuration_AI_Thermocouple 10.Maximum = "250,000000"
161 Configuration_AI_Thermocouple 10.Minimum = "-200,000000"
162 Configuration_AI_Thermocouple 10.Type = "K"
163 Configuration_AI_Thermocouple 10.CJC_Source = "Built-In"
164 Configuration_AI_Thermocouple 10.CJC_Value = "25,000000"
165 Configuration_AI_Thermocouple 11.Maximum = "250,000000"
166 Configuration_AI_Thermocouple 11.Minimum = "-200,000000"
167 Configuration_AI_Thermocouple 11.Type = "K"
168 Configuration_AI_Thermocouple 11.CJC_Source = "Built-In"
169 Configuration_AI_Thermocouple 11.CJC_Value = "25,000000"
170 Configuration_AI_Thermocouple 12.Maximum = "250,000000"
171 Configuration_AI_Thermocouple 12.Minimum = "-200,000000"
172 Configuration_AI_Thermocouple 12.Type = "K"
173 Configuration_AI_Thermocouple 12.CJC_Source = "Built-In"
174 Configuration_AI_Thermocouple 12.CJC_Value = "25,000000"
175 Configuration_AI_Thermocouple 13.Maximum = "250,000000"
176 Configuration_AI_Thermocouple 13.Minimum = "-200,000000"
177 Configuration_AI_Thermocouple 13.Type = "K"
178 Configuration_AI_Thermocouple 13.CJC_Source = "Built-In"
179 Configuration_AI_Thermocouple 13.CJC_Value = "10,000000"
180 Configuration_AI_Thermocouple 14.Maximum = "250,000000"
181 Configuration_AI_Thermocouple 14.Minimum = "-200,000000"
182 Configuration_AI_Thermocouple 14.Type = "K"
183 Configuration_AI_Thermocouple 14.CJC_Source = "Built-In"
184 Configuration_AI_Thermocouple 14.CJC_Value = "25,000000"
185 Configuration_AI_NI9219_Resistance.<size(s)> = "11"
186 Configuration_AI_NI9219_Resistance 0.Maximum = "800,000000"
148 187 Configuration_AI_NI9219_Resistance 0.Minimum = "0,000000"
149 Configuration_AI_NI9219_Resistance 0.Configuration = "2-Wire"
188 Configuration_AI_NI9219_Resistance 0.Configuration = "4-Wire"
150 189 Configuration_AI_NI9219_Resistance 0.CurrentExcitationSource = "Internal"
151 190 Configuration_AI_NI9219_Resistance 0.CurrentExcitationValue = "0,000500"
152 191 Configuration_AI_NI9219_Resistance 0.RTD_Type = "Pt3750"
153 192 Configuration_AI_NI9219_Resistance 0.R0 = "1000,000000"
154 193 Configuration_AI_NI9219_Resistance 0.ABC = "<size(s)=3> 1,224312924E-3 2,308955523E-4 3,938074268E-9"
155 Configuration_AI_NI9219_Resistance 1.Maximum = "250,000000"
156 Configuration_AI_NI9219_Resistance 1.Minimum = "-200,000000"
157 Configuration_AI_NI9219_Resistance 1.Configuration = "2-Wire"
194 Configuration_AI_NI9219_Resistance 1.Maximum = "800,000000"
195 Configuration_AI_NI9219_Resistance 1.Minimum = "0,000000"
196 Configuration_AI_NI9219_Resistance 1.Configuration = "4-Wire"
158 197 Configuration_AI_NI9219_Resistance 1.CurrentExcitationSource = "Internal"
159 198 Configuration_AI_NI9219_Resistance 1.CurrentExcitationValue = "0,000500"
160 199 Configuration_AI_NI9219_Resistance 1.RTD_Type = "Pt3750"
161 200 Configuration_AI_NI9219_Resistance 1.R0 = "1000,000000"
162 201 Configuration_AI_NI9219_Resistance 1.ABC = "<size(s)=3> 1,224312924E-3 2,308955523E-4 3,938074268E-9"
163 Configuration_AI_NI9219_Resistance 2.Maximum = "250,000000"
164 Configuration_AI_NI9219_Resistance 2.Minimum = "-200,000000"
202 Configuration_AI_NI9219_Resistance 2.Maximum = "10500,000000"
203 Configuration_AI_NI9219_Resistance 2.Minimum = "0,000000"
165 204 Configuration_AI_NI9219_Resistance 2.Configuration = "2-Wire"
166 205 Configuration_AI_NI9219_Resistance 2.CurrentExcitationSource = "Internal"
167 206 Configuration_AI_NI9219_Resistance 2.CurrentExcitationValue = "0,000500"
168 207 Configuration_AI_NI9219_Resistance 2.RTD_Type = "Pt3750"
169 208 Configuration_AI_NI9219_Resistance 2.R0 = "1000,000000"
170 209 Configuration_AI_NI9219_Resistance 2.ABC = "<size(s)=3> 3,81E-3 -6,02E-7 -6E-12"
171 210 Configuration_AI_NI9219_Resistance 3.Maximum = "250,000000"
172 Configuration_AI_NI9219_Resistance 3.Minimum = "-200,000000"
211 Configuration_AI_NI9219_Resistance 3.Minimum = "0,000000"
173 212 Configuration_AI_NI9219_Resistance 3.Configuration = "2-Wire"
174 213 Configuration_AI_NI9219_Resistance 3.CurrentExcitationSource = "Internal"
175 214 Configuration_AI_NI9219_Resistance 3.CurrentExcitationValue = "0,000500"
176 215 Configuration_AI_NI9219_Resistance 3.RTD_Type = "Pt3750"
177 216 Configuration_AI_NI9219_Resistance 3.R0 = "1000,000000"
178 217 Configuration_AI_NI9219_Resistance 3.ABC = "<size(s)=3> 1,224312924E-3 2,308955523E-4 3,938074268E-9"
179 Configuration_AI_NI9219_Type.<size(s)> = "4"
180 Configuration_AI_NI9219_Type 0 = "Thermocouple"
181 Configuration_AI_NI9219_Type 1 = "Resistance_RTD"
182 Configuration_AI_NI9219_Type 2 = "Resistance_Thermistor"
183 Configuration_AI_NI9219_Type 3 = "Thermocouple"
218 Configuration_AI_NI9219_Resistance 4.Maximum = "10500,000000"
219 Configuration_AI_NI9219_Resistance 4.Minimum = "0,000000"
220 Configuration_AI_NI9219_Resistance 4.Configuration = "2-Wire"
221 Configuration_AI_NI9219_Resistance 4.CurrentExcitationSource = "Internal"
222 Configuration_AI_NI9219_Resistance 4.CurrentExcitationValue = "0,000500"
223 Configuration_AI_NI9219_Resistance 4.RTD_Type = "Pt3750"
224 Configuration_AI_NI9219_Resistance 4.R0 = "1000,000000"
225 Configuration_AI_NI9219_Resistance 4.ABC = "<size(s)=3> 0,001224 0,000231 3,938074E-9"
226 Configuration_AI_NI9219_Resistance 5.Maximum = "250,000000"
227 Configuration_AI_NI9219_Resistance 5.Minimum = "0,000000"
228 Configuration_AI_NI9219_Resistance 5.Configuration = "2-Wire"
229 Configuration_AI_NI9219_Resistance 5.CurrentExcitationSource = "Internal"
230 Configuration_AI_NI9219_Resistance 5.CurrentExcitationValue = "0,000500"
231 Configuration_AI_NI9219_Resistance 5.RTD_Type = "Pt3750"
232 Configuration_AI_NI9219_Resistance 5.R0 = "1000,000000"
233 Configuration_AI_NI9219_Resistance 5.ABC = "<size(s)=3> 0,001224 0,000231 3,938074E-9"
234 Configuration_AI_NI9219_Resistance 6.Maximum = "250,000000"
235 Configuration_AI_NI9219_Resistance 6.Minimum = "0,000000"
236 Configuration_AI_NI9219_Resistance 6.Configuration = "2-Wire"
237 Configuration_AI_NI9219_Resistance 6.CurrentExcitationSource = "Internal"
238 Configuration_AI_NI9219_Resistance 6.CurrentExcitationValue = "0,000500"
239 Configuration_AI_NI9219_Resistance 6.RTD_Type = "Pt3750"
240 Configuration_AI_NI9219_Resistance 6.R0 = "1000,000000"
241 Configuration_AI_NI9219_Resistance 6.ABC = "<size(s)=3> 0,003810 -6,020000E-7 -6,000000E-12"
242 Configuration_AI_NI9219_Resistance 7.Maximum = "250,000000"
243 Configuration_AI_NI9219_Resistance 7.Minimum = "-200,000000"
244 Configuration_AI_NI9219_Resistance 7.Configuration = "4-Wire"
245 Configuration_AI_NI9219_Resistance 7.CurrentExcitationSource = "Internal"
246 Configuration_AI_NI9219_Resistance 7.CurrentExcitationValue = "0,000500"
247 Configuration_AI_NI9219_Resistance 7.RTD_Type = "Pt3750"
248 Configuration_AI_NI9219_Resistance 7.R0 = "1000,000000"
249 Configuration_AI_NI9219_Resistance 7.ABC = "<size(s)=3> 0,001224 0,000231 3,938074E-9"
250 Configuration_AI_NI9219_Resistance 8.Maximum = "200,000000"
251 Configuration_AI_NI9219_Resistance 8.Minimum = "-10,000000"
252 Configuration_AI_NI9219_Resistance 8.Configuration = "4-Wire"
253 Configuration_AI_NI9219_Resistance 8.CurrentExcitationSource = "Internal"
254 Configuration_AI_NI9219_Resistance 8.CurrentExcitationValue = "0,000500"
255 Configuration_AI_NI9219_Resistance 8.RTD_Type = "Pt3750"
256 Configuration_AI_NI9219_Resistance 8.R0 = "1000,000000"
257 Configuration_AI_NI9219_Resistance 8.ABC = "<size(s)=3> 0,001224 0,000231 3,938074E-9"
258 Configuration_AI_NI9219_Resistance 9.Maximum = "250,000000"
259 Configuration_AI_NI9219_Resistance 9.Minimum = "0,000000"
260 Configuration_AI_NI9219_Resistance 9.Configuration = "4-Wire"
261 Configuration_AI_NI9219_Resistance 9.CurrentExcitationSource = "Internal"
262 Configuration_AI_NI9219_Resistance 9.CurrentExcitationValue = "0,000500"
263 Configuration_AI_NI9219_Resistance 9.RTD_Type = "Pt3750"
264 Configuration_AI_NI9219_Resistance 9.R0 = "1000,000000"
265 Configuration_AI_NI9219_Resistance 9.ABC = "<size(s)=3> 0,001224 0,000231 3,938074E-9"
266 Configuration_AI_NI9219_Resistance 10.Maximum = "250,000000"
267 Configuration_AI_NI9219_Resistance 10.Minimum = "0,000000"
268 Configuration_AI_NI9219_Resistance 10.Configuration = "2-Wire"
269 Configuration_AI_NI9219_Resistance 10.CurrentExcitationSource = "Internal"
270 Configuration_AI_NI9219_Resistance 10.CurrentExcitationValue = "0,000500"
271 Configuration_AI_NI9219_Resistance 10.RTD_Type = "Pt3750"
272 Configuration_AI_NI9219_Resistance 10.R0 = "1000,000000"
273 Configuration_AI_NI9219_Resistance 10.ABC = "<size(s)=3> 0,003810 -6,020000E-7 -6,000000E-12"
274 Configuration_AI_NI9219_Type.<size(s)> = "11"
275 Configuration_AI_NI9219_Type 0 = "RTD"
276 Configuration_AI_NI9219_Type 1 = "RTD"
277 Configuration_AI_NI9219_Type 2 = "Resistance_RTD"
278 Configuration_AI_NI9219_Type 3 = "Resistance_Thermistor"
279 Configuration_AI_NI9219_Type 4 = "Resistance_Thermistor"
280 Configuration_AI_NI9219_Type 5 = "Resistance_Thermistor"
281 Configuration_AI_NI9219_Type 6 = "Resistance_Thermistor"
282 Configuration_AI_NI9219_Type 7 = "RTD"
283 Configuration_AI_NI9219_Type 8 = "RTD"
284 Configuration_AI_NI9219_Type 9 = "RTD"
285 Configuration_AI_NI9219_Type 10 = "Resistance_RTD"
184 286 POS_Config.IP = "10.1.2.1"
185 287 POS_Config.Port = "502"
186 288 POS_AxesNames.<size(s)> = "3"
187 289 POS_AxesNames 0 = "X"
188 290 POS_AxesNames 1 = "Y"
189 291 POS_AxesNames 2 = "Z"
190 292 POS_Reference_Axes = "<size(s)=3> 1,000000 1,000000 110,000000"
191 293 POS_Limits_Axis1 = "<size(s)=2> 0 210"
192 294 POS_Limits_Axis2 = "<size(s)=2> 0 242"
193 295 POS_Limits_Axis3 = "<size(s)=2> 0 111"
194 296 POS_AxesFlipped.<size(s)> = "3"
195 297 POS_AxesFlipped 0 = "True"
196 298 POS_AxesFlipped 1 = "True"
197 299 POS_AxesFlipped 2 = "False"
198 300 Pos_MaxVelocity = "300"
199 301 Pos_MaxAcceleration = "15000"
200 302 Pos_MaxJerk = "140000"
201 303 Pos_DO_E-Stop_Index = "0"
202 304 Pos_DO_Setup_Index = "1"
203 305
204 306 [DefaultValues]
205 307 WorkingStroke = "0"
206 MaxTemperature = "<size(s)=10> 50,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000"
308 MaxTemperature = "<size(s)=15> 50,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000"
207 309 MeasurementTime = "1"
208 310 NominalCurrent = "0"
209 311 TableControl = False
210 SensorsColor = "<size(s)=10> 16776960 16711680 16744448 16744640 16711935 10879142 8388863 8421631 423327 9567230"
211 Sensors+.<size(s)> = "10"
312 SensorsColor = "<size(s)=15> 16776960 16711680 16744448 16744640 16711935 10879142 8388863 8421631 423327 9567230 14869218 14869218 14869218 14869218 14869218"
313 Sensors+.<size(s)> = "15"
212 314 Sensors+ 0 = "True"
213 315 Sensors+ 1 = "True"
214 316 Sensors+ 2 = "True"
215 317 Sensors+ 3 = "True"
216 318 Sensors+ 4 = "False"
217 319 Sensors+ 5 = "False"
218 320 Sensors+ 6 = "False"
219 321 Sensors+ 7 = "False"
220 322 Sensors+ 8 = "False"
221 323 Sensors+ 9 = "False"
222 SensorsFunction.<size(s)> = "10"
324 Sensors+ 10 = "False"
325 Sensors+ 11 = "False"
326 Sensors+ 12 = "False"
327 Sensors+ 13 = "False"
328 Sensors+ 14 = "False"
329 SensorsFunction.<size(s)> = "15"
223 330 SensorsFunction 0 = "Umgebungstemperatur"
224 331 SensorsFunction 1 = "Pr�flingstemperatur"
225 332 SensorsFunction 2 = "Temperatur 3"
226 333 SensorsFunction 3 = "Temperatur 4"
227 334 SensorsFunction 4 = "Temperatur 5"
228 335 SensorsFunction 5 = "Temperatur 6"
229 336 SensorsFunction 6 = "Temperatur 7"
230 337 SensorsFunction 7 = "Temperatur 8"
231 338 SensorsFunction 8 = "Temperatur 9"
232 339 SensorsFunction 9 = "Temperatur 10"
340 SensorsFunction 10 = "Temperatur 11"
341 SensorsFunction 11 = "Temperatur 12"
342 SensorsFunction 12 = "Temperatur 13"
343 SensorsFunction 13 = "Temperatur 14"
344 SensorsFunction 14 = "Temperatur 15"
233 345 MovingParameter.Velocity = "20,000000"
234 346 MovingParameter.Acceleration = "50,000000"
235 347 MovingParameter.Jerk = "140000,000000"
236 348 Learning_Steps.X = "1,000000"
237 349 Learning_Steps.Y = "1,000000"
238 350 Learning_Steps.Z = "1,000000"
239 351
240 352 [Pathes]
241 353 User = "C:\Work\CurrentTester\support\User.txt"
242 354 ReportsFolder = "C:\Work\CurrentTester\support\ResultData_HSMP2"
243 355 ProtocolsFolder = "C:\Work\CurrentTester\support\ResultData_HSMP2\Protocols"
244 356 CurrentProfilesFolder = "C:\Work\CurrentTester\support\CurrentProfiles"
245 357 Applicants = "C:\Work\CurrentTester\support\Applicants.txt"
246 358
247 359 [Report]
248 360 FileNameFormat = "%s_TestResults.txt"
249 361 ReportNameFormat = "%s_TestReport_%s.xlsx"
250 362 ReportTemplate_German = "C:\Work\CurrentTester\support\ReportTemplates\TemplateGerman.xlsx"
251 363 ReportTemplate_English = "C:\Work\CurrentTester\support\ReportTemplates\TemplateEnglish.xlsx"
252 364
253 365 [Protocol]
254 366 ProtocolNameFormat = "%s_A%d_Report_%s.docx"
255 367 ProtocolTemplate_German = "C:\Work\CurrentTester\support\ReportTemplates\ProtocolTemplateGerman.dotx"
256 368 ProtocolTemplate_English = "C:\Work\CurrentTester\support\ReportTemplates\ProtocolTemplateEnglish.dotx"
257 369 ProtocolComment_German = "Alle Messungen sind mit einem galvanisch isoliertem Thermosensor Type K durchf�hrt worden.\0ADie Testergebnisse und Auswertungen beziehen sich ausschlie�lich auf die Muster, die zu diesem Test unter Laborbedingungen verwendet wurden und auf den verwendeten Testaufbau!"
258 370 ProtocolComment_English = "All measurements were carried out with a galvanically isolated Type K thermal sensors.\0AThe test results and evaluations refer exclusively to the samples that were used for this test under laboratory conditions and to the test setup used!"
259 371 ProtocolDataFolderName = "Bilder|Messungen"
260 372
261 373 [StateMessages]
262 374 Info.<size(s)> = "28"
263 375 Info 0 = "Aktivierter Not-Halt oder eine T�r steht offen! Ein Teststart ist nicht m�glich"
264 376 Info 1 = "Zum Anlegen eines neuen Tests "Neuer Test" klicken"
265 377 Info 2 = "Grunddaten anlegen oder bestehenden Test �ffnen"
266 378 Info 3 = "Testdaten anlegen"
267 379 Info 4 = "Der Schl�sselschalter muss in die Position "Automatik" gebracht werden und die automatische Achsensteuerung soll aktiviert werden um den Test starten zu k�nnen oder den Strom manuell einzustellen!"
268 380 Info 5 = "Test geladen"
269 381 Info 6 = "Laufende Pr�fung..."
270 382 Info 7 = "Pr�fung erfolgreich abgeschlossen"
271 383 Info 8 = "Fehler aufgetreten!"
272 384 Info 9 = "Test abgebrochen!"
273 385 Info 10 = "Test abgebrochen! Maximale Temperatur wurde �berschritten"
274 386 Info 11 = "Test abgebrochen! Fehlerhafte Kontaktierung"
275 387 Info 12 = "Test abgebrochen! Messrate ist zu hoch"
276 388 Info 13 = "Test abgebrochen! Stromprofil- Generierung ist fehlgeschlagen"
277 389 Info 14 = "Test abgebrochen! Eingestellte Abschaltleistung der Stromquelle wurde erreicht"
278 390 Info 15 = "Test abgebrochen! Gemessener Strom liegt au�erhalb des definierten Bereichs"
279 391 Info 16 = "Testprotokoll wird erstellt... Bitte warten"
280 392 Info 17 = "Testprotokoll erstellt"
281 393 Info 18 = "Der letzte Test ist geladen..."
282 394 Info 19 = "Testdaten zur Testberichterstellung laden und ausw�hlen"
283 395 Info 20 = "Testbericht wird erstellt... Bitte warten"
284 396 Info 21 = "Testbericht erstellt"
285 397 Info 22 = "Achsen werden initialisiert..."
286 398 Info 23 = "Referenzfahrt l�uft..."
287 399 Info 24 = "X-Achse wird referenziert..."
288 400 Info 25 = "Y-Achse wird referenziert..."
289 401 Info 26 = "Z-Achse wird referenziert..."
290 402 Info 27 = "Position wird angefahren..."
291 403 Result.<size(s)> = "28"
292 404 Result 0 = "Not-Halt"
293 405 Result 1 = ""
294 406 Result 2 = "Bereit"
295 407 Result 3 = "Bereit"
296 408 Result 4 = "Einrichtbetrieb"
297 409 Result 5 = "Bereit"
298 410 Result 6 = "Pr�fung l�uft"
299 411 Result 7 = "Pr�fung fertig"
300 412 Result 8 = "Fehler"
301 413 Result 9 = "Pr�fung Stop"
302 414 Result 10 = "Pr�fung Stop"
303 415 Result 11 = "Pr�fung Stop"
304 416 Result 12 = "Pr�fung Stop"
305 417 Result 13 = "Pr�fung Stop"
306 418 Result 14 = "Pr�fung Stop"
307 419 Result 15 = "Pr�fung Stop"
308 420 Result 16 = "Bereit"
309 421 Result 17 = "Bereit"
310 422 Result 18 = "Bereit"
311 423 Result 19 = "Bereit"
312 424 Result 20 = "Bereit"
313 425 Result 21 = "Bereit"
314 426 Result 22 = ""
315 427 Result 23 = "Einrichtbetrieb"
316 428 Result 24 = "Einrichtbetrieb"
317 429 Result 25 = "Einrichtbetrieb"
318 430 Result 26 = "Einrichtbetrieb"
319 431 Result 27 = "Einrichtbetrieb"
320 432
321 433 [DialogMessages]
322 434 Messages.<size(s)> = "7"
323 435 Messages 0 = "Achtung Einrichtbetrieb!\0AM�gliche Gefahren:\0A-Klemmgefahr\0A-Hei�e Oberfl�chen\0A-Lichtbogen"
324 436 Messages 1 = "Bitte achten Sie darauf, dass die hellblau markierten Felder in der gew�hlten Sprache sind"
325 437 Messages 2 = "Geben Sie die f�r die Testberichterstellung erforderlichen Daten ein. Bitte achten Sie darauf, dass die hellblau markierten Felder in der gew�hlten Sprache sind"
326 438 Messages 3 = "\0A\0A\0ADas Stromprofil f�r die gew�hlte Datengruppe ist nicht identisch!\0ABitte die Datenreihe mit dem nicht passenden Stromprofil entfernen"
327 439 Messages 4 = "W�hlen Sie eine Testkonfigurationsdatei zum Laden aus"
328 440 Messages 5 = "W�hlen Sie einen Ordner aus, der die Testergebnisse zum Laden enth�lt"
329 441 Messages 6 = "W�hlen Sie einen ID-Ordner aus, der alle Testergebnisse zum Laden enth�lt" No newline at end of file
@@ -1,227 +1,257
1 1 [Tester]
2 2 TesterType = "HSMP1"
3 3 TesterName = "Hochstrommessplatz 1"
4 4 MaxCurrent = 600
5 5 MaxTemperature = 250
6 SensorsEnable.<size(s)> = "10"
6 SensorsEnable.<size(s)> = "15"
7 7 SensorsEnable 0 = "True"
8 8 SensorsEnable 1 = "True"
9 9 SensorsEnable 2 = "True"
10 10 SensorsEnable 3 = "True"
11 11 SensorsEnable 4 = "True"
12 12 SensorsEnable 5 = "False"
13 13 SensorsEnable 6 = "False"
14 14 SensorsEnable 7 = "False"
15 15 SensorsEnable 8 = "False"
16 16 SensorsEnable 9 = "False"
17 SensorsDescription.<size(s)> = "10"
17 SensorsEnable 10 = "False"
18 SensorsEnable 11 = "False"
19 SensorsEnable 12 = "False"
20 SensorsEnable 13 = "False"
21 SensorsEnable 14 = "False"
22 SensorsDescription.<size(s)> = "15"
18 23 SensorsDescription 0 = "Keithley: Ch6"
19 24 SensorsDescription 1 = "Keithley: Ch7"
20 25 SensorsDescription 2 = "Keithley: Ch8"
21 26 SensorsDescription 3 = "Keithley: Ch9"
22 27 SensorsDescription 4 = "Keithley: Ch10"
23 28 SensorsDescription 5 = ""
24 29 SensorsDescription 6 = ""
25 30 SensorsDescription 7 = ""
26 31 SensorsDescription 8 = ""
27 32 SensorsDescription 9 = ""
33 SensorsDescription 10 = ""
34 SensorsDescription 11 = ""
35 SensorsDescription 12 = ""
36 SensorsDescription 13 = ""
37 SensorsDescription 14 = ""
28 38 VoltageDescription.<size(s)> = "4 2"
29 39 VoltageDescription 0 = "Keithley: Ch2"
30 40 VoltageDescription 1 = "Pr�flingsspannung [V]"
31 41 VoltageDescription 2 = "Keithley: Ch4"
32 42 VoltageDescription 3 = "Shunt- Spannung [V]"
33 43 VoltageDescription 4 = ""
34 44 VoltageDescription 5 = "Strom [A]"
35 45 VoltageDescription 6 = ""
36 46 VoltageDescription 7 = "Widerstand [mOhm]"
37 47 CalibrationPassword = "48c8947f69c054a5caa934674ce8881d02bb18fb59d5a63eeaddff735b0e9801e87294783281ae49fc8287a0fd86779b27d7972d3e84f0fa0d826d7cb67dfefc"
38 48
39 49 [Hardware]
40 50 SimulateDevices = True
41 51 DI_E-Stop = "Dev1/port1/line0"
42 52 DI_Setup = ""
43 53 PowerSupply_VISAName = "COM2"
44 54 PowerSupply_Address = "6"
45 55 PowerSupply_Baudrate = "9600"
46 56 PowerSupply_OutputVoltage = "8,000000"
47 57 PowerSupply_OverVoltageProtection = "9,000000"
48 58 PowerSupply_MinCurrent = "1"
49 59 PowerSupply_Check = False
50 60 PowerSupply_WarningPower = "4700,000000"
51 61 PowerSupply_AbortPower = "4750,000000"
52 62 PowerSupply_PID = "False"
53 63 PowerSupply_PID_Time = "0,100000"
54 64 PowerSupply_PID_ProportionalGain = "0,100000"
55 65 PowerSupply_PID_IntegralTime = "0,180000"
56 66 PowerSupply_PID_DerivativeTime = "0,000000"
57 67 AbortCurrentDifference = "0"
58 Measurement_Channels.<size(s)> = "13"
68 Measurement_Channels.<size(s)> = "17"
59 69 Measurement_Channels 0 = "112"
60 70 Measurement_Channels 1 = "102"
61 71 Measurement_Channels 2 = "104"
62 72 Measurement_Channels 3 = "106"
63 73 Measurement_Channels 4 = "107"
64 74 Measurement_Channels 5 = "108"
65 75 Measurement_Channels 6 = "109"
66 76 Measurement_Channels 7 = "110"
67 77 Measurement_Channels 8 = ""
68 78 Measurement_Channels 9 = ""
69 79 Measurement_Channels 10 = ""
70 80 Measurement_Channels 11 = ""
71 81 Measurement_Channels 12 = ""
82 Measurement_Channels 13 = ""
83 Measurement_Channels 14 = ""
84 Measurement_Channels 15 = ""
85 Measurement_Channels 16 = ""
72 86 ShuntResistance = 0,00006
73 87 Measurement_Check = False
74 88 DMM_VISAName = "COM1"
75 89 DMM_ContactLimits = "<size(s)=2> 0,0 10,0"
76 TemperatureGain = "<size(s)=10> 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000"
77 TemperatureOffset = "<size(s)=10> 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000"
90 TemperatureGain = "<size(s)=15> 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000"
91 TemperatureOffset = "<size(s)=15> 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000"
78 92 VoltageGain = "<size(s)=4> 1,000000 1,000000 1,000000 1,000000"
79 93 VoltageOffset = "<size(s)=4> 0,000000 0,000000 0,000000 0,000000"
80 94 AllowedContactFails = "2"
81 95
82 96 [HSMP1]
83 97 DMM_Baudrate = "9600"
84 98 Measurement_Channels_AutoRange.<size(s)> = "13"
85 99 Measurement_Channels_AutoRange 0 = "FALSE"
86 100 Measurement_Channels_AutoRange 1 = "TRUE"
87 101 Measurement_Channels_AutoRange 2 = "TRUE"
88 102 Measurement_Channels_AutoRange 3 = "TRUE"
89 103 Measurement_Channels_AutoRange 4 = "TRUE"
90 104 Measurement_Channels_AutoRange 5 = "TRUE"
91 105 Measurement_Channels_AutoRange 6 = "TRUE"
92 106 Measurement_Channels_AutoRange 7 = "TRUE"
93 107 Measurement_Channels_AutoRange 8 = "TRUE"
94 108 Measurement_Channels_AutoRange 9 = "TRUE"
95 109 Measurement_Channels_AutoRange 10 = "TRUE"
96 110 Measurement_Channels_AutoRange 11 = "TRUE"
97 111 Measurement_Channels_AutoRange 12 = "TRUE"
98 112 Measurement_Channels_Range = "<size(s)=13> 30,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000"
99 113 Measurement_Channels_Resolution.<size(s)> = "13"
100 114 Measurement_Channels_Resolution 0 = "6.5"
101 115 Measurement_Channels_Resolution 1 = "6.5"
102 116 Measurement_Channels_Resolution 2 = "6.5"
103 117 Measurement_Channels_Resolution 3 = "6.5"
104 118 Measurement_Channels_Resolution 4 = "6.5"
105 119 Measurement_Channels_Resolution 5 = "6.5"
106 120 Measurement_Channels_Resolution 6 = "6.5"
107 121 Measurement_Channels_Resolution 7 = "6.5"
108 122 Measurement_Channels_Resolution 8 = "6.5"
109 123 Measurement_Channels_Resolution 9 = "6.5"
110 124 Measurement_Channels_Resolution 10 = "6.5"
111 125 Measurement_Channels_Resolution 11 = "6.5"
112 126 Measurement_Channels_Resolution 12 = "6.5"
113 127 Resistance_Function = "Resistance"
114 128 Resistance_OffsetCompensation = "FALSE"
115 129 TableControl_Out_LiftTable = "Dev1/port0/line5"
116 130 TableControl_Out_SettingMode.<size(s)> = "2"
117 131 TableControl_Out_SettingMode 0 = "Dev1/port0/line0"
118 132 TableControl_Out_SettingMode 1 = "Dev1/port0/line1"
119 133
120 134 [DefaultValues]
121 135 WorkingStroke = "0"
122 MaxTemperature = "<size(s)=10> 50,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000"
136 MaxTemperature = "<size(s)=15> 50,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000"
123 137 MeasurementTime = "1"
124 138 NominalCurrent = "0"
125 139 TableControl = False
126 SensorsColor = "<size(s)=10> 16776960 16711680 16744448 16744640 16711935 10879142 8388863 8421631 423327 9567230"
127 Sensors+.<size(s)> = "10"
140 SensorsColor = "<size(s)=15> 16776960 16711680 16744448 16744640 16711935 10879142 8388863 8421631 423327 9567230 14869218 14869218 14869218 14869218 14869218"
141 Sensors+.<size(s)> = "15"
128 142 Sensors+ 0 = "True"
129 143 Sensors+ 1 = "True"
130 144 Sensors+ 2 = "True"
131 145 Sensors+ 3 = "True"
132 Sensors+ 4 = "True"
146 Sensors+ 4 = "False"
133 147 Sensors+ 5 = "False"
134 148 Sensors+ 6 = "False"
135 149 Sensors+ 7 = "False"
136 150 Sensors+ 8 = "False"
137 151 Sensors+ 9 = "False"
138 SensorsFunction.<size(s)> = "10"
152 Sensors+ 10 = "False"
153 Sensors+ 11 = "False"
154 Sensors+ 12 = "False"
155 Sensors+ 13 = "False"
156 Sensors+ 14 = "False"
157 SensorsFunction.<size(s)> = "15"
139 158 SensorsFunction 0 = "Umgebungstemperatur"
140 159 SensorsFunction 1 = "Pr�flingstemperatur"
141 160 SensorsFunction 2 = "Temperatur 3"
142 161 SensorsFunction 3 = "Temperatur 4"
143 162 SensorsFunction 4 = "Temperatur 5"
144 163 SensorsFunction 5 = "Temperatur 6"
145 164 SensorsFunction 6 = "Temperatur 7"
146 165 SensorsFunction 7 = "Temperatur 8"
147 166 SensorsFunction 8 = "Temperatur 9"
148 167 SensorsFunction 9 = "Temperatur 10"
168 SensorsFunction 10 = "Temperatur 11"
169 SensorsFunction 11 = "Temperatur 12"
170 SensorsFunction 12 = "Temperatur 13"
171 SensorsFunction 13 = "Temperatur 14"
172 SensorsFunction 14 = "Temperatur 15"
173 MovingParameter.Velocity = "20,000000"
174 MovingParameter.Acceleration = "50,000000"
175 MovingParameter.Jerk = "140000,000000"
176 Learning_Steps.X = "1,000000"
177 Learning_Steps.Y = "1,000000"
178 Learning_Steps.Z = "1,000000"
149 179
150 180 [Pathes]
151 181 User = "C:\Work\CurrentTester\support\User.txt"
152 182 ReportsFolder = "C:\Work\CurrentTester\support\ResultData_HSMP1"
153 183 ProtocolsFolder = "C:\Work\CurrentTester\support\ResultData_HSMP1\Protocols"
154 184 CurrentProfilesFolder = "C:\Work\CurrentTester\support\CurrentProfiles"
155 185 Applicants = "C:\Work\CurrentTester\support\Applicants.txt"
156 186
157 187 [Report]
158 188 FileNameFormat = "%s_TestResults.txt"
159 189 ReportNameFormat = "%s_TestReport_%s.xlsx"
160 190 ReportTemplate_German = "C:\Work\CurrentTester\support\ReportTemplates\TemplateGerman.xlsx"
161 191 ReportTemplate_English = "C:\Work\CurrentTester\support\ReportTemplates\TemplateEnglish.xlsx"
162 192
163 193 [Protocol]
164 194 ProtocolNameFormat = "%s_A%d_Report_%s.docx"
165 195 ProtocolTemplate_German = "C:\Work\CurrentTester\support\ReportTemplates\ProtocolTemplateGerman.dotx"
166 196 ProtocolTemplate_English = "C:\Work\CurrentTester\support\ReportTemplates\ProtocolTemplateEnglish.dotx"
167 197 ProtocolComment_German = "Alle Messungen sind mit einem galvanisch isoliertem Thermosensor Type K durchf�hrt worden.\0ADie Testergebnisse und Auswertungen beziehen sich ausschlie�lich auf die Muster, die zu diesem Test unter Laborbedingungen verwendet wurden und auf den verwendeten Testaufbau!"
168 198 ProtocolComment_English = "All measurements were carried out with a galvanically isolated Type K thermal sensors.\0AThe test results and evaluations refer exclusively to the samples that were used for this test under laboratory conditions and to the test setup used!"
169 199 ProtocolDataFolderName = "Bilder|Messungen"
170 200
171 201 [StateMessages]
172 202 Info.<size(s)> = "22"
173 203 Info 0 = "Aktivierter Not-Halt oder eine T�r steht offen! Ein Teststart ist nicht m�glich"
174 204 Info 1 = "Zum Anlegen eines neuen Tests "Neuer Test" klicken"
175 205 Info 2 = "Grunddaten anlegen oder bestehenden Test �ffnen"
176 206 Info 3 = "Testdaten anlegen"
177 207 Info 4 = "Der Schl�sselschalter muss in die Position "Einrichten" gebracht werden um die Einrichtbuttons zu aktivieren oder in die Position "Automatik" um den Test starten zu k�nnen oder den Strom manuell einzustellen!"
178 208 Info 5 = "Test geladen"
179 209 Info 6 = "Laufende Pr�fung..."
180 210 Info 7 = "Pr�fung erfolgreich abgeschlossen"
181 211 Info 8 = "Fehler aufgetreten!"
182 212 Info 9 = "Test abgebrochen!"
183 213 Info 10 = "Test abgebrochen! Maximale Temperatur wurde �berschritten"
184 214 Info 11 = "Test abgebrochen! Fehlerhafte Kontaktierung"
185 215 Info 12 = "Test abgebrochen! Messrate ist zu hoch"
186 216 Info 13 = "Test abgebrochen! Stromprofil- Generierung ist fehlgeschlagen"
187 217 Info 14 = "Test abgebrochen! Eingestellte Abschaltleistung der Stromquelle wurde erreicht"
188 218 Info 15 = "Test abgebrochen! Gemessener Strom liegt au�erhalb des definierten Bereichs"
189 219 Info 16 = "Testprotokoll wird erstellt... Bitte warten"
190 220 Info 17 = "Testprotokoll erstellt"
191 221 Info 18 = "Der letzte Test ist geladen..."
192 222 Info 19 = "Testdaten zur Testberichterstellung laden und ausw�hlen"
193 223 Info 20 = "Testbericht wird erstellt... Bitte warten"
194 224 Info 21 = "Testbericht erstellt"
195 225 Result.<size(s)> = "22"
196 226 Result 0 = "Not-Halt"
197 227 Result 1 = ""
198 228 Result 2 = "Bereit"
199 229 Result 3 = "Bereit"
200 230 Result 4 = "Einrichtbetrieb"
201 231 Result 5 = "Bereit"
202 232 Result 6 = "Pr�fung l�uft"
203 233 Result 7 = "Pr�fung fertig"
204 234 Result 8 = "Fehler"
205 235 Result 9 = "Pr�fung Stop"
206 236 Result 10 = "Pr�fung Stop"
207 237 Result 11 = "Pr�fung Stop"
208 238 Result 12 = "Pr�fung Stop"
209 239 Result 13 = "Pr�fung Stop"
210 240 Result 14 = "Pr�fung Stop"
211 241 Result 15 = "Pr�fung Stop"
212 242 Result 16 = "Bereit"
213 243 Result 17 = "Bereit"
214 244 Result 18 = "Bereit"
215 245 Result 19 = "Bereit"
216 246 Result 20 = "Bereit"
217 247 Result 21 = "Bereit"
218 248
219 249 [DialogMessages]
220 250 Messages.<size(s)> = "7"
221 251 Messages 0 = "Achtung Einrichtbetrieb!\0AM�gliche Gefahren:\0A-Klemmgefahr\0A-Hei�e Oberfl�chen\0A-Lichtbogen"
222 252 Messages 1 = "Bitte achten Sie darauf, dass die hellblau markierten Felder in der gew�hlten Sprache sind"
223 253 Messages 2 = "Geben Sie die f�r die Testberichterstellung erforderlichen Daten ein. Bitte achten Sie darauf, dass die hellblau markierten Felder in der gew�hlten Sprache sind"
224 254 Messages 3 = "\0A\0A\0ADas Stromprofil f�r die gew�hlte Datengruppe ist nicht identisch!\0ABitte die Datenreihe mit dem nicht passenden Stromprofil entfernen"
225 255 Messages 4 = "W�hlen Sie eine Testkonfigurationsdatei zum Laden aus"
226 256 Messages 5 = "W�hlen Sie einen Ordner aus, der die Testergebnisse zum Laden enth�lt"
227 257 Messages 6 = "W�hlen Sie einen ID-Ordner aus, der alle Testergebnisse zum Laden enth�lt" No newline at end of file
@@ -1,329 +1,441
1 1 [Tester]
2 2 TesterType = "HSMP2"
3 3 TesterName = "Hochstrommessplatz 2"
4 4 MaxCurrent = 2000
5 5 MaxTemperature = 250
6 SensorsEnable.<size(s)> = "10"
6 SensorsEnable.<size(s)> = "15"
7 7 SensorsEnable 0 = "True"
8 8 SensorsEnable 1 = "True"
9 9 SensorsEnable 2 = "True"
10 10 SensorsEnable 3 = "True"
11 11 SensorsEnable 4 = "True"
12 12 SensorsEnable 5 = "True"
13 13 SensorsEnable 6 = "True"
14 SensorsEnable 7 = "False"
15 SensorsEnable 8 = "False"
16 SensorsEnable 9 = "False"
17 SensorsDescription.<size(s)> = "10"
14 SensorsEnable 7 = "True"
15 SensorsEnable 8 = "True"
16 SensorsEnable 9 = "True"
17 SensorsEnable 10 = "True"
18 SensorsEnable 11 = "True"
19 SensorsEnable 12 = "True"
20 SensorsEnable 13 = "True"
21 SensorsEnable 14 = "True"
22 SensorsDescription.<size(s)> = "15"
18 23 SensorsDescription 0 = "NI-9212: Ch1"
19 24 SensorsDescription 1 = "NI-9212: Ch2"
20 25 SensorsDescription 2 = "NI-9212: Ch3"
21 26 SensorsDescription 3 = "NI-9212: Ch4"
22 SensorsDescription 4 = "NI-9219: Ch1"
23 SensorsDescription 5 = "NI-9219: Ch2"
24 SensorsDescription 6 = "NI-9219: Ch3"
25 SensorsDescription 7 = ""
26 SensorsDescription 8 = ""
27 SensorsDescription 9 = ""
27 SensorsDescription 4 = "NI-9219_1: Ch1"
28 SensorsDescription 5 = "NI-9219_1: Ch2"
29 SensorsDescription 6 = "NI-9219_1: Ch3"
30 SensorsDescription 7 = "NI-9219_2: Ch1"
31 SensorsDescription 8 = "NI-9219_2: Ch2"
32 SensorsDescription 9 = "NI-9219_2: Ch3"
33 SensorsDescription 10 = "NI-9219_2: Ch4"
34 SensorsDescription 11 = "NI-9219_3: Ch1"
35 SensorsDescription 12 = "NI-9219_3: Ch2"
36 SensorsDescription 13 = "NI-9219_3: Ch3"
37 SensorsDescription 14 = "NI-9219_3: Ch4"
28 38 VoltageDescription.<size(s)> = "4 2"
29 39 VoltageDescription 0 = "NI-9215: Ch1"
30 40 VoltageDescription 1 = "Pr�flingsspannung [V]"
31 41 VoltageDescription 2 = "NI-9215: Ch2"
32 42 VoltageDescription 3 = "Zero Flux- Spannung [V]"
33 43 VoltageDescription 4 = ""
34 44 VoltageDescription 5 = "Strom [A]"
35 45 VoltageDescription 6 = ""
36 46 VoltageDescription 7 = "Widerstand [mOhm]"
37 47 CalibrationPassword = "48c8947f69c054a5caa934674ce8881d02bb18fb59d5a63eeaddff735b0e9801e87294783281ae49fc8287a0fd86779b27d7972d3e84f0fa0d826d7cb67dfefc"
38 48
39 49 [Hardware]
40 50 SimulateDevices = True
41 51 DI_E-Stop = ""
42 52 DI_Setup = ""
43 53 PowerSupply_VISAName = "COM4"
44 54 PowerSupply_Address = "0"
45 55 PowerSupply_Baudrate = "9600"
46 56 PowerSupply_OutputVoltage = "10,000000"
47 57 PowerSupply_OverVoltageProtection = "9,800000"
48 58 PowerSupply_MinCurrent = "0"
49 59 PowerSupply_Check = False
50 60 PowerSupply_WarningPower = "18000,000000"
51 61 PowerSupply_AbortPower = "20000,000000"
52 62 PowerSupply_PID = "FALSE"
53 63 PowerSupply_PID_Time = "0,100000"
54 64 PowerSupply_PID_ProportionalGain = "0,100000"
55 65 PowerSupply_PID_IntegralTime = "0,180000"
56 66 PowerSupply_PID_DerivativeTime = "0,000000"
57 67 AbortCurrentDifference = "0,000000"
58 Measurement_Channels.<size(s)> = "13"
68 Measurement_Channels.<size(s)> = "17"
59 69 Measurement_Channels 0 = "NI9215/ai0"
60 70 Measurement_Channels 1 = "NI9215/ai1"
61 71 Measurement_Channels 2 = "NI9212/ai0"
62 72 Measurement_Channels 3 = "NI9212/ai1"
63 73 Measurement_Channels 4 = "NI9212/ai2"
64 74 Measurement_Channels 5 = "NI9212/ai3"
65 Measurement_Channels 6 = "NI9219/ai0"
66 Measurement_Channels 7 = "NI9219/ai1"
67 Measurement_Channels 8 = "NI9219/ai2"
68 Measurement_Channels 9 = ""
69 Measurement_Channels 10 = ""
70 Measurement_Channels 11 = ""
71 Measurement_Channels 12 = ""
75 Measurement_Channels 6 = "NI9219_1/ai0"
76 Measurement_Channels 7 = "NI9219_1/ai1"
77 Measurement_Channels 8 = "NI9219_1/ai2"
78 Measurement_Channels 9 = "NI9219_2/ai0"
79 Measurement_Channels 10 = "NI9219_2/ai1"
80 Measurement_Channels 11 = "NI9219_2/ai2"
81 Measurement_Channels 12 = "NI9219_2/ai3"
82 Measurement_Channels 13 = "NI9219_3/ai0"
83 Measurement_Channels 14 = "NI9219_3/ai1"
84 Measurement_Channels 15 = "NI9219_3/ai2"
85 Measurement_Channels 16 = "NI9219_3/ai3"
72 86 ShuntResistance = "0,005"
73 87 Measurement_Check = False
74 DMM_VISAName = "NI9219/ai3"
88 DMM_VISAName = "NI9219_1/ai3"
75 89 DMM_ContactLimits = "<size(s)=2> 0,000000 10,000000"
76 TemperatureGain = "<size(s)=10> 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000"
77 TemperatureOffset = "<size(s)=10> 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000"
90 TemperatureGain = "<size(s)=15> 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000"
91 TemperatureOffset = "<size(s)=15> 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000"
78 92 VoltageGain = "<size(s)=4> 1,000000 1,000000 1,000000 1,000000"
79 93 VoltageOffset = "<size(s)=4> 0,000000 0,000000 0,000000 0,000000"
80 94 AllowedContactFails = "2"
81 95
82 96 [HSMP2]
83 97 DMM_Configuration.Maximum = "10,000000"
84 DMM_Configuration.Minimum = "-10,000000"
98 DMM_Configuration.Minimum = "0,000000"
85 99 DMM_Configuration.Configuration = "2-Wire"
86 100 DMM_Configuration.CurrentExcitationSource = "Internal"
87 DMM_Configuration.CurrentExcitationValue = "0,000100"
101 DMM_Configuration.CurrentExcitationValue = "0,000500"
88 102 Configuration_AI_Voltage.<size(s)> = "2"
89 103 Configuration_AI_Voltage 0.Maximum = "10,000000"
90 104 Configuration_AI_Voltage 0.Minimum = "-10,000000"
91 105 Configuration_AI_Voltage 0.InputTerminalConfiguration = "Differential"
92 106 Configuration_AI_Voltage 1.Maximum = "10,000000"
93 107 Configuration_AI_Voltage 1.Minimum = "0,000000"
94 108 Configuration_AI_Voltage 1.InputTerminalConfiguration = "Differential"
95 Configuration_AI_Thermocouple.<size(s)> = "10"
109 Configuration_AI_Thermocouple.<size(s)> = "15"
96 110 Configuration_AI_Thermocouple 0.Maximum = "250,000000"
97 111 Configuration_AI_Thermocouple 0.Minimum = "-200,000000"
98 112 Configuration_AI_Thermocouple 0.Type = "K"
99 113 Configuration_AI_Thermocouple 0.CJC_Source = "Built-In"
100 114 Configuration_AI_Thermocouple 0.CJC_Value = "25,000000"
101 115 Configuration_AI_Thermocouple 1.Maximum = "250,000000"
102 116 Configuration_AI_Thermocouple 1.Minimum = "-200,000000"
103 117 Configuration_AI_Thermocouple 1.Type = "K"
104 118 Configuration_AI_Thermocouple 1.CJC_Source = "Built-In"
105 119 Configuration_AI_Thermocouple 1.CJC_Value = "25,000000"
106 120 Configuration_AI_Thermocouple 2.Maximum = "250,000000"
107 121 Configuration_AI_Thermocouple 2.Minimum = "-200,000000"
108 122 Configuration_AI_Thermocouple 2.Type = "K"
109 123 Configuration_AI_Thermocouple 2.CJC_Source = "Built-In"
110 124 Configuration_AI_Thermocouple 2.CJC_Value = "25,000000"
111 125 Configuration_AI_Thermocouple 3.Maximum = "250,000000"
112 126 Configuration_AI_Thermocouple 3.Minimum = "-200,000000"
113 127 Configuration_AI_Thermocouple 3.Type = "K"
114 128 Configuration_AI_Thermocouple 3.CJC_Source = "Built-In"
115 129 Configuration_AI_Thermocouple 3.CJC_Value = "10,000000"
116 130 Configuration_AI_Thermocouple 4.Maximum = "250,000000"
117 131 Configuration_AI_Thermocouple 4.Minimum = "-200,000000"
118 132 Configuration_AI_Thermocouple 4.Type = "K"
119 133 Configuration_AI_Thermocouple 4.CJC_Source = "Built-In"
120 134 Configuration_AI_Thermocouple 4.CJC_Value = "25,000000"
121 135 Configuration_AI_Thermocouple 5.Maximum = "250,000000"
122 136 Configuration_AI_Thermocouple 5.Minimum = "-200,000000"
123 137 Configuration_AI_Thermocouple 5.Type = "K"
124 138 Configuration_AI_Thermocouple 5.CJC_Source = "Built-In"
125 139 Configuration_AI_Thermocouple 5.CJC_Value = "25,000000"
126 140 Configuration_AI_Thermocouple 6.Maximum = "250,000000"
127 141 Configuration_AI_Thermocouple 6.Minimum = "-200,000000"
128 142 Configuration_AI_Thermocouple 6.Type = "K"
129 143 Configuration_AI_Thermocouple 6.CJC_Source = "Built-In"
130 144 Configuration_AI_Thermocouple 6.CJC_Value = "25,000000"
131 145 Configuration_AI_Thermocouple 7.Maximum = "250,000000"
132 146 Configuration_AI_Thermocouple 7.Minimum = "-200,000000"
133 147 Configuration_AI_Thermocouple 7.Type = "K"
134 148 Configuration_AI_Thermocouple 7.CJC_Source = "Built-In"
135 149 Configuration_AI_Thermocouple 7.CJC_Value = "25,000000"
136 150 Configuration_AI_Thermocouple 8.Maximum = "250,000000"
137 151 Configuration_AI_Thermocouple 8.Minimum = "-200,000000"
138 152 Configuration_AI_Thermocouple 8.Type = "K"
139 153 Configuration_AI_Thermocouple 8.CJC_Source = "Built-In"
140 154 Configuration_AI_Thermocouple 8.CJC_Value = "25,000000"
141 155 Configuration_AI_Thermocouple 9.Maximum = "250,000000"
142 156 Configuration_AI_Thermocouple 9.Minimum = "-200,000000"
143 157 Configuration_AI_Thermocouple 9.Type = "K"
144 158 Configuration_AI_Thermocouple 9.CJC_Source = "Built-In"
145 159 Configuration_AI_Thermocouple 9.CJC_Value = "25,000000"
146 Configuration_AI_NI9219_Resistance.<size(s)> = "4"
147 Configuration_AI_NI9219_Resistance 0.Maximum = "10500,000000"
160 Configuration_AI_Thermocouple 10.Maximum = "250,000000"
161 Configuration_AI_Thermocouple 10.Minimum = "-200,000000"
162 Configuration_AI_Thermocouple 10.Type = "K"
163 Configuration_AI_Thermocouple 10.CJC_Source = "Built-In"
164 Configuration_AI_Thermocouple 10.CJC_Value = "25,000000"
165 Configuration_AI_Thermocouple 11.Maximum = "250,000000"
166 Configuration_AI_Thermocouple 11.Minimum = "-200,000000"
167 Configuration_AI_Thermocouple 11.Type = "K"
168 Configuration_AI_Thermocouple 11.CJC_Source = "Built-In"
169 Configuration_AI_Thermocouple 11.CJC_Value = "25,000000"
170 Configuration_AI_Thermocouple 12.Maximum = "250,000000"
171 Configuration_AI_Thermocouple 12.Minimum = "-200,000000"
172 Configuration_AI_Thermocouple 12.Type = "K"
173 Configuration_AI_Thermocouple 12.CJC_Source = "Built-In"
174 Configuration_AI_Thermocouple 12.CJC_Value = "25,000000"
175 Configuration_AI_Thermocouple 13.Maximum = "250,000000"
176 Configuration_AI_Thermocouple 13.Minimum = "-200,000000"
177 Configuration_AI_Thermocouple 13.Type = "K"
178 Configuration_AI_Thermocouple 13.CJC_Source = "Built-In"
179 Configuration_AI_Thermocouple 13.CJC_Value = "10,000000"
180 Configuration_AI_Thermocouple 14.Maximum = "250,000000"
181 Configuration_AI_Thermocouple 14.Minimum = "-200,000000"
182 Configuration_AI_Thermocouple 14.Type = "K"
183 Configuration_AI_Thermocouple 14.CJC_Source = "Built-In"
184 Configuration_AI_Thermocouple 14.CJC_Value = "25,000000"
185 Configuration_AI_NI9219_Resistance.<size(s)> = "11"
186 Configuration_AI_NI9219_Resistance 0.Maximum = "800,000000"
148 187 Configuration_AI_NI9219_Resistance 0.Minimum = "0,000000"
149 Configuration_AI_NI9219_Resistance 0.Configuration = "2-Wire"
188 Configuration_AI_NI9219_Resistance 0.Configuration = "4-Wire"
150 189 Configuration_AI_NI9219_Resistance 0.CurrentExcitationSource = "Internal"
151 190 Configuration_AI_NI9219_Resistance 0.CurrentExcitationValue = "0,000500"
152 191 Configuration_AI_NI9219_Resistance 0.RTD_Type = "Pt3750"
153 192 Configuration_AI_NI9219_Resistance 0.R0 = "1000,000000"
154 193 Configuration_AI_NI9219_Resistance 0.ABC = "<size(s)=3> 1,224312924E-3 2,308955523E-4 3,938074268E-9"
155 Configuration_AI_NI9219_Resistance 1.Maximum = "250,000000"
156 Configuration_AI_NI9219_Resistance 1.Minimum = "-200,000000"
157 Configuration_AI_NI9219_Resistance 1.Configuration = "2-Wire"
194 Configuration_AI_NI9219_Resistance 1.Maximum = "800,000000"
195 Configuration_AI_NI9219_Resistance 1.Minimum = "0,000000"
196 Configuration_AI_NI9219_Resistance 1.Configuration = "4-Wire"
158 197 Configuration_AI_NI9219_Resistance 1.CurrentExcitationSource = "Internal"
159 198 Configuration_AI_NI9219_Resistance 1.CurrentExcitationValue = "0,000500"
160 199 Configuration_AI_NI9219_Resistance 1.RTD_Type = "Pt3750"
161 200 Configuration_AI_NI9219_Resistance 1.R0 = "1000,000000"
162 201 Configuration_AI_NI9219_Resistance 1.ABC = "<size(s)=3> 1,224312924E-3 2,308955523E-4 3,938074268E-9"
163 Configuration_AI_NI9219_Resistance 2.Maximum = "250,000000"
164 Configuration_AI_NI9219_Resistance 2.Minimum = "-200,000000"
202 Configuration_AI_NI9219_Resistance 2.Maximum = "10500,000000"
203 Configuration_AI_NI9219_Resistance 2.Minimum = "0,000000"
165 204 Configuration_AI_NI9219_Resistance 2.Configuration = "2-Wire"
166 205 Configuration_AI_NI9219_Resistance 2.CurrentExcitationSource = "Internal"
167 206 Configuration_AI_NI9219_Resistance 2.CurrentExcitationValue = "0,000500"
168 207 Configuration_AI_NI9219_Resistance 2.RTD_Type = "Pt3750"
169 208 Configuration_AI_NI9219_Resistance 2.R0 = "1000,000000"
170 209 Configuration_AI_NI9219_Resistance 2.ABC = "<size(s)=3> 3,81E-3 -6,02E-7 -6E-12"
171 210 Configuration_AI_NI9219_Resistance 3.Maximum = "250,000000"
172 Configuration_AI_NI9219_Resistance 3.Minimum = "-200,000000"
211 Configuration_AI_NI9219_Resistance 3.Minimum = "0,000000"
173 212 Configuration_AI_NI9219_Resistance 3.Configuration = "2-Wire"
174 213 Configuration_AI_NI9219_Resistance 3.CurrentExcitationSource = "Internal"
175 214 Configuration_AI_NI9219_Resistance 3.CurrentExcitationValue = "0,000500"
176 215 Configuration_AI_NI9219_Resistance 3.RTD_Type = "Pt3750"
177 216 Configuration_AI_NI9219_Resistance 3.R0 = "1000,000000"
178 217 Configuration_AI_NI9219_Resistance 3.ABC = "<size(s)=3> 1,224312924E-3 2,308955523E-4 3,938074268E-9"
179 Configuration_AI_NI9219_Type.<size(s)> = "4"
180 Configuration_AI_NI9219_Type 0 = "Thermocouple"
181 Configuration_AI_NI9219_Type 1 = "Thermocouple"
218 Configuration_AI_NI9219_Resistance 4.Maximum = "10500,000000"
219 Configuration_AI_NI9219_Resistance 4.Minimum = "0,000000"
220 Configuration_AI_NI9219_Resistance 4.Configuration = "2-Wire"
221 Configuration_AI_NI9219_Resistance 4.CurrentExcitationSource = "Internal"
222 Configuration_AI_NI9219_Resistance 4.CurrentExcitationValue = "0,000500"
223 Configuration_AI_NI9219_Resistance 4.RTD_Type = "Pt3750"
224 Configuration_AI_NI9219_Resistance 4.R0 = "1000,000000"
225 Configuration_AI_NI9219_Resistance 4.ABC = "<size(s)=3> 0,001224 0,000231 3,938074E-9"
226 Configuration_AI_NI9219_Resistance 5.Maximum = "250,000000"
227 Configuration_AI_NI9219_Resistance 5.Minimum = "0,000000"
228 Configuration_AI_NI9219_Resistance 5.Configuration = "2-Wire"
229 Configuration_AI_NI9219_Resistance 5.CurrentExcitationSource = "Internal"
230 Configuration_AI_NI9219_Resistance 5.CurrentExcitationValue = "0,000500"
231 Configuration_AI_NI9219_Resistance 5.RTD_Type = "Pt3750"
232 Configuration_AI_NI9219_Resistance 5.R0 = "1000,000000"
233 Configuration_AI_NI9219_Resistance 5.ABC = "<size(s)=3> 0,001224 0,000231 3,938074E-9"
234 Configuration_AI_NI9219_Resistance 6.Maximum = "250,000000"
235 Configuration_AI_NI9219_Resistance 6.Minimum = "0,000000"
236 Configuration_AI_NI9219_Resistance 6.Configuration = "2-Wire"
237 Configuration_AI_NI9219_Resistance 6.CurrentExcitationSource = "Internal"
238 Configuration_AI_NI9219_Resistance 6.CurrentExcitationValue = "0,000500"
239 Configuration_AI_NI9219_Resistance 6.RTD_Type = "Pt3750"
240 Configuration_AI_NI9219_Resistance 6.R0 = "1000,000000"
241 Configuration_AI_NI9219_Resistance 6.ABC = "<size(s)=3> 0,003810 -6,020000E-7 -6,000000E-12"
242 Configuration_AI_NI9219_Resistance 7.Maximum = "250,000000"
243 Configuration_AI_NI9219_Resistance 7.Minimum = "-200,000000"
244 Configuration_AI_NI9219_Resistance 7.Configuration = "4-Wire"
245 Configuration_AI_NI9219_Resistance 7.CurrentExcitationSource = "Internal"
246 Configuration_AI_NI9219_Resistance 7.CurrentExcitationValue = "0,000500"
247 Configuration_AI_NI9219_Resistance 7.RTD_Type = "Pt3750"
248 Configuration_AI_NI9219_Resistance 7.R0 = "1000,000000"
249 Configuration_AI_NI9219_Resistance 7.ABC = "<size(s)=3> 0,001224 0,000231 3,938074E-9"
250 Configuration_AI_NI9219_Resistance 8.Maximum = "200,000000"
251 Configuration_AI_NI9219_Resistance 8.Minimum = "-10,000000"
252 Configuration_AI_NI9219_Resistance 8.Configuration = "4-Wire"
253 Configuration_AI_NI9219_Resistance 8.CurrentExcitationSource = "Internal"
254 Configuration_AI_NI9219_Resistance 8.CurrentExcitationValue = "0,000500"
255 Configuration_AI_NI9219_Resistance 8.RTD_Type = "Pt3750"
256 Configuration_AI_NI9219_Resistance 8.R0 = "1000,000000"
257 Configuration_AI_NI9219_Resistance 8.ABC = "<size(s)=3> 0,001224 0,000231 3,938074E-9"
258 Configuration_AI_NI9219_Resistance 9.Maximum = "250,000000"
259 Configuration_AI_NI9219_Resistance 9.Minimum = "0,000000"
260 Configuration_AI_NI9219_Resistance 9.Configuration = "4-Wire"
261 Configuration_AI_NI9219_Resistance 9.CurrentExcitationSource = "Internal"
262 Configuration_AI_NI9219_Resistance 9.CurrentExcitationValue = "0,000500"
263 Configuration_AI_NI9219_Resistance 9.RTD_Type = "Pt3750"
264 Configuration_AI_NI9219_Resistance 9.R0 = "1000,000000"
265 Configuration_AI_NI9219_Resistance 9.ABC = "<size(s)=3> 0,001224 0,000231 3,938074E-9"
266 Configuration_AI_NI9219_Resistance 10.Maximum = "250,000000"
267 Configuration_AI_NI9219_Resistance 10.Minimum = "0,000000"
268 Configuration_AI_NI9219_Resistance 10.Configuration = "2-Wire"
269 Configuration_AI_NI9219_Resistance 10.CurrentExcitationSource = "Internal"
270 Configuration_AI_NI9219_Resistance 10.CurrentExcitationValue = "0,000500"
271 Configuration_AI_NI9219_Resistance 10.RTD_Type = "Pt3750"
272 Configuration_AI_NI9219_Resistance 10.R0 = "1000,000000"
273 Configuration_AI_NI9219_Resistance 10.ABC = "<size(s)=3> 0,003810 -6,020000E-7 -6,000000E-12"
274 Configuration_AI_NI9219_Type.<size(s)> = "11"
275 Configuration_AI_NI9219_Type 0 = "RTD"
276 Configuration_AI_NI9219_Type 1 = "RTD"
182 277 Configuration_AI_NI9219_Type 2 = "Resistance_RTD"
183 Configuration_AI_NI9219_Type 3 = "Thermocouple"
278 Configuration_AI_NI9219_Type 3 = "Resistance_Thermistor"
279 Configuration_AI_NI9219_Type 4 = "Resistance_Thermistor"
280 Configuration_AI_NI9219_Type 5 = "Resistance_Thermistor"
281 Configuration_AI_NI9219_Type 6 = "Resistance_Thermistor"
282 Configuration_AI_NI9219_Type 7 = "RTD"
283 Configuration_AI_NI9219_Type 8 = "RTD"
284 Configuration_AI_NI9219_Type 9 = "RTD"
285 Configuration_AI_NI9219_Type 10 = "Resistance_RTD"
184 286 POS_Config.IP = "10.1.2.1"
185 287 POS_Config.Port = "502"
186 288 POS_AxesNames.<size(s)> = "3"
187 289 POS_AxesNames 0 = "X"
188 290 POS_AxesNames 1 = "Y"
189 291 POS_AxesNames 2 = "Z"
190 292 POS_Reference_Axes = "<size(s)=3> 1,000000 1,000000 110,000000"
191 293 POS_Limits_Axis1 = "<size(s)=2> 0 210"
192 294 POS_Limits_Axis2 = "<size(s)=2> 0 242"
193 295 POS_Limits_Axis3 = "<size(s)=2> 0 111"
194 296 POS_AxesFlipped.<size(s)> = "3"
195 297 POS_AxesFlipped 0 = "True"
196 298 POS_AxesFlipped 1 = "True"
197 299 POS_AxesFlipped 2 = "False"
198 300 Pos_MaxVelocity = "300"
199 301 Pos_MaxAcceleration = "15000"
200 302 Pos_MaxJerk = "140000"
201 303 Pos_DO_E-Stop_Index = "0"
202 304 Pos_DO_Setup_Index = "1"
203 305
204 306 [DefaultValues]
205 307 WorkingStroke = "0"
206 MaxTemperature = "<size(s)=10> 50,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000"
308 MaxTemperature = "<size(s)=15> 50,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000"
207 309 MeasurementTime = "1"
208 310 NominalCurrent = "0"
209 311 TableControl = False
210 SensorsColor = "<size(s)=10> 16776960 16711680 16744448 16744640 16711935 10879142 8388863 8421631 423327 9567230"
211 Sensors+.<size(s)> = "10"
312 SensorsColor = "<size(s)=15> 16776960 16711680 16744448 16744640 16711935 10879142 8388863 8421631 423327 9567230 14869218 14869218 14869218 14869218 14869218"
313 Sensors+.<size(s)> = "15"
212 314 Sensors+ 0 = "True"
213 315 Sensors+ 1 = "True"
214 316 Sensors+ 2 = "True"
215 317 Sensors+ 3 = "True"
216 318 Sensors+ 4 = "False"
217 319 Sensors+ 5 = "False"
218 320 Sensors+ 6 = "False"
219 321 Sensors+ 7 = "False"
220 322 Sensors+ 8 = "False"
221 323 Sensors+ 9 = "False"
222 SensorsFunction.<size(s)> = "10"
324 Sensors+ 10 = "False"
325 Sensors+ 11 = "False"
326 Sensors+ 12 = "False"
327 Sensors+ 13 = "False"
328 Sensors+ 14 = "False"
329 SensorsFunction.<size(s)> = "15"
223 330 SensorsFunction 0 = "Umgebungstemperatur"
224 331 SensorsFunction 1 = "Pr�flingstemperatur"
225 332 SensorsFunction 2 = "Temperatur 3"
226 333 SensorsFunction 3 = "Temperatur 4"
227 334 SensorsFunction 4 = "Temperatur 5"
228 335 SensorsFunction 5 = "Temperatur 6"
229 336 SensorsFunction 6 = "Temperatur 7"
230 337 SensorsFunction 7 = "Temperatur 8"
231 338 SensorsFunction 8 = "Temperatur 9"
232 339 SensorsFunction 9 = "Temperatur 10"
340 SensorsFunction 10 = "Temperatur 11"
341 SensorsFunction 11 = "Temperatur 12"
342 SensorsFunction 12 = "Temperatur 13"
343 SensorsFunction 13 = "Temperatur 14"
344 SensorsFunction 14 = "Temperatur 15"
233 345 MovingParameter.Velocity = "20,000000"
234 346 MovingParameter.Acceleration = "50,000000"
235 347 MovingParameter.Jerk = "140000,000000"
236 348 Learning_Steps.X = "1,000000"
237 349 Learning_Steps.Y = "1,000000"
238 350 Learning_Steps.Z = "1,000000"
239 351
240 352 [Pathes]
241 353 User = "C:\Work\CurrentTester\support\User.txt"
242 354 ReportsFolder = "C:\Work\CurrentTester\support\ResultData_HSMP2"
243 355 ProtocolsFolder = "C:\Work\CurrentTester\support\ResultData_HSMP2\Protocols"
244 356 CurrentProfilesFolder = "C:\Work\CurrentTester\support\CurrentProfiles"
245 357 Applicants = "C:\Work\CurrentTester\support\Applicants.txt"
246 358
247 359 [Report]
248 360 FileNameFormat = "%s_TestResults.txt"
249 361 ReportNameFormat = "%s_TestReport_%s.xlsx"
250 362 ReportTemplate_German = "C:\Work\CurrentTester\support\ReportTemplates\TemplateGerman.xlsx"
251 363 ReportTemplate_English = "C:\Work\CurrentTester\support\ReportTemplates\TemplateEnglish.xlsx"
252 364
253 365 [Protocol]
254 366 ProtocolNameFormat = "%s_A%d_Report_%s.docx"
255 367 ProtocolTemplate_German = "C:\Work\CurrentTester\support\ReportTemplates\ProtocolTemplateGerman.dotx"
256 368 ProtocolTemplate_English = "C:\Work\CurrentTester\support\ReportTemplates\ProtocolTemplateEnglish.dotx"
257 369 ProtocolComment_German = "Alle Messungen sind mit einem galvanisch isoliertem Thermosensor Type K durchf�hrt worden.\0ADie Testergebnisse und Auswertungen beziehen sich ausschlie�lich auf die Muster, die zu diesem Test unter Laborbedingungen verwendet wurden und auf den verwendeten Testaufbau!"
258 370 ProtocolComment_English = "All measurements were carried out with a galvanically isolated Type K thermal sensors.\0AThe test results and evaluations refer exclusively to the samples that were used for this test under laboratory conditions and to the test setup used!"
259 371 ProtocolDataFolderName = "Bilder|Messungen"
260 372
261 373 [StateMessages]
262 374 Info.<size(s)> = "28"
263 375 Info 0 = "Aktivierter Not-Halt oder eine T�r steht offen! Ein Teststart ist nicht m�glich"
264 376 Info 1 = "Zum Anlegen eines neuen Tests "Neuer Test" klicken"
265 377 Info 2 = "Grunddaten anlegen oder bestehenden Test �ffnen"
266 378 Info 3 = "Testdaten anlegen"
267 379 Info 4 = "Der Schl�sselschalter muss in die Position "Automatik" gebracht werden und die automatische Achsensteuerung soll aktiviert werden um den Test starten zu k�nnen oder den Strom manuell einzustellen!"
268 380 Info 5 = "Test geladen"
269 381 Info 6 = "Laufende Pr�fung..."
270 382 Info 7 = "Pr�fung erfolgreich abgeschlossen"
271 383 Info 8 = "Fehler aufgetreten!"
272 384 Info 9 = "Test abgebrochen!"
273 385 Info 10 = "Test abgebrochen! Maximale Temperatur wurde �berschritten"
274 386 Info 11 = "Test abgebrochen! Fehlerhafte Kontaktierung"
275 387 Info 12 = "Test abgebrochen! Messrate ist zu hoch"
276 388 Info 13 = "Test abgebrochen! Stromprofil- Generierung ist fehlgeschlagen"
277 389 Info 14 = "Test abgebrochen! Eingestellte Abschaltleistung der Stromquelle wurde erreicht"
278 390 Info 15 = "Test abgebrochen! Gemessener Strom liegt au�erhalb des definierten Bereichs"
279 391 Info 16 = "Testprotokoll wird erstellt... Bitte warten"
280 392 Info 17 = "Testprotokoll erstellt"
281 393 Info 18 = "Der letzte Test ist geladen..."
282 394 Info 19 = "Testdaten zur Testberichterstellung laden und ausw�hlen"
283 395 Info 20 = "Testbericht wird erstellt... Bitte warten"
284 396 Info 21 = "Testbericht erstellt"
285 397 Info 22 = "Achsen werden initialisiert..."
286 398 Info 23 = "Referenzfahrt l�uft..."
287 399 Info 24 = "X-Achse wird referenziert..."
288 400 Info 25 = "Y-Achse wird referenziert..."
289 401 Info 26 = "Z-Achse wird referenziert..."
290 402 Info 27 = "Position wird angefahren..."
291 403 Result.<size(s)> = "28"
292 404 Result 0 = "Not-Halt"
293 405 Result 1 = ""
294 406 Result 2 = "Bereit"
295 407 Result 3 = "Bereit"
296 408 Result 4 = "Einrichtbetrieb"
297 409 Result 5 = "Bereit"
298 410 Result 6 = "Pr�fung l�uft"
299 411 Result 7 = "Pr�fung fertig"
300 412 Result 8 = "Fehler"
301 413 Result 9 = "Pr�fung Stop"
302 414 Result 10 = "Pr�fung Stop"
303 415 Result 11 = "Pr�fung Stop"
304 416 Result 12 = "Pr�fung Stop"
305 417 Result 13 = "Pr�fung Stop"
306 418 Result 14 = "Pr�fung Stop"
307 419 Result 15 = "Pr�fung Stop"
308 420 Result 16 = "Bereit"
309 421 Result 17 = "Bereit"
310 422 Result 18 = "Bereit"
311 423 Result 19 = "Bereit"
312 424 Result 20 = "Bereit"
313 425 Result 21 = "Bereit"
314 426 Result 22 = ""
315 427 Result 23 = "Einrichtbetrieb"
316 428 Result 24 = "Einrichtbetrieb"
317 429 Result 25 = "Einrichtbetrieb"
318 430 Result 26 = "Einrichtbetrieb"
319 431 Result 27 = "Einrichtbetrieb"
320 432
321 433 [DialogMessages]
322 434 Messages.<size(s)> = "7"
323 435 Messages 0 = "Achtung Einrichtbetrieb!\0AM�gliche Gefahren:\0A-Klemmgefahr\0A-Hei�e Oberfl�chen\0A-Lichtbogen"
324 436 Messages 1 = "Bitte achten Sie darauf, dass die hellblau markierten Felder in der gew�hlten Sprache sind"
325 437 Messages 2 = "Geben Sie die f�r die Testberichterstellung erforderlichen Daten ein. Bitte achten Sie darauf, dass die hellblau markierten Felder in der gew�hlten Sprache sind"
326 438 Messages 3 = "\0A\0A\0ADas Stromprofil f�r die gew�hlte Datengruppe ist nicht identisch!\0ABitte die Datenreihe mit dem nicht passenden Stromprofil entfernen"
327 439 Messages 4 = "W�hlen Sie eine Testkonfigurationsdatei zum Laden aus"
328 440 Messages 5 = "W�hlen Sie einen Ordner aus, der die Testergebnisse zum Laden enth�lt"
329 441 Messages 6 = "W�hlen Sie einen ID-Ordner aus, der alle Testergebnisse zum Laden enth�lt" No newline at end of file
@@ -1,290 +1,311
1 1 [Tester]
2 2 TesterType = "SMP3"
3 3 TesterName = "Strommessplatz 3"
4 4 MaxCurrent = 130
5 5 MaxTemperature = 250
6 SensorsEnable.<size(s)> = "10"
6 SensorsEnable.<size(s)> = "15"
7 7 SensorsEnable 0 = "True"
8 8 SensorsEnable 1 = "True"
9 9 SensorsEnable 2 = "True"
10 10 SensorsEnable 3 = "True"
11 11 SensorsEnable 4 = "True"
12 12 SensorsEnable 5 = "True"
13 13 SensorsEnable 6 = "True"
14 14 SensorsEnable 7 = "True"
15 15 SensorsEnable 8 = "False"
16 16 SensorsEnable 9 = "False"
17 SensorsDescription.<size(s)> = "10"
17 SensorsEnable 10 = "False"
18 SensorsEnable 11 = "False"
19 SensorsEnable 12 = "False"
20 SensorsEnable 13 = "False"
21 SensorsEnable 14 = "False"
22 SensorsDescription.<size(s)> = "15"
18 23 SensorsDescription 0 = "NI-9210: Ch1"
19 24 SensorsDescription 1 = "NI-9210: Ch2"
20 25 SensorsDescription 2 = "NI-9210: Ch3"
21 26 SensorsDescription 3 = "NI-9210: Ch4"
22 27 SensorsDescription 4 = "NI-9219: Ch1"
23 28 SensorsDescription 5 = "NI-9219: Ch2"
24 29 SensorsDescription 6 = "NI-9219: Ch3"
25 30 SensorsDescription 7 = "NI-9219: Ch4"
26 31 SensorsDescription 8 = ""
27 32 SensorsDescription 9 = ""
33 SensorsDescription 10 = ""
34 SensorsDescription 11 = ""
35 SensorsDescription 12 = ""
36 SensorsDescription 13 = ""
37 SensorsDescription 14 = ""
28 38 VoltageDescription.<size(s)> = "4 2"
29 39 VoltageDescription 0 = "NI PXI-6281: Ch4"
30 40 VoltageDescription 1 = "Pr�flingsspannung [V]"
31 41 VoltageDescription 2 = "NI PXI-6281: Ch5"
32 42 VoltageDescription 3 = "Shunt- Spannung [V]"
33 43 VoltageDescription 4 = ""
34 44 VoltageDescription 5 = "Strom [A]"
35 45 VoltageDescription 6 = ""
36 46 VoltageDescription 7 = "Widerstand [mOhm]"
37 47 CalibrationPassword = "48c8947f69c054a5caa934674ce8881d02bb18fb59d5a63eeaddff735b0e9801e87294783281ae49fc8287a0fd86779b27d7972d3e84f0fa0d826d7cb67dfefc"
38 48
39 49 [Hardware]
40 50 SimulateDevices = True
41 51 DI_E-Stop = "PXI1Slot5/port0/line5"
42 52 DI_Setup = "PXI1Slot5/port0/line4"
43 53 PowerSupply_VISAName = "COM4"
44 54 PowerSupply_Address = "1"
45 55 PowerSupply_Baudrate = "9600"
46 56 PowerSupply_OutputVoltage = "5,500000"
47 57 PowerSupply_OverVoltageProtection = "6,000000"
48 58 PowerSupply_MinCurrent = "0"
49 59 PowerSupply_Check = False
50 60 PowerSupply_WarningPower = "780,000000"
51 61 PowerSupply_AbortPower = "790,000000"
52 62 PowerSupply_PID = "False"
53 63 PowerSupply_PID_Time = "0,100000"
54 64 PowerSupply_PID_ProportionalGain = "0,100000"
55 65 PowerSupply_PID_IntegralTime = "0,180000"
56 66 PowerSupply_PID_DerivativeTime = "0,000000"
57 67 AbortCurrentDifference = "50"
58 Measurement_Channels.<size(s)> = "12"
68 Measurement_Channels.<size(s)> = "17"
59 69 Measurement_Channels 0 = "PXI1Slot5/ai4"
60 70 Measurement_Channels 1 = "PXI1Slot5/ai5"
61 71 Measurement_Channels 2 = "NI9210/ai0"
62 72 Measurement_Channels 3 = "NI9210/ai1"
63 73 Measurement_Channels 4 = "NI9210/ai2"
64 74 Measurement_Channels 5 = "NI9210/ai3"
65 75 Measurement_Channels 6 = "NI9219/ai0"
66 76 Measurement_Channels 7 = "NI9219/ai1"
67 77 Measurement_Channels 8 = "NI9219/ai2"
68 78 Measurement_Channels 9 = "NI9219/ai3"
69 79 Measurement_Channels 10 = ""
70 80 Measurement_Channels 11 = ""
81 Measurement_Channels 12 = ""
82 Measurement_Channels 13 = ""
83 Measurement_Channels 14 = ""
84 Measurement_Channels 15 = ""
85 Measurement_Channels 16 = ""
71 86 ShuntResistance = 0,001
72 87 Measurement_Check = False
73 88 DMM_VISAName = "PXI1Slot3"
74 89 DMM_ContactLimits = "<size(s)=2> 0,0 1,0"
75 TemperatureGain = "<size(s)=10> 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000"
76 TemperatureOffset = "<size(s)=10> 0,000000 0,000000 0,000000 0,500000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000"
90 TemperatureGain = "<size(s)=15> 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000 1,000000"
91 TemperatureOffset = "<size(s)=15> 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000 0,000000"
77 92 VoltageGain = "<size(s)=4> 1,000000 1,000000 1,000000 1,000000"
78 93 VoltageOffset = "<size(s)=4> 0,000000 0,000000 0,000000 0,000000"
79 94 AllowedContactFails = "2"
80 95
81 96 [SMP3]
82 97 DMM_Function = "2-wire Resistance"
83 98 DMM_AutoRange = False
84 99 DMM_Range = "0,020000"
85 100 DMM_Resolution = "0,001000"
86 101 Configuration_AI_Voltage.<size(s)> = "2"
87 102 Configuration_AI_Voltage 0.Maximum = "5,000000"
88 103 Configuration_AI_Voltage 0.Minimum = "-5,000000"
89 104 Configuration_AI_Voltage 0.InputTerminalConfiguration = "Differential"
90 105 Configuration_AI_Voltage 1.Maximum = "1,000000"
91 106 Configuration_AI_Voltage 1.Minimum = "-1,000000"
92 107 Configuration_AI_Voltage 1.InputTerminalConfiguration = "Differential"
93 Configuration_AI_Thermocouple.<size(s)> = "10"
108 Configuration_AI_Thermocouple.<size(s)> = "8"
94 109 Configuration_AI_Thermocouple 0.Maximum = "250,000000"
95 110 Configuration_AI_Thermocouple 0.Minimum = "-200,000000"
96 111 Configuration_AI_Thermocouple 0.Type = "K"
97 112 Configuration_AI_Thermocouple 0.CJC_Source = "Built-In"
98 113 Configuration_AI_Thermocouple 0.CJC_Value = "25,000000"
99 114 Configuration_AI_Thermocouple 1.Maximum = "250,000000"
100 115 Configuration_AI_Thermocouple 1.Minimum = "-200,000000"
101 116 Configuration_AI_Thermocouple 1.Type = "K"
102 117 Configuration_AI_Thermocouple 1.CJC_Source = "Built-In"
103 118 Configuration_AI_Thermocouple 1.CJC_Value = "25,000000"
104 119 Configuration_AI_Thermocouple 2.Maximum = "250,000000"
105 120 Configuration_AI_Thermocouple 2.Minimum = "-200,000000"
106 121 Configuration_AI_Thermocouple 2.Type = "K"
107 122 Configuration_AI_Thermocouple 2.CJC_Source = "Built-In"
108 123 Configuration_AI_Thermocouple 2.CJC_Value = "25,000000"
109 124 Configuration_AI_Thermocouple 3.Maximum = "250,000000"
110 125 Configuration_AI_Thermocouple 3.Minimum = "-200,000000"
111 126 Configuration_AI_Thermocouple 3.Type = "K"
112 127 Configuration_AI_Thermocouple 3.CJC_Source = "Built-In"
113 128 Configuration_AI_Thermocouple 3.CJC_Value = "10,000000"
114 129 Configuration_AI_Thermocouple 4.Maximum = "250,000000"
115 130 Configuration_AI_Thermocouple 4.Minimum = "-200,000000"
116 131 Configuration_AI_Thermocouple 4.Type = "K"
117 132 Configuration_AI_Thermocouple 4.CJC_Source = "Built-In"
118 133 Configuration_AI_Thermocouple 4.CJC_Value = "25,000000"
119 134 Configuration_AI_Thermocouple 5.Maximum = "250,000000"
120 135 Configuration_AI_Thermocouple 5.Minimum = "-200,000000"
121 136 Configuration_AI_Thermocouple 5.Type = "K"
122 137 Configuration_AI_Thermocouple 5.CJC_Source = "Built-In"
123 138 Configuration_AI_Thermocouple 5.CJC_Value = "25,000000"
124 139 Configuration_AI_Thermocouple 6.Maximum = "250,000000"
125 140 Configuration_AI_Thermocouple 6.Minimum = "-200,000000"
126 141 Configuration_AI_Thermocouple 6.Type = "K"
127 142 Configuration_AI_Thermocouple 6.CJC_Source = "Built-In"
128 143 Configuration_AI_Thermocouple 6.CJC_Value = "25,000000"
129 144 Configuration_AI_Thermocouple 7.Maximum = "250,000000"
130 145 Configuration_AI_Thermocouple 7.Minimum = "-200,000000"
131 146 Configuration_AI_Thermocouple 7.Type = "K"
132 147 Configuration_AI_Thermocouple 7.CJC_Source = "Built-In"
133 148 Configuration_AI_Thermocouple 7.CJC_Value = "25,000000"
134 Configuration_AI_Thermocouple 8.Maximum = "250,000000"
135 Configuration_AI_Thermocouple 8.Minimum = "-200,000000"
136 Configuration_AI_Thermocouple 8.Type = "K"
137 Configuration_AI_Thermocouple 8.CJC_Source = "Built-In"
138 Configuration_AI_Thermocouple 8.CJC_Value = "25,000000"
139 Configuration_AI_Thermocouple 9.Maximum = "250,000000"
140 Configuration_AI_Thermocouple 9.Minimum = "-200,000000"
141 Configuration_AI_Thermocouple 9.Type = "K"
142 Configuration_AI_Thermocouple 9.CJC_Source = "Built-In"
143 Configuration_AI_Thermocouple 9.CJC_Value = "25,000000"
144 149 Configuration_AI_NI9219_Resistance.<size(s)> = "4"
145 150 Configuration_AI_NI9219_Resistance 0.Maximum = "10500,000000"
146 151 Configuration_AI_NI9219_Resistance 0.Minimum = "0,000000"
147 152 Configuration_AI_NI9219_Resistance 0.Configuration = "2-Wire"
148 153 Configuration_AI_NI9219_Resistance 0.CurrentExcitationSource = "Internal"
149 154 Configuration_AI_NI9219_Resistance 0.CurrentExcitationValue = "0,000500"
150 155 Configuration_AI_NI9219_Resistance 0.RTD_Type = "Pt3750"
151 156 Configuration_AI_NI9219_Resistance 0.R0 = "1000,000000"
152 157 Configuration_AI_NI9219_Resistance 0.ABC = "<size(s)=3> 1,224312924E-3 2,308955523E-4 3,938074268E-9"
153 158 Configuration_AI_NI9219_Resistance 1.Maximum = "250,000000"
154 159 Configuration_AI_NI9219_Resistance 1.Minimum = "-200,000000"
155 160 Configuration_AI_NI9219_Resistance 1.Configuration = "2-Wire"
156 161 Configuration_AI_NI9219_Resistance 1.CurrentExcitationSource = "Internal"
157 162 Configuration_AI_NI9219_Resistance 1.CurrentExcitationValue = "0,000500"
158 163 Configuration_AI_NI9219_Resistance 1.RTD_Type = "Pt3750"
159 164 Configuration_AI_NI9219_Resistance 1.R0 = "1000,000000"
160 165 Configuration_AI_NI9219_Resistance 1.ABC = "<size(s)=3> 1,224312924E-3 2,308955523E-4 3,938074268E-9"
161 166 Configuration_AI_NI9219_Resistance 2.Maximum = "250,000000"
162 167 Configuration_AI_NI9219_Resistance 2.Minimum = "-200,000000"
163 168 Configuration_AI_NI9219_Resistance 2.Configuration = "2-Wire"
164 169 Configuration_AI_NI9219_Resistance 2.CurrentExcitationSource = "Internal"
165 170 Configuration_AI_NI9219_Resistance 2.CurrentExcitationValue = "0,000500"
166 171 Configuration_AI_NI9219_Resistance 2.RTD_Type = "Pt3750"
167 172 Configuration_AI_NI9219_Resistance 2.R0 = "1000,000000"
168 173 Configuration_AI_NI9219_Resistance 2.ABC = "<size(s)=3> 1,224312924E-3 2,308955523E-4 3,938074268E-9"
169 174 Configuration_AI_NI9219_Resistance 3.Maximum = "250,000000"
170 175 Configuration_AI_NI9219_Resistance 3.Minimum = "-200,000000"
171 176 Configuration_AI_NI9219_Resistance 3.Configuration = "2-Wire"
172 177 Configuration_AI_NI9219_Resistance 3.CurrentExcitationSource = "Internal"
173 178 Configuration_AI_NI9219_Resistance 3.CurrentExcitationValue = "0,000500"
174 179 Configuration_AI_NI9219_Resistance 3.RTD_Type = "Pt3750"
175 180 Configuration_AI_NI9219_Resistance 3.R0 = "1000,000000"
176 181 Configuration_AI_NI9219_Resistance 3.ABC = "<size(s)=3> 1,224312924E-3 2,308955523E-4 3,938074268E-9"
177 182 Configuration_AI_NI9219_Type.<size(s)> = "4"
178 183 Configuration_AI_NI9219_Type 0 = "Thermocouple"
179 184 Configuration_AI_NI9219_Type 1 = "Thermocouple"
180 185 Configuration_AI_NI9219_Type 2 = "Thermocouple"
181 186 Configuration_AI_NI9219_Type 3 = "Thermocouple"
182 187
183 188 [DefaultValues]
184 189 WorkingStroke = "0"
185 MaxTemperature = "<size(s)=10> 50,000000 80,000000 80,000000 80,000000 80,000000 80,000000 80,000000 80,000000 80,000000 80,000000"
190 MaxTemperature = "<size(s)=15> 50,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000 250,000000"
186 191 MeasurementTime = "1"
187 192 NominalCurrent = "0"
188 193 TableControl = False
189 SensorsColor = "<size(s)=10> 16776960 16711680 16744448 16744640 16711935 10879142 8388863 8421631 423327 9567230"
190 Sensors+.<size(s)> = "10"
194 SensorsColor = "<size(s)=15> 16776960 16711680 16744448 16744640 16711935 10879142 8388863 8421631 423327 9567230 14869218 14869218 14869218 14869218 14869218"
195 Sensors+.<size(s)> = "15"
191 196 Sensors+ 0 = "True"
192 197 Sensors+ 1 = "True"
193 198 Sensors+ 2 = "True"
194 199 Sensors+ 3 = "True"
195 200 Sensors+ 4 = "False"
196 201 Sensors+ 5 = "False"
197 202 Sensors+ 6 = "False"
198 203 Sensors+ 7 = "False"
199 204 Sensors+ 8 = "False"
200 205 Sensors+ 9 = "False"
201 SensorsFunction.<size(s)> = "10"
206 Sensors+ 10 = "False"
207 Sensors+ 11 = "False"
208 Sensors+ 12 = "False"
209 Sensors+ 13 = "False"
210 Sensors+ 14 = "False"
211 SensorsFunction.<size(s)> = "15"
202 212 SensorsFunction 0 = "Umgebungstemperatur"
203 213 SensorsFunction 1 = "Pr�flingstemperatur"
204 214 SensorsFunction 2 = "Temperatur 3"
205 215 SensorsFunction 3 = "Temperatur 4"
206 216 SensorsFunction 4 = "Temperatur 5"
207 217 SensorsFunction 5 = "Temperatur 6"
208 218 SensorsFunction 6 = "Temperatur 7"
209 219 SensorsFunction 7 = "Temperatur 8"
210 220 SensorsFunction 8 = "Temperatur 9"
211 221 SensorsFunction 9 = "Temperatur 10"
222 SensorsFunction 10 = "Temperatur 11"
223 SensorsFunction 11 = "Temperatur 12"
224 SensorsFunction 12 = "Temperatur 13"
225 SensorsFunction 13 = "Temperatur 14"
226 SensorsFunction 14 = "Temperatur 15"
227 MovingParameter.Velocity = "20,000000"
228 MovingParameter.Acceleration = "50,000000"
229 MovingParameter.Jerk = "140000,000000"
230 Learning_Steps.X = "1,000000"
231 Learning_Steps.Y = "1,000000"
232 Learning_Steps.Z = "1,000000"
212 233
213 234 [Pathes]
214 235 User = "C:\Work\CurrentTester\support\User.txt"
215 236 ReportsFolder = "C:\Work\CurrentTester\support\ResultData_SMP3"
216 237 ProtocolsFolder = "\\orion\G K S - Test1\01_Access\Anlagen"
217 238 CurrentProfilesFolder = "C:\Work\CurrentTester\support\CurrentProfiles"
218 239 Applicants = "C:\Work\CurrentTester\support\Applicants.txt"
219 240
220 241 [Report]
221 242 FileNameFormat = "%s_TestResults.txt"
222 243 ReportNameFormat = "%s_TestReport_%s.xlsx"
223 244 ReportTemplate_German = "C:\Work\CurrentTester\support\ReportTemplates\TemplateGerman.xlsx"
224 245 ReportTemplate_English = "C:\Work\CurrentTester\support\ReportTemplates\TemplateEnglish.xlsx"
225 246
226 247 [Protocol]
227 248 ProtocolNameFormat = "%s_A%d_Report_%s.docx"
228 249 ProtocolTemplate_German = "C:\Work\CurrentTester\support\ReportTemplates\ProtocolTemplateGerman.dotx"
229 250 ProtocolTemplate_English = "C:\Work\CurrentTester\support\ReportTemplates\ProtocolTemplateEnglish.dotx"
230 251 ProtocolComment_German = "Alle Messungen sind mit einem galvanisch isoliertem Thermosensor Type K durchf�hrt worden.\0ADie Testergebnisse und Auswertungen beziehen sich ausschlie�lich auf die Muster, die zu diesem Test unter Laborbedingungen verwendet wurden und auf den verwendeten Testaufbau!"
231 252 ProtocolComment_English = "All measurements were carried out with a galvanically isolated Type K thermal sensors.\0AThe test results and evaluations refer exclusively to the samples that were used for this test under laboratory conditions and to the test setup used!"
232 253 ProtocolDataFolderName = "Bilder|Messungen"
233 254
234 255 [StateMessages]
235 256 Info.<size(s)> = "22"
236 257 Info 0 = "Aktivierter Not-Halt oder eine T�r steht offen! Ein Teststart ist nicht m�glich"
237 258 Info 1 = "Zum Anlegen eines neuen Tests "Neuer Test" klicken"
238 259 Info 2 = "Grunddaten anlegen oder bestehenden Test �ffnen"
239 260 Info 3 = "Testdaten anlegen"
240 261 Info 4 = "Der Schl�sselschalter muss in die Position "Einrichten" gebracht werden um die Einrichtbuttons zu aktivieren oder in die Position "Automatik" um den Test starten zu k�nnen oder den Strom manuell einzustellen!"
241 262 Info 5 = "Test geladen"
242 263 Info 6 = "Laufende Pr�fung..."
243 264 Info 7 = "Pr�fung erfolgreich abgeschlossen"
244 265 Info 8 = "Fehler aufgetreten!"
245 266 Info 9 = "Test abgebrochen!"
246 267 Info 10 = "Test abgebrochen! Maximale Temperatur wurde �berschritten"
247 268 Info 11 = "Test abgebrochen! Fehlerhafte Kontaktierung"
248 269 Info 12 = "Test abgebrochen! Messrate ist zu hoch"
249 270 Info 13 = "Test abgebrochen! Stromprofil- Generierung ist fehlgeschlagen"
250 271 Info 14 = "Test abgebrochen! Eingestellte Abschaltleistung der Stromquelle wurde erreicht"
251 272 Info 15 = "Test abgebrochen! Gemessener Strom liegt au�erhalb des definierten Bereichs"
252 273 Info 16 = "Testprotokoll wird erstellt... Bitte warten"
253 274 Info 17 = "Testprotokoll erstellt"
254 275 Info 18 = "Der letzte Test ist geladen..."
255 276 Info 19 = "Testdaten zur Testberichterstellung laden und ausw�hlen"
256 277 Info 20 = "Testbericht wird erstellt... Bitte warten"
257 278 Info 21 = "Testbericht erstellt"
258 279 Result.<size(s)> = "22"
259 280 Result 0 = "Not-Halt"
260 281 Result 1 = ""
261 282 Result 2 = "Bereit"
262 283 Result 3 = "Bereit"
263 284 Result 4 = "Einrichtbetrieb"
264 285 Result 5 = "Bereit"
265 286 Result 6 = "Pr�fung l�uft"
266 287 Result 7 = "Pr�fung fertig"
267 288 Result 8 = "Fehler"
268 289 Result 9 = "Pr�fung Stop"
269 290 Result 10 = "Pr�fung Stop"
270 291 Result 11 = "Pr�fung Stop"
271 292 Result 12 = "Pr�fung Stop"
272 293 Result 13 = "Pr�fung Stop"
273 294 Result 14 = "Pr�fung Stop"
274 295 Result 15 = "Pr�fung Stop"
275 296 Result 16 = "Bereit"
276 297 Result 17 = "Bereit"
277 298 Result 18 = "Bereit"
278 299 Result 19 = "Bereit"
279 300 Result 20 = "Bereit"
280 301 Result 21 = "Bereit"
281 302
282 303 [DialogMessages]
283 304 Messages.<size(s)> = "7"
284 305 Messages 0 = "Achtung Einrichtbetrieb!\0AM�gliche Gefahren:\0A-Klemmgefahr\0A-Hei�e Oberfl�chen\0A-Lichtbogen"
285 306 Messages 1 = "Bitte achten Sie darauf, dass die hellblau markierten Felder in der gew�hlten Sprache sind"
286 307 Messages 2 = "Geben Sie die f�r die Testberichterstellung erforderlichen Daten ein. Bitte achten Sie darauf, dass die hellblau markierten Felder in der gew�hlten Sprache sind"
287 308 Messages 3 = "\0A\0A\0ADas Stromprofil f�r die gew�hlte Datengruppe ist nicht identisch!\0ABitte die Datenreihe mit dem nicht passenden Stromprofil entfernen"
288 309 Messages 4 = "W�hlen Sie eine Testkonfigurationsdatei zum Laden aus"
289 310 Messages 5 = "W�hlen Sie einen Ordner aus, der die Testergebnisse zum Laden enth�lt"
290 311 Messages 6 = "W�hlen Sie einen ID-Ordner aus, der alle Testergebnisse zum Laden enth�lt" No newline at end of file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: modified file
The requested commit or file is too big and content was truncated. Show full diff
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now