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

    Interface SignalFloatValue

    Event indicating a change in a float signal value

    interface SignalFloatValue {
        signalID: string;
        type: string;
        value: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    signalID: string

    The signal ID matches a signal definition

    type: string

    The type of signal event. For example what kind of value update is this

    value: number

    New float value