Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Basic » Common » CopyObject

CopyObject


Module: FoundationLite

Creates a copy of the input data.

Applications

Use this filter to create a source of data, e.g. that needs to be send to HMI or used in several places of a macrofilter.
Name Type Description
Input value inObject <T> Object to be copied
Output value outObject <T> Copy of the object

The type of this filter is defined using the type variable T which represents any valid type. Read more.

Hints

  • Use this filter to create a source of data for an HMI control.
  • Use this filter to create a source of data that has to be used in several places of one macrofilter.
  • Also consider creating a global parameter or an additional input of the current macrofilter.

Complexity Level

This filter is available on Basic Complexity Level.