- All components now use HAL structs as inputs and outputs - Restructured library folders - FB_Axis_PTP now implements the execute pattern with E_CmdResult - Bumped version number to 2.0.0
12 lines
340 B
XML
12 lines
340 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TcPlcObject Version="1.1.0.1">
|
|
<DUT Name="ST_ANALOG_EW_CONFIG" Id="{6f3ed88d-28a0-4a7f-a26a-6b822e47799e}">
|
|
<Declaration><![CDATA[TYPE ST_ANALOG_EW_CONFIG :
|
|
STRUCT
|
|
stLevels : ST_ANALOG_EW_LEVELS;
|
|
stDelays : ST_ANALOG_EW_DELAYS;
|
|
END_STRUCT
|
|
END_TYPE
|
|
]]></Declaration>
|
|
</DUT>
|
|
</TcPlcObject> |