气动#

介绍#

VEX EXP 控制器可以通过气动模块控制 CTE 气动电磁阀。这些模块使控制器能够控制气动泵并伸缩气缸。

以下是所有模块的列表:

气动缸#

气动缸组用于伸缩气动系统中指定的气动缸。

设定 [Pneumatic 1 v] [cylinder1 v] 为 [extend v]

范围

描述

设备

应该使用哪种气动电磁阀?

圆柱

指定要控制的汽缸:

  • 汽缸
  • 汽缸
  • 汽缸
  • 汽缸

状态

设置气缸位置:

  • 伸出
  • 缩回

例子

当开始
[Extend cylinder 1 at the start of the project.]
设定 [Pneumatic 1 v] [cylinder1 v] 为 [extend v]
[Retract cylinder 1 after 2 seconds.]
等待 (2) 秒
设定 [Pneumatic 1 v] [cylinder1 v] 为 [retract v]

气动泵#

设置气动泵模块用于打开或关闭指定气动系统的气动泵。

设定 [Pneumatic 1 v] 气泵为 [on v]

范围

描述

设备

应该使用哪种气动电磁阀?

状态

设置气泵状态:

  • 关闭

例子

当开始
[Turn the pneumatic pump off at the start of the project.]
设定 [Pneumatic 1 v] 气泵为 [灭 v]
[Wait 2 seconds before turning the pneumatic pump on]
等待 (2) 秒
设定 [Pneumatic 1 v] 气泵为 [on v]