Jump to content

Gavin

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Gavin

  1. Hi All,

            Software: Teststand 2010

                             LabVIEW 2012

            Target:  I created a custom steptypes that including a Pre-step and a Edit-step.When I run teststand, I want to online debug Edit vi.

            Details: As picture program suspend,only when I click stepinto button,teststand invoke Edit-step vi, if I Invoke stepover button, teststand don't                          invoke Edit-step vi,just invoke pre-step VI. 

           Can you give me some solution?

    capture.jpg

    capture2.jpg

    Edit.vi

    Pre.vi

    Sequence File 1.seq

  2. Not with the native tree control. There are some tricks you can do to get the drop down lists, but nothing for the nested table.

     

    You could implement this with various tricks using clusters or subpanels, but my suggestion is that if you already have a control which does this (I'm assuming a .NET control), you just embed it in a .NET container and use that.

    Hello Yair,

                    thanks for your reply.Using clusters or subpanels, Do I insert clusters to Tree control? About your suggestion using a .NET control, I have no experience about .NET.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.