07-09-2008 11:50 AM
Hello everyone.
I'm working on a program that will produce dynamic data (in the form of vectors
or coordinates) that I would like to be used on a plot.
My readings produce continuous data that is used to plot a flexible tubular
shape in various positions. The details are, I think, not necessary to be said
here. As a simple example, imagine that I have an array of data listing X, Y, Z
data. I would like to have this data plotted as a tubular shape, along with a
specified diameter. I've come across "3D Picture Control", but before
venturing off to learn this package, I thought I would ask whether this is
really possible in LV, and, if not, how I should go about doing this.
In one of the documents talking about 3D Picture Control, they said that their
software is good for simulating an aircraft's wing from strain gauge readings
-- this is actually very similar to what I want to do. But I remain uncertain
as to whether this is exactly what I need.
Please offer any help that you can.
-Alex
07-09-2008 11:56 AM
07-09-2008 12:03 PM - edited 07-09-2008 12:04 PM
Agree, 3d graph.
I did this using the 3-d graph to analyze pipes as they come of the end of the line.
Real-time is going be dependent on how efficient your code is and its CPU agraphic capabilities. If possible keep your data sets small.
Ben
07-09-2008 12:10 PM
07-10-2008 01:23 PM
07-10-2008 01:34 PM - edited 07-10-2008 01:35 PM
07-10-2008 01:49 PM
Quick notes to undestand what that code does.
The data stream was acquired from a DAQ channel monitoring a micrometer.
The micrometer was moved along the length of pipe while it was being spun.
Most of the code in that example just re-aranged the data so I could visualize the pipe un-rolled and laid out flat or to image it a cylinder.
Ben
07-10-2008 02:57 PM
06-14-2010 02:34 PM
Ben,
The zip folder is missing some subVIs. Can you please post them too.
Thanks!
06-14-2010 02:43 PM
leoatul wrote:Ben,
The zip folder is missing some subVIs. Can you please post them too.
Thanks!
I'll guess not. Since SS opened it OK I can only guess that what is missing are actually on your machine.
Ben