LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HyperTrend parameter to manipulate this ActiveX

Hi guys
 
i'm working now with the HyperTrend, i try to manipulate the parameters of the ActiveX under HTMML code, but it doesn't allow to change the defaults parameters.
 
can anybody say me, if i can change the paramters or not? or i have to change a specific paramter to eable the another parameters, or simple NI protect his HyperTrend for anybody can't change the paramters under HTML or another platform (for example VisualC#).
 
Thanks for the help
 
best regards
Marcelo
0 Kudos
Message 1 of 3
(2,599 Views)
Marcelo,

You should be able to use and set the methods and properties of the NI Hypertrend using the ActiveX API.  I have tried setting various properies such as ShowLegend and it seems to work ok.  There are some properties such as StackedPlots which don't seem to work, probably because the method or property was not implemented.  Unfortunately there isn't much documentation for the NI Hypertrend so using the ActiveX API requires a bit of trial and error.
Doug M
Applications Engineer
National Instruments
For those unfamiliar with NBC's The Office, my icon is NOT a picture of me 🙂
0 Kudos
Message 2 of 3
(2,585 Views)

Thanks Doug for your Response

First. You spoke about an ActiveX API, where can I activate the API, because, when I work under HTML, I can´t see the API, please cann you tell me the procedure to Activate the API unter HTML.

Second. I tried to manipulate the methods and properties under HTML of the HyperTrend, but the HypreTrend don’t show any change. I sent to you the HTML code, maybe can you test that:

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Trend LV Historical Data</title>
</head>

<body bgcolor="#D2D2D2">

<p>
<object id="NIHyperTrend1" classid="clsid:ADA6E9EE-06F1-11D3-A51C-006008CA119A" width="678" height="676">
 <param name="ShowLegend" value="True">
 <param name="ISplotting" value="False">
</object>
</p>

</body>
</html>

Marcelo

0 Kudos
Message 3 of 3
(2,553 Views)