Hardware manual

Radio Button Group Impact Reference Guide
Datalogic Automation Inc. 4-64
Radio Button Group
The Radio Button Group control is used with the Radio Button control to provide two or more exclusive
choices on a Control Panel. When two or more radio buttons are in a group, selection is automatically lim-
ited to one of the buttons. That is, you can only set the Selected value to True; all other radio buttons in the
group automatically have the Selected value set to False.
Label Position The label’s position relative to the radio button
Unselected If True, the button is not selected.
Button Label The button’s label. Some special characters will not display in this prop-
erty. See “Special Characters” on page 4-97.
Selected If True, the button is Selected. Only one button in a group can be set to
True, all other buttons in that group are set to False.
ToolTip Text Text displayed when the cursor is held over the control in Run mode.
Transparent If True, the control’s background is transparent.
Visible If True, the button is visible.
Method Name What it does
Disable Disables the control; it cannot be used
Click Produces the same effect as clicking the control
Enable Enables the control so it can be used
Hide Makes the control invisible
Select Sets the button to the Selected state.
Show Makes the control visible
Unselect Sets the button to the Unselected state.
Event Name When it happens
Unselected When the Unselected value is set to True by anything but a user’s action.
Unselected by
User
When the Unselected value is set to True by a user’s action.
Selected When the button’s Selected value is set to True by anything but a user’s
action
Selected by User When the button’s Selected value is set to True by a user’s action
Property Name What it is