01-26-2010 07:31 AM
Hi,
Strange behavior in LabVIEW 8.6.
The result of my subtraction (I64) with a matrix is false.
If I visualize the matrix subtraction before it becomes good.
(see jpg or vi)
Can anyone help me?
Thank you.
CAIOLA Didier
01-26-2010 10:44 AM - edited 01-26-2010 10:47 AM
Bug- Deffinately
01-26-2010 10:48 AM
Very interesting.
I can confirm I see the behavior in LV 8.6. And I don't see it in LV2009f2. I do see the behavior in LV 8.2.1 and 8.5.1.
I would suspect something to do with buffer allocations. But when I looked at the buffer allocations in LV2009 and LV8.6, the dots showed up in all the same places.
01-26-2010 10:50 AM - edited 01-26-2010 10:55 AM
seen in 8.0 as well-
(7.1 and earlier do not support quad ints )
Subtract is not in the list of changed or modified vi's in the 2009 help
			
    
	
		
		
		01-26-2010
	
		
		10:53 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		10-31-2025
	
		
		12:59 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
Look at this link and search for 134607
https://www.ni.com/en/support/documentation/bugs/09/archived--labview-2009-bug-fixes.html
The description of that bug fixed in LV2009 seems very similar to this situation.
Also look here. https://www.ni.com/en/support/documentation/bugs/08/archived--labview-8-6-x-known-issues.html#134607...
Maybe fixing that bug essentially fixed the bug you are seeing.
01-26-2010 11:01 AM