NodeOPCUA API Documentation
    Preparing search index...

    Interface UAProgramStateMachine_Base

    namespace http://opcfoundation.org/UA/
    nodeClass ObjectType
    typedDefinition ProgramStateMachineType i=2391
    isAbstract false

    Hierarchy (View Summary)

    Index

    Properties

    autoDelete: UAProperty<boolean, Boolean>
    availableStates?: UABaseDataVariable<NodeId[], NodeId>
    availableTransitions?: UABaseDataVariable<NodeId[], NodeId>
    creatable: UAProperty<boolean, Boolean>
    deletable: UAProperty<boolean, Boolean>
    finalResultData?: UAObject<UAObjectEvents>
    halted: UAState
    haltedToReady: UATransition
    instanceCount: UAProperty<number, UInt32>
    maxInstanceCount: UAProperty<number, UInt32>
    maxRecycleCount: UAProperty<number, UInt32>
    ready: UAState
    readyToHalted: UATransition
    readyToRunning: UATransition
    recycleCount: UAProperty<number, Int32>
    running: UAState
    runningToHalted: UATransition
    runningToReady: UATransition
    runningToSuspended: UATransition
    suspended: UAState
    suspendedToHalted: UATransition
    suspendedToReady: UATransition
    suspendedToRunning: UATransition