气动元件#
“气动系统”类别介绍了如何在 VEX V5 中使用气动系统。使用气动系统有两种方法:
三线数字输出(首选方法)– 使用 VEX V5 气动套件的 3 线数字输出端口控制气动电磁阀。
CTE Pneumatics – Control CTE pneumatic cylinders and solenoids.
using namespace cte;must be included at the beginning of your project for this to work.
“气动系统”类别介绍了如何在 VEX V5 中使用气动系统。使用气动系统有两种方法:
三线数字输出(首选方法)– 使用 VEX V5 气动套件的 3 线数字输出端口控制气动电磁阀。
CTE Pneumatics – Control CTE pneumatic cylinders and solenoids.using namespace cte; must be included at the beginning of your project for this to work.