Accelerometer Express VI
- Updated2023-02-21
- 1 minute(s) read
Requires: myRIO Toolkit or roboRIO Toolkit
Reads acceleration values along the X, Y, and Z axes of the accelerometer on the myRIO or the roboRIO.
| Dialog Box Options |
| Block Diagram Inputs |
| Block Diagram Outputs |
Dialog Box Options
| Parameter | Description |
|---|---|
| Node name | Specifies the name of this Express VI. You can also double-click the name of this Express VI on the expandable node to edit the name. |
| X-Axis | Specifies to read the acceleration value along the X axis. |
| Y-Axis | Specifies to read the acceleration value along the Y axis. |
| Z-Axis | Specifies to read the acceleration value along the Z axis. |
| Custom channel name | Specifies a custom name for the axis that you select. |
| View Code | Displays the underlying code of this Express VI. |
Block Diagram Inputs
| Parameter | Description |
|---|---|
| error in (no error) | Describes error conditions that occur before this node runs. |
Block Diagram Outputs
| Parameter | Description |
|---|---|
| X-Axis | Returns the acceleration value along the X axis. |
| Y-Axis | Returns the acceleration value along the Y axis. |
| Z-Axis | Returns the acceleration value along the Z axis. |
| error out | Contains error information. This output provides standard error out functionality. |