05-03-2010 01:39 AM
I have a complicated VI with several subVIs and I've to create a c code to increase the program speed and transfer rate of data.
This VI is working with a can card to transfer data.
In future I've to implement this code on a micro.
05-03-2010 02:48 AM - edited 05-03-2010 02:48 AM

05-03-2010 06:25 AM
Unfortunately, it’s too huge to be mailed!
But the attachment is a part of the main VI.
As I noticed before I have to convert it into a C code for implementation on a micro
05-03-2010 06:29 AM
poori wrote:As I noticed before I have to convert it into a C code for implementation ona micro
			
    
	
		
		
		05-03-2010
	
		
		06:32 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		01-29-2025
	
		
		09:21 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
Looking into your code reveals some places where you can improve performance. For instance, you can easily remove all variables (ALL! Really!) which will improve performance for sure.
On the other hand, i see the only reason to get C code from this in order to execute the whole application on a uController.
Depending on the uC, you can use the LV Embedded Module.
hope this helps,
Norbert
05-03-2010 06:54 AM
I mean microprocessor!
I don't know any about labview embeded, does it convert the vi into a code?
05-03-2010 07:27 AM