Step settings pane in custom sequence editor

I am trying to implement a custom UI, which is similar to the examples given by NI. What I miss, though, is the step settings pane. I can edit the step settings in the example with the edit menu >> step settings dialog, but I would like to have a pane on the main window, similar to what you see in the full version. I thought it would be as easy as inserting an insertion pane, but it isn't... Does anyone has an example of how to implement such pane?
Solved!
Go to Solution.

Hi paicolman,
Right now the Step Properties Pane in the Sequence Editor is built into the Sequence Editor and, therefore, only available within the Sequence Editor not in the custom Operator interface.
The reason why the one in the Sequence Editor looks different is because it is a more compact design so it could easily fit into the Sequence Editor as a pane and not another popup window. The one for the OI is a popup window, so it doesn't need to be so small and compact.
If you wanted to modify the Step Properties dialog, you would have to completely construct your own dialog and change the callback that connects the command kind. It would be pretty difficult to implement, so using the default dialog is recommended.
Greetings,
cheggers
Sascha E.
Group Leader Applications Engineering
National Instruments Switzerland

Similar Messages

  • Show settings of custom steps in the step settings pane

    Hi,
    I created some new steps and added to each an edit substep. So the user can customise the options.
    After a while if the user wants to see the options again he has to click the edit button to know whats happening in the step this is very cumbersome and slow.
    Now I am looking for a solution to avoid this. I had some ideas but either they are not good enough or i dont know how to do this.
    1. show the properties in the description: -good idea but sometimes the description is a bit confusing and to short. (same with comments)
    2. open a window when the user selects a step and close it when he deselects it. -I dont know how to realise this...
    3. modify the step settings pane and show the properties directly instead of the edit button. -this is my favorite but how to realise?
    hope somebody can help me with realising my ideas or has some new.
    I am sure I am not the only one with this problem
    Cheers Frank

    Hi frankne,
    I would store the the settings in the step itself.
    When creating a StepType you can add variables or even containers to the type.
    If you are developing in C/C++ or CVI just look at the CallExec StepType which is shipped with TS
    If you select "Step" in the Variables Windows you see that all settings are done there.
    If you are interrested about the source code:
    ProgrammFolder\National Instruments\TestStand 4.0\Components\NI\StepTypes\CallExec
    If you are interrested to see how powerful a user stepType could be visit:
    http://sine.ni.com/cs/app/doc/p/id/cs-11443
    Greetings
    Juergen
    =s=i=g=n=a=t=u=r=e= Click on the Star and see what happens :-) =s=i=g=n=a=t=u=r=e=

  • How to get the "module" in the step settings pane

    Hi,
    I´m trying to rebuild an example for "Custom NI VeriStand Steps for NI TestStand". So far es I can see it I did the same things as in the examples. I draged a few stepst from the Insertion palette in the Main Sequence and now I want to specify the module but this button isn´t shown up in the Steps Settings pane.
    I´m still a total beginner and have to work with Teststand for my bachelorwork. So please help me
    Thanks

    Which TestStand are you using?
    Did you check the examples calling different VI or DLL?
    First you select which language your module is built - ex CVI orLV or C++ .....
    Then you add an action step type.
    In the step settings of action step type you can call a module.
    Hope this helps.

  • "...in a custom Sequence Preset Editor."

    On page 1011 of the Final Cut Express User Manual, in the section "The Export QuickTime Movie Command", in the second paragraph, it suggests that there is a way to create a custom Sequence Preset. I quote:
    "You can also choose to use the existing settings of the clip or sequence you are exporting, or create customized settings in a custom Sequence Preset Editor."
    I desperately want to create a custom sequence preset. The last video I did for work I did at 1920 x 1080. The video is going on the companies site at 576 x 324. So I would rather just work in that size. But I cannot figure out how to create a sequence that size. Dose such a "Sequence Preset Editor" exist? And, where would I get one?
    Any help offered here would be most graciously welcomed.

    I don't really know what it means by that. However, in the paragraph before it it says:
    +"You can use this command to export Final Cut Express clips or sequences with their current settings or any of the sequence settings available in Final Cut Express. This command allows you to choose settings based on sequence presets in Final Cut Express"+.
    I can only assume that it means you can take the file into another program like Compressor to choose more settings instead. Or maybe it is referring to Quicktime Conversion, which gives you more options in exporting...
    Maybe someone else will know, but for now I am puzzled.

  • Where is the "Sequence Preset Editor? I need a custom Sequence size.

    On Page 1011 of the PDF manual for FCE 4, it says:
    "You can also choose to use the existing settings of the clip or
    sequence you are exporting, or create customized settings in a custom Sequence
    *Preset Editor*." Where is that?
    I cannot get any Export mode to output the same resolution size as my screen capture movie is. Its 1036x778 recorded in AIC codec, so FCE likes it fine.
    It seems using the fixed Sequence presets pixel sizes is working against me. I think if I bring my 1036x788 into a Sequence that is 1036x778 I wont get the squishing and distortions of another size. Telling Export to make output 1036x778 never works as it works on the Sequence size not my video size.
    How do I get a custom sized Sequence?

    or create customized settings in a custom Sequence
    Preset Editor." Where is that?
    FCE does not have this feature as Karsten indicates.
    FCE uses fixed pre-set Sequence sizes and cannot be changed.
    If you select any Easy Setup you will see the sizes in the fine print.
    The info is probably a copy/paste goof up from the FCPro manual.
    Al

  • Show popup dialog at step type dropping to the sequence

    I have a LabVIEW step type with some module parameters and step's variables what needs to be setup to configure this step. Can I make it to display the popup dialog to enter the required values at the moment when I drop the step type to a new sequence?
    Examples: 1. I have TestID in steps variables what needs to be setup. Popup dialog is more convenient than going to Variables and searching for the TestID in tree. 
    2. I have one step type which does a different actions depending of the enum parameter in the LabVIEW module. This parameter is set to default in steptype. I'd like the step name in my sequence to be the value of the enum. Something like RunState.Step.TS.SData.ViCall.Parms["Configuration Update"].ArgVal in the step type Default Step Name Expression helps and displays the enum text as step name when I drop the step type in the sequence. But changing the Configuration Update parameter in this step to another value does not followed by changing the step's name, looks like the step type's Default Step Name Expression is evaluated only once when step is created from the step type.
    Sergey Kolbunov
    CLA, CTD
    Solved!
    Go to Solution.

    Thank you Doug, your advise works just perfect for the first case. OnNewStep, who may think about it? Is it documented somewhere?
    For the second case it is not so straightforward. I don't care so much about automatic update of the step name when it is already in a sequence, setting this name and the appropriate module's parameter at insert will be enough. Tool to update names is not a problem, I'm using such kind of tool to automatically update sequences when my step types got changed. I need the subject feature because I'm trying to create a custom sequence editor for end users with minimal knowledge of TestStand.
    Talking about second case, it's look like setting of module's parameter via expression does not work. Now I'm trying to set it using TestStand API in the OnNewStep substep.
    Now I have another problem. How to access the TestStand Adapter API automation server in LabVIEW? I'm trying to get Sequence Context ->Step ->Module ->Parameters but to get Parameters property of LabVIEWModule class the TestStand Adapter API server required while I see properties list for the Module class of the TestStand API server. It seems to be very easy to switch server in TestStand but how to do it in LabVIEW?
    Sergey Kolbunov
    CLA, CTD

  • Step settings in TS4

    Hi All.
    In TS4 is there this new window "Step settings", where you directly can edit for instance the expression in a statement, is there any way that we can "program" this window, so when you have a custom step type, then you don't have to press ctrl-e to open a new window or press the button in this "step settings"... but directly configure the step....
    Any ideas... or is it for NI only...
    /Bojer

    Hi Mathieu,
    This is exactly the potential I see in it too. But, as even the Best Practices document for Custom Step Type development from the NI TestStand Architecture series says, 
    "Currently, you cannot embed the editing interface for custom step types
    into the Step Settings pane."
    I did some snooping around to figure out why.. 
    The key lies in the NIStepTypeControls.dll file in the installation 'Bin' folder for which we do not have the source code..
    Although I managed to add tabs to existing steps, (and they did not work properly) and change the display strings, it was really a dead end from a custom step type development point of view.
    Regards,
    Aditya Changavalli
    NI TestStand 4.2.1

  • Programatically select a step in a sequence in a sequence file loaded in TestStand sequence editor using C#

    Hi all,
    I have written C# code to load a sequence file dynamically in TestStand Sequence editor. The code is as follows...
    myEngine.PostUIMessage(mySequenceContext.Execution, mySequenceContext.Thread, UIMessageCodes.UIMsg_OpenWindows, 0, null, mySequenceFile, true );
    The code is working fine and I could view the Sequence file opened in TestStand Sequence editor.
    Now, I wish to select one sequence in the opened sequence file to get the details of  the sequence programatically. In other words, I want to simulate a mouse click to a sequence and view the steps associated with that sequence.
    Can anybody give some clues...
    Thanks in advance.

    Hi,
    Also I am getting error like "Index out of range. Source:  TSUISUPP.SelectedSteps   at NationalInstruments.TestStand.Interop.UI.Support.SelectedSteps.AddStep(Step val)". Error code: "-17500; Operation Failed." My code is like
    mySequenceFile = myEngine.GetSequenceFileEx(@"D:\dynamic loaded sequence.seq", 0, TypeConflictHandlerTypes.ConflictHandler_UseGlobalType);
    mySequence = mySequenceFile.GetSequenceByName("First");
    Step myStep = mySequence.GetStep(2, StepGroups.StepGroup_Main);
    SequenceContext mySequenceContext = mySequenceFile.NewEditContext();
    mySequenceContext .AsPropertyObject();
    myEngine.PostUIMessage(mySequenceContext .Execution, mySequenceContext .Thread, UIMessageCodes.UIMsg_OpenWindows, 0, null, mySequenceFile, true);
    ApplicationMgr applicationMgr = (ApplicationMgr)myEngine.GetInternalOption(InternalOptions.InternalOption_ApplicationManager);
    SequenceFileViewMgr sequenceFileViewMgr = (SequenceFileViewMgr)applicationMgr.GetSequenceFileViewMgr(mySequenceFile);
    sequenceFileViewMgr.SelectedSequences.Clear();
    sequenceFileViewMgr.SelectedSequences.AddSequence(mySequence);
    sequenceFileViewMgr.SelectedSteps.AddStep(myStep);
    I am sure that my Sequence selected in the Sequence file loaded has more than 2 steps. Please help me in solving this problem and that in the previous post.
    Thanks,
    Biju kuttan

  • Help with Custom Sequence Settings

    I'm wondering if anyone might be able to assist me with a question I have regarding custom setups and timeline rendering?
    I am working on a sequence of still images (.*tiff files) in a custom timeline that I've setup to match the resolution of the 30" Apple Cinema Display (2560x1600).
    Up until this point, whenever I work with high resolution (*.tiff) images in a 1920x1080 sequence, the images are often twice the resolution 3840x2160 and do not require any rendering. They automatically scale to the dimensions of the timeline and everything is just straight forward.
    The problem I'm having now, is that whenever I drop a 3840x2160 image into my custom 2560x1600 sequence, the image still scale to fit the sequence, but I immediately get a solid red bar across the top of my timeline and cannot figure out why I need to render everything. All of my sequence settings are the same with the exception of the dimensions and interlacing disabled.
    Here are the sequence settings:
    Frame Size: 2560 x 1600 Custom
    Pixel Aspect Ratio: Square
    Field Dominance: None
    Editing Timebase: 29.97
    QT Video Settings: Apple ProRes 422 (no interlacing)
    If anyone knows of a way that I can setup a custom sequence such as this without having to render everything right from the start, I would greatly appreciate any tips on how to do this...
    Thanks!
    ~Greg

    My guts say, you can't. RT Extreme is the technology FCP uses to playback without rendering. It likely is only turned on for standard video resolutions. (i.e., those that are shot by video cameras or electronic cinema cameras - like RED 2k). That might be the largest you can work with without rendering. It's 2048 X 1152 for a 16:9 image... Just guessing, but bet I'm close to right here. Filling your CD though will not be a standard video size at all, because it isn't 16:9... it's 16:10 so might not be able to do what you like to see I'm afraid without rendering.
    Jerry

  • Custom Sequence Settings for Split Screen

    Hello all,
    FCP 6. I am doing a split screen where I am combining two 720x480 videos side by side. I did the whole project by scaling down both videos to match whatever the sequence settings were. How can I create a custom canvas/ sequence size to avoid scaling down the frames and cutting on the image quality?
    I created a custom sequence setting doubling the width to 1440 and keeping height at 480.
    Can I copy and paste the clips from the old sequence without the scaled down quality to the new sequence? How can I do that?
    If I open a new sequence is the new setting going to be in effect?
    Any other suggestions on how to deal with custom size frame/ split screen?
    Thank you!

    Dear Jim,
    Thank you for help! Does make sense. I did all like you suggested. After removing 'basic motion' and pasting into new sequence, the clips appeared big default size instead of small. I re-applied motion attribute like you said, but isn't it scaling down again since I am sizing from big to small (50%) again?
    It looks good on the screen but I am not sure about actual resolution of the clip. In clip-item properties-format I read frame size but I am not sure if this info is about the source file or the clip.
    I would like to get around this issue without scaling down (keeping the scale in motion tab at 100%).
    The way I tried to deal with the scaling and res before I got your answer, was after I changed the 'global' settings for the custom 1440x480 sequence, and after creating a new sequence, I went to sequence settings again (from top menu) and set to custom (1440x480) (with just global settings the pasted clips looked like before). After copying and pasting with removed attributes-distort, all was in the original right/left order normal size and resolution.
    The way I tried seems to meet my need (as pasting attributes-motion to all again would be complicated as the design of the project does not stick to the clearly left/right pattern but fluctuates back and forth at times and there is too many short clips).
    The only problem I have now is with the RENDER.
    After I rendered what I did to your suggested solution and mine (two sequences), the whole project shows in low res. I checked the render settings in Sequence-Render Control, and both resolution and frame rate are set to 100% so I dont know what I do wrong.
    Any suggestions??
    THANKS!!!

  • Customizing sequence views on multiple PC's

    I have customized the execution view of my sequence editor to display test step limits (hi and low), and module execution time.
    I would like to know how to "copy" these settings to another test system (PC), without having to go through the manual process of setting up the view on each test station PC?
    Thank you in advance for your help.
    Jim

    What Adam posted will work for a User Interface, if however, you are wanting to do this for the sequence editor, I think the sequence editor saves this setting in the layout
    file. There is a current_layout.bin file in the same directory as
    specified above. Or you can use the Sequence editor options dialog - UI
    Configuration tab to save and load specific configurations. It saves the layout files to a directory underneath the cfg directory (usually either C:\ProgramData\National Instruments\TestStand 4.2.1\Cfg\SeqEdit or C:\Documents and Settings\All Users\Application Data\National
    Instruments\TestStand 4.2.1\Cfg\SeqEdit depending on your OS).
    Hope this helps,
    -Doug

  • TestStand 4.0 Sequence Editor Comments

    We are in the process of upgrading from TestStand 3.5 to 4.0.
    We use mostly Custom Steps and the Comments in the steps are used as "Help" instructions for each Custom Step Type.
    In TestStand 4.0, the comments show up in the Sequence Editor and for us are mostly repeatative. 
    Is there a way to suppress the comments from showing up on the Sequence Editor but still allow reading them in the Step properties? 
    I searched through the Station Options and other system configuration options but can't find anything.
    Mike

    Check out:
    http://forums.ni.com/ni/board/message?board.id=330&message.id=15113#M15113

  • Missing Database Options under Configure menu in Sequence Editor

    In my TestStand 4.0 Sequence Editor, the "Database Options" is missing under "Configure" menu. Does anyone know how to enable this option?
    Thanks

    Glad that was it! Definitely narrows things down.
    These entries on the Configure menu are controlled by a special type of sequence in the process model called Configuration entry points. If you open up one of the default models, you will see a sequence in the Sequences pane called "Configure Database Options". This is the default database options sequence.
    It's possible that your custom model contains a Configure Database Options sequence, but that it isn't configured to be an entry point. You can change this setting by right-clicking the sequence and choosing Sequence Properties. 
    If the custom model does not contain the database functionality at all, further work may be required to add that functionality in. Here's a document explaining how to add new configuration entry points to a process model: http://www.ni.com/white-paper/3837/en Depending on whether this model was originally based on one of our default models and how much of the original database logging code is still present, it may require a fair amount of work to reimplement that functionality. It might be a good idea to contact the person who created this custom model to find out more information about why those database options were removed and how difficult it might be to reimplement them.
    Daniel E.
    TestStand Product Support Engineer
    National Instruments

  • Is it possible to launch the SequenceAnalyzer from a C# code module in a Custom TestStand Editor

    The Sequence Analyzer is not available in the Custom TestStand Editor Mode GUI.
    Is it possible to add the Sequence Analyzer to a menu in the custom TestStand Editor?
    Is it possible to launch the sequence analyzer from a C# code module, this method is then called from a sequence call back.
    Best regards
    Patrick

    From the TS Help:
    TestStand Sequence Analyzer Application
    Select Start»All Programs»National Instruments»TestStand»Tools»TestStand Analyzer or run <TestStand>\Bin\AnalyzerApp.exe to launch the stand-alone TestStand Sequence Analyzer application. Use this application to analyze projects outside of the TestStand Sequence Editor.
    The sequence analyzer application window contains the following tabs:
    Files—The files and directories to analyze.
    Rules—The rules to use for analysis. Use this tab to enable, disable, and configure rules for analysis in the current project.
    Options—Contains the project options that control the analysis and determine whether the sequence editor automatically saves the current analyzer project.
    Messages—Contains the list of messages for the most recent analysis of the current project, sequence file, or workspace file. The sequence analyzer overwrites the content of the Messages tab each time you start an analysis session.
    Analysis Summary—Contains a summary of the most recent analysis of the project.
    Command-Line Usage
    You can use the following command-line syntax to open an analyzer project:
    AnalyzerApp.exe "C:\My Documents\MyProject.tsaproj"
    CTA, CLA, MTFBWY

  • How do I set up Premiere Elements 13 as the custom external editor for Lightroom 5?

    Situation
    I own Lightroom 5.6 and I'm experienced. I've just bought Premiere Elements 13 and I'm a video-editing virgin (be gentle with me). I've spent a day experimenting, reading, watching videos and I'm still stuck (I've tried reasonably hard to solve my own problem).
    Problem
    I've tried to set up the custom external editor in Lightroom 5 to send photos to Premiere Elements, so that I can incorporate images into movies. Having set it up, when I use it by selecting Photo/Edit In/Premiere Elements 13/, there is an exciting lull as a copy of the image is created and appears in LR, then Premiere Elements launches, then what??? There is no clue as to what has happened to the image regarding its import into Premiere Elements 13. It doesn't appear on the screen, it doesn't appear in the Organizer, it's no-where to be seen, other than in LR!
    Resolution sought:
    Can anyone tell me
    1. Is it possible to use Premiere Elements as an external editor in LR5 ?
    2. What are the precise settings should be for each field?
    3. If I configure it correctly, what does good look like: what should I expect to see happen in Premiere Elements?
    I don't know if this is relevant: MacBook Pro 16GB 2.8Ghz i7, 750GB SSD (i.e. plenty of space, plenty of horsepower), OS X 10.9.5
    I also don't know if I this is the right place for my question (Adobe directed me here) so please don't shout at me if I've come to the wrong place (I expect if I get no joy here, when I post it to an LR forum, they'll shout at me too :-)
    Thanks
    Phil

    Phil
    You wrote
    1. Is it possible to use Premiere Elements as an external editor in LR5 ?
    I do not have Lightroom 5 or other version of it. I did do some work on an earlier version tryout of it.
    And, I believe now as then, that the answer to your question is No. Bottom line, if there is integration
    to be found between Lightroom, it is between Photoshop Elements and the Elements Organizer, not the Premiere Elements Editor.
    The following is the extent of my travels through Lightroom with focus the Slideshow Module.
    Lightroom 4.1 Slideshow Module Visited - Elements Village
    Good suggestion to get the Lightroom view point at the Adobe Lightroom Forum.
    Best wishes
    ATR

Maybe you are looking for

  • Adobe camera raw plugin for Premiere Pro

    Check out this article, I just tried and it'd be magic if you could use this in premiere natively! Sending a feature request right now! Adobe's Camera RAW Plugin Can Color Correct Your Video, & It Does an Amazing Job

  • Option for replaceable text in text fields? - as opposed to the box that appears when you hover

    Is there any way I can add text that is seen inside the text field until a user begins to fill in that field? I'm creating a form to use with some of my company's vendors and I need to provide examples or directions for filling in the field and they

  • Read command line arguments with an ActiveX step

    Hi I would like to read the command line parameters from TestStand startup. I did find an ActiveX resulting in a Object Reference (See Locals.CommandsRef). How do I use this reference to really get the arguments and their count? See also screenshot.

  • Two IDs

    I have accidentaly registered my blackberry to 2 separate email addresses and passwords, does anyone know how to delete one or both and start again?

  • Help! Clip and project files refuses to load into imovie

    I did some reorganizing of my movie material placed on an external hdd (I am using a macbookpro 13). Now imovie refuses to load any of the files again. The project files are greyed out an impossible to import. All the source files are also still ther