rename soluition; set nuber of axes to 2
All checks were successful
checkformat / build (push) Successful in 3s
All checks were successful
checkformat / build (push) Successful in 3s
This commit is contained in:
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# TcXaeShell Solution File, Format Version 11.00
|
||||
VisualStudioVersion = 15.0.28307.1300
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{B1E792BE-AA5F-4E3C-8C82-674BF9C0715B}") = "solution", "solution\solution.tsproj", "{9CF97348-B9D3-4938-B1F2-5F0B0B6AA66A}"
|
||||
Project("{B1E792BE-AA5F-4E3C-8C82-674BF9C0715B}") = "TC_iTomcat-ES2-Detector-Tower-FAT", "solution\TC_iTomcat-ES2-Detector-Tower-FAT.tsproj", "{9CF97348-B9D3-4938-B1F2-5F0B0B6AA66A}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<TcSmProject 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">
|
||||
<Project ProjectGUID="{9CF97348-B9D3-4938-B1F2-5F0B0B6AA66A}" Target64Bit="true" ShowHideConfigurations="#x106">
|
||||
<TcSmProject 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.55">
|
||||
<Project ProjectGUID="{9CF97348-B9D3-4938-B1F2-5F0B0B6AA66A}" TargetNetId="5.17.17.136.1.1" ShowHideConfigurations="#x106">
|
||||
<System>
|
||||
<Settings MaxCpus="2" DontCheckTarget="10.0.5.148.1.1">
|
||||
<Settings MaxCpus="2">
|
||||
<Cpu CpuId="1"/>
|
||||
<IoIdleTask Priority="6"/>
|
||||
</Settings>
|
||||
@@ -8,7 +8,7 @@ VAR_GLOBAL
|
||||
END_VAR
|
||||
|
||||
VAR_GLOBAL CONSTANT
|
||||
nAXIS_NUM: UINT := 0; //Specifies the total of axes in the system
|
||||
nAXIS_NUM: UINT := 2; //Specifies the total of axes in the system
|
||||
nPNEUMATIC_AXIS_NUM: UINT := 0; //Specifies the total number of pneumatic axes in the system
|
||||
|
||||
//Pneumatic air pressure groups high and low limits
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<o n="AvailableKeys" t="DeviceBasedHotkeysProvider">
|
||||
<v n="Modifiers">7</v>
|
||||
<v n="DevType">4096</v>
|
||||
<v n="DevId">"1002 0004"</v>
|
||||
<v n="DevId">"1002 0001"</v>
|
||||
<v n="DevVersion">"1.0.0.6"</v>
|
||||
<v n="BaseProvider">{cb73a13e-6ccc-4bc6-8859-f5aa98bb116b}</v>
|
||||
<l n="Keys" t="ArrayList" cet="DeviceBasedHotkeyItem">
|
||||
|
||||
Reference in New Issue
Block a user