This content is not available in your preferred language.

The content is shown in another available language. Your browser may include features that can help translate the text.

Create an Array in DIAdem Using Script

Updated May 12, 2026

Reported In

Software

  • DIAdem

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