Skip to content

Commit

Permalink
Merge pull request #100 from mkestra/3-stagev4
Browse files Browse the repository at this point in the history
updating channel of LED light
  • Loading branch information
mkestra authored Oct 21, 2022
2 parents 46885a3 + d65c852 commit faba65a
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<DcMode>4443000000000000000000000000000044432d53796e6368726f6e000000000000000000000000000000000000000000000000000000000000000000000000030100000000000000000000000000000000000000000000000000000000000000</DcMode>
<MBoxUserCmdData>004003000c0000000000000003000000000000000000000000000000000000002081f001040000000000190000</MBoxUserCmdData>
<MBoxUserCmdData>004003000a00000000000000030010000000000000000000000000000000000020f3100502000000010000</MBoxUserCmdData>
<MBoxUserCmdData>020003000a0000000f00000003000000000000000000000000000000000000002010800102000000e8034d6178696d616c2063757272656e7400</MBoxUserCmdData>
<MBoxUserCmdData>020003000a0000000f0000000300000000000000000000000000000000000000201080010200000034084d6178696d616c2063757272656e7400</MBoxUserCmdData>
<Pdo Name="ENC Status compact" Index="#x1a00" Flags="#x0010" SyncMan="3">
<ExcludePdo>#x1a01</ExcludePdo>
<Entry Name="Status__Latch C valid" Index="#x6000" Sub="#x01">
Expand Down
2 changes: 1 addition & 1 deletion plc-kfe-motion/_Config/PLC/kfe_motion.xti
Original file line number Diff line number Diff line change
Expand Up @@ -7287,7 +7287,7 @@ External Setpoint Generation:
<Mappings>
<OwnerA Name="kfe_motion Instance">
<OwnerB Name="TIID^Device 1 (EtherCAT)^Power (EK1200)^PLC Junction 1 (EK1122)^X1 RTDSK0 (EK1100)^RTDSK0-EL2004">
<Link VarA="PlcTask Outputs^PRG_RTDSK0.fbRTDSK0_SCRP_LED_01" VarB="Channel 2^Output" AutoLink="true"/>
<Link VarA="PlcTask Outputs^PRG_RTDSK0.fbRTDSK0_SCRP_LED_01" VarB="Channel 3^Output" AutoLink="true"/>
</OwnerB>
<OwnerB Name="TIID^Device 1 (EtherCAT)^Power (EK1200)^PLC Junction 1 (EK1122)^X1 RTDSK0 (EK1100)^RTDSK0-M2-EL7041">
<Link VarA="PlcTask Inputs^Main.M11.bLimitBackwardEnable" VarB="STM Status^Status^Digital input 2" AutoLink="true"/>
Expand Down
2 changes: 1 addition & 1 deletion plc-kfe-motion/kfe_motion/POUs/PRG_RTDSK0.TcPOU
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ VAR
field: ONAM ON
'}
{attribute 'TcLinkTo' := 'TIIB[RTDSK0-EL2004]^Channel 2^Output'}
{attribute 'TcLinkTo' := 'TIIB[RTDSK0-EL2004]^Channel 3^Output'}
fbRTDSK0_SCRP_LED_01 AT %Q*: BOOL;;
FFO : FB_FastFault :=( i_Desc := 'fault occurs when Y motor is not activating upper limit switch', i_TypeCode := 16#FAF, i_DevName := 'RTDSK0:SCRP:MMS:Y');
Expand Down
72 changes: 36 additions & 36 deletions plc-kfe-motion/kfe_motion/kfe_motion.tmc

Large diffs are not rendered by default.

0 comments on commit faba65a

Please sign in to comment.