05-18-2010 04:36 PM
I've installed LV2009 and trying to open version 8.6 vi.
I am getting a pop-up message "Compiler error. REport this problrm to Nationa Instruments Tech Support. out of regs - no spill candidate found, reg 1239!"
32-bit Labview client on Win 7 64 bit and Win server 2008 64 bit give same error.
The code attached.
Solved! Go to Solution.
05-18-2010 11:16 PM
05-19-2010 06:26 AM
smercurio,
I tried the attached, same exact error, but your VI window closes after clicking on OK button in the error pop-up.
05-19-2010 06:59 AM
You should probably call NI Tech Support.
http://sine.ni.com/apps/utf8/nicc.call_me In the Technical Support box, click on Request Support and provide the necessary info.
05-23-2010 06:24 PM
05-24-2010 09:05 AM
05-27-2010 07:42 AM
After converting and testing the problematic VI in LV 2009 sp1, I found that the code that worked for me since LV 8.2 and 8.6 is bugged now.
I am using an array of waveforms. I apply "Split 1D Array", followed by "Decimate 1D Array" library functions. The resulted array is stripped of the waveform information in LV2009.
I isolated the bugged piece in the attached VI.
Is it a bug?
05-27-2010 08:53 AM
05-27-2010 12:38 PM
Thanks for the suggestion, but I think the bizarre behavior was caused by LV 2009 memory optimization - I was able fix it but placing "Always Copy" library VI on the misbehaving data line. I don't think there's a need for new thread than.