Skip to content

Commit

Permalink
st1k4 in position changed from 0 to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tongju12 committed Aug 16, 2023
1 parent 1f98f90 commit 4a90438
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ VAR
bMoveOK := TRUE,
bValid := TRUE,
sName := 'IN',
fPosition := 1,
fPosition := 2,
fDelta := 1,
fVelocity := 9);
fVelocity := 5);
ST1K4_Out:DUT_PositionState:= (
bUseRawCounts := FALSE,
Expand All @@ -32,7 +32,7 @@ VAR
sName := 'OUT',
fPosition := 40,
fDelta := 1,
fVelocity := 9);
fVelocity := 5);
ST3K4_In: bool;
Expand Down
44 changes: 22 additions & 22 deletions plc-kfe-motion/kfe_motion/kfe_motion.tmc

Large diffs are not rendered by default.

0 comments on commit 4a90438

Please sign in to comment.