Simple TestStand in LabVIEW user interface

Hello community,

I design a user interface for Teststand using the simple example of vi. The name of the file is VI.vi of first level

I am trying to understand works vi inorder to make changes and ran into a few questions that I was hoping someone could answer for me please.

To begin, I add my file sequence and click on 'Test DUT'. Then a dialog box appears asking to enter the serial number of the UUT, where and what are the causes that to happen in the code? After I entered my serial number it turns my code sequence and at the end an another message specifying in a green or red if the UUT success or failure. Where and what are the causes of success/failure boxes happen in the code?

Thank you

Kevin

If you had posted this on the forum of TestStand, you would be probably got some of the answers better.

But in the meantime, you need to open the SequentialModel.seq (or what is process model you use) and navigate to the entry Point of execution sequence, you use.  In this case, click Test UUT, the icon in the list of sequence and track the flow of test.

With respect to the banner that appears after execution of USE test.  The banner is implemented as a DLL in the PostUUT callback.  It is based on the status of the MainSequence callback result.  It is the result of the test that you started by test DUT.

The best advice I can give you is to go through the sequence of process template file and learn that it is not an easy task, but worth the effort.

Thank you

PH

Tags: NI Software

Similar Questions

  • How can I join buttons visible teststand keyboard shortcuts in a labview user interface

    On a normal labview VI, it is possible to configure the desired for example key navigation options assign a keyboard shortcut to a control. Is it possible somehow to assign a keyboard shortcut to the visible controls ActiveX Teststand i.eg. a basic custom user interface labview Teststand button?

    Help, please

    You may be able to do by cloning of each button, assign a shortcut to the clone, and then firing an event and call the method "DoClick' of the TestStand button - I say maybe because I can't verify the DoClick method will do what you want.

    Obviously, you can hide the clones on the front panel if necessary.

  • Event generation of click for the Run button programmatically in LabVIEW User Interface

    Hello

    I use the user interface of LabVIEW Simple (Simple OI - VI.vi first level) for my application teststand with small changes. Here, I don't want to click the button run every time. Generate the click event of the Run button (which tringgers the TS gear) by programming the interfacr VI user or is there a method for tringger TS gear?

    More information:

    LabVIEW worm: LabVIEW 2010

    TestStand worm: TestStand 2010 SP1

    My sequence Run point enry's 'Test DUT'

    Thank you

    Alaka

    Hi Adarsh,

    There's a DoClick method for the TS user interface buttons! Just wire the ref button to invoke node and locate the DoClick method.

    Kind regards

  • The Web of LabVIEW user interface directly to the sensor with Ethernet connection

    Hello

    Is it possible to connect to the interface user Web of LabVIEW directly to a sensor with Ethernet connection?

    By directly, I mean without using any Web Service LabVIEW VI.

    Thank you

    Marcelo

    Hello

    The only communication with other devices using the Web user interface designer is through web services, either motorized or not LabVIEW. To connect with a sensor with the generator of the user Web interface without using LabVIEW, the sensing device must be accessible via HTTP and give you a way to read its data using XML web services based on.

  • Context of sequence of LabVIEW user interface access

    I'm trying to find a way convey the context of the sequence into LabVIEW Advanced User Interface. I need to check the values of some globals to the station before opening a movie file.

    I was looking for a way to send a UImessage to frontendcallbacks.seq that contains the context of the sequence, but I couldn't make it work. What is the best way to access the context of the sequence of the user interface?

    Hello

    In your user interface, use the Engine.Globals to get a reference to the StationGobals, then you can use the PropertyObject.GetVal and SetVal to read or write to the necessary StationGlobals.

    Concerning

    Ray Farmer

  • Make a simple user interface in Premiere Pro using Javascript

    I would like to make a simple Panel of modeless user interface where the user can interact with javascript code. I started using the ScriptUI component, but there was a problem with the SnpCreateDialog.jsx example.  I get the error 'window has no constructor. What is the preferred method to have buttons, text boxes and drop-down menus when the script for the Premeiere?

    Thanks in advance!

    I recommend avoiding Eclipse and Extension Builder entirely; You can also develop directly in the/extensions directory. Agency, in order to avoid afin d' eviter no matter what stage of the copy. notebook and Chrome are the way to go.

  • Using ActiveX controls to the old user interface

    I tried to build a User Interface for TestStand 4.1.1 using LabView 8.6.1 (on Windows XP)

    However, ActiveX controls keep showing in the old non - 3d "block" style.

    This seems to be a problem when you build a new exe. If you use the included UI (Full Featured) in TestStand it appears correctly.

    I was able to replacte this problem on two other development systems (a new windows XP, LabVIEW 8.6.1 & TestStand 4.1.1 install).

    (1) take a copy of the full-functional UI of LabVIEW.

    (2) open the project file

    (3) rebuild the exe file

    It's only a problem when you use the exe file. When you run from the LabVIEW development system it looks good.

    Hi Simon,.

    For your UI to take on XP
    Theme controls, you will need to place a manifest file that specifies the activex control topics in the same
    directory as your executable file. TestStand comes with a manifest file for
    INTERFACE c# you can also use for the UI of LabVIEW. Just go to the \User Interfaces\Simple\CSharp and copy the file TestExec.exe.manifest in the directory of the LabVIEW User Interface executables.

    Note that the manifest file must have the same name as your executable file LabVIEW UI. For example, if you name your user interface, "MyCustomTSUI.exe", you will need to name the manifest file 'MyCustomTSUI.exe.manifest '.

    Please let me know if this solves your problem or if you have other questions. Thank you!

  • Launch by programming a sequence file don't switch for execution in the user interface

    TestStand 4.2

    LabVIEW 2009

    Windows Vista Business 32-bit

    My movie file uses a SequenceFileLoad reminder to start his own execution automatically by using the entry point TestUUTs. This is accomplished by calling the Engine.NewExecution method. The problem I have is that my custom LabVIEW user interface does not switch to the view of execution when execution begins. If I manually start the execution using the TestUUTs key, the point of view of execution is displayed.

    In my interface user, changing the display of the sequence at the sight of the execution is done in the event callback, DisplayExecution, and the StartExecution event reminder. I also tried the ExecutionChanged event reminder, but realized that it did not apply in this case. The complex UI that comes with TestStand works correctly and, as far as I know, I use the same event reminders to manage change in my user interface.

    Any ideas? What Miss me?

    Thank you

    Toby

    CLD, CTD

    I realized what was going on. I was to switch it on the SequenceView using the ExecutionClosed callback, but was not checking the number of executions that have been opened. Opening my file of sequence autolaunching would open two executions, one to open the file and the actual execution of the file. As soon as the file has been opened, the first run was closing my UI to return to the display of the trigger sequence. Execution else had already begun the execution of the sequence file so he would continue to run in view of the execution, but I didn't see it.

    I now use ApplicationManager.Executions.Count and only to switch back to the SequenceView if it was not open execution.

  • Graph XY on the custom user Interface

    Hello.  I'm kinda stuck (or really stuck ).  In any case, I'm newbie.  That being said, I've had a few really good help on how to pass table through the postuimessage (xparamdata) of teststand to my user interface customized a few weeks ago.  It really helped.  Thanks again.  However, I'm still another question.  I'm moving a container of teststand.  The container or the cluster of table and table x of y in a XY Chart.  I pass to my custom IO and try to update a chart XY on my IO.  I tried to use the same code that I used for a table, but it does not work... of course.  I just need a little help to find out how to get this update on my graph XY on my IO.  The attached photo, this is what I have so far, but it is not close to work.  Can someone give me some advice?

    String of BTW - looking for you wouldn't array1 and array2.  It would be the names of the tables in your cluster.  In TestStand search strings are the relative path to the object of the referenced property.  In this case your container is referenced from which is the name of your berries.

    Hope that makes sense.

  • could not draw a custom in PF_Window_LAYER user interface

    Now I'm developing a custom user interface plugin.

    I draw a red circle or a green rectangle in a layer window as a custom for my objects handling control.

    There is no problem to draw a custom in a composition window user interface (w_type == PF_Window_COMP)

    But I failed to draw a custom in a layer window user interface (w_type == PF_Window_LAYER).

    To ParamsSetup(), I put PF_CustomEFlag_LAYER to ci.events.

    Transformations of coordinates works well (I think).

    It just seems to not catch a PF_Event_DRAW.

    Why?

    I tried the simple example of custom user interface, "CCU" plugin which is included in an AESDK (CS3).

    Also, CCU plugin seems do not draw a custom in a layer window user interface.

    AE CS3 and AE CS3 of SDK.

    Visual Studio 2005 Pro

    Win XP SP3 32-bit

    Hi dfurusaka.

    as far as I know, it's a bug in cs3 and cs4, which has been fixed in cs5.

    order some other plug-ins that have an interface user custom, like 'meshwarp' or 'vector paint. they don't too draw in the window of layer on cs3 and cs4.

    If I remember correctly (it was a long time ago), I looked inside and saw that the plug-ins receive a call for display, but the return buffer is simply ignored by AE.

    I have never tried to solve this problem, so I can't tell you if there is a solution, or it's just something you have to accept.

    Well, at least you know that it works in cs5...

  • Closing references ActiveX correctly in the Simple user interface

    Hello

    I am currently editing the user supplied with Teststand 2013 Simple interface in order to access the global variables of the station through LabVIEW.  A simple test, I'm trying to access the value of username.  When I run the VI for the first time after the opening of LabVIEW, I get no error message and the program works as required.  Stop the running VI will return no error, but when I try to run the VI and rerun the Teststand, stalls the execution sequence and I get a wait status.  I then have to close running VI by killing all threads in Teststand, I think that the PropertyObjects do not come out properly and I find the structure of the event quite confusing to deal with.

    My attempt to close the references in the while loop looks like this:

    The rest of the program is exactly as expected with Teststand 2013.

    Any input on how to close properly references ActiveX and extracting station globals in LabVIEW would be much apreciated.

    Thank you for your help,

    Christian

    Christian,

    Doug is correct if you open references in a loop, you should also be closing them in the loop. For example, this code open a reference to the engine and the Globals PropertyObject. Two of these references must be closed each time that the loop is executed with the current code.

    You might be able to improve this code is to put your username querying code elsewhere. This username appears as something that would happen only when a user connects or disconnects, then perhaps that this code could be registered as a reminder of the event UserChangedevent. Follow these steps in the VI of reminders set up event of the user interface.

    If you do not need this code to update constantly, you can put in the structure of the event time-out event in your screenshot and fix a reasonable (maybe 100 to 200 ms).

    Hope this helps and let us know if you have other questions about this!

  • Adding custom flags to the TestStand UI user interface

    Hello! I'm sure this has been asked before, but I can't really find what I am looking for. I have a TestStand sequence that contains a stable loop cycle parts several times. I would like to show a pass fail count on each side on the user interface according to the current state of sequences (real-time). the parties can run 1000 times or more, and the UI should show the count for each + a LED to show if the component is always active.

    What is the best way to do something like that? The mail user interface? If so how do I set up the messages and have a counter for each share value? Each of the parties would have its own unique message?

    Thanks for any help you can give me. If you could provide a quick example.

    Bill

    Don't know what version of LabVIEW and TestStand, you have, but I threw together a little demo of what you want.  Just run the TopLevel.vi, then open the sequence in the zip file.

    Here in LV 2014 and 2014 TS.

    Kind regards

  • 2013 TestStand user interfaces

    I upgraded to TestStand 2013. When I try to use the all-in-one User Interface or UI Simple, I still have two mistakes any which sequence file, I run.

    I also noticed that the 'TestStandModelModelOptions.ini' Cfg file is the same file from 2012. It not was not upgraded or updated when 2013 has been installed.

    Unfortunately, I tried upgrading 2013 LabWindows/CVI and had nothing but problems when I did. Now, I tried the upgrade of 2013 TestStand and nothing else problems. I am seriously considering to move away tools NOR completely!

    Hi rreis,

    What version of .NET are you running?

    Many times this error is related to incompatibility between the applications created in 2012 of LabWindows/CVI and previous and the 4.5 .NET framework. The link below addresses a registry key which has been developed as a work around for this problem.

    http://digital.NI.com/public.nsf/allkb/0136A53F98D69B7286257AD70069A735

    Concerning

  • User Message message of Labview VI interface running on another thread

    I have a Labview GUI, which displays information on my oven.

    It's the thread that runs on the background it querys my oven, then I save variables stationglobals and then send a message to the user interface. It works very well.

    Now, I made an improved OVEN that not only monitor but also controls the oven. It is written in labview.

    on the above example, I use a statement for the user of Message interface:

    RunState.Thread.PostUIMessageEx (UIMsg_UserMessageBase + 1, 0, "",StationGlobals.ovenDatum, True)

    Where StationGolbals.ovenDatum is a container with the numbers and strings.

    Now on my Labview code

    I already have this wire in labview. So my question is... Can I just wire up my container in the ActiveXdataParameter ovenDatum or what I need to do some sort of conversion. ? I just do it?

    Problem solved after trying and you are looking for a solution...

  • How to get the value of the global variable to test in the user interface of labview?

    Hello.

    Can someone please share examples and tell me how access the global variable to test using the interface labview user.

    I found some references and obtained from the method.

    I sent the link below

    https://decibel.NI.com/content/docs/doc-5501

Maybe you are looking for