Build solution with the new pneumatics progs and variables

This commit is contained in:
Federico Rojas
2025-04-11 15:14:37 +02:00
parent 2afdd9ae47
commit 8dbdba11e2
2 changed files with 29 additions and 2 deletions

View File

@@ -1,11 +1,19 @@
<?xml version="1.0"?>
<TcSmItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.beckhoff.com/schemas/2012/07/TcSmProject" TcSmVersion="1.0" TcVersion="3.1.4024.62" ClassName="CNestedPlcProjDef">
<Project GUID="{FB261665-FD20-4BF2-97F8-2854C82B752D}" Name="tc_project_app" PrjFilePath="..\..\tc_project_app\tc_project_app.plcproj" TmcFilePath="..\..\tc_project_app\tc_project_app.tmc" ReloadTmc="true" AmsPort="852" FileArchiveSettings="#x000e" ClearInvalidPersist="true" SymbolicMapping="true">
<Instance Id="#x08502040" TcSmClass="TComPlcObjDef" KeepUnrestoredLinks="2" TmcPath="tc_project_app\tc_project_app.tmc" TmcHash="{C4BD3855-3315-D1A6-F8E7-1C5E39A5801C}">
<Instance Id="#x08502040" TcSmClass="TComPlcObjDef" KeepUnrestoredLinks="2" TmcPath="tc_project_app\tc_project_app.tmc" TmcHash="{378B4D16-7447-1DA7-20CD-12428CCC0E51}">
<Name>tc_project_app Instance</Name>
<CLSID ClassFactory="TcPlc30">{08500001-0000-0000-F000-000000000064}</CLSID>
<Vars VarGrpType="1">
<Name>PlcTask Inputs</Name>
<Var>
<Name>Safety_Shutter.bPSSPermit1</Name>
<Type>BOOL</Type>
</Var>
<Var>
<Name>Safety_Shutter.bPSSPermit2</Name>
<Type>BOOL</Type>
</Var>
<Var>
<Name>GVL.nAirPressureSensorGroup1</Name>
<Comment><![CDATA[Raw value from analog air pressure sensor for pneumatic axes group 1]]></Comment>
@@ -17,6 +25,19 @@
<Type>INT</Type>
</Var>
</Vars>
<Vars VarGrpType="2" AreaNo="1">
<Name>PlcTask Outputs</Name>
<Var>
<Name>Safety_Shutter.bPSSPermitPower</Name>
<Comment><![CDATA[Define all necessary variables for your application]]></Comment>
<Type>BOOL</Type>
</Var>
<Var>
<Name>Pneumatic_Box.bPowerPressureSensors</Name>
<Comment><![CDATA[Variable to power the air pressure senosrs in the pneuatmic box]]></Comment>
<Type>BOOL</Type>
</Var>
</Vars>
<Contexts>
<Context>
<Id>0</Id>

View File

@@ -37,7 +37,10 @@
<Compile Include="POUs\Application_Specific\Applications\Application_Template.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="POUs\Application_Specific\Applications\Cabinet_Configuration.TcPOU">
<Compile Include="POUs\Application_Specific\Applications\Cabinet_Monitoring.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="POUs\Application_Specific\Applications\Pneumatic_Box.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="POUs\Application_Specific\Applications\Shutter_Operator_panel_Template.TcPOU">
@@ -49,6 +52,9 @@
<Compile Include="POUs\Application_Specific\Axes\Pneumatics_Template.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="POUs\Application_Specific\Axes\Safety_Shutter.TcPOU">
<SubType>Code</SubType>
</Compile>
<Compile Include="POUs\MAIN.TcPOU">
<SubType>Code</SubType>
</Compile>