TestStand - End Modal Dialog

Owning Palette: TestStand

Makes the calling dialog box VI non-modal to the TestStand main application window after a previous call to the TestStand - Start Modal Dialog VI. Call this VI at the end of the dialog box VI to ensure that the dialog remains modal until it is dismissed. You must manually select the polymorphic instance you want to use.
Note If a TestStand SequenceContext object and a TestStand Engine object are available, National Instruments recommends that you select the SequenceContext instance to ensure that only one thread at a time displays a modal dialog box.

Sequence Context

Sequence Context In specifies an ActiveX reference to a TestStand SequenceContext object.
Modal ID specifies the value the TestStand - Start Modal Dialog VI returns in the Modal ID output.
VI Originally Open specifies the value the TestStand - Start Modal Dialog VI returns in the VI Originally Open output.
VI to make non-Modal A reference to the VI for which you want to end TestStand modality. This reference must be the same reference as previously passed into the TestStand - Start Modal Dialog VI. If you do not specify this parameter, the VI that calls the End Modal Dialog VI is made non-modal.
error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality.
error out contains error information. This output provides standard error out functionality.

Engine

Engine specifies an ActiveX reference to a TestStand Engine object.
Modal ID specifies the value the TestStand - Start Modal Dialog VI returns in the Modal ID output.
VI Originally Open specifies the value the TestStand - Start Modal Dialog VI returns in the VI Originally Open output.
VI to make non-Modal A reference to the VI for which you want to end TestStand modality. This reference must be the same reference as previously passed into the TestStand - Start Modal Dialog VI. If you do not specify this parameter, the VI that calls the End Modal Dialog VI is made non-modal.
error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality.
error out contains error information. This output provides standard error out functionality.