Class CirculoIntegratedEncoderIcmuCommands

Commands for the iC-MU encoder's CMD_MU register (address 0x75).

These command codes control various internal operations of the iC-MU encoder, such as memory writes, resets, communication settings, and maintenance counters.

Hierarchy

  • CirculoIntegratedEncoderIcmuCommands

Constructors

Properties

ABS_RESET: number = 0x03

Reset absolute position data.

CRC_CALC: number = 0x0e

Trigger CRC calculation.

CRC_VER: number = 0x0d

Verify stored CRC against calculated CRC.

EVENT_COUNT: number = 0x0b

Trigger an event counter update.

I2C_COM: number = 0x0a

Set or test I²C communication path.

MT_RESET: number = 0x05

Reset multiturn counter.

MT_VER: number = 0x06

Verify multiturn counter value.

NON_VER: number = 0x04

Start non-volatile memory verification.

RES_MTC: number = 0x10

Reset multiturn counter to zero.

SET_MTC: number = 0x0f

Set multiturn counter (manual value assignment).

SOFT_E2P_PRES: number = 0x09

Perform a software + EEPROM presence check.

SOFT_PRES: number = 0x08

Perform a software presence check.

SOFT_RESET: number = 0x07

Perform a software reset of the device.

SWITCH: number = 0x0c

Toggle or test switch functionality.

WRITE_ALL: number = 0x01

Write all configuration settings to EEPROM.

WRITE_OFF: number = 0x02

Disable EEPROM write access.

Generated using TypeDoc