10-02-2009 02:30 PM
Has constant folding, or the displaying thereof, changed since 8.2? I have constant folding on for structures as well as wires. Notice I have a structure and a wire that do not match...
Solved! Go to Solution.
10-02-2009 04:38 PM
10-03-2009 09:54 AM
Has constant folding, or the displaying thereof, changed since 8.2?
I certainly hope so. 8.2 had some big bad bugs in that regard.
I can't find the bug report right now, but I had a U32 control with a default value of MAXINT. The first call to the VI was an INIT function, where that control was disregarded. LabVIEW helpfully tried to allocate 4 billion DBL values, thinking it was doing me a favor.
I worked around it then, so I don't know if it was fixed in 8.6 (I suspect so). |
Blog for (mostly LabVIEW) programmers: Tips And Tricks
10-05-2009 07:20 AM - edited 10-05-2009 07:21 AM
The same comparison holds true for 8.5 and 8.6.
As Guenter expressed, I can't get a structure to show folding no matter what combination of saving, running, disabling debugging I try. I guess, unless we hear further, that as of 2009, structures don't get folded?
10-06-2009 01:59 PM - edited 10-06-2009 02:01 PM