blob: 7baa3d430e185866a1570d5d5fe50c38bc18ae5b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE FBType SYSTEM "http://www.holobloc.com/xml/LibraryElement.dtd">
<FBType Comment="convert REAL to ULINT" Name="F_REAL_TO_ULINT">
<Identification Description="Copyright (c) 2013 TU Wien ACIN&#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="61131-3" Classification="standard type conversion function"/>
<VersionInfo Author="Monika Wenger" Date="2013-09-08" Organization="TU Wien ACIN" Version="1.0"/>
<InterfaceList>
<EventInputs>
<Event Comment="Service Request" Name="REQ" Type="Event">
<With Var="IN"/>
</Event>
</EventInputs>
<EventOutputs>
<Event Comment="Confirmation of Requested Service" Name="CNF" Type="Event">
<With Var="OUT"/>
</Event>
</EventOutputs>
<InputVars>
<VarDeclaration Comment="input value" Name="IN" Type="REAL"/>
</InputVars>
<OutputVars>
<VarDeclaration Comment="output value" Name="OUT" Type="ULINT"/>
</OutputVars>
</InterfaceList>
<Service Comment="convert REAL to ULINT" LeftInterface="APPLICATION" RightInterface="RESOURCE"/>
</FBType>