<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>NI TestStand topics</title>
    <link>http://forums.ni.com/t5/NI-TestStand/bd-p/330</link>
    <description>NI TestStand topics</description>
    <pubDate>Sun, 19 May 2013 08:43:36 GMT</pubDate>
    <dc:creator>330</dc:creator>
    <dc:date>2013-05-19T08:43:36Z</dc:date>
    <item>
      <title>Step looping time interval</title>
      <link>http://forums.ni.com/t5/NI-TestStand/Step-looping-time-interval/m-p/2429792#M40931</link>
      <description>&lt;p&gt;Hi Guys,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I'd like to loop on a step&amp;nbsp;(using the looping configuration),&lt;/p&gt;
&lt;p&gt;but futhermore, configuring a wait time betweed each iteration...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I haven't found a wait function in the expressions browser, or another way to do that.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Does anyone have an idea to do this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for your replies !&lt;/p&gt;</description>
      <pubDate>Fri, 17 May 2013 20:41:44 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/Step-looping-time-interval/m-p/2429792#M40931</guid>
      <dc:creator>LMartin</dc:creator>
      <dc:date>2013-05-17T20:41:44Z</dc:date>
    </item>
    <item>
      <title>TestStand Deployment with Relative Source Paths</title>
      <link>http://forums.ni.com/t5/NI-TestStand/TestStand-Deployment-with-Relative-Source-Paths/m-p/2429404#M40930</link>
      <description>&lt;p&gt;Is there any way to set up the TestStand Deployment Utility to use relative paths instead of absolute for source files?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For example, on my system, the TestStand code may be checked out to C:\Users\shew82\Documents\My TestStand Projects, whereas my coworker may use C:\TestStand Projects. In this case, if I create the TSD file, the paths will all be things like "&amp;lt;UserProfile&amp;gt;Documents\My TestStand Project\Project A\Sequence.seq" etc (I believe this level of relative-ness is supported)... The problem is that when my coworkers open up the TSD, he/she needs all of the files to be C:\TestStand Projects\Project A\.... etc.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If instead the files were just ".\Sequence.seq" etc&amp;nbsp; (or even ..\Folder\Sequence.seq) etc then things would pesumably just work... I can't seem to find a setting for this... Am I missing something?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Shaun&lt;/p&gt;</description>
      <pubDate>Fri, 17 May 2013 15:59:55 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/TestStand-Deployment-with-Relative-Source-Paths/m-p/2429404#M40930</guid>
      <dc:creator>shew82</dc:creator>
      <dc:date>2013-05-17T15:59:55Z</dc:date>
    </item>
    <item>
      <title>Need to add password protection for the administrator.</title>
      <link>http://forums.ni.com/t5/NI-TestStand/Need-to-add-password-protection-for-the-administrator/m-p/2429288#M40929</link>
      <description>&lt;p&gt;I can access the user manager screen, however the password entry appears to be in a read only state. I cannot enter a password.&lt;/p&gt;</description>
      <pubDate>Fri, 17 May 2013 15:15:22 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/Need-to-add-password-protection-for-the-administrator/m-p/2429288#M40929</guid>
      <dc:creator>HB_tester</dc:creator>
      <dc:date>2013-05-17T15:15:22Z</dc:date>
    </item>
    <item>
      <title>Configuring VI Server for LabVIEW Run-Time Engine Adapter</title>
      <link>http://forums.ni.com/t5/NI-TestStand/Configuring-VI-Server-for-LabVIEW-Run-Time-Engine-Adapter/m-p/2429010#M40927</link>
      <description>&lt;p&gt;&lt;span&gt;I would like to connect to use the desktop execution trace toolkit to debug LabVIEW code modules using the Run-Time Engine Adapter in TestStand. &amp;nbsp;How can I configure VI server when using&amp;nbsp;&lt;/span&gt;&lt;span&gt;LabVIEW VI's within the LabVIEW Run-Time Engine Adapter for TestStand?&lt;/span&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 17 May 2013 12:51:11 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/Configuring-VI-Server-for-LabVIEW-Run-Time-Engine-Adapter/m-p/2429010#M40927</guid>
      <dc:creator>LVB</dc:creator>
      <dc:date>2013-05-17T12:51:11Z</dc:date>
    </item>
    <item>
      <title>Adding a GoTo step from the API (C#)</title>
      <link>http://forums.ni.com/t5/NI-TestStand/Adding-a-GoTo-step-from-the-API-C/m-p/2429004#M40926</link>
      <description>&lt;p&gt;I'm trying to add a GoTo step in a sequence file using the API commands and am having trouble. I have the unique ID from the step I'm trying to goto, but when I run my code, it always throws an error message "Unknown Variable or Property Name" plus the unique ID of the step I want to goto. The code I'm using to generate the step I want to goto is :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;stepTemp.AsPropertyObject().SetValString(strTempData[2], 0, strTempData[2]);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is there something wrong with my assignment? Also when I was debugging, I notice when I get the unique ID, it always starts with "ID#:" followed by the ID. Do I need to strip this off before assigning?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description>
      <pubDate>Fri, 17 May 2013 12:47:00 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/Adding-a-GoTo-step-from-the-API-C/m-p/2429004#M40926</guid>
      <dc:creator>dvtseng</dc:creator>
      <dc:date>2013-05-17T12:47:00Z</dc:date>
    </item>
    <item>
      <title>How to detect any changes of a StepType-field by the sequence ?</title>
      <link>http://forums.ni.com/t5/NI-TestStand/How-to-detect-any-changes-of-a-StepType-field-by-the-sequence/m-p/2427056#M40919</link>
      <description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;suppose I've got this: a simple StepType 'TEST' with one added custom field 'Source' of the type String.&lt;br /&gt;&lt;br /&gt;When using this StepType in a Sequence and editing the 'Source' value (from the Variables panel),&lt;/p&gt;
&lt;p&gt;the Sequence name is immediately marked with an '*'. Which is wat we want :-)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But, if I change the 'Source' value from code (C#), I see that my 'Source' value is changed (in the Variables panel), but not that the Sequence has detected this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Maybe it's StepType-flag that I have to set or from code, executing a trigger or so ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance ?&lt;/p&gt;
&lt;p&gt;Franky&lt;/p&gt;</description>
      <pubDate>Thu, 16 May 2013 08:57:04 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/How-to-detect-any-changes-of-a-StepType-field-by-the-sequence/m-p/2427056#M40919</guid>
      <dc:creator>FOstyn</dc:creator>
      <dc:date>2013-05-16T08:57:04Z</dc:date>
    </item>
    <item>
      <title>teststand 20101 SP1 f1, exception</title>
      <link>http://forums.ni.com/t5/NI-TestStand/teststand-20101-SP1-f1-exception/m-p/2425664#M40912</link>
      <description>&lt;p&gt;Hello all&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have been seeing this error since recently, when I run a test sequence in TestStand 2010 SP1, f1. I call dlls made in NI LabVIEW 2010 SP1, f4.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I had been using this test sequence and dll functions since almost two months. but its just since last couple of days that I receive this error. My entire tests runs over days.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There is a dll developed in LabVIEW which, when called inside the test sequence will crash TS. Again, I have been using this dll in the test seq over the last weeks without this error!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;get errors: &amp;nbsp;"TestStand Exception" and "TestStand has to close due to an error". Off late, these errors do not come as often as I get "Memory Manager .cpp" error.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The dll function has been developed using LV 2010 SP1. That is a monitor VI whose front panel will be opened using dll call. I pass a test file name using the dll calls and then the VI will open the TDMS file and display the data till I click Stop.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;this TDMS file is being written into, inside a datalogging dll which is also launched from TestStand. This dll is also developed in LabVIEW by us.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have been using this setup since weeks and now I get this error.&amp;nbsp; Also, I get this after I had upgraded both TS and LV to the latest fixes (f1 and f4).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But the help for this error on NI website actually says we should upgrade to the latest fix inorder to avoid this error! Also there is a post recently for this error found in TestStand 2012.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is there a version mismatch after the upgrade to respective fixes in LV and TS?&lt;/p&gt;</description>
      <pubDate>Wed, 15 May 2013 11:34:47 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/teststand-20101-SP1-f1-exception/m-p/2425664#M40912</guid>
      <dc:creator>Freelance_LV</dc:creator>
      <dc:date>2013-05-15T11:34:47Z</dc:date>
    </item>
    <item>
      <title>Is Teststand able to install and implement on Linux system</title>
      <link>http://forums.ni.com/t5/NI-TestStand/Is-Teststand-able-to-install-and-implement-on-Linux-system/m-p/2425190#M40910</link>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I was using Testsand on windows before,&lt;/p&gt;
&lt;p&gt;Just want to know that if NI Teststand able to install and implement on Linux/Unix system?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;</description>
      <pubDate>Wed, 15 May 2013 01:26:07 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/Is-Teststand-able-to-install-and-implement-on-Linux-system/m-p/2425190#M40910</guid>
      <dc:creator>liuqing</dc:creator>
      <dc:date>2013-05-15T01:26:07Z</dc:date>
    </item>
    <item>
      <title>How can I pass a Barcode string from my main GUI to TestStand UUT Information dialog box (Barcode string = Serial Number)?</title>
      <link>http://forums.ni.com/t5/NI-TestStand/How-can-I-pass-a-Barcode-string-from-my-main-GUI-to-TestStand/m-p/2424686#M40906</link>
      <description>&lt;p&gt;Hello All,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have a GUI that runs teststand application and I want to be able to pass a scanned barcode string to the TestStand UUT information Dialog box Serial Number requirement without having to scan the barcode twice. I just want to be able to scan the barcode only once and that string parse to the Serial Number of Teststand UUT information dialog box and just click ok after I click run sequence button.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What is the best way to do this?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any suggestion or example that points me to the right direction will be greatly appreciated.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Stan.&lt;/p&gt;</description>
      <pubDate>Tue, 14 May 2013 17:49:04 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/How-can-I-pass-a-Barcode-string-from-my-main-GUI-to-TestStand/m-p/2424686#M40906</guid>
      <dc:creator>Angel22</dc:creator>
      <dc:date>2013-05-14T17:49:04Z</dc:date>
    </item>
    <item>
      <title>Teststand 2012 temp file</title>
      <link>http://forums.ni.com/t5/NI-TestStand/Teststand-2012-temp-file/m-p/2423416#M40902</link>
      <description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;&amp;nbsp;In teststand 2010,&amp;nbsp; I am able to re-directed temp file to a different location by issue this expresion in the PostUUTLoop Calback:&lt;/p&gt;
&lt;p&gt;ThisContext.Report.TempFileDirectory= "C:\\tmp"&lt;/p&gt;
&lt;p&gt;It does not work with Teststand2012 when I set a similar expression to the PostUUTLoop callback:&lt;br /&gt;Runstate.Report.TempFileDirectory= "C:\\temp"&lt;/p&gt;
&lt;p&gt;Please help , it is very anoying to have report "temp" file littering all the test data record folder every where when using the viewer.&lt;/p&gt;
&lt;p&gt;Tphan&lt;/p&gt;</description>
      <pubDate>Mon, 13 May 2013 22:27:34 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/Teststand-2012-temp-file/m-p/2423416#M40902</guid>
      <dc:creator>Tphan</dc:creator>
      <dc:date>2013-05-13T22:27:34Z</dc:date>
    </item>
    <item>
      <title>Add C/C++ DLL step for "PlaySound" (winmm.dll)</title>
      <link>http://forums.ni.com/t5/NI-TestStand/Add-C-C-DLL-step-for-quot-PlaySound-quot-winmm-dll/m-p/2422674#M40901</link>
      <description>&lt;p&gt;I've been digging through the examples and forum to try to find my answer, but haven't come up with a solution yet.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I currently have a DLL that has a call to the Windows system "winmm.dll" (Windows\System32 directory) into an ActiveX step adapter, I can play a sound. (used C# and VB 6 code in the past)&lt;/p&gt;
&lt;p&gt;&amp;nbsp; I use it mostly to play a sound to indicate that my code has hit a "Failed" step for debugging.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I'm trying to re-organize my test systems to make them (there are 2 independent systems) so that I can check them into TFS (source control) and allow them to be absolute path independent, using only relative paths for all of the sequence and DLL calls.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The problem that I have is that I use the same Process Model for both, and I don't want to have an absolute path the the DLL that contains the "Play Sound" function in the DLL. &amp;nbsp;The Process Model is called by TestStand on the top of the stack.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I've been trying to access the "winmm.dll" to play the sound and the "mciexecute" function, but I can't get the step configured in my Process Model ProcessModelPostStepFailure subsequence.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When configuring the Action step (as a "C/C++ DLL adpapter, to the dll, I keep hitting roadblock in that I get errors.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; How do I configure this adapter to match the function calls to the "mciexecute".&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;C# Code uses System.Media.SoundPlayer reference:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;//This is called by TestStand&lt;br /&gt; public static void PlaySound(String Path)&lt;br /&gt; {&lt;br /&gt; SoundPlayer spWave = new SoundPlayer(Path);&lt;br /&gt; spWave.Play();&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;and VB 6 code is:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Private Declare Function mciExecute Lib "winmm.dll" (ByVal FileName As String) As Integer&lt;/p&gt;
&lt;p&gt;'# Function to Play a sound. Used for Error reporting, or whatever.&lt;br /&gt;Public Function Sound(ByVal FileName As String) As Integer&lt;br /&gt; 'Arg: Filename is the full path to a .WAV file to play.&lt;br /&gt; 'Play the sound&lt;br /&gt; Sound = mciExecute("Play " &amp;amp; FileName)&lt;br /&gt;End Function&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can this be done through an adapter step in TestStand?&lt;/p&gt;
&lt;p&gt;&amp;nbsp; How do I mock up the adapter call correctly for the 'mciExecute" function?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;</description>
      <pubDate>Mon, 13 May 2013 14:52:52 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/Add-C-C-DLL-step-for-quot-PlaySound-quot-winmm-dll/m-p/2422674#M40901</guid>
      <dc:creator>Mikef</dc:creator>
      <dc:date>2013-05-13T14:52:52Z</dc:date>
    </item>
    <item>
      <title>Generating report for Mainsequence &amp; subsequences</title>
      <link>http://forums.ni.com/t5/NI-TestStand/Generating-report-for-Mainsequence-amp-subsequences/m-p/2420148#M40892</link>
      <description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;Can&amp;nbsp;someone help me to setup or config&amp;nbsp;my teststand software for getting details of failed results for both main-seq and sub-sequences.&lt;/p&gt;
&lt;p&gt;I can get the report&amp;nbsp;for &lt;strong&gt;Limit test&lt;/strong&gt; result OK if using in main-sequence however if I have all my &lt;strong&gt;Limit Tests&lt;/strong&gt; in sub-sequence then calling it from main-sequence the report only indicated where is FAILED but not actual Test results.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description>
      <pubDate>Fri, 10 May 2013 04:47:46 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/Generating-report-for-Mainsequence-amp-subsequences/m-p/2420148#M40892</guid>
      <dc:creator>NotHon</dc:creator>
      <dc:date>2013-05-10T04:47:46Z</dc:date>
    </item>
    <item>
      <title>Test Stand File menu item entry point execution in VC++ code</title>
      <link>http://forums.ni.com/t5/NI-TestStand/Test-Stand-File-menu-item-entry-point-execution-in-VC-code/m-p/2417514#M40870</link>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you please suggest me, how to execute a file menu item entry point pragmatically in a VC++ code.&lt;/p&gt;
&lt;p&gt;My process model seq inserts an item called "Select Model" into TS file menu.&lt;/p&gt;
&lt;p&gt;i have to programmatically execute this entrypoint from an Operator interface developed in VC++.&lt;/p&gt;
&lt;p&gt;Request your suggestion in this concern.&lt;/p&gt;</description>
      <pubDate>Wed, 08 May 2013 10:29:50 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/Test-Stand-File-menu-item-entry-point-execution-in-VC-code/m-p/2417514#M40870</guid>
      <dc:creator>bsnayana</dc:creator>
      <dc:date>2013-05-08T10:29:50Z</dc:date>
    </item>
    <item>
      <title>Search numerical array</title>
      <link>http://forums.ni.com/t5/NI-TestStand/Search-numerical-array/m-p/2416870#M40867</link>
      <description>&lt;p&gt;It is possible to code this in TestStand without using a VI?&lt;/p&gt;
&lt;p&gt;&lt;img src="/t5/image/serverpage/image-id/107694i769A0F1009BAA42F/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="easytest.png" title="easytest.png" align="center" /&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 07 May 2013 20:07:02 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/Search-numerical-array/m-p/2416870#M40867</guid>
      <dc:creator>jchretien</dc:creator>
      <dc:date>2013-05-07T20:07:02Z</dc:date>
    </item>
    <item>
      <title>Search numerical array</title>
      <link>http://forums.ni.com/t5/NI-TestStand/Search-numerical-array/m-p/2416868#M40866</link>
      <description>&lt;p&gt;It is possible to code this in TestStand without using a VI?&lt;/p&gt;
&lt;p&gt;&lt;img src="/t5/image/serverpage/image-id/107694i769A0F1009BAA42F/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="easytest.png" title="easytest.png" align="center" /&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 07 May 2013 20:07:01 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/Search-numerical-array/m-p/2416868#M40866</guid>
      <dc:creator>jchretien</dc:creator>
      <dc:date>2013-05-07T20:07:01Z</dc:date>
    </item>
    <item>
      <title>how to check string value using if condition</title>
      <link>http://forums.ni.com/t5/NI-TestStand/how-to-check-string-value-using-if-condition/m-p/2416848#M40864</link>
      <description>&lt;p&gt;&amp;nbsp;hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have declared variable A as a string&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;if(locals.A)!="N/A"&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; passs some conditions&lt;/p&gt;
&lt;p&gt;else&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; fails.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am getting error at if statment line...pls let me know how to compare the sting value&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;chethan&lt;/p&gt;</description>
      <pubDate>Tue, 07 May 2013 19:49:36 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/how-to-check-string-value-using-if-condition/m-p/2416848#M40864</guid>
      <dc:creator>Mandya</dc:creator>
      <dc:date>2013-05-07T19:49:36Z</dc:date>
    </item>
    <item>
      <title>Performance of context changes</title>
      <link>http://forums.ni.com/t5/NI-TestStand/Performance-of-context-changes/m-p/2416606#M40859</link>
      <description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am currently refactoring our process model which has quite a lot more functions than the original (sequential) model. For the SinglePass entry point&amp;nbsp;up to now I had a lot of steps and not many sequence calls&amp;nbsp;(apart from the callback calls) in the sequence.&amp;nbsp;Now I refactored the logical functions of my model into external sequence files and into subsequences within these files. During the SinglePass execution (test program with MainSequence only containing one step)&amp;nbsp;now there are about 50 sequence calls more than compared to the not refactured model (subsequences with just two or three steps are not uncommon). 50 sequence calls means that I have 100 context changes more which I know take some time in teststand:smileysad:&amp;nbsp;&amp;nbsp;However I am surprised that these 100 additional context changes seem&amp;nbsp;take roughly about 310 miliseconds all together (difference of overall test execution time between old model and refactured model).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So my questions are:&lt;/p&gt;
&lt;p&gt;- does anybody have experience if there is a difference in context change performance: subsequence is in the same file&amp;nbsp;&amp;nbsp; vs.&amp;nbsp;&amp;nbsp; subseqeunce is in another sequence file (it will take me half a day work to put these subsequences back into the model file)&lt;/p&gt;
&lt;p&gt;- does anybody have experience in tuning teststand performance especially regarding context changes (special settings ...).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Up to now I have not yet tried for example to switch off result recording of the subsequences in the sequence properties - that'll be my next attempt.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks so far&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;weltaran&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;P.S. setup: TS2010; LV2010 SP1&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Tue, 07 May 2013 17:03:43 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/Performance-of-context-changes/m-p/2416606#M40859</guid>
      <dc:creator>weltaran</dc:creator>
      <dc:date>2013-05-07T17:03:43Z</dc:date>
    </item>
    <item>
      <title>How to convert TestStand XML report to PDF</title>
      <link>http://forums.ni.com/t5/NI-TestStand/How-to-convert-TestStand-XML-report-to-PDF/m-p/2416562#M40858</link>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I will like to convert my XML TestStand report into a pdf file silently at the end of the execution.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Anybody has an idea how to achieve this?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Patrick&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Tue, 07 May 2013 16:36:19 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/How-to-convert-TestStand-XML-report-to-PDF/m-p/2416562#M40858</guid>
      <dc:creator>plessnick</dc:creator>
      <dc:date>2013-05-07T16:36:19Z</dc:date>
    </item>
    <item>
      <title>images</title>
      <link>http://forums.ni.com/t5/NI-TestStand/images/m-p/2414480#M40849</link>
      <description>&lt;p&gt;Does Test Stand have an option to show an image on the screen (.jpg, .bmp, etc) when having a message popup appear on the screen.&lt;/p&gt;</description>
      <pubDate>Mon, 06 May 2013 12:57:30 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/images/m-p/2414480#M40849</guid>
      <dc:creator>mdcoco</dc:creator>
      <dc:date>2013-05-06T12:57:30Z</dc:date>
    </item>
    <item>
      <title>Execution lock when reset USB buffer</title>
      <link>http://forums.ni.com/t5/NI-TestStand/Execution-lock-when-reset-USB-buffer/m-p/2414216#M40846</link>
      <description>&lt;p&gt;Hi, I have write an application in Labwindows/CVI there ai read a serial USB port equepped with FT2232H.&lt;/p&gt;
&lt;p&gt;The application runs with TestStand 2010 in debug mode.&lt;/p&gt;
&lt;p&gt;My problem is that TSCVIRUN lock execution at the call&amp;nbsp;FT_PURGE(handle, RX_PURGE);&lt;/p&gt;
&lt;p&gt;Is some one there with the same problem.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Mon, 06 May 2013 08:50:07 GMT</pubDate>
      <guid>http://forums.ni.com/t5/NI-TestStand/Execution-lock-when-reset-USB-buffer/m-p/2414216#M40846</guid>
      <dc:creator>emorales</dc:creator>
      <dc:date>2013-05-06T08:50:07Z</dc:date>
    </item>
  </channel>
</rss>

