blob: d9cf7d0c5432a1b5ac93e08b57f38465dab9433c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE FBType SYSTEM "http://www.holobloc.com/xml/LibraryElement.dtd">
<FBType Comment="Peroidic event generator" Name="E_CYCLE">
<Identification Description="Copyright (c) 2017 fortiss 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" Standard="61499-1 Annex A"/>
<VersionInfo Author="Alois Zoitl" Date="2017-09-21" Organization="fortiss GmbH" Remarks="initial API and implementation and/or initial documentation" Version="1.0"/>
<InterfaceList>
<EventInputs>
<Event Comment="Start the perodic generation of events" Name="START" Type="Event">
<With Var="DT"/>
</Event>
<Event Comment="Stop the generation of events" Name="STOP" Type="Event"/>
</EventInputs>
<EventOutputs>
<Event Comment="Periodically triggered output event" Name="EO" Type="Event"/>
</EventOutputs>
<InputVars>
<VarDeclaration Comment="cycle time" Name="DT" Type="TIME"/>
</InputVars>
<OutputVars/>
</InterfaceList>
<FBNetwork>
<FB Comment="" Name="E_DELAY" Type="E_DELAY" x="1200.0" y="-100.0"/>
<DataConnections>
<Connection Comment="" Destination="E_DELAY.DT" Source="DT" dx1="0.0" dx2="0.0" dy="0.0"/>
</DataConnections>
<EventConnections>
<Connection Comment="" Destination="E_DELAY.START" Source="START" dx1="270.0" dx2="0.0" dy="0.0"/>
<Connection Comment="" Destination="E_DELAY.STOP" Source="STOP" dx1="0.0" dx2="0.0" dy="0.0"/>
<Connection Comment="" Destination="E_DELAY.START" Source="E_DELAY.EO" dx1="0.0" dx2="0.0" dy="-170.0"/>
<Connection Comment="" Destination="EO" Source="E_DELAY.EO" dx1="0.0" dx2="0.0" dy="0.0"/>
</EventConnections>
</FBNetwork>
</FBType>