blob: cafec5406eb1870befa52376ac84d94671e89f0c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE FBType SYSTEM "../LibraryElement.dtd" >
<FBType Name="SUBSCRIBE_2" Comment="Two-variable Subscriber" >
<Identification Standard="61499-1" Classification="Communications" Function="2-variable subscriber" />
<VersionInfo Organization="Rockwell Automation" Version="0.0" Author="JHC" Date="2001-04-14" Remarks="First XML 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" />
</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" />
</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="Subscribed Data" />
<VarDeclaration Name="RD_2" Type="ANY" Comment="Subscribed Data" />
</OutputVars>
</InterfaceList>
</FBType>