Added JobScheduler and recipe data for stations
This commit is contained in:
44
PLC/01_Stationen/HVTester/DUTs/ST_Recipe_HVTester.TcDUT
Normal file
44
PLC/01_Stationen/HVTester/DUTs/ST_Recipe_HVTester.TcDUT
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TcPlcObject Version="1.1.0.1">
|
||||
<DUT Name="ST_Recipe_HVTester" Id="{f4954ef2-f38f-4cda-8590-43b9782aba39}">
|
||||
<Declaration><![CDATA[TYPE ST_Recipe_HVTester :
|
||||
STRUCT
|
||||
// Test voltage in V
|
||||
rTestVoltage : REAL;
|
||||
|
||||
// Maximum test current
|
||||
rMaxTestCurrent : REAL;
|
||||
|
||||
// Ramp time in ms
|
||||
rRampTime : REAL;
|
||||
|
||||
// Test frequency in HZ
|
||||
rTestFrequency : REAL;
|
||||
|
||||
// Polarity 1 = POS, 2 = NEG
|
||||
uiPolarity : UINT := 1;
|
||||
|
||||
// Overpressure N2 in mbar
|
||||
rTestPresN2 : REAL;
|
||||
|
||||
// N2 pre purging time in seconds
|
||||
rN2PrePurgeTime : REAL;
|
||||
|
||||
// Test retries
|
||||
uiNumRetries : UINT := 0;
|
||||
|
||||
// Temperature for testing
|
||||
// (only used in hv station which has a heater)
|
||||
rTestTemp : REAL := 20.0;
|
||||
|
||||
// Test ok point
|
||||
rTestOkVoltage : REAL;
|
||||
rTestOkCurrent : REAL;
|
||||
|
||||
// Temperature in °C
|
||||
rTemp : REAL := 20.0;
|
||||
END_STRUCT
|
||||
END_TYPE
|
||||
]]></Declaration>
|
||||
</DUT>
|
||||
</TcPlcObject>
|
||||
Reference in New Issue
Block a user