Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

TestStand | Forum profile

Forum profile page for TestStand on http://www.ni.com. This report page is the aggregated overview from a single forum: TestStand, located on the Message Board at http://www.ni.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "TestStand" on the Message Board at http://www.ni.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: NI Discussion Forums - TestStand (site profile, domain info ni.com)
Title: TestStand
Url: http://forums.ni.com/ni/board?board.id=330
Users activity: 19 post per thread
Forum activity: 41 active thread during last week
 

Posting activity on TestStand:

  Week Month 3 Months
Threads: 41 193 561
Post: 92 359 1,072
 

TestStand Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
WDLV
10
user's latest post:
Multiple Temperature...
Published (2009-12-03 11:42:00)
By the way, can you write and give me a example of how to do it?   Much appreciated
Believer
7
user's latest post:
Stop the results window from...
Published (2009-12-03 16:31:00)
Thanks for the info - and glad to be of some help Manooch. Perhaps there could be an option to avoid the summary window at the end (my original goal) ? But then - perhaps that is what a custom UI would be for.    
j_dodek
7
user's latest post:
queue a dynamic container type -...
Published (2009-12-04 01:23:00)
Hi Peter,   Yes it is possible if you use Evaluate(). Just see the example   regards   juergen      
ceaser
6
user's latest post:
How to know the execution...
Published (2009-12-04 02:57:00)
Thanks for the reply Norbert   I have found a property  ExtnViewMgr.Execution.InInteractiveMode which is true if terminated interactively else false.   Regards, Ceaser
Norbert B
6
user's latest post:
Multiple Temperature...
Published (2009-12-03 08:46:00)
WDLV wrote: [...]The batch model determines order of testsocket execution.[...] No, it doesn't. The testsockets run in parallel, so there is no "order of execution". The batch model does synchronize all sockets after they executed their client sequence before "restarting" the sequence again. This is the same as the batch synchronization section does: When entering the section, all sockets are synchronized. Regarding...
Manooch_H
6
user's latest post:
Stop the results window from...
Published (2009-12-04 08:28:00)
Ronnie -   If your ultimate goal is to close the Execution window once your sequence file has finished executing, in the last step of your executing sequence, call the following TestStand API method:   Thread.PostUIMessageEx(UIMsg_CloseWindows, 0, "", RunState.Execution, True)   This can be called from an expression statement in TestStand 4.0 or later as shown below:     Or it can be called from an ActiveX/COM adapter Action...
Dennis Knutson
5
user's latest post:
telecontrol .NET application -...
Published (2009-12-03 10:46:00)
First, can you explain what you mean by telecontrol? Do you somehow want to interface to a telephone?   Calling .NET code is first accomplished by setting the adapter in TestStand to .NET. You can then specify the assembly, reference, method, etc. Look at the example called computer.seq in the \Examples\Demo\DotNet folder.
maksya
3
user's latest post:
How to skip a step...
Published (2009-12-04 16:08:00)
GovBob and ~jiggawax~ , thank you very much for fast and helpfull answers! That is exactly what I was looking for =)
chouch
3
user's latest post:
deifining a global batch...
Published (2009-12-03 15:09:00)
Thanks for your replies. I will try this way.   Best regards, Loic 
Bendy227
3
user's latest post:
Display Measurement Value(s) in...
Published (2009-12-04 00:53:00)
Hello, Corbin The example really help, it shows me another way that i can not reach, thank you very much. Bendy
 

Latest active threads on TestStand::

NI Discussion Forums
Started 1 day, 19 hours ago (2009-12-04 13:41:00)  by GovBob
Max,  This is possible. Evaluate your true/false local variable in the precondition of the step. Look in the example computer.seq for how this is done.   Hope this helps.
Thread:  Show this thread (4 posts)   Thread info: How to skip a step programmatically? - NI TestStand - NI Discussion Forums Size: 278 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to skip a step programmatically? - NI TestStand - NI Discussion Forums :: TestStand :: NI Discussion Forums"
NI Discussion Forums
Started 2 days, 7 hours ago (2009-12-04 01:23:00)  by j_dodek
Hi Peter,   Yes it is possible if you use Evaluate(). Just see the example   regards   juergen    
Thread:  Show this thread (3 posts)   Thread info: queue a dynamic container type - NI TestStand - NI Discussion Forums Size: 273 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: queue a dynamic container type - NI TestStand - NI Discussion Forums :: TestStand :: NI Discussion Forums"
NI Discussion Forums
Started 1 week, 4 days ago (2009-11-25 00:26:00)  by j_dodek
Hi Ronnie,   Sorry, I have no answer on this. But i am forced with the same issue. I my case i need it !!! When i did some tests trying to switch from TS 4.0 to 4.2. I realized that my (Xml)Results in  Editor and OperaterInterface are missed ! (Internet-Explorer) Control is missing the result's file.   I am using an old TS2.0 derivation of the ProcessModel which has been only ...
Thread:  Show this thread (20 posts)   Thread info: Stop the results window from showing at the end - NI TestStand - NI
Discussion Forums Size: 1,002 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Stop the results window from showing at the end :: TestStand :: NI Discussion Forums"
NI Discussion Forums
Started 1 week, 4 days ago (2009-11-25 08:39:00)  by Norbert B
Ceaser,   you should use the UI message EndExecution in order to determine if an execution is finished.   hope this helps, Norbert    [Edit] Please note that this UI message is also sent for the frontend sequences (login/logout) so maybe you have to filter this in your UI Message Edited by Norbert B on 11-25-2009 08:46 AM
Thread:  Show this thread (7 posts)   Thread info: How to know the execution terminated Interactive from Execution object - NI
TestStand - NI Discussion Forums Size: 610 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to know the execution terminated Interactive from Execution object
  [ Edited ] :: TestStand :: NI Discussion Forums"
NI Discussion Forums
Started 5 months, 3 weeks ago (2009-06-12 11:06:00)  by James Grey
The description field displays the measurement by default. See the attached screenshot. Also notice the Edit Step List Configurations menu item in the screenshot. You can you use it to add columns that display user defined information.     MeasurementInSequenceView.JPG (126 kb)
Thread:  Show this thread (9 posts)   Thread info: Display Measurement Value(s) in SequenceView - TestStand - NI Discussion
Forums Size: 833 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Display Measurement Value(s) in SequenceView :: TestStand :: NI Discussion Forums"
NI Discussion Forums
Started 2 days, 22 hours ago (2009-12-03 10:46:00)  by Dennis Knutson
First, can you explain what you mean by telecontrol? Do you somehow want to interface to a telephone?   Calling .NET code is first accomplished by setting the adapter in TestStand to .NET. You can then specify the assembly, reference, method, etc. Look at the example called computer.seq in the \Examples\Demo\DotNet folder.
Thread:  Show this thread (3 posts)   Thread info: telecontrol .NET application - NI TestStand - NI Discussion Forums Size: 422 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: telecontrol .NET application :: TestStand :: NI Discussion Forums"
NI Discussion Forums
Started 5 days, 15 hours ago (2009-11-30 17:15:00)  by ManLongAtNI
Hello Loic,   Is the attached sequence file representative of your application? Or are you trying to modify the process model directly with these steps? The reason I ask is because the process model typically creates the batch in the background.
Thread:  Show this thread (6 posts)   Thread info: deifining a global batch specification - NI TestStand - NI Discussion
Forums Size: 360 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: deifining a global batch specification :: TestStand :: NI Discussion Forums"
NI Discussion Forums
Started 1 week, 3 days ago (2009-11-25 13:31:00)  by Snowman 6008
Durring run time you can get the serial number by calling RunState.Root.Parameters.ModelData.TestSockets[0]. UUT.SerialNumber     where the number in TestSockets is the socket number. If you plan on testing the same UUT in the same socket then I would recomend writing two sequences to test your two cases ambient and zero degrees and calling them from a single sequence file. That way the ...
Thread:  Show this thread (27 posts)   Thread info: Multiple Temperature environments in Test stand - NI TestStand - NI
Discussion Forums Size: 633 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Multiple Temperature environments in Test stand :: TestStand :: NI Discussion Forums"
NI Discussion Forums
Started 3 days, 22 hours ago (2009-12-02 10:52:00)  by ~jiggawax~
In ClearCase you can either have a dynamic view or a snapshot view.  The difference is:   Dynamic View- The files reside on the server and when you look at a file you are looking at the file on the server.   Snapshot View- The files reside on the local machine and are a copy of what's on the server.  When you checkin the files on the server will then become overridden with the copy ...
Thread:  Show this thread (3 posts)   Thread info: How to access the VOB files of Clearcase through TestStand - NI TestStand -
NI Discussion Forums Size: 1,194 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to access the VOB files of Clearcase through TestStand :: TestStand :: NI Discussion Forums"
 

Hot threads for last week on TestStand::

TestStand
Started 1 week, 3 days ago (2009-11-25 13:31:00)  by Snowman 6008
Durring run time you can get the serial number by calling RunState.Root.Parameters.ModelData.TestSockets[0]. UUT.SerialNumber     where the number in TestSockets is the socket number. If you plan on testing the same UUT in the same socket then I would recomend writing two sequences to test your two cases ambient and zero degrees and calling them from a single sequence file. That way the ...
Thread:  Show this thread (27 posts)   Thread info: Multiple Temperature environments in Test stand - NI TestStand - NI
Discussion Forums Size: 633 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Multiple Temperature environments in Test stand :: TestStand :: NI Discussion Forums"
TestStand
Started 1 week, 4 days ago (2009-11-25 00:26:00)  by j_dodek
Hi Ronnie,   Sorry, I have no answer on this. But i am forced with the same issue. I my case i need it !!! When i did some tests trying to switch from TS 4.0 to 4.2. I realized that my (Xml)Results in  Editor and OperaterInterface are missed ! (Internet-Explorer) Control is missing the result's file.   I am using an old TS2.0 derivation of the ProcessModel which has been only ...
Thread:  Show this thread (20 posts)   Thread info: Stop the results window from showing at the end - NI TestStand - NI
Discussion Forums Size: 1,002 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Stop the results window from showing at the end :: TestStand :: NI Discussion Forums"
TestStand
Started 1 day, 19 hours ago (2009-12-04 13:41:00)  by GovBob
Max,  This is possible. Evaluate your true/false local variable in the precondition of the step. Look in the example computer.seq for how this is done.   Hope this helps.
Thread:  Show this thread (4 posts)   Thread info: How to skip a step programmatically? - NI TestStand - NI Discussion Forums Size: 278 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to skip a step programmatically? - NI TestStand - NI Discussion Forums :: TestStand :: NI Discussion Forums"
TestStand
Started 5 months, 3 weeks ago (2009-06-12 11:06:00)  by James Grey
The description field displays the measurement by default. See the attached screenshot. Also notice the Edit Step List Configurations menu item in the screenshot. You can you use it to add columns that display user defined information.     MeasurementInSequenceView.JPG (126 kb)
Thread:  Show this thread (9 posts)   Thread info: Display Measurement Value(s) in SequenceView - TestStand - NI Discussion
Forums Size: 833 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Display Measurement Value(s) in SequenceView :: TestStand :: NI Discussion Forums"
TestStand
Started 2 days, 22 hours ago (2009-12-03 10:46:00)  by Dennis Knutson
First, can you explain what you mean by telecontrol? Do you somehow want to interface to a telephone?   Calling .NET code is first accomplished by setting the adapter in TestStand to .NET. You can then specify the assembly, reference, method, etc. Look at the example called computer.seq in the \Examples\Demo\DotNet folder.
Thread:  Show this thread (3 posts)   Thread info: telecontrol .NET application - NI TestStand - NI Discussion Forums Size: 422 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: telecontrol .NET application :: TestStand :: NI Discussion Forums"
TestStand
Started 4 days, 7 hours ago (2009-12-02 01:58:00)  by muks
See whether this discussion will give you any insight
Thread:  Show this thread (4 posts)   Thread info: click operator interface close - NI TestStand - NI Discussion Forums Size: 265 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: click operator interface close :: TestStand :: NI Discussion Forums"
TestStand
Started 5 days, 15 hours ago (2009-11-30 17:15:00)  by ManLongAtNI
Hello Loic,   Is the attached sequence file representative of your application? Or are you trying to modify the process model directly with these steps? The reason I ask is because the process model typically creates the batch in the background.
Thread:  Show this thread (6 posts)   Thread info: deifining a global batch specification - NI TestStand - NI Discussion
Forums Size: 360 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: deifining a global batch specification :: TestStand :: NI Discussion Forums"
TestStand
Started 3 days, 22 hours ago (2009-12-02 10:52:00)  by ~jiggawax~
In ClearCase you can either have a dynamic view or a snapshot view.  The difference is:   Dynamic View- The files reside on the server and when you look at a file you are looking at the file on the server.   Snapshot View- The files reside on the local machine and are a copy of what's on the server.  When you checkin the files on the server will then become overridden with the copy ...
Thread:  Show this thread (3 posts)   Thread info: How to access the VOB files of Clearcase through TestStand - NI TestStand -
NI Discussion Forums Size: 1,194 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to access the VOB files of Clearcase through TestStand :: TestStand :: NI Discussion Forums"
TestStand
Started 2 days, 7 hours ago (2009-12-04 01:23:00)  by j_dodek
Hi Peter,   Yes it is possible if you use Evaluate(). Just see the example   regards   juergen    
Thread:  Show this thread (3 posts)   Thread info: queue a dynamic container type - NI TestStand - NI Discussion Forums Size: 273 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: queue a dynamic container type - NI TestStand - NI Discussion Forums :: TestStand :: NI Discussion Forums"

This page was found by:   teststand forum  customize testStand  customizing TestStand User Interface