Hi , im trying to save dgps values to the datalog ,but it seems that the datalog can only save 2byte int numbers only. The gps values are something like : 38.345564 or 38345564(38.345564*1000000) . Any suggestions ?
Thu Nov 17, 2011 11:17 pm
gwlund
Rookie
Joined: Tue Jun 29, 2010 11:10 pm Posts: 14
Re: Datalog saving values
Multiply by a constant value that will make each of your values an integer and then you can divide out the constant during the analysis.
Sun Dec 25, 2011 8:47 pm
magicode
Moderator
Joined: Tue Sep 14, 2010 9:19 pm Posts: 495
Re: Datalog saving values
If the integer is too big to fit, split it up. So 348968598940 becomes 348968 and 598940.
Users browsing this forum: No registered users and 3 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum