05-04-2013 04:00 PM
Hi there,
During data acquisition, I write data to a .lvm file. The data is written as tab delimited. First column is time in seconds, second and third columns are waveform data. All numbers in this .lvm file are floating point.
In a new VI, I try to read this .lvm file as an array and be able to do some Matlab-like analysis on the data. I am using the Mathscript node. However, I am not able to transfer data from my .lvm file to this Mathscript node.
Please see screenshot attached.
I assume there is a simple solution for this porblem?
Thanks in advance!
cheers,
Saif
			
    
	
		
		
		05-06-2013
	
		
		09:57 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		10-11-2024
	
		
		10:33 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
Hi Saif,
The output of this Express VI is of type "Dynamic Data", which is typically only used by other Express VIs. Since the MathScript node does not support this data type, you'll want to use an intermediate step to convert it to a supported data type.
For information on this conversion, please see the following links:
https://www.ni.com/docs/en-US/bundle/labview/page/using-the-dynamic-data-type.html
I hope this helps!
05-07-2013 12:25 AM
Thanks a lot Che! I used Convert From Dynamic Data Express VI & it works now 🙂
Cheers,
Saif
05-07-2013 03:06 PM
Hey Saif,
Glad to hear that! Good luck with your project.