10-25-2006 05:10 AM - edited 10-25-2006 05:10 AM
My problem is…
I need to plot about 128 points in space (3D plot) and have a possibility to change the size and/or color of the each point according the number (value) that I have as a 4th parameter of the point. It’s like I have x,y,z and addition parameter as a number. The next step that I will need is to represent the data in time so the position of the each point (x,y,z) will be constant but number for each point will change in time…
Please give me a clue if you think it could be done by LabVIEW.
vadym
PS And I need to represent the dots (filled circle) only... no lines, no surface but the dots.
Message Edited by vadym on 10-25-2006 05:13 AM
Message Edited by vadym on 10-25-2006 05:14 AM
10-25-2006 08:03 AM
Hi Vadym,
Look at these two threads for some hints.
http://forums.ni.com/ni/board/message?board.id=170&message.id=143663&jump=true
http://forums.ni.com/ni/board/message?board.id=170&message.id=211436#M211436
Neither of those example will do what you have asked because the point size can only be one size for a plot.
THat means for your case you will need a unique plot for every point. 128 plots should not be a problem but updating live will be a challenge.
Try to use those threads I posted to code up what you need and post back (with examples that include some data) if you have trouble.
Trying to help,
Ben
10-25-2006 08:10 AM - edited 10-25-2006 08:10 AM
Message Edited by David Crawford on 10-25-2006 02:11 PM
10-25-2006 08:17 AM
10-25-2006 08:25 AM
I think I ran inot trouble at either 16,000 or 32,000 plots.
Ben
10-25-2006 08:30 AM
10-25-2006 08:35 AM
10-25-2006 08:41 AM - edited 10-25-2006 08:41 AM
Message Edited by vadym on 10-25-2006 08:43 AM
Message Edited by vadym on 10-25-2006 08:43 AM
10-25-2006 08:55 AM - edited 10-25-2006 08:55 AM
Vadym
Whats your labview version and I will post the code in my earlier post.
Off the top of my head I don't know how to do the colour ramp thing. I would need to research it so I will leave that to you for the moment. Just search the forum, NI website and the NI Example Finder. I would be very surprised if somebody else hasn't done this sort of thing already. Have a go and writing some code and if you run into problems then please post back.
David
Edit: I see you are using LV8
Message Edited by David Crawford on 10-25-2006 02:56 PM
10-25-2006 08:58 AM