blob: 3208ba37a28663941f4d26fafb43bb300d020288 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE FBType SYSTEM "http://www.holobloc.com/xml/LibraryElement.dtd">
<FBType Comment="Two-Item Client Interface" Name="CLIENT_0_2">
<Identification Standard="61499-2"/>
<VersionInfo Author="JHC" Date="2004-10-21" Organization="Rockwell Automation" Remarks="Converted from SRC version." Version="0.0"/>
<InterfaceList>
<EventInputs>
<Event Comment="Service Initialization" Name="INIT" Type="Event">
<With Var="QI"/>
<With Var="ID"/>
</Event>
<Event Comment="Service Request" Name="REQ" Type="Event">
<With Var="QI"/>
</Event>
</EventInputs>
<EventOutputs>
<Event Comment="Initialization Confirm" Name="INITO" Type="Event">
<With Var="QO"/>
<With Var="STATUS"/>
</Event>
<Event Comment="Service Confirmation" Name="CNF" Type="Event">
<With Var="QO"/>
<With Var="STATUS"/>
<With Var="RD_1"/>
<With Var="RD_2"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Comment="Event Input Qualifier" Name="QI" Type="BOOL"/>
<VarDeclaration Comment="Connection Identifier" Name="ID" Type="WSTRING"/>
</InputVars>
<OutputVars>
<VarDeclaration Comment="Event Output Qualifier" Name="QO" Type="BOOL"/>
<VarDeclaration Comment="Service Status" Name="STATUS" Type="WSTRING"/>
<VarDeclaration Comment="Received Data" Name="RD_1" Type="ANY"/>
<VarDeclaration Comment="Received Data" Name="RD_2" Type="ANY"/>
</OutputVars>
</InterfaceList>
</FBType>