To download NI software, including the products shown below, visit ni.com/downloads.
This example shows you how DIAdem's calculation manager can be automated in VBScript. The calculation manager is an analysis function of DIAdem, which is useful for representing mathematical operations in text-type formulations. For example, the variables X and Y and the resulting value Z can be entered into the equation (ex. X+Y=Z). Calculation formulas can be saved with the extension file(.tca). When implemented to VB Script, automation can be maintained by modifying only the .tca file without modifiying VB Script.
Description-Separate-2
The following settings are stored in the Calculation Manager file:
Note : The calculation manager for DIADem can be found at: DIAdem Analysis >> Calculation manager
How-Separate-2
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.