 bstar
		
			bstar
		
		
		
		
		
		
		
		
	
			02-20-2011 05:44 PM - edited 02-20-2011 05:46 PM
Dear All
I have Labivew program whcih includes programmable power supply , pressure and temeprature sensors...! . The power supply is communicated with RS232 and i have to log and save data from the power supply in the same excel or .csv data with sensor data. But when i collect data from power supply (current, power and volatge ) and pressure sensors, the data from the power supply looks missed up. The first collected sampled data is in the bottom row while the last collected sampled data is in the upper row of the CSV,or Excel sheet . The data from the external sensors are correctly saved.
Is there any one who can help me why the ordered of the collected data from the power supply reverses from the normal.
Thx
 Dennis_Knutson
		
			Dennis_Knutson
		
		
		
		
		
		
		
		
	
			02-20-2011 09:09 PM
Attach your VI.
02-21-2011 03:35 AM
Dear Dennis
Here i have attached my VI.
Thank you very much for your help!
 JÞB
		
			JÞB
		
		
		
		
		
		
		
		
	
			02-21-2011 02:50 PM
That would be because you add the values to the beginning of the arrays and not the end.- A few tips-