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
<p>To get access to the packages from <code>AX#</code> and <code>AXOpen</code> you will need to authenticate to a dedicated package feed hosted on GitHub. Authentication is free. If you do not have a GitHub account please consider creating one by signing up at <ahref="https://github.com">https://github.com</a>.</p>
<p>This component requires cyclic data updates, which are typically sourced from the I/O system. Before using the component, make sure you invoke the <code>Run</code> method. Additionally, it's crucial to ensure that the <code>Run</code> method is positioned within a call tree that operates cyclically. Failing to initiate the <code>Run</code> method or not guaranteeing its cyclic execution can lead to malfunctions and unpredictable component behavior. In extreme circumstances, this could cause erratic controller behavior, potentially leading to equipment damage.</p>
@@ -129,7 +129,7 @@ <h2 id="use">Use</h2>
129
129
130
130
METHOD PRIVATE UseInSequencer
131
131
132
-
Sequencer.Initialize(THIS);
132
+
Sequencer.Run(THIS);
133
133
Sequencer.Open();
134
134
135
135
IF(Steps[0].Execute(Sequencer, 'Start at main')) THEN
<p>This component requires cyclic data updates, which are typically sourced from the I/O system. Before using the component, make sure you invoke the <code>Run</code> method. Additionally, it's crucial to ensure that the <code>Run</code> method is positioned within a call tree that operates cyclically. Failing to initiate the <code>Run</code> method or not guaranteeing its cyclic execution can lead to malfunctions and unpredictable component behavior. In extreme circumstances, this could cause erratic controller behavior, potentially leading to equipment damage.</p>
@@ -139,8 +139,11 @@ <h2 id="use">Use</h2>
139
139
END_VAR
140
140
141
141
METHOD PRIVATE UseInSequencer
142
+
IF Sequencer.GetContext().OpenCycleCount() = ULINT#0 THEN
0 commit comments