QT GUI Dial Gauge
Jump to navigation
Jump to search
This block creates a dial-style gauge. The value can be set either with a variable or an input message.
Added in 3.9
Parameters
(R): Run-time adjustable
- Label
- the name for the gauge
- Label Position
- options: [Above, Below]
- Type
- options: [Float, Integer]
- Value (R)
- default: 0
- Minimum
- default: 0
- Maximum
- default: 100
- Show Value
- default: False
- Control Size (px)
- default: 100
- Filled Bar Color
- options: [silver, gray, black, white, red, green, blue, navy, yellow, orange, purple, lime, aqua, teal]
- Empty Bar Color
- options: see above
- Font Color
- options: see above
See GUI Hint for how to position the GUI within a window.
Example Flowgraph
This flowgraph can be found at [1]
Example Output
Source Files
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- TODO