TestStand jump to step at edit time

Hi, 
In the File Diff/Merge tool, you can click on a step, and jump to it in the TestStand editor.  Is this a command that I can use myself? I tried looking through the API but I couldn't find something that I thought would work.
I attached an image from the file diff tool to show you what I mean.
So, I'm wondering if its possible to get similar functionality for jumping to a particular step at edit time.
Thanks!
Attachments:
filediff_goto.png ‏67 KB
ts_result.png ‏32 KB

Thanks James.  I think I'll have to put this on my "someday" list for now, little bit more to it than I perhaps was expecting.  

Similar Messages

  • Creating a step type "launcher" that would insert the appropriate built-in or custom step type at edit time

    Hi everybody,
    I'm looking for tips, pointers,directions... to be able to perform this operation in TS 4.0 sequence Editor, if it's even possible...
    I'm managing a test system with a "home-made" virtual instruments abstraction Layer complementary to IVI classes for instruments which do not have classes defined, customizing the sequence editor accordingly for developpers of my department.
    So basically when the instrument is IVI, the developper uses the built-in IVI step-type type and when it is not, he uses the the custom step types that I developped for this particular class of instruments.  
    However there are classes where I do have both IVI and specific drivers available and I do need to use both in the test sequence.
    For example let's say there are two sources of DC power available in the testbench, one being a programmable IVI compliant DC power supply, and the other one composed of fixed "blocks" of DC power supply managed by externals relays and you need to use them both in the test sequence.
    What I would like to be able to do in the sequence editor is inserting the appropriate step type at edit time just by selecting the source of power supply (by a ring or enum for eg), and if the first ressource is selected, it inserts IVI step type, and if the second ressource is chosen, it inserts the appropriate custom step type.
    Any Ideas on how to accomplish this ?
    Regards,
    Cyril
    Cyril Bouton
    Active LabVIEW Developper
    Solved!
    Go to Solution.

    Hello Cyril,
    Here is an idea that could be done:
    You could create a dynamic step by having a step that holds all the properties for both configurations (the superset of the necessary variables) and an extra one that indicates which 'mode' the step is in.  Then you create the main Edit substep in whichever language you desire.  That substep window will then have a box/dropdown/etc. at the top you can use to choose between modes A & B.  When the user changes the value, you would dynamically change the rest of the window to contain the appropriate properties for mode A or B.  You then copy the property values in that window to the Step properties, and copy the mode to your variable and you can run the step in that mode.  When the step then runs, it checks the mode variable, and depending on its value, it will run the step in mode A or B.
    Now we could add a dialog that allows us to choose when we put a step down but we should still allow the user to change later via the Edit substep we create.
    I don't think we can create something that inserts a completely different step, but we can have one step that has the ability to do both and we can pick which one we execute.  Also note we still don't have the ability to edit the Panels for a step, so we have to use a new window that we call from our Edit substep to complete the step.
    Hope this helps.
    Regards,
    Olivier L. | Certified LabVIEW Developer

  • The little 'down' arrow that used to live next to the forward and back arrows in the upper left of the navigation bar, is missing. It was handy to use to go back in big jumps without having to go back one step at a time. Can you please restore it?

    When searching through a website, covering many pages of information, sometimes you just want to jump back to a page.
    Using the little dow arrow was a handy way to see where you have been and to jump multiple steps/pages backwards without continuing to click back, back, back, until finally reaching where you were. I really use it a lot and am hoping you will either restore it or provide me with a new way to do the same thing.
    Thank you!
    Maggie

    The arrow to open the tab history of the Back and Forward buttons has been removed in Firefox 4 and later.
    Use one of these methods to open the tab history list:
    * Right click on the Back or Forward button
    * Hold down the left mouse button on the enabled Back or Forward button until the list opens
    You can look at this extension:
    * Backward Forward History Dropdown: https://addons.mozilla.org/firefox/addon/backforedrop/

  • Low speed when I edit a step when I insert a step, whose edit substep has been specified by a LabVIEW vi.

      I created a step type in Teststand and specfied its "edit" substep with a Labview vi. In labVIEW, I can open that vi very quicky, however, every time when I click "Specify Module..."in that step type's property dialog through Type Pallette windows, it will spend some time on searching file, that's also why I have to wait several time when I insert a step and edit it by right click and choose "edit..." in client sequence file.  For better explanation, I attached a picture here.
      I don't know how to speed up it.
    Attachments:
    Questions explanations.jpg ‏70 KB

    Hi,
    That would be correct assuming you place your VI's and sub VI's in the same place on your target system as your development system. Otherwise its got to go find them, which suggest that the location of the VI's has changed.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Check/uncheck record results on more than one step at a time

    I have one hundred plus sequence files and several thousand steps total. Checking and un-checking record results one step at a time takes a long time. I'd like to be able to select several steps at a time then check or un check the "Record Results" option for all those steps at once. How do I do this? I'm using TestStand 2.0

    Hi Kevin,
    Thanks for contacting National Instruments.
    Do you want to disable result recording for ALL sequences on this station? If so, you can turn on this option in the TestStand sequence editor (Configure >> Station Options, turn ON checkbox "Disable result recording for all sequences").
    However, if you only want to do this for selected sequence files, then Ray is correct - you would need to write an external routine that will automate this for you. Attached is a zipfile containing a VBScript that will iterate through one sequence file ("c:\test.seq") and change all steps (all sequences, including Main/Setup/Cleanup) to turn off "Record Results". It first saves a backup copy of the sequence file, makes the changes, then save
    s the modified sequence file. You can enhance this script to work for more than one sequence file by using Microsoft's FileSystemObject.
    The VBScript uses a DLL I created, which exposes the TestStand 2.0 Engine object as an ActiveX DLL. Before you can run the VBScript, you will need to register this DLL:
    regsvr32 TSEngine.dll
    Then, the VBScript can be executed just by double-clicking it. Hopefully this helps get you started toward creating an automated way of solving this problem!
    David Mc.
    National Instruments
    Attachments:
    ts2seqfiles.zip ‏4 KB

  • Labview edit time menu and right click popup menus

    How can i add a menu item to the labview edit time menus and to the right click popup menu of any selected object in a block diagram?
    I would like to integrate commonly used tools by me out of the springboard scripting tool into actual labview.
    Solved!
    Go to Solution.

    It sounds to me like you are looking for something like the Right-Click Framework.  Some people really like it, I have not used it extensively myself.  I've had a request to convert a quick drop shortcut into a RCF plug-in, I'll see how it goes.  I have also longed for a good way to hook into the LV IDE to add my own tools, what I find are useful, but not fully satisfactory solutions.
    1)  Right-Click Framework:  Some initial startup costs in terms of downloading and installing.  Start up is a bit slow (on my machine), and the workflow is a bit different than what I am used to:  Select an object, press the hotkey, right-click.  You can get used to it, but it is not as responsive as a built-in right-click since you can't right-click in one action.  It seems to be easily extensible, I'll know more in a day or two.
    2)  Quick Drop:  Built into LV.  Slow startup like RCF.  Fairly easily extensible.  Not context aware (unless you build it in to your plug-in), so you have to choose your letters wisely.  After the initial pain, the response time is not shabby, does require the extra Ctrl-Space action.  
    3)  Tools Menu:  I drop a few things in here, like my custom connector pane editor.  Not bad, but there are no keyboard shortcuts (what a pain), so it is good for actions that you might call once or twice on a given VI.
    In short, all of these methods require extra clicks or keypresses and are a bit sluggish.  If something like copy and paste behaved this way we would never use LV again, but if your tool truly saves you a bunch of steps it is well worth it.  I have almost run out of letters to use for my QD shortcuts.
    Addedendum:  Personally I am not quite ready to start talking to my computer, but LVSpeak seems pretty cool, Smashy Smashy.

  • Steps to Edit Pocess chain

    Hi Guru's,
    I want to edit my process chain but my development, quality and production systems are not in sync.So, I need to do the changes directly in Production system only.
    Please tell me the steps to edit the Process chain,I want to add wait time for a particular Process.Give me clear idea then i can proceed.
    Regards,
    Anand.

    Hi,
    For editing process chain go to edit mode of PC then you can add the required step you want.
    For wait time go to nelow thread
    [http://help.sap.com/saphelp_nw04/helpdata/en/67/13843b74f7be0fe10000000a114084/frameset.htm]
    i.e
    wait time is used  only to debug a process run.
    Specify how long (in seconds) you want the delay to be between one event being triggered and the next process starting.
    You can capture the process by using transaction SM37 (Job Overview) or SM50 (Process Overview
    Thank,s

  • Although my ipod shows the number of steps, calories, and time, it no longer is saving it to the history. also when I open the history it takes me to May 2010 instead of the current date. Any ideas on how to get it to start recording the history again?

    Although my ipod shows the number of steps, calories, and time, it no longer is saving it to the history. Also when I open the history it takes me to May 2010 instead of the current date. Any ideas on how to get it to start recording the history again?

    Try:                                               
    - iOS: Not responding or does not turn on           
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable                     
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar
    The missing apps could have been done by setting the Restrictions that can hid those apps. If the backup was made with those retrictions set the the Restrictions are also restored.
    Thus, if you get it to work restore to factory settings/new iPod, not from backup                               
    You can redownload most iTunes purchases by:        
      Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • My ipod touch is not showing in itunes therefore, not syncing. I've gone through the trouble shooting steps about 5 times.

    My ipod touch is not showing in itunes therefore, not syncing. I've gone through the trouble shooting steps about 5 times.

    Did you try here:
    iOS: Device not recognized in iTunes for Mac OS X
    If you  have iTunes 11 turn on the Sidebar. Go to iTunes>View and click on Show Sidebar. You can also do a Crtl+S to show the sidebar. The sidebar is where Devices appears. and Control+B to show the Menu bar
    Next try on another computer to help determine if you have an iPod or computer problem.

  • What is the next step after editing or triming a video ? What type of file format to save and what to do after that ?

    what is the next step after editing or triming a video?
    what type of file format should be save and what to do after that?

    In the early days of digital video editing, an export render could take hours!  Not many applications are as hard on system resources as video editing, and rendering the final edit is probably the most system intense action of all.  
    Head on over to the Premiere Pro Hardware forum to see what sort of computer hardware the pros use for NLE (non linear editing), or to the PPBM5 site for a better look.
    PPBM5 Benchmark
    Also check out the specs on the Video Guys website

  • I just bought a new Iphone and when I connected it to itunes and I downloaded the backup from my last device, now I can't pass this step and every time I connect it to itunes is the same thing.

    I just bought a new Iphone and when I connected it to itunes and I downloaded the backup from my last device, now I can't pass this step and every time I connect it to itunes is the same thing. And I can't download any app because problems with my account regarding the credit card but the information is correct and it says it is not!!!

    You'll have to contact iTunes store support regarding your credit card information problem: http://www.apple.com/emea/support/itunes/contact.html.  I'm not clear on what you're saying about your backup.  Are you saying that when you connect to iTunes it's asking you to restore from backup even though you already have?

  • Cannot see or edit time of events in iCal

    I cannot see or edit times in iCal any longer, only dates. This affects only one user, so I guess that there is a corrupted user-specific resource file somewhere that I could try renaming/deleting. Does anyone have any ideas?
    I believe that this condition was triggered by creating an iCal event from Mail.
    More details and a screenshot at http://forums.macrumors.com/showpost.php?p=8110912&postcount=10
    Thanks for any hints/suggestions.

    Eventually found in System Preferences -> International -> Formats that my region was set to "Custom". I have no idea how this happened - I certainly never set this directly through system preferences.
    I selected "United Kingdom" as my region, and the times showed up in iCal once again.

  • Steps to edit standard purchase order layout

    hi.......
    plz tell me
    steps to edit standard purchase order layout and printing program............

    Hello,
              The Standard Layout Set for Purchase Order is MEDRUCK. However, you need to Copy the Form and Make changes to the Layout.
              First of all, you need to identify the Elements of the Layout as to where exactly you need Customer Modifications for your client's requirement.
             Then go ahead and make changes to the Copied Version (Not the Standard Layout Set).
            Then from NACE the Output Type can be configured for the New Layout Set.
    Hope it was helpful.
    Thanks and Regards,
    Venkat Phani Prasad Konduri

  • In iTunes I'm having problems changing the "Media Kind" with a number of playlists in the OPTIONS menu from "music" to "audiobook". After going through the steps, the next time I check the items have reverted back to "music". What step am I missing?

    In iTunes I'm having problems changing the "Media Kind" in the OPTIONS menu from "Music" to "Audiobook". After going through the steps, the next time I check, the items have reverted back to "Music". What must I do to save it as an "Audiobook"?

    After more digging in the Support section here and some Google work, I turned off iTunes Match and lo and behold!  I can change the media kind to Audiobook!  So, it looks like iTunes Match locked the files up somehow and for some reason.
    I went into iTunes Store > iTunes Match > "No, Thanks" to disable it on the local PC.

  • HT1212 my ipad is disabled permantly and i dont want to loose my pictures i keep going through the 5 steps and each time it says "itunes cannot connect to ipad because it is locked with a passcode" WHAT DO I DO PLEASE HELP ME. thank you. sorry about spell

    my ipad is disabled permantly and i dont want to loose my pictures i keep going through the 5 steps and each time it says "itunes cannot connect to ipad because it is locked with a passcode" WHAT DO I DO PLEASE HELP ME. thank you. sorry about spelling.

    FORCE IPAD INTO RECOVERY MODE
    1. Turn off iPad
    2. Turn on computer and launch iTunes (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port.
    DO NOT RELEASE BUTTON until you see picture of iTunes and plug
    5. Release Home button.
    ON COMPUTER
    6. iTunes has detected iPad in recovery mode. You must restore this iPad before it can be used with iTunes.
    7. Select "Restore iPad"...
    Note:
    1. Data will be lost if you do not have backup
    2. If you did not do step 4 properly, start all over again.

Maybe you are looking for

  • OSX Yosemite Safari MB Pro Retina

    I updated  to Yosemite 10.10.1 a while ago and have been having issues with safari. The window will randomly freak out and keep flashing. Whenever it happens it just gets worse and worse with time till i quit the app. Is there any fix for this? It us

  • Is there any documentation on PHYS-FS for content engine

    I am in process of replacing a fail disk on CE 5.5.11.2 model WAE-7326-K9. The disk currently has PHYS-FS, CDNFS, MEDIAFS and CFS configured. Can someone provide details on PHYS-FS.

  • SQL Commands - uncheck autocommit hangs

    If i uncheck the 'Autocommit' flag in the SQL Commands page and execute any command, it hangs (even for a simple select statement). Is this a known problem ?

  • Can I use filemaker pro 8.0 with Lion

    can I use filemaker pro 8.0 with Lion

  • 5Dmkiii live view problem

    Hi All, I'm having a problem with my 5d when it comes to live view. Occasionally, when I half press the shutter down, the mirror will flip but nothing will happen. I'm not sure if I've set a bizzare setting or if there is something genuinely wrong wi