Diagram ControllerLogbook
ControllerLogbook
The controller logbook contains all elements of a controller to be logged.
class ControllerLogbook extends NamedResource, ANotAvailableOnS7Tia
LogElement
Variable to be logged. It can be either a simple or a complex variable type.
class LogElement extends Resource, AVariable, ASubFieldSelector
Controller
A Controller is a reusable control-behaviour type - the unit that defines the commands, states, transitions, interlocks and messages for one kind of device or function. It is instantiated many times as ControllerInstances in the tree and exposes its behaviour through a public interface, a per-instance interface and a private internal interface. A project controller usually extends a library base controller and adds only its specific behaviour.
class Controller extends NamedResource, AControllerDescription, AnnotableComment, DatatypeLibraryOwner, RootVariableLibrary, RootVariableName, AOoDomainRoot, ACallingBaseElement, AResourceWithType
ComplexFieldSelector
class ComplexFieldSelector extends AFieldSelector
AMainVariable
abstract class AMainVariable extends MainVariable, AValue
Resource
The base class of any Resource in the system.
class Resource extends Resource
ArrayIndex
abstract class ArrayIndex extends ArrayIndex