SFC Monitor
Component Palette Icon:
Description
A component to monitor SFC performance. In addition the component allows for the operator to control the chart instance through the charts instance 'id' property. The chart scoped variables are available through the scope dataset property.
Properties
Name | Description | Property Type | Scripting | Category |
---|---|---|---|---|
Border | The border surrounding this component. NOTE that the border is unaffected by rotation. | Border | .border | Common |
Instance ID | The UUID of the squential function chart to monitor. | String | .instanceId | Data |
Instance List Visible | Shows or hides the list of SFC instances on the left. | boolean | .instanceListVisible | Appearance |
Legend Visible | Shows or hides the step and transition state legend. | boolean | .legendVisible | Appearance |
Name | The name of this component. | String | .name | Common |
Scope Dataset | Dataset containing the variables in chart scope. | Dataset | .scopeDataset | Data |
Scope Table Visible | Shows or hides the chart scope inspection table. | boolean | .scopeTableVisible | Appearance |
Visible | If disabled, the component will be hidden. | boolean | .visible | Common |
Zoom | The zoom multiplier to display the chart's status at. | float | .zoom | Appearance |
Scripting
Component Functions
This component does not have scripting functions associated with it.
Extension Functions
This component does not have extension functions associated with it.
Event Handlers
Event handlers allow you to run a script based off specific triggers. See the full list of available event handlers on the Component Events page.