Planning a Custom Device
- Updated2025-10-27
- 1 minute(s) read
It is important to plan the major components of a custom device before writing any LabVIEW code.
| Component | Description |
|---|---|
| Channels and waveforms | The inputs and outputs of the custom device. |
| Properties | Configuration data for the custom device. |
| Hierarchy | The organization and appearance of the custom device in System Explorer. |
| Pages | The configuration pages that appear in System Explorer. |
| Device Type | The execution mode of the custom device in terms of interaction with the rest of VeriStand. |
Related Information
- Custom Device Framework
Follow the custom device framework to ensure your LabVIEW code interacts correctly with VeriStand.
- Custom Device Channels and Waveforms
A custom device uses channels and waveforms to exchange data with the rest of the VeriStand system.
- Custom Device Item Properties
Custom device item properties store and communicate state information about a custom device item, such as a section or channel.
- Custom Device Hierarchy
A logically configured hierarchical structure allows operators to efficiently use your custom device.
- Custom Device Pages
In a custom device, pages are the configuration pages that appear when you select the custom device or various sub-items of the device in System Explorer.
- Custom Device Types
The type of a custom device refers to its execution mode, which defines how the device interacts with the VeriStand Engine.
- Implementing a Custom Device
Develop a custom device to fit your requirements.