Universal Robots TypeScript API - v10.12.0
    Preparing search index...

    A service for setting signal properties such as their label or preset

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    communicationChannel: CommunicationChannel
    sourceID: string

    Methods

    • returns a reply promise to the specified message

      Type Parameters

      • T

      Parameters

      • type: string

        The type of message being sent

      • Optionaldata: any

        The message data

      Returns Promise<T>

    • returns an observable that will emit any messages replied to the specified message

      Type Parameters

      • T

      Parameters

      • type: string

        The type of message being sent

      • Optionaldata: any

        The message data

      Returns Observable<T>

    • returns a reply promise for the requested message

      Type Parameters

      • T

      Parameters

      • type: string

        The type of message being sent

      • Optionaldata: any

        The message data

      Returns Promise<T>

    • returns an observable that will emit any messages replied to the requested message

      Type Parameters

      • T

      Parameters

      • type: string

        The type of message being sent

      • Optionaldata: any

        The message data

      Returns Observable<T>

    • Set the Preset Action for a given Digital-In signal

      Parameters

      • signalID: string

        ID of the signal to set the preset for

      • preset: DigitalInPreset

        the preset to set

      Returns Promise<void>

      Source contributions will be responsible for handling presets themselves

    • Update the Analog Domain for a specific signal id

      Parameters

      Returns Promise<void>

      should be handled by the individual contribution

    • Update the label for a specific signal id

      Parameters

      • signalID: string

        id for the signal being labelled

      • label: string

        the new label for the signal

      Returns Promise<void>

      Source contributions will be responsible for labels for signals directly