generated from pcdshub/lcls-plc-template-twincat-project
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from NSLentz/add-interlock-with-qrix-motion
Added interface with qrix-motion plc. Copied changes to SampleChamber logic from PR15. INTERLOCKS STILL NEED TO BE PROGRAMMED, ONLY INTERFACE WAS ADDED.
- Loading branch information
Showing
10 changed files
with
46,706 additions
and
626 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
32 changes: 32 additions & 0 deletions
32
lcls-plc-qrix-vac/lcls-plc-qrix-vac/PLC_QRIX_VAC/GVLs/GVL_Interface.TcGVL
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4022.18"> | ||
<GVL Name="GVL_Interface" Id="{a7b0d595-db2a-4877-bd39-489561f20390}"> | ||
<Declaration><![CDATA[{attribute 'qualified_only'} | ||
VAR_GLOBAL | ||
(*I/O Inputs to QRIX Motion PLC*) | ||
{attribute 'TcLinkTo' := 'TIID^Device 1 (EtherCAT)^B950_233_R03_DRL_01^EK1122_00_16^QRIX_MOT_INT (EL6692)^IO Inputs^QRIX_MOT_SDS_MMS_H_RAW_ENC_CNTS | ||
'} | ||
QRIX_MOT_SDS_MMS_H_RAW_ENC_CNTS AT %I* : UINT; | ||
{attribute 'TcLinkTo' := 'TIID^Device 1 (EtherCAT)^B950_233_R03_DRL_01^EK1122_00_16^QRIX_MOT_INT (EL6692)^IO Inputs^QRIX_MOT_SDS_MMS_H_FORWARD_EN | ||
'} | ||
QRIX_MOT_SDS_MMS_H_FORWARD_EN AT %I* : BOOL; | ||
{attribute 'TcLinkTo' := 'TIID^Device 1 (EtherCAT)^B950_233_R03_DRL_01^EK1122_00_16^QRIX_MOT_INT (EL6692)^IO Inputs^QRIX_MOT_SDS_MMS_H_BACKWARD_EN | ||
'} | ||
QRIX_MOT_SDS_MMS_H_BACKWARD_EN AT %I* : BOOL; | ||
(*I/O Outputs to QRIX Motion PLC*) | ||
{attribute 'TcLinkTo' := 'TIID^Device 1 (EtherCAT)^B950_233_R03_DRL_01^EK1122_00_16^QRIX_MOT_INT (EL6692)^IO Outputs^QRIX_VAC_VGC_03_OP_CMD | ||
'} | ||
QRIX_VAC_VGC_03_OP_CMD AT %Q* : BOOL; | ||
{attribute 'TcLinkTo' := 'TIID^Device 1 (EtherCAT)^B950_233_R03_DRL_01^EK1122_00_16^QRIX_MOT_INT (EL6692)^IO Outputs^QRIX_VAC_VGC_03_CL_CMD | ||
'} | ||
QRIX_VAC_VGC_03_CL_CMD AT %Q* : BOOL; | ||
END_VAR]]></Declaration> | ||
</GVL> | ||
</TcPlcObject> |
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
46,752 changes: 46,251 additions & 501 deletions
46,752
lcls-plc-qrix-vac/lcls-plc-qrix-vac/PLC_QRIX_VAC/PLC_QRIX_VAC.tmc
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.