0030-2292 0030-2296
0030-2292 You cannot Export at this time because the program stack has changed
since you created this window. The chosen array is out of scope.
Explanation: The array that was chosen in the Export window is no longer within scope.
The program stack has changed due to an execution command, such as step or continue.
The array chosen may no longer exist due to scoping rules.
User Response: If the array chosen by the Export window can no longer be reached by
stepping program execution back into the function or subroutine, the window is no longer
useful and should be cancelled. If the function or subroutine can be reentered by controlling
program execution, this window can be used when the scope of the variable is consistent
with the program stack.
0030-2293 You cannot Visualize at this time because task:
number
is running.
Explanation: A task must be in debug state to be able to participate in an visualization.
You have issued a command that put the task in a running state after the visualization
window for the array was opened.
User Response: To visualize using this window you must allow the task to continue until a
debug state has been reached. This can be done by waiting for a running task to return, or if
it is blocked, by stepping other tasks or pressing the halt button.
0030-2294 You cannot Visualize at this time because the program stack has changed
since you created this window. The chosen array is out of scope.
Explanation: The array that was chosen in the Visualization window is no longer within
scope. The program stack has changed due an execution command, such as step or
continue. The array chosen may no longer exist due to scoping rules.
User Response: If the array chosen by the Visualization window can no longer be reached
by stepping program execution back into the function or subroutine, the window is no longer
useful and should be cancelled. If the function or subroutine can be reentered by controlling
program execution, this window can be used when the scope of the variable is consistent
with the program stack.
0030-2295 You cannot view the Array Subrange at this time because task:
number
is
running.
Explanation: A task must be in debug state to be able to view an array subrange. You
have issued a command that put the task in a running state after the Array Subrange
window for the array was opened.
User Response: To view array subranges using this window you must allow the task to
continue until a debug state has been reached. This can be done by waiting for a running
task to return, or if it is blocked, by stepping other tasks or pressing the halt button.
0030-2296 You cannot view the array subrange at this time because the program stack
has changed since you created this window. The chosen array is out of
scope.
Explanation: The array that was chosen in the Array Subrange window is no longer within
scope. The program stack has changed due an execution command, such as step or
continue. The array chosen may no longer exist due to scoping rules.
User Response: If the array chosen by the Array Subrange window can no longer be
reached by stepping program execution back into the function or subroutine, the window is
no longer useful and should be cancelled. If the function or subroutine can be reentered by
controlling program execution, this window can be used when the scope of the variable is
consistent with the program stack.
Chapter 3. pedb Messages 43