Hi Andy,
DIAdem can create any object exposed by the registered Active X servers on your computer. If you have such a sever for your PXI modules, you can use the
CreateObject function to obtain a reference to any of the exposed automation objects. There are several examples included with DIAdem that use this command, one of which controls PowerPoint: "Automatically Creating a PowerPoint Presentation". These examples are located in the help under
Examples > Creating Scripts > Using Interfaces.
For a complete comparison between regular VB and the VB script in DIAdem, refer to the following help sections:
Programming Reference > General Information on Scripts > VBScript > User's Guide > What Is VBScript? > Language Reference
> VBScript Features not in Visual Basic for Applications...and
> Visual Basic for Applications Features Not In VBScript