leon78 - 2023-11-14

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?