03-09-2006 07:18 AM
So even if I've found a bug that I know is a bug, I need to create a discussion somewhere first and then link to it from here? OK- I'll do that in future,
03-09-2006 07:50 AM
03-14-2006 11:05 AM - edited 03-14-2006 11:05 AM

Message Edited by altenbach on 03-14-2006 09:06 AM
03-15-2006 02:22 PM
03-21-2006 05:50 AM
03-21-2006 09:02 AM
Replace Array Subset bug, Unexpected behavior - from Dan on LAVA:
...a VI that should generate a 2D array of booleans with a pattern defined inside a case structure and double For loops. I initialize an array of FALSE booleans 8 elements long and then use the Replace Array Subset function to flip some elements TRUE. The first time I run the VI I see a strange pattern effecting one of my cases. In that case, when I try to flip a single element TRUE, the elements before it turn TRUE as well. The second time I run the VI, all elements turn true regarless of what is wired to the Index input of the Replace function!
http://forums.lavag.org/index.php?showtopic=2881
03-27-2006 02:19 AM
03-27-2006 02:19 PM
http://forums.ni.com/ni/board/message?board.id=170&message.id=176081
The LabVIEW 8 application builder creates the wrong path in the application's .ini file - my NI-DAQmx.ApplicationStorageFile was set to "applicationfolder\nidaqmx.ini", where it should have been just ".\nidaqmx.ini" - this means that built applications can't find their nidaqmx.ini file and therefore DAQmx calls that use virtual channels and/or tasks bomb out with error -200428 "Value passed to the Task/Channels In control is invalid. The value must refer to a valid task or valid virtual channels."
03-28-2006 02:58 PM
Front Panel tears appart in this thread..
http://forums.ni.com/ni/board/message?board.id=170&message.id=175759
Not yet proven that it's a bug.
03-30-2006 11:07 AM