Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ and waveformgraphics

hi,
 
I am using DAQ 6025E, Measurement Studio 8.0 and Visual Studio.Net 2005 to develop a DAQ project. Currently, I have one question. That is I would like to display sampling time (XAxis) and Position (YAxis). how can I display the exact time label in XAxis. Another question is if I would like to save data into file, how can I do ?
 
Thank you very much!
 
 
0 Kudos
Message 1 of 4
(3,489 Views)
Hi YHong,

There is a good shipping example that comes with Measurement Studio that you can find here:

C:\Program Files\National Instruments\MeasurementStudioVS2003\DotNET\Examples\UI\Graph\PlotDateTime

That should give you a get starting point for plotting the time information on the X Axis.

As for File I/O, that functionality lies outside the realm of Measurement Studio. Any file I/O should be handled using the functions available through your .NET environment.

Hope this helps YHong, have a great weekend.
Dan Weiland
0 Kudos
Message 2 of 4
(3,476 Views)

hi,

thank you for your help. unfortunately, in my Measurement studio 8.0, I don't find the demo project you listed. Could you tell me where i can download it?

0 Kudos
Message 3 of 4
(3,464 Views)
Do you only have Visual Studio 2005 on your system and not 2003? This is probably why the example isn't on your system.
If you have a purchased copy of Measurement Studio 8.0, you should be receiving a copy of Measurement Studio 8.0.1 soon. This will have the example I mentioned, as well as a whole bunch of new features and a better integration with Visual Studio 2005.

Check out all the features at http://www.ni.com/mstudio/whats_new.htm

Try that example as soon as you receive your copy of 8.0.1. It should give you a good idea of what needs to be done. If you have any more questions though, just let us know.

Thanks Yhong,
Dan Weiland
0 Kudos
Message 4 of 4
(3,452 Views)