Skip to main content
Version: 8.1

Vision - SFC Monitor

Component Palette Icon:

Description​

A component to monitor Sequential Function Chart 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. Options are No border, Etched (Lowered), Etched (Raised), Bevel (Lowered), Bevel (Raised), Bevel (Double), and Field Border.
Note: The border is unaffected by rotation.

Changed in 8.1.21
As of 8.1.21, the "Button Border" and "Other Border" options are removed.
Border.borderCommon
Instance IDThe UUID of the sequential 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​