区块#
This guide provides detailed information on how to use the Blocks in VEXcode IQ (1st gen). Here, you will learn how to read and understand each block, with comprehensive descriptions, parameters, and usage examples.
理解区块条目#
API 参考中的每个块条目都包含以下组件:
块名称和图像:这是块的名称和块的图像。
描述:对该块功能的简要说明。
Blocking/Non-Blocking: Indicates whether the block waits for completion before moving to the next block.
Parameters: Screenshots showing all the available parameters for that block with expanded drop-downs.
Returns: Describes what the block returns, if applicable.
示例:提供一个图像,演示如何在 VEXcode 中使用该块。
块条目示例#
Drive#
The Drive block is used to move the Drivetrain in the specified direction forever, until a new drivetrain command is used, or the project is stopped.
This is a non-waiting block and allows any subsequent blocks to execute without delay.
驱动 [向前 v]
Select which direction for the drivetrain to move in.

In this example, the robot will drive forward for 2 seconds, then stop.
当开始
驱动 [向前 v]
等待 (2) 秒
驱动停止
Blocks in Subsections#
Some blocks are found in specific subsections that pertain to their particular sensor or functionality. For example, blocks related to timers, sensors, or motors will be grouped accordingly. Refer to these subsections for detailed information on those blocks.