Hi support,
I have a short question regarding the overflow flag which is a parameter of all buffers in VisualApplets. The flag will only toggle between 0 and 1 if there is an issue and if you do not watch closely you will miss this moment. Therefore I thought about designing an overflow count using the Parameter Operators. I had something in mind like
${this.Value} = ${this.Value} + ${../../../Function/Buffer.Overflow};
Well, as you might expect that did not work as intended.
Do you have a hint for me how I could use VA to count overflows of an buffer. The intention is to help the user figuring out if everything works fine and no overflow occured since the acquisition was started.
Maybe there is something in the debug operators I could use like the "OverflowMask" but I am not sure how to proceed.
Kind regards,
Theo