blob: 4ac0a0d6a235605c6d558ab7cad706cd759a6746 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE FBType SYSTEM "http://www.holobloc.com/xml/LibraryElement.dtd" >
<FBType Name="SERVER_1" Comment="Single-Item Server Interface" >
<Identification Standard="61499-2" />
<VersionInfo Organization="Rockwell Automation" Version="0.0" Author="JHC" Date="2004-10-21" Remarks="Converted from SRC format." />
<InterfaceList>
<EventInputs>
<Event Name="INIT" Comment="Service Initialization" >
<With Var="QI" />
<With Var="ID" />
</Event>
<Event Name="RSP" Comment="Service Response" >
<With Var="QI" />
<With Var="SD_1" />
</Event>
</EventInputs>
<EventOutputs>
<Event Name="INITO" Comment="Initialization Confirm" >
<With Var="QO" />
<With Var="STATUS" />
</Event>
<Event Name="IND" Comment="Service Indication" >
<With Var="QO" />
<With Var="STATUS" />
<With Var="RD_1" />
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Name="QI" Type="BOOL" Comment="Event Input Qualifier" />
<VarDeclaration Name="ID" Type="WSTRING" Comment="Connection Identifier" />
<VarDeclaration Name="SD_1" Type="ANY" Comment="Data to Send" />
</InputVars>
<OutputVars>
<VarDeclaration Name="QO" Type="BOOL" Comment="Event Output Qualifier" />
<VarDeclaration Name="STATUS" Type="WSTRING" Comment="Service Status" />
<VarDeclaration Name="RD_1" Type="ANY" Comment="Received Data" />
</OutputVars>
</InterfaceList>
</FBType>