Function isProductOfTypeSmm

  • Determines whether a given product is a Safe Motion Module (SMM) type based on its product ID.

    Returns

    true if the product is identified as an SMM type; otherwise, false.

    Remarks

    The identification logic follows these hardware rules:

    • Circulo 7 / Circulo 9: IDs in the range [8600, 8699] are always SMM.
    • ACTILINK-JD: IDs in the range [6400, 6599] are SMM only if the ID is odd.
    • All other IDs (or unresolved values) are considered non-SMM.

    Parameters

    Returns boolean

Generated using TypeDoc