LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview 8 - historical trend

hi,
I am very new to labview and I've created a vi which displays the historical
trend object from the DSC module.

I get the correct data in the trend but there aren't all options available
like in MAX. I would like to start/stop the plotting of my view and also do
other actions like they are in MAX (the whole button-panel is missing).

Is there a way to implement this button-panel from MAX programatically??

Thanks for the help.

--
Joachim


0 Kudos
Message 1 of 4
(3,258 Views)

I haven't tried DSC 8.0 -- yet, but in 7.1 there's an ActiveX control called NI HyperTrend in the same pallette as the Historical Trend.  This is pretty much the same as the one in MAX.  You may want to look for this 8.0 as well. 

-Khalid

Message 2 of 4
(3,242 Views)

The historical trend express VI does not replace all the functionality of the viewer in MAX...not yet, anyway.  There may be a clever way to do things to the VI to make it seem like this was being handled but I can't think of them.

You can programmatically launch the MAX viewer using the VI 'Call HDV' if that will satisfy your needs.

 

Regards,
Robert
0 Kudos
Message 3 of 4
(3,241 Views)
hi,
"Khalid" <x@no.email> wrote:
>I haven't tried DSC 8.0 -- yet, but in 7.1 there's an ActiveX control
>called NI HyperTrend in the same pallette as the Historical Trend.&nbsp;
>This is pretty much the same as the one in MAX.&nbsp; You may want to look
>for this 8.0 as well.&nbsp;

thanks a lot. thats it (also in Labview 8.0)

--
Joachim


0 Kudos
Message 4 of 4
(3,219 Views)