﻿<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1">
  <Itf Name="IAutoWinch" Id="{cc5e2d0d-1d62-4c1b-a91f-a656bfb99ca8}">
    <Declaration><![CDATA[INTERFACE IAutoWinch EXTENDS p7type.IBaseUserWinch;
]]></Declaration>
    <Method Name="setOperation" Id="{32604c9f-2fa5-4dd3-988c-3961d67b22be}">
      <Declaration><![CDATA[{attribute 'monitoring':='call'}
{attribute 'TcRpcEnable'}
// do not use this method!!!!!!
METHOD setOperation : BOOL
VAR_INPUT
	CMD : p7type.TrawlWinchCMD;
END_VAR
]]></Declaration>
    </Method>
    <Property Name="AutoMode" Id="{64c0e315-2528-4ee7-aa87-6d27af320f2f}">
      <Declaration><![CDATA[PROPERTY AutoMode : BOOL // same as in Base UW, but with added 'get']]></Declaration>
      <Set Name="Set" Id="{3a2175ec-17d2-4bf0-b166-45f7269de00c}">
        <Declaration><![CDATA[]]></Declaration>
      </Set>
      <Get Name="Get" Id="{b1655410-2018-47ec-ad43-0fd425cc5e76}">
        <Declaration><![CDATA[]]></Declaration>
      </Get>
    </Property>
    <Property Name="VelocityAuto" Id="{6991a4c5-16dd-404e-9a30-7ab5295e8a9c}">
      <Declaration><![CDATA[PROPERTY VelocityAuto : LREAL]]></Declaration>
      <Get Name="Get" Id="{8d57a0bc-b14d-404e-aeb2-0987901fdfb2}">
        <Declaration><![CDATA[]]></Declaration>
      </Get>
      <Set Name="Set" Id="{b1657837-5001-40dd-aa0d-7cf600971509}">
        <Declaration><![CDATA[]]></Declaration>
      </Set>
    </Property>
    <Property Name="TorqueAuto" Id="{fd92ca12-57c2-42b4-b20d-150a3a6f0894}">
      <Declaration><![CDATA[PROPERTY TorqueAuto : LREAL]]></Declaration>
      <Get Name="Get" Id="{1a51675a-3f69-4987-902b-58f0689d9c43}">
        <Declaration><![CDATA[]]></Declaration>
      </Get>
      <Set Name="Set" Id="{2b0489b5-e2cb-4d62-b36f-5a15ab273cdd}">
        <Declaration><![CDATA[]]></Declaration>
      </Set>
    </Property>
    <Property Name="AutoAvailable" Id="{fe23be01-497d-44d7-9609-a660d2be5112}">
      <Declaration><![CDATA[{attribute 'monitoring' := 'call'}
{attribute 'TcRpcEnable'}
PROPERTY AutoAvailable : BOOL]]></Declaration>
      <Get Name="Get" Id="{46541951-5727-4425-acb7-fa6f0f06ad17}">
        <Declaration><![CDATA[]]></Declaration>
      </Get>
    </Property>
  </Itf>
</TcPlcObject>