Skip to content

Commit

Permalink
Merge pull request #22 from jsheppard95/revive-xrt-homs
Browse files Browse the repository at this point in the history
MNT: Revive xrt homs
  • Loading branch information
ZLLentz committed Mar 1, 2021
2 parents e325575 + feb9d63 commit fe7235a
Show file tree
Hide file tree
Showing 42 changed files with 9,740 additions and 890 deletions.
46 changes: 0 additions & 46 deletions HOMS_XRT/HOMS_XRT.sln

This file was deleted.

17 changes: 9 additions & 8 deletions HOMS_XRT/HOMS_XRT.tsproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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.4020.32">
<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.4022.30">
<DataTypes>
<DataType>
<Name GUID="{85DC3E7A-8ADA-435B-9479-25573909A7DB}" Namespace="AX5000" TcBaseType="true">E_AX5000_P_0275_ActiveFeedbackAndMemory</Name>
Expand Down Expand Up @@ -62,7 +62,7 @@
</Hides>
</DataType>
</DataTypes>
<Project ProjectGUID="{E0A85DAB-F54D-4547-A4D7-2FABE419473F}" TargetNetId="5.41.150.248.1.1" ShowHideConfigurations="#x106">
<Project ProjectGUID="{A62272F3-0A49-4FBD-8A1F-8714E915E364}" TargetNetId="172.21.88.136.1.1" RelativeTargetNetId="true" RelativeIpAddresses="true" ShowHideConfigurations="#x106">
<System>
<Licenses>
<Target BkhfOrder="VE2378134">
Expand Down Expand Up @@ -95,11 +95,12 @@
</Io>
</Project>
<Mappings>
<MappingInfo Identifier="{01010012-0020-0304-1000-010120000403}" Id="#x02030050" Watchdog="00000000000000000000000000000000"/>
<MappingInfo Identifier="{05000010-0012-0101-1000-040310000101}" Id="#x02030010" Watchdog="14000000040000000400000004000000"/>
<MappingInfo Identifier="{00000000-0050-0304-1000-040350000403}" Id="#x02030060"/>
<MappingInfo Identifier="{00000000-0020-0304-1000-040320000403}" Id="#x02030040"/>
<MappingInfo Identifier="{00000000-0011-0101-1000-010130000403}" Id="#x02030020"/>
<MappingInfo Identifier="{00000000-0012-0101-1000-010140000403}" Id="#x02030030"/>
<MappingInfo Identifier="{08502003-0050-0304-0020-500850000403}" Id="#x02030070" Watchdog="00000000000000000000000000000000"/>
<MappingInfo Identifier="{08502003-0020-0304-0020-500820000403}" Id="#x02030030" Watchdog="00000000000000000000000000000000"/>
<MappingInfo Identifier="{05000010-2003-0850-1000-040302205008}" Id="#x02030060" Watchdog="0a000000040000000400000004000000"/>
<MappingInfo Identifier="{00000000-0050-0304-1000-040353000403}" Id="#x02030050"/>
<MappingInfo Identifier="{00000000-0020-0304-1000-040321000403}" Id="#x02030020"/>
<MappingInfo Identifier="{00000000-2001-0850-0020-500830000403}" Id="#x02030010"/>
<MappingInfo Identifier="{00000000-2003-0850-0220-500842000403}" Id="#x02030040"/>
</Mappings>
</TcSmProject>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4020.12">
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4022.18">
<DUT Name="ST_ElmoGDCBellCoEParams" Id="{adc45910-3b48-4ab5-8e09-e1d3c97a2d8c}">
<Declaration><![CDATA[TYPE ST_ElmoGDCBellCoEParams :
STRUCT
Expand All @@ -16,6 +16,9 @@ STRUCT
ui5VSupply : UINT;
//Drive temperature, C
uiDriveTemp : UINT;
// Checksum
testChecksum : DINT;
END_STRUCT
END_TYPE
]]></Declaration>
Expand Down
4 changes: 2 additions & 2 deletions HOMS_XRT/HOMS_XRT_PLC/Common/DUTs/ST_HOMSStepper.TcDUT
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4020.12">
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4022.18">
<DUT Name="ST_HOMSStepper" Id="{59acacf2-49b3-454e-979e-299117a50a5f}">
<Declaration><![CDATA[TYPE ST_HOMSStepper :
STRUCT
Expand All @@ -21,7 +21,7 @@ STRUCT
//Absolute Value Request
rReqAbsolute : REAL:= 0.0;
//Pitch stepper dmov range (urad)
rStepperDmovRange : REAL := 2;
rStepperDmovRange : REAL := 20;
(* Status *)
//Axis Status
stStatus : ST_StepperStatus;
Expand Down
Loading

0 comments on commit fe7235a

Please sign in to comment.