Skip to content

Position Receiver

Creating a PositionReceiver Device

A PositionReceiver Device is created in the same way as any other device type.

Please see the sub-chapter Creating Devices for step-by-step instructions on how to create a device, and select  from the menu of different device types. This will open the editor (explained below).

PositionReceiver Device properties

PositionReceiver Device

PositionReceiver Device editor

Status

Toggles whether the device is active.

Stage Reference

Sets the frame of reference for the incoming data.

Drivers

The is the object that decodes the data sent from the motion control system. Most of the time a driver is bespoke for a particular system.

Visit this link for more information on types of Position drivers supported by Designer.

Axes

A list of objects that control the movement of individual objects along each axis.

Expressions

A list of PositionAxisExpression objects. An AxisExpression object evaluates the data from the PositionAxis objects using an arithmetic expression and sends the result to the objects.

For example,

`((Axis A + Axis B) `@/ 2)

Filter

Minimum Threshold: Minimum change needed before updating the output value.

Number of Samples: Number of position samples to filter.

Number of Time Samples: Number of time samples to filter.

Smoothing Factor: Smooths the data- caution when using higher values as this can increase latency.

Prediction

Enabled: Used to predict tracked positions at a later time.

Bias/Prediction (ms): Compensates for time latency between received data and projector output.

For information on configuring a with a tracking source, visit this link.