Hello!
I use CheckBounds (POUs for Implicit Checks).
But I have a problem.
I use an array as an VAR_IN_OUT of Function Block.
If I try to monitor the array of variable length ([* ]), its does't work. The CheckBounds POU isn't called. If I use the array of fixed lenght ([lower..upper]), the CheckBounds POU is called. Why?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello!
I use CheckBounds (POUs for Implicit Checks).
But I have a problem.
I use an array as an VAR_IN_OUT of Function Block.
If I try to monitor the array of variable length ([* ]), its does't work. The CheckBounds POU isn't called. If I use the array of fixed lenght ([lower..upper]), the CheckBounds POU is called. Why?