Function isInternalEncoderPortUsable

  • Determines whether a given internal encoder port is usable for a specific product.

    Checks:

    • Circulo products: ports 1 and 2 are considered internal and checked via isEncoderPortUsable.
    • Integro products: port 1 is always usable.

    Returns

    true if the port is an internal port and usable, otherwise false.

    Parameters

    • port: number

      The encoder port number (1-based index).

    • Optional productId: null | string | number | HardwareDescription

      Optional product identifier (number, string, or HardwareDescription).

    Returns boolean

Generated using TypeDoc