el 12-01-2011 06:10 AM
I Can't display TESTSTAND HTML results with TSGRAPH in PC without TESTSTAND installed. We locate in the same folder the HTML file and the TSGRAPH.ctl file. The internet explorer display the following error:
The object doesn't accept the attribute or method "TSGRAPH1.PlotY
¡Resuelto! Ir a solución.
el 12-01-2011 04:41 PM
Hi
Are you sure to be writing the parameters correctly ?, I see in the error that you have quotes in the method, and you should not see it. Maybe you have double quotes and thats the error that is appearing. -->>"<<-- TSGRAPH1.PlotY. it is invalid and TestStand doesnt accept it. Do you see the method PlotY in the parameters area when you write TSGRAPH1 and press the '.' key? That means that it is detected and that you can use that method.
Regards
el 12-02-2011 12:59 AM
Thank you for your quick answer. The call to TSGRAPH is working properly in PC's with TESTSTAND installed but when I try to open the HTML in other PC without TESTSTAND we can see the results except graphs and a warning error is reported by the explorer in the line written bellow. I suspect that we need to install in the OS registry some handler to the .tcl file.
<TR><TD BGCOLOR=#ffffff valign="top"><FONT SIZE=-1>APU_MASTER_SW_ON[1..66]:<TD BGCOLOR=#32ffff WIDTH = 37% valign="top"><FONT SIZE=-1><OBJECT classid="clsid:BA578A47-350E-4115-811B-C80DB80EBD33" height=150 id=TSGRAPH1 style="LEFT: 0px; TOP: 0px" width=100%> </OBJECT><SCRIPT DEFER LANGUAGE="VBScript">
Call TSGRAPH1.PlotY(Array(0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000), 0, 1)
</SCRIPT><TR><TD COLSPAN = 2>
Thank you
el 12-02-2011 09:17 AM
Hi
You need ActiveX and some components to display graphs in HTML files. Here is the link where you can download it.
http://digital.ni.com/public.nsf/allkb/7AE2EB304D4F9D4F86256B8100795B83?OpenDocument
Regards
el 12-07-2011 01:02 AM
Thank you, the problem is already resolved.
03-31-2025 04:55 AM - editado 03-31-2025 04:57 AM
Oh so sad, this link already removed.
@james88 wrote:
Hi
You need ActiveX and some components to display graphs in HTML files. Here is the link where you can download it.
Displaying a Graph in a TestStand HTML Report Without TestStand Installed
http://digital.ni.com/public.nsf/allkb/7AE2EB304D4F9D4F86256B8100795B83?OpenDocument
Regards