|
More site info...
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.
|
|
|
|
|
Posting activity on TestStand:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
41
|
193
|
561
|
|
Post:
|
92
|
359
|
1,072
|
|
|
TestStand Posting activity graph:
|
Top authors during last week:
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
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.
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
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
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...
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...
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.
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 =)
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
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::
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.
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
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 ...
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
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)
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.
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.
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 ...
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 ...
|
|
Hot threads for last week on 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 ...
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 ...
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.
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)
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.
Started 4 days, 7 hours ago (2009-12-02 01:58:00)
by muks
See whether this discussion will give you any insight
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.
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 ...
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
|
|