06-18-2014 01:51 PM
Wich reminds me to come back and point out
Wiring the error chain correctly and tossing a simple error handler on that post-build vi would have prevented the mess in the first place!
06-18-2014 02:05 PM
i did fix the error flow later on myself, it's the error handler that I had never thought off, even though I just did it two days ago, to debug another part of the executabel code - haha:manlol:
06-18-2014 05:46 PM
Basic error handling is always just about the first thing I build into my design pattern because it tells me where I screwed up my code. 😉