| <?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 This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at https://www.eclipse.org/legal/epl-2.0/ 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> |