01-09-2007 10:59 AM
01-10-2007 03:32 AM
You can deactivate Report Generation for Interactive Execution by going to the Station Options (Menu Configure-->Station options...). In the "Execution" Tab, there is a Option "Record Results" in the "Interactive Executions" Section. If you deactivate this option, there souldn´t be any report entries anymore for steps executed in interactive mode.
Hope this helps!
01-10-2007 04:58 AM
01-10-2007 06:49 AM
Hi,
You will have to modify the report generation sequence. You should be able to do this by using one of the Callback sequences.
Which format are you using for the report.
Regards
Ray Farmer
01-10-2007 08:45 AM
01-10-2007 02:32 PM
Hi,
Ok I thought you might.
You will need to modify the style sheet, eg horizontal.xsl to remove the Interactive Execution related text.
Before you start, copy the TestStandModels folder from the Components/NI/Models to the Users/Models folder. When you next launch TestStand it will then use the files from the User folder
I have attached an example with the modification.
the line that been editted is:
<!--<xsl:apply-templates select="Prop[@Name='TS']/Prop[@Name='InteractiveExeNum']"></xsl:apply-templates>--> I have just commented it outand also the following, ( not sure if its necassary to remove this lines)
<!-- <xsl:template match="Prop[@Name='InteractiveExeNum']"><tr>
<td valign="center" nowrap="nowrap">
<font size="1">
<xsl:value-of disable-output-escaping="yes" select="user:GetStdIndentation()"></xsl:value-of>
Execution #:
</font>
</td>
<td nowrap="nowrap" colspan="6">
<font size="1">
<xsl:value-of select="Value"></xsl:value-of>
</font>
</td>
</tr>
</xsl:template>--
>All I have done is comment out the line by using <!-- -->
I have had to add .txt to the file to get it attached
Hope this helps
Regards
Ray Farmer
01-10-2007 02:59 PM