Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added WORDS_TO_DWORD.fct under assembling directory in utils typelib #242

Merged
Prev Previous commit
Next Next commit
rename WORDS_TO_DWORD.fct
  • Loading branch information
MoritzO02 committed Jul 7, 2024
commit 7ef7316196b4954baa2f3416c2b72af671250a33
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Function Name="WORDS_TO_DWORD" Comment="">
<Function Name="ASSEMBLE_DWORD_FROM_WORDS" Comment="">
<Identification Standard="61499-1" Description="Copyright (c) 2024 HR Agrartechnik GmbH &#10; &#10;This program and the accompanying materials are made &#10;available under the terms of the Eclipse Public License 2.0 &#10;which is available at https://www.eclipse.org/legal/epl-2.0/ &#10; &#10;SPDX-License-Identifier: EPL-2.0" >
</Identification>
<VersionInfo Version="1.0" Author="franz" Date="2024-02-22">
@@ -15,6 +15,7 @@
</EventInputs>
<EventOutputs>
<Event Name="CNF" Type="Event" Comment="">
<With Var=""/>
<With Var="OUT"/>
</Event>
</EventOutputs>
@@ -23,11 +24,12 @@
<VarDeclaration Name="IN_01" Type="WORD" Comment="WORD 01"/>
</InputVars>
<OutputVars>
<VarDeclaration Name="" Type="ANY" Comment=""/>
<VarDeclaration Name="OUT" Type="DWORD" Comment="DWORD Output"/>
</OutputVars>
</InterfaceList>
<FunctionBody>
<ST><![CDATA[FUNCTION WORDS_TO_DWORD
<ST><![CDATA[FUNCTION ASSEMBLE_DWORD_FROM_WORDS

VAR_INPUT
IN_00 : WORD; // WORD 00