Create an Array in DIAdem Using Script

Updated Mar 30, 2023

Issue Details

In DIAdem script function, I already know the typical method that imports measured tdms data. But how can I make an array that I define using script? 

Solution

DIAdem can automate the process by using Visual Basic script. VB script is a universal programming language. Any function you need can be searched through any web browser.

To make an array using DIAdem script, please refer to the following example.

Figure 1 shows how data groups and channel data are generated. Figure 2 shows VB script that makes an array and channel.

Figure 1 - DIAdem VIEW
 

Figure 2 - VB Script