Class SafetyService

Service for getting information about Safety

Hierarchy

Constructors

Properties

eventTarget: EventTarget

Methods

  • Returns a list of safety IO's

    Returns Promise<Record<string, any>>

  • Get the maximum allowed tool force for the robot

    Returns Promise<number>

  • Get the payload limits for the robot

    Returns Promise<PayloadLimits>

  • returns a reply promise to the specified message

    Type Parameters

    • T

    Parameters

    • type: string

      The type of message being sent

    • Optional data: 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

    • Optional data: any

      The message data

    Returns Observable<T>

Generated using TypeDoc