blob: 8989996fcda1291afc55ec8c52541eefbed85849 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE FBType SYSTEM "http://www.holobloc.com/xml/LibraryElement.dtd" >
<FBType Name="PUBL_1" Comment="Single-Variable Local Group Publisher" >
<Identification Standard="61499-1" Classification="Communications" />
<VersionInfo Organization="Rockwell Automation" Version="0.1" Author="JHC" Date="2002-05-02" Remarks="Optimized." />
<VersionInfo Organization="Rockwell Automation" Version="0.0" Author="JHC" Date="2001-10-02" Remarks="Copied/modified from PUBLISH_1" />
<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="ID" />
</Event>
<Event Name="REQ" Comment="Service Request" >
<With Var="SD_1" />
</Event>
</EventInputs>
<EventOutputs>
<Event Name="INITO" Comment="Initialization Confirm" >
</Event>
<Event Name="CNF" Comment="Service Confirmation" >
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Name="ID" Type="WSTRING" Comment="Local Group Name-Default is FB Instance Name" />
<VarDeclaration Name="SD_1" Type="ANY" Comment="Data to Send" />
</InputVars>
</InterfaceList>
<Service RightInterface="SUBL_1" LeftInterface="PUBL_1" Comment="Data Publication Service" >
<ServiceSequence Name="normal_establishment" >
<ServiceTransaction >
<InputPrimitive Interface="PUBL_1" Event="INIT" Parameters="ID" />
<OutputPrimitive Interface="PUBL_1" Event="INITO" />
</ServiceTransaction>
<ServiceTransaction >
<InputPrimitive Interface="SUBL_1" Event="INIT" Parameters="ID" />
<OutputPrimitive Interface="SUBL_1" Event="INITO" />
</ServiceTransaction>
</ServiceSequence>
<ServiceSequence Name="normal_data_transfer" >
<ServiceTransaction >
<InputPrimitive Interface="PUBL_1" Event="REQ" Parameters="SD_1" />
<OutputPrimitive Interface="SUBL_1" Event="IND" Parameters="RD_1" />
<OutputPrimitive Interface="PUBL_1" Event="CNF" />
</ServiceTransaction>
</ServiceSequence>
</Service>
</FBType>