From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

FIRST Robotics Competition Documents

cancel
Showing results for 
Search instead for 
Did you mean: 

Using the Compressor in LabVIEW

 

This snippet shows how to set up your roboRIO project to use the Pneumatic Control Module (PCM).  The PCM automatically starts and stops the compressor when specific pressures are measured in the tank. In your roboRIO program, you will need to add the following VIs.

 

For more information, check out the following links:

 

Pneumatic Control Module User’s Guide

 

http://crosstheroadelectronics.com/PCM%20User's%20Guide.pdf

Pneumatics Step-by-Step (For the roboRIO Controller)

http://team358.org/files/pneumatic/Pneumatics-StepByStep-roboRIO.pdf

 

Begin VI

Place this snippet in the Begin.vi.

 test2.png

 

Teleop VI

Place this snippet in the Teleop.vi. This portion is only required if you are using the outputs for other processes.

test3.png

Finish VI

Place this snippet in Close Refs, save data, etc. frame of the Finish.vi.

 

test4.png

 

simple test.png

ZK
Technical Support Engineer | NI | Not actually retired but I don't know how to change that
Contributors