blob: 1103083351ab347a9ef43ac517be601ef5fc1430 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE FBType SYSTEM "http://www.holobloc.com/xml/LibraryElement.dtd">
<FBType Comment="Template for an empty simple function block" Name="SimpleTestINC">
<Identification Description="Copyright (c) 2019 Jan Holzweber&#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;SPDX-License-Identifier: EPL-2.0" Standard="61499-1"/>
<VersionInfo Author="Jan Holzweber" Date="2019-06-11" Version="1.0"/>
<InterfaceList>
<EventInputs>
<Event Comment="Normal Execution Request" Name="REQ" Type="Event">
<With Var="I"/>
</Event>
</EventInputs>
<EventOutputs>
<Event Comment="Execution Confirmation" Name="CNF" Type="Event">
<With Var="O"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Comment="" Name="I" Type="INT"/>
</InputVars>
<OutputVars>
<VarDeclaration Comment="" Name="O" Type="INT"/>
</OutputVars>
</InterfaceList>
<SimpleFB>
<Algorithm Comment="" Name="REQ">
<ST Text="O := I +1;"/>
</Algorithm>
</SimpleFB>
</FBType>