Skip to content

Commit

Permalink
Merge pull request #83 from ZLLentz/override
Browse files Browse the repository at this point in the history
MNT: Various Fixes
  • Loading branch information
ZLLentz authored Jul 31, 2020
2 parents 5158795 + 16cddda commit fb51c57
Show file tree
Hide file tree
Showing 10 changed files with 5,813 additions and 5,780 deletions.
4 changes: 4 additions & 0 deletions lcls-twincat-motion/Library/GVLs/MOTION_GVL.TcGVL
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
VAR_GLOBAL
stUnknownState: DUT_PositionState := (sName := 'Unknown');
stInvalidState: DUT_PositionState;
END_VAR
VAR_GLOBAL CONSTANT
// Allocated space for 5 states besides Unknown (16 including Unknown is the max for an EPICS MBBI)
MAX_STATES: INT := 5;
END_VAR]]></Declaration>
</GVL>
</TcPlcObject>
Loading

0 comments on commit fb51c57

Please sign in to comment.