11-16-2007 08:30 AM
Hi,
I think the problem was you were type casting to U16 instead of U32. The Bytes consist of 8 bits and when you read four off into an array you get 32 bits.
Find the attached vi which i used to debug what was going on. The Vi basically reads a line from the file (2x4 Bytes = 2* 32 bit words) which i scroll up and down the file table using the index which i have modified to a step size of 8 (8 Bytes)
Hope this helps.
Craig
11-27-2007 09:55 AM
Any Luck with this? I take it you got it working OK
Craig
02-26-2008 07:01 AM
Yes, I got it.
Thanks for the help and sorry for the late answer.
crimolvic
08-22-2012 06:13 AM
i have some bearing data files in matlab (.m format). i want to read these files for analysis in labveiw.
Can any one help me how i can read these file????
Regards
08-22-2012 07:12 AM
@arsi986 wrote:
i have some bearing data files in matlab (.m format). i want to read these files for analysis in labveiw.
Can any one help me how i can read these file????
Regards
Please do a search. This question has come up many times, and many suggestions have been provided. For example, http://zone.ni.com/devzone/cda/epd/p/id/4178