LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

display more than 8 traces in NI hypertrend

Hi
 
I am having difficulty in displaying more than 8 traces in hypertrend. I am able to see them if I double click on the names in the legend. But I want it to be set programatically. I have tried the visible property node which doesn't do anything. Can anyone help me?
 
Thanks
 
Sala
0 Kudos
Message 1 of 3
(2,668 Views)
After looking into your question, I could find no way of changing the number of plots that are displayed on the NI Hypertrend ActiveX object by default.  However, once a plot has been added by double clicking on its name in the plot legend, it will stay displayed if the VI is saved, even after restarting LabVIEW. 

The closest I could come to programmatically displaying a plot is to make individual plots visible or invisible, however, this requires the plot to be displayed in the plot legend as previously mentioned -- it seems there are two properties, whether the plot is "displayed" as in the plot legend, and whether it is "visible".  If the plot is "displayed" you can programmatically change the visibility, but the ActiveX control does not allow you to programmatically change whether a plot is "displayed", at least not that I could determine.  The attached VI shows how to do this.  you will need to alter the tags that the NI Hypertrend is trying to plot to your own tags. 

0 Kudos
Message 2 of 3
(2,653 Views)
Hi Rick
 
Thanks for replying to my message. I tried whatever you said about displaying the traces and saving the VI. It works well but the problem I am facing now is it repeats the names of the traces again in the legend....i.e. there are two sets of names in the legend except that the second set of traces are not displayed. Any suggestions?
 
Thanks
 
Sala
0 Kudos
Message 3 of 3
(2,630 Views)