Difference between revisions of "Programs"
(→Introduction) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
OPC UA Programs represent long-running, often complex and stateful functions in a server or underlying system. | OPC UA Programs represent long-running, often complex and stateful functions in a server or underlying system. | ||
When comparing Methods and Programs: a Method, for example, may be used to perform a calculation or reset a counter. A Program example would be to run and control a batch process, execute a machine tool part program, or manage a domain download. Programs can represent any level of functionality within a system or process in which client control or intervention is required and progress monitoring is desired. The execution time of a Program is not bound to the lifetime of a session. | When comparing Methods and Programs: a Method, for example, may be used to perform a calculation or reset a counter. A Program example would be to run and control a batch process, execute a machine tool part program, or manage a domain download. Programs can represent any level of functionality within a system or process in which client control or intervention is required and progress monitoring is desired. The execution time of a Program is not bound to the lifetime of a session. | ||
− | <br>Note – the Programs Information Model is specified in OPC UA Part 10 | + | <br>Note – the Programs Information Model is specified in [http://www.opcfoundation.org/UA/Part10/ OPC UA Part 10]. |
− | == Program Capabilities == | + | ==Program Capabilities== |
− | === | + | ===Program Execution Model=== |
− | {{CapabilityUri|/Programs}} | + | {{CapabilityUri|/Programs#Program_Execution_Model}} |
'''Description''' | '''Description''' | ||
<br>Understand and support the Programs Information Model. This includes all Methods to invoke or control Program execution and the handling of transition events. | <br>Understand and support the Programs Information Model. This includes all Methods to invoke or control Program execution and the handling of transition events. |
Latest revision as of 12:16, 4 May 2015
Introduction
OPC UA Programs represent long-running, often complex and stateful functions in a server or underlying system.
When comparing Methods and Programs: a Method, for example, may be used to perform a calculation or reset a counter. A Program example would be to run and control a batch process, execute a machine tool part program, or manage a domain download. Programs can represent any level of functionality within a system or process in which client control or intervention is required and progress monitoring is desired. The execution time of a Program is not bound to the lifetime of a session.
Note – the Programs Information Model is specified in OPC UA Part 10.
Program Capabilities
Program Execution Model
URN: https://opcfoundation.org/wiki/index.php/Programs#Program_Execution_Model
Description
Understand and support the Programs Information Model. This includes all Methods to invoke or control Program execution and the handling of transition events.
Usage Considerations
Consistent monitoring and control of long-running activities.
Conformance Testing
Client | Server |
|