Skip to content

Smart Cart accessory outputs

Create a program that controls the thrust of a Smart Fan Accessory, the speed of a Smart Cart Motor, or launches a projectile from the Smart Ballistic Cart Accessory.

Smart Fan Accessory

Use the set output block to set the thrust of the Smart Fan Accessory between -100 and +100. You can either use the default number block to set the thrust or replace this block with a block from the Math group.

Use the turn on block to turn the fan on or off. Set the parameter to true to turn on the fan, or set it to false to turn off the fan. Use a block in the Logic group in place of the true/false block to create a logical expression to turn the fan on or off.

Smart Cart Motor

Use the set output block to set the power of the Smart Cart Motor between -100 and +100. You can either use the default number block to set the power or replace this block with a block from the Math group.

Use the turn on block to turn the motor on or off. Set the parameter to true to turn on the motor, or set it to false to turn off the motor. Use a block in the Logic group in place of the true/false block to create a logical expression to turn the motor on or off.

Smart Ballistic Cart Accessory

Launch the projectile from the Smart Ballistic Cart Accessory using the release projectile block.