Skip to main content

Dialog: Properties: Monitoring

Function: The tab contains options for the monitoring of transitions in SFC.

Call: Select a transition object, then Properties in the context menu or View → Properties command

Enable monitoring

standard icon: An implicit variable is created for the transition, which is then always given the current property value when the application calls the transition method. The value stored last in this variable is displayed in the monitoring.

Monitoring using call

standard icon: The transition to be monitored is read by directly calling the transition.

Note: When you select this option, you have to consider possible side effects. These kinds of side effects can occur if additional operations are implemented in the transition.

For more information, see: monitoring