blob: 8ae5f2f188475ec915d5171b55e36e66733729ed [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE FBType SYSTEM "http://www.holobloc.com/xml/LibraryElement.dtd">
<FBType Comment="Service Interface Function Block Type" Name="APPEND_STRING_3">
<Identification Description="Copyright (c) 2012 Profactor GmbH&#13;&#10; &#13;&#10;This program and the accompanying materials are made&#13;&#10;available under the terms of the Eclipse Public License 2.0&#13;&#10;which is available at https://www.eclipse.org/legal/epl-2.0/&#13;&#10;&#13;&#10;SPDX-License-Identifier: EPL-2.0"/>
<VersionInfo Author="Matthias Plasch" Date="2012-09-02" Organization="Profactor GmbH" Version="1.0"/>
<InterfaceList>
<EventInputs>
<Event Comment="Service Request" Name="REQ" Type="Event">
<With Var="IN_1"/>
<With Var="IN_2"/>
<With Var="IN_3"/>
</Event>
</EventInputs>
<EventOutputs>
<Event Comment="Confirmation of Requested Service" Name="CNF" Type="Event">
<With Var="OUT"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Comment="Data Input 1 (value is converted to String)" Name="IN_1" Type="ANY"/>
<VarDeclaration Comment="Data Input 2 (value is converted to String)" Name="IN_2" Type="ANY"/>
<VarDeclaration Comment="Data Input 3 (value is converted to String)" Name="IN_3" Type="ANY"/>
</InputVars>
<OutputVars>
<VarDeclaration Comment="Concatenated output string" Name="OUT" Type="STRING"/>
</OutputVars>
</InterfaceList>
</FBType>