02-11-2010 04:47 PM
Sorry to bother everyone with a trivial probelm, but I'm at a loss here.
I initialize an array of u32 integers and then using shift register keep adding to it an array generated inside of a while loop. I do that with the help of polymorthic ADD function. Sounds simple enough.... Well at some point while inside of the loop the array resets to NULL (zero dimention) and abviously I cannot add to it anymore. I checked that I never exist the loop. The number of elements inside of both arrays is the same (512 elements). I was wondering if anyone encountered similar problems. I'm using LabView 2009 on XP.
Regards, Vitaliy
02-11-2010 04:49 PM
02-12-2010 11:05 AM - edited 02-12-2010 11:06 AM
02-12-2010 12:26 PM
01-20-2011 09:25 AM
Hi,
Although I'm not the originator of this thread I am also having trouble with an array resetting back to null (all zeroes) after its populated with the actual data. I have attached my current VI. When I select read data switch the data is properly updated on the XY graph and I see the data temporarily flash into the array cells and then all cells revert back to null (zeroes). I'm completely new to LabVIEW and have spent many frustrating hours getting to the point of development that you see on the attached VI.
Any help or guidance would be greatly appreciated.
Regards,