Methods

  • Allows modification, refresh, and event binding of a Control Chart with the given id.

    Parameters

    • scriptId: string

    Returns ControlChartApi

  • Allows modification, refresh, and event binding of a DMS Data Chart with the given id.

    Parameters

    • scriptId: string

    Returns DMSDataChartApi

  • Allows modification, refresh, and event binding of a DMS Trend Chart with the given id.

    Parameters

    • scriptId: string

    Returns DMSTrendChartApi

  • Allows modification, refresh, and event binding of a Histogram Chart with the given id.

    Parameters

    • scriptId: string

    Returns HistogramChartApi

  • Allows modification, refresh, and event binding of an OEE Chart with the given id.

    Parameters

    • scriptId: string

    Returns OEEChartApi

  • Allows modification, refresh, and event binding of an OEE Data Chart with the given id.

    Parameters

    • scriptId: string

    Returns OEEDataChartApi

  • Allows modification, refresh, and event binding of a Pareto Chart with the given id.

    Parameters

    • scriptId: string

    Returns ParetoChartApi

  • Refreshes all retrievals on the Dashboard

    Returns Promise<void>

  • Allows modification, refresh, and event binding of a retrieval with the given id.

    Parameters

    • retrievalId: string

    Returns RetrievalApi

  • Allows modification, refresh, and event binding of a Scripted Chart with the given id.

    Parameters

    • scriptId: string

    Returns ScriptedChartApi

  • Allows modification, refresh, and event binding of an SPC Data Chart with the given id.

    Parameters

    • scriptId: string

    Returns SPCDataChartApi

  • Allows modification, refresh, and event binding of a Stats Grid with the given id.

    Parameters

    • scriptId: string

    Returns StatsGridChartApi

  • Allows modification, refresh, and event binding of a Task Data Chart with the given id.

    Parameters

    • scriptId: string

    Returns TaskDataChartApi

  • Updates the Dashboard with new values.

    Parameters

    Returns Promise<void>