20.4.2 How Position Animation Works

Setting Example: Horizontal Animation

Expression: D100
Value Range: From 0, To 100
Position Range: Start 0, End 200

[D100] = 50

Because the difference in the [Value Range]'s [From] and [To] fields is 100, the amount of movement is calculated based on the ratio between the value in address D100 and 100.

[D100] = -10

When the stored value is less than the [Value Range]'s [From] value, the object does not move from its [Start] position.

[D100] = 300

When the stored value is greater than the [Value Range]'s [To] value, the object moves only up to its [End] position.