-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add formatting.yml * get modelica-json * install modelica-json * dont install nvm * correct paths * translate test cases * dont run test cases * move translate_test_cases.py * add jsonld comparison * update jsonld's for test cases * correct capital * add test py script exec * correct path * install jinja2 * correct paths * correct capitals * dummy commit for capitals * another dummy commit for capitals * add optional other output folder * add diff check IEC's * rename file * modify diff * revise optional output folder * rename workflow * rerun XML's * set encoding * fix * check encoding * correct line endings * clean cxf_check.yml
- Loading branch information
1 parent
fcfcda4
commit f51e806
Showing
16 changed files
with
1,165 additions
and
1,137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,108 +1,108 @@ | ||
<?xml version="1.0" ?> | ||
<project xmlns="http://www.plcopen.org/xml/tc6_0201" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ns1="http://www.plcopen.org/xml/tc6_0201"> | ||
<fileHeader companyName="Unknown" productName="Unnamed" productVersion="1" creationDateTime="2024-01-09T16:45:07"/> | ||
<contentHeader name="Unnamed" modificationDateTime="2024-01-23T14:31:54"> | ||
<coordinateInfo> | ||
<fbd> | ||
<scaling x="0" y="0"/> | ||
</fbd> | ||
<ld> | ||
<scaling x="0" y="0"/> | ||
</ld> | ||
<sfc> | ||
<scaling x="0" y="0"/> | ||
</sfc> | ||
</coordinateInfo> | ||
</contentHeader> | ||
<types> | ||
<dataTypes/> | ||
<pous> | ||
<pou name="Add" pouType="program"> | ||
<interface> | ||
<inputVars> | ||
<variable name="u1"> | ||
<type> | ||
<REAL/> | ||
</type> | ||
</variable> | ||
<variable name="u2"> | ||
<type> | ||
<REAL/> | ||
</type> | ||
</variable> | ||
</inputVars> | ||
<outputVars> | ||
<variable name="y1"> | ||
<type> | ||
<REAL/> | ||
</type> | ||
</variable> | ||
</outputVars> | ||
<localVars/> | ||
</interface> | ||
<body> | ||
<FBD> | ||
<inVariable localId="2" executionOrderId="0" width="10" height="10" negated="false"> | ||
<position x="0" y="0"/> | ||
<connectionPointOut> | ||
<relPosition x="42" y="13"/> | ||
</connectionPointOut> | ||
<expression>u1</expression> | ||
</inVariable> | ||
<inVariable localId="3" executionOrderId="0" width="10" height="10" negated="false"> | ||
<position x="0" y="80"/> | ||
<connectionPointOut> | ||
<relPosition x="42" y="13"/> | ||
</connectionPointOut> | ||
<expression>u2</expression> | ||
</inVariable> | ||
<block localId="1" typeName="ADD" executionOrderId="0" width="20" height="20"> | ||
<position x="672" y="60"/> | ||
<inputVariables> | ||
<variable formalParameter="IN1"> | ||
<connectionPointIn> | ||
<relPosition x="0" y="40"/> | ||
<connection refLocalId="2"/> | ||
</connectionPointIn> | ||
</variable> | ||
<variable formalParameter="IN2"> | ||
<connectionPointIn> | ||
<relPosition x="0" y="40"/> | ||
<connection refLocalId="3"/> | ||
</connectionPointIn> | ||
</variable> | ||
</inputVariables> | ||
<inOutVariables/> | ||
<outputVariables> | ||
<variable formalParameter="OUT"> | ||
<connectionPointOut> | ||
<relPosition x="74" y="30"/> | ||
</connectionPointOut> | ||
</variable> | ||
</outputVariables> | ||
</block> | ||
<outVariable localId="4" executionOrderId="0" width="10" height="10" negated="false"> | ||
<position x="1152" y="40"/> | ||
<connectionPointIn> | ||
<relPosition x="0" y="22"/> | ||
<connection refLocalId="1" formalParameter="OUT"/> | ||
</connectionPointIn> | ||
<expression>y1</expression> | ||
</outVariable> | ||
</FBD> | ||
</body> | ||
</pou> | ||
</pous> | ||
</types> | ||
<instances> | ||
<configurations> | ||
<configuration name="config"> | ||
<resource name="resource1"> | ||
<task name="task0" priority="0" interval="T#20ms"> | ||
<pouInstance name="instance0" typeName="Add"/> | ||
</task> | ||
</resource> | ||
</configuration> | ||
</configurations> | ||
</instances> | ||
</project> | ||
<?xml version="1.0" ?> | ||
<project xmlns="http://www.plcopen.org/xml/tc6_0201" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ns1="http://www.plcopen.org/xml/tc6_0201"> | ||
<fileHeader companyName="Unknown" productName="Unnamed" productVersion="1" creationDateTime="2024-01-09T16:45:07"/> | ||
<contentHeader name="Unnamed" modificationDateTime="2024-01-23T14:31:54"> | ||
<coordinateInfo> | ||
<fbd> | ||
<scaling x="0" y="0"/> | ||
</fbd> | ||
<ld> | ||
<scaling x="0" y="0"/> | ||
</ld> | ||
<sfc> | ||
<scaling x="0" y="0"/> | ||
</sfc> | ||
</coordinateInfo> | ||
</contentHeader> | ||
<types> | ||
<dataTypes/> | ||
<pous> | ||
<pou name="Add" pouType="program"> | ||
<interface> | ||
<inputVars> | ||
<variable name="u1"> | ||
<type> | ||
<REAL/> | ||
</type> | ||
</variable> | ||
<variable name="u2"> | ||
<type> | ||
<REAL/> | ||
</type> | ||
</variable> | ||
</inputVars> | ||
<outputVars> | ||
<variable name="y1"> | ||
<type> | ||
<REAL/> | ||
</type> | ||
</variable> | ||
</outputVars> | ||
<localVars/> | ||
</interface> | ||
<body> | ||
<FBD> | ||
<inVariable localId="2" executionOrderId="0" width="10" height="10" negated="false"> | ||
<position x="0" y="0"/> | ||
<connectionPointOut> | ||
<relPosition x="42" y="13"/> | ||
</connectionPointOut> | ||
<expression>u1</expression> | ||
</inVariable> | ||
<inVariable localId="3" executionOrderId="0" width="10" height="10" negated="false"> | ||
<position x="0" y="80"/> | ||
<connectionPointOut> | ||
<relPosition x="42" y="13"/> | ||
</connectionPointOut> | ||
<expression>u2</expression> | ||
</inVariable> | ||
<block localId="1" typeName="ADD" executionOrderId="0" width="20" height="20"> | ||
<position x="792" y="60"/> | ||
<inputVariables> | ||
<variable formalParameter="IN1"> | ||
<connectionPointIn> | ||
<relPosition x="0" y="40"/> | ||
<connection refLocalId="2"/> | ||
</connectionPointIn> | ||
</variable> | ||
<variable formalParameter="IN2"> | ||
<connectionPointIn> | ||
<relPosition x="0" y="40"/> | ||
<connection refLocalId="3"/> | ||
</connectionPointIn> | ||
</variable> | ||
</inputVariables> | ||
<inOutVariables/> | ||
<outputVariables> | ||
<variable formalParameter="OUT"> | ||
<connectionPointOut> | ||
<relPosition x="74" y="30"/> | ||
</connectionPointOut> | ||
</variable> | ||
</outputVariables> | ||
</block> | ||
<outVariable localId="4" executionOrderId="0" width="10" height="10" negated="false"> | ||
<position x="1440" y="40"/> | ||
<connectionPointIn> | ||
<relPosition x="0" y="22"/> | ||
<connection refLocalId="1" formalParameter="OUT"/> | ||
</connectionPointIn> | ||
<expression>y1</expression> | ||
</outVariable> | ||
</FBD> | ||
</body> | ||
</pou> | ||
</pous> | ||
</types> | ||
<instances> | ||
<configurations> | ||
<configuration name="config"> | ||
<resource name="resource1"> | ||
<task name="task0" priority="0" interval="T#20ms"> | ||
<pouInstance name="instance0" typeName="Add"/> | ||
</task> | ||
</resource> | ||
</configuration> | ||
</configurations> | ||
</instances> | ||
</project> |
Oops, something went wrong.