Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

How to achieve the multiplots to show the temperature from channels?

I manage to get the CJtemp already, but I can only show one channel of temperature. Sad. I try a lot of methods, and investigated into the prob. Found that the arrays to stored the readings are not correct. Pls hav a look at my code, I dunno how to handle it in visual c++, through i hav the vb example.

Thanks a lot.
0 Kudos
Message 1 of 2
(2,628 Views)
Hello

To use multiple plots on a chartm I would recommend seting up your data as CNiVector and CNimatrix objects. You can find examples for Visual C++ as well, if you check out ..\Measurement Studio\VC\Examples\Ui\Graph\Graph Example folder, this demonstrates how to do multiple plots on a graph.

Hope this helps

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,628 Views)