TiMotor.FanSequence

TiMotor

Used to specify the position of the fan blades in the animation sequence.

property FanSequence: Integer;

Description

Use the FanSequence to specify the positon of the fan blades in the animation sequence. This property is automatically incremented for you when the FanOn property is set to TRUE.

Note: valid values are 0, 1, or 2.

MotorSequence.gif

Note: Red Fan Blade is Blade #1, Yello Fan Blade is Blade #2, and Blue Fan Blade is Blade #3

Tip: We recommend that you use the IncrementFanSequence method to increment this property if you are using an external timer source to drive the animation sequence.

Example

Visual Basic

iComponent.FanSequence := 0;

Visual C++

iComponent->FanSequence = 0;

Contents | Index | Previous | Next