Skip to main content
Version: 7.9

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

NameDescriptionProperty TypeScriptingCategory
BorderThe border surrounding this component. NOTE that the border is unaffected by rotation.Border.borderCommon
Instance IDThe UUID of the squential function chart to monitor.String.instanceIdData
Instance List VisibleShows or hides the list of SFC instances on the left.boolean.instanceListVisibleAppearance
Legend VisibleShows or hides the step and transition state legend.boolean.legendVisibleAppearance
NameThe name of this component.String.nameCommon
Scope DatasetDataset containing the variables in chart scope.Dataset.scopeDatasetData
Scope Table VisibleShows or hides the chart scope inspection table.boolean.scopeTableVisibleAppearance
VisibleIf disabled, the component will be hidden.boolean.visibleCommon
ZoomThe zoom multiplier to display the chart's status at.float.zoomAppearance

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.

Customizers