To download NI software, including the products shown below, visit ni.com/downloads.
This example shows you how to call Modal / Non-Modal dialog(SUD) with your VB Script in DIAdem. The SUDDlgShow function that calls the SUD is a modal dialog method. Therefore, other functions of DIAdem are not available when using User Dialog. But, the non-modal dialog box call method let the parallel execution of DIAdem and SUD.
Description-Separate-2
The two different dialog calling methods in Modal and Non-Modal are implemented separately on two VBSs.
Note : The attached dialog script is named Dlg_XTable_Example.SUD. This dialog displays the groups, channels, and data in the Data portal loaded into the DIAdem using Xtable. You can modify, delete, or add each channel data. See the related link for details.
How-Separate-2
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.