3D Data Collection

Configure and collect 3D (three-dimensional) data signals in the Data Visualizer module. When you add data signals to the 3D configuration, they are automatically added to the 1D configuration. To use the condensed version of this module in the Develop workspace, see Data Visualizer Module. To use the larger version of this module in the Visualize workspace, see Visualize Workspace.

You can configure and collect 3D data only in the Data Visualizer module. But after data collection is configured, you can use the Application Data Collection Functions that follow to do some operations in AeroScript. They have the same functionality as some of the buttons in the Data Visualizer module:

  • The Collect Snapshot button is equivalent to the AppDataCollectionSnapshot() function.
  • The Collect Repeated Snapshots button is equivalent to calling the AppDataCollectionSnapshot() function multiple times.
  • The Stop Collection button is equivalent to the AppDataCollectionStop() function.
  • In the Configure Signals dialog, you can do different operations with the AppDataCollectionConfigure() function.

Configure Signals Dialog - 3D Signals

In the Configure Signals dialog, select the 2D/3D tab to configure data signals for 3D (three-dimensional) data collection. The application shows the configured data signals when you plot 3D data in the Data Visualizer module.

More Reading

For more information about data collection, see the pages that follow:

Data Collection and Controller Status

Tells you about the differences between data signals and status items and what you can do with each type of collected information.

Use the Data Visualizer Module to Collect Data

Collect data in the Data Visualizer module.

Data Collection Functions

Programmatically collect and write plot files to the controller file system from AeroScript.

Other Ways to Collect Data

Collect data with Signal Log, an AeroScript program or library, or the Automation1 APIs.

Data Collection Rates

Sample times that you can specify for data collection rates.

Data Collection Status

Related status items that give you more information about data collection.

Data Collection Limitations

Tells you about the limitations of data collection and errors that can occur.