Hello dear Forum members,
i've got the following problem:
In our application there is a point where an arbitrarily sized 2D-Array is created. If this Array is to big, the whole system crashes.
If I try to reconstruct the problem in the development environment the vi is just closing as soon as it reaches the critical point.
No error message is thrown, and the Initialize Array VI has no error terminal.
Is it somehow possible to "try/catch" this error, like in other programming languages?
I am aware that with some optimizing I could delay the problem to a probably much larger size of Arrays, but that would require some bigger architectural changes and learning to do, for which I unfortunately don't have much time now...
I'm running the VIs on a PXIe-8102 RealTime (PharLaps) System with 2GB RAM and DualCore Celeron.
I'm looking forward to your suggestions.
Kind regards,
Tobias