Utilizing DIAdem Desktop Application with SystemLink
- Updated2025-02-19
- 1 minute(s) read
Utilizing DIAdem Desktop Application with SystemLink
Use the DIAdem desktop application for ad-hoc post-processing and in-depth, root-cause analysis of measurement data. View and investigate your data, transform it with analysis functions, and share results.
DIAdem also helps engineers configure the SystemLink Data Preparation, Data Indexing, and Data Analysis applications.
Goal | Data Management Task |
---|---|
Explore individual data sets. | Use DIAdem VIEW and DIAdem ANALYSIS panels in the DIAdem desktop application. |
Search files on the SystemLink server from the DIAdem desktop application using SystemLink DataFinders. | Connect DIAdem with SystemLink and search for data. |
Configure Data Indexing to specify the properties and the order in which they display in a client like Data Navigation or DIAdem. | Create a new DataFinder hierarchy in DIAdem SCRIPT and upload it to Data Indexing. |
Configure Data Preparation to harmonize your data according to a set of rules you define. | Create a data preparation procedure in DIAdem SCRIPT and upload it to Data Preparation. |
Configure Data Analysis to perform recurring analyses and create management reports for specific data. | Create an analysis automation procedure in DIAdem SCRIPT with VBS or Python and upload it to Analysis Automation. |
Generate a SystemLink tag. | Generate the tag in a data preparation or an analysis automation procedure. To do so, refer to the programming reference for the SystemLink object-oriented script interface in the DIAdem help. |
Related Information
- Finding Data from DIAdem and LabVIEW Clients
Connect client software, such as DIAdem or LabVIEW, to a DataFinder instance on SystemLink Server to browse and search in the data of this instance. To do so, save the connection parameters in a client configuration file ( .urf ) and enable the connection on the client computer.
- Displaying Data in a Different Hierarchy
Load a hierarchy configuration to change the hierarchy in which the data is displayed.
- Updating Data Preparation Procedures
Upload a new data preparation procedure to replace the existing one. Data preparation procedures define how the Data Preprocessor instance harmonizes your raw data from various data formats and sources.
- Creating Analysis Automation Procedures in DIAdem
Create analysis automation procedures in DIAdem to perform recurring analyses with similar data in Analysis Automation, and export the results as a PDF or graphics file. Analysis automation procedures contain the analysis script, the parameter definition, and the search query for the data you want to analyze.