An explanation of the Panel Control for Axiom.
Panel

Provides a container for grouping controls. Controls contained in the panel will also be linked to the Asset of the panel. Copying a panel will copy all the controls within it.
Name - The name used by the application and script to reference this control.
X - Number of pixels from the left edge of the containing panel or screen.
Y - Number of pixels from the top edge of the containing panel or screen.
Width - Width of the control in pixels.
Height - Height of the control in pixels.
Asset - Clicking the Asset icon will show the available views. A view is the associated tags to an object (type of equipment or location) defined in Canary Views in the Canary Admin.
If a view was previously selected for current screen then it will not be available for the panel.
SourceTag - Clicking the trend icon launches the tag browser to select a tag for value input. Clicking the trash can will delete the reference to the tag. Assigning a tag to a panel allows the designer to set limits which can change the color of the panel.
LimitLow - The SourceTag value falling below this value will change the color to the LimitLowColor.
LimitHigh - The SourceTag value going above this value will change the color to the LimitHighColor.
Color- The normal color of the panel. Pick from the color picker or enter the hexadecimal value.
LimitLowColor - The color of the panel when the SourceTag value drops below the LimitLow value. Pick from the color picker or enter the hexadecimal value.
LimitHighColor - The color of the panel when the SourceTag value goes above the LimitHigh value. Pick from the color picker or enter the hexadecimal value.
TransparentBack... - Changes the panel background to show the underlying color. Checking this will disable the limit colors.
Visible - Unchecking this will hide the control. A script would be required to toggle the visibility during runtime.
OnClick - An event that occurs when the control is clicked. Clicking "<>" Creates a "Panel1_Click()" script stub for this control and opens the script editor to add event scripting. Clicking the trash can will delete only the reference to the script, not the script.
OnValueChange - An event that occurs when the SourceTag value changes. Clicking "<>" Creates a "Panel1_ValueChange()" script stub for this control and opens the script editor to add event scripting. Clicking the trash can will delete only the reference to the script, not the script.
Comments
0 comments
Article is closed for comments.