﻿<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1">
  <DUT Name="projGearCoolingControllerIO_in" Id="{fe01ead4-feae-418a-8119-01d3e5cf2876}">
    <Declaration><![CDATA[//Project specific struct for MBARI

TYPE projGearCoolingControllerIO_in EXTENDS p6winch.GearCoolingControllerIO_in:
	STRUCT
		oilLevel				: BOOL; // Active low, high is OK
		highOilTemperature		: BOOL; // Active low, high is OK
		oilFilter2_PressureOK	: BOOL; // Active low, high is OK
	END_STRUCT
END_TYPE
]]></Declaration>
  </DUT>
</TcPlcObject>