Structures and debug
vining
Posts: 4,368
What is it about viewing structures in debug that makes the NS or the master choke and loose coms with each other. I thought it was a memory issue on my office NI-3100 which is loaded with way too much crap but it also happens on the office NX-2200 with barely any program at all. Simple, small structures can usually work but anything that justifies using structures always drops the connection and it's very annoying.
0
Comments
I use structures all the time and often view them in the debugger, and haven't seen what you are referring to. I keep my structures fairly simple, since I think there are memory controller issues with large structs, especially large, multi-nested structs.
Paul
I use large structures all the time and AFAIK the only problem I have with them is debugging which is probably just too much data that needs to flow between the master and NS. It does often make me want to use simple arrays but that defeats the purpose.