10-29-2007
02:13 AM
- last edited on
11-13-2007
01:04 PM
by
Support
10-29-2007 02:30 AM - edited 10-29-2007 02:30 AM
@C.E wrote:
the first 3 bits belong to X axis, the next 3 bits belong to Y and the rest 3 belongs to Z axis. I have to convert those values to Decimal system, and plot them in a graph, 10 times a second , which means after converting and plotting 10 values , one second is over.
Your lines look like they consist of 9 hexadecimal digits. I would expect that three nibbles (=12 bits) belong to x, y, z resp. I guess you just want to convert them to numeric, so "decimal" is quite meaningless, because it is just a display property and has no meaning for the underlying data.
Do you want to plot the data in 3D or as three traces of a graph?
Message Edited by altenbach on 10-29-2007 01:00 AM
10-29-2007 04:59 AM
10-29-2007 06:59 AM
10-29-2007 11:04 AM
10-29-2007 11:51 AM
altenbach a écrit:
OK, here's a quick example (LabVIEW 8.0) just using the raw data as string. You can read the file as a string and just modify the code accordingly. To react to a button press, use an event structure. Let me know if you need help with that too.
10-29-2007 12:17 PM
10-29-2007 01:02 PM
10-29-2007 01:08 PM - edited 10-29-2007 01:08 PM
Yes I agree sm, Altenbach always helps you out with his example VI's and even modifies them for you.
Hats off Altenbach!!![]()
Ravi
Message Edited by Dravi99 on 10-29-2007 01:09 PM
10-29-2007 01:19 PM - edited 10-29-2007 01:19 PM
Some questions a teacher might ask:
So... be prepared! 😄
Message Edited by altenbach on 10-29-2007 11:31 AM