11-28-2006 05:04 AM
11-29-2006 01:04 PM
11-30-2006 12:01 AM
i'm sorry if my question is confusing.
my spesific problem lies in how to plot a text data, or maybe a number (0,1,2,3,...), into a chart.
i have multiplot data returned in a chart, but when i do change any control value by using event case, i want that text and number data are also plotted in that chart. can u give me a trick or an example code??
thanks before.
Alfredo.
11-30-2006 12:43 PM
11-30-2006 08:31 PM
12-01-2006 11:41 AM
12-01-2006 08:18 PM
dear Nadim,
your code is so amazing, i have tried it.
but actually i want to put data on a chart so the string will flow like a strip type of data on chart. i still have no idea to do this.:mansad:
for example, i have two datas, the one is sinusoidal signal, the other one is string data, the data acquisition will plot the sinusoid continuously, and the string data only be plotted when i activate event case. both data are displayed in a STRIP CHART, lets say the x-scale as a time scale. i want to show the current 10 second data. so sometimes both data are displayed if only i do event case. once i release the event, the string will be empty, and the last string data will be shifted by the next empty data.
maybe you can give me a solution??
regards.
12-04-2006 11:35 AM
Hi Alfredo,
One simple way to simulate a text field passing through a waveform would be to manipulate the origin input on the Draw Text at Point.vi. Instead of passing a static value of where the user mouse clicks with shift, you would actually pass a dynamic value to the origin cluster. This will cause an impression of "moving text" on the graph.
Regards,
Nadim
Applications Engineering
National Instruments
12-04-2006 08:28 PM
12-04-2006 10:22 PM