blob: 6df65118ac35651b7961ace4f66dd828512b2613 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE FBType SYSTEM "../LibraryElement.dtd" >
<FBType Name="SERVER_1_2" Comment="2 RD/1 SD Server Interface" >
<Identification Standard="61499-1" />
<VersionInfo Organization="Rockwell Automation" Version="0.1" Author="JHC" Date="2001-04-25" Remarks="XML version" />
<VersionInfo Organization="Rockwell Automation" Version="0.0" Author="JHC" Date="1999-07-22" Remarks="SRC version" />
<CompilerInfo header="package fb.rt.net;" >
<Compiler Language="Java" Vendor="IBM" Product="VisualAge" Version="3.0" />
</CompilerInfo>
<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" />
<With Var="RD_2" />
</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" />
<VarDeclaration Name="RD_2" Type="ANY" Comment="Received Data" />
</OutputVars>
</InterfaceList>
</FBType>