QT GUI LED Indicator
Jump to navigation
Jump to search
This block creates a basic LED indicator
Added in 3.9
Parameters
(R): Run-time adjustable
- Id
- The variable name
- Label
- dtype: string
- default: ""
- the name for the LED
- Label Position
- dtype: enum
- default: Above
- options: [Above, Below]
- State (R)
- default: False
- On Color
- dtype: enum
- default: green
- options: [silver, gray, black, white, red, green, blue, navy, yellow, orange, purple, lime, aqua, teal]
- Off Color
- dtype: enum
- default: red
- options: [silver, gray, black, white, red, green, blue, navy, yellow, orange, purple, lime, aqua, teal]
- Size
- dtype: int
- default: 40
- Cell Alignment
- dtype: enum
- default: Center
- options: [Center,Left,Right]
- Vertical Alignment
- dtype: enum
- default: Center
- options: [Center,Top,Bottom]
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