Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Real Time 3D graphing

Hey,

I want to create a program in which a 3D graph is used. I want to plot the Dual Sine graph, but in Real-Time. As in, when I press the Start button, the program will graph the Dual Sine graph continuously. At the same time, the x-axis and the y-axis are continously being updated. Anyone with suggestions on how I can program this? What function(s) shall I use? Example code will be helpful.
0 Kudos
Message 1 of 2
(2,943 Views)
If I understand your question correctly, you would use the same functions that we discussed in a previous thread, but instead of calling the plot function in OnInitDialog, you would call it in an event handler for a timer (Win32 timer, CNiTimer, etc.), the point that you acquire your data, etc. If this doesn't answer your question, please reply with more information about what you're ultimately trying to do in your application so we can understand your question in context.

- Elton
0 Kudos
Message 2 of 2
(2,943 Views)