Function getParameterFormattedUnitDisplay

  • Determines the formatted unit display for a parameter, considering feed constant settings.

    This function checks whether a parameter (identified by index and subindex) should have its unit transformed based on feed constant settings. If the feed constant is enabled and the parameter is not in the list of unaffected parameters, it applies formatting using getFormattedUnitDisplay. Otherwise, it returns the original unit.

    Returns

    The formatted unit display if the feed constant applies, otherwise the original unit.

    Parameters

    • index: number

      The parameter index.

    • subindex: number

      The parameter subindex.

    • unit: string

      The base unit of the parameter (e.g., "Inc").

    • siUnitVelocityValue: number

      The SI unit velocity value used for velocity or acceleration scaling.

    • Optional feedConstantEnabled: boolean

      A flag indicating whether the feed constant is enabled.

    • Optional feedConstantUnit: string

      The unit of the feed constant (e.g., "mm", "inches").

    Returns string

Generated using TypeDoc