We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85242bf + ebce607 commit 227f599Copy full SHA for 227f599
1 file changed
src/StateFramework/State/State3Transition.st
@@ -49,7 +49,7 @@ NAMESPACE Simatic.Ax.StateFramework
49
CASE pos OF
50
UINT#0: GetTransition := transition1;
51
UINT#1: GetTransition := transition2;
52
- UINT#2: GetTransition := transition2;
+ UINT#2: GetTransition := transition3;
53
ELSE
54
GetTransition := NULL;
55
END_CASE;
0 commit comments