From 33569a7d930fd23968320ca7c7db03a62cce1b58 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 20 Sep 2023 00:26:57 +0000 Subject: [PATCH] Auto-update from Github Actions Workflow Deployed from commit 534ceab3b1821131a814da903e5ad216b4461283 (refs/heads/master) --- .../lcls-twincat-motion_Library_source.rst.txt | 10 +++++----- master/lcls-twincat-motion_Library_source.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/master/_sources/lcls-twincat-motion_Library_source.rst.txt b/master/_sources/lcls-twincat-motion_Library_source.rst.txt index fd65604..b5c8f1e 100644 --- a/master/_sources/lcls-twincat-motion_Library_source.rst.txt +++ b/master/_sources/lcls-twincat-motion_Library_source.rst.txt @@ -11383,6 +11383,11 @@ FB_PositionStateND_Core END_VAR stEpicsToPlc.nSetValue := eEnumSet; + fbInternal( + astMotionStage:=astMotionStageMax, + astPositionState:=astPositionStateMax, + ); + fbRead( astMotionStage:=astMotionStageMax, astPositionState:=astPositionStateMax, @@ -11401,11 +11406,6 @@ FB_PositionStateND_Core bResetMove=>, ); - fbInternal( - astMotionStage:=astMotionStageMax, - astPositionState:=astPositionStateMax, - ); - FOR nIterMotor := 1 TO MotionConstants.MAX_STATE_MOTORS DO IF nCurrGoal > 0 THEN astMoveGoals[nIterMotor] := astPositionStateMax[nIterMotor][nCurrGoal]; diff --git a/master/lcls-twincat-motion_Library_source.html b/master/lcls-twincat-motion_Library_source.html index d0f5299..ba3dcd5 100644 --- a/master/lcls-twincat-motion_Library_source.html +++ b/master/lcls-twincat-motion_Library_source.html @@ -11514,6 +11514,11 @@

FB_PositionStateND_CoreEND_VAR stEpicsToPlc.nSetValue := eEnumSet; +fbInternal( + astMotionStage:=astMotionStageMax, + astPositionState:=astPositionStateMax, +); + fbRead( astMotionStage:=astMotionStageMax, astPositionState:=astPositionStateMax, @@ -11532,11 +11537,6 @@

FB_PositionStateND_CorebResetMove=>, ); -fbInternal( - astMotionStage:=astMotionStageMax, - astPositionState:=astPositionStateMax, -); - FOR nIterMotor := 1 TO MotionConstants.MAX_STATE_MOTORS DO IF nCurrGoal > 0 THEN astMoveGoals[nIterMotor] := astPositionStateMax[nIterMotor][nCurrGoal];