Methods
A
method
is an action or subprogram that an event performs under certain circumstances. An event performs a method when:
- an event configured inFactoryTalk Optix Studiooccurs at runtime
- an event required by a runtime C# script occurs at runtime
- a request from an OPC UA client occurs at runtime
- a C# script runs at design time
Local methods
Local methods are used in a single project and are defined by object type and their instances.
Acknowledge all
is an example of a local method for an alarm. Objects that define methods include:
- alarms
- logged
- database
- some graphic objects
Global methods
Global methods are available in
FactoryTalk Optix Studio
regardless of the project node. Global methods include: - variable
- core
- alarm
- UI
- recipe
Provide Feedback