You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use STINPUTS-BLIMITFWD/BWD which are the raw inputs for a limit switch, but limits have been added to the standard status array - we should instead use stStatus.bFwEnabled and stStatus.bBwEnabled
the nice bit about this is unit tests that set limits can stay the same as they are setting the stinput fields which stStatus.bfw/bbwenabled use.
The text was updated successfully, but these errors were encountered:
All changes look sound, functionality should be checked with existing tests, so would be happy to push through if the next reviewer could run the tests. (BUT be sure to only install 4024.11 twincat otherwise the test runner won't work, hence my abandoning of the review).
Currently we use
STINPUTS-BLIMITFWD/BWD
which are the raw inputs for a limit switch, but limits have been added to the standard status array - we should instead use stStatus.bFwEnabled and stStatus.bBwEnabledthe nice bit about this is unit tests that set limits can stay the same as they are setting the stinput fields which stStatus.bfw/bbwenabled use.
The text was updated successfully, but these errors were encountered: