Class CirculoIntegratedEncoderIcpvlCommands

Commands for the iC-PVL encoder's CMD register (address 0x11).

These command values are written to the CMD register to control the behavior of the encoder, including reset, sleep mode, and clearing status.

Hierarchy

  • CirculoIntegratedEncoderIcpvlCommands

Constructors

Properties

REBOOT: number = 0x03

Reboot the device, similar to power cycling.

RESET: number = 0x02

Perform a software reset of the device.

SCLR: number = 0x05

Clear internal status flags or errors (software clear).

SLEEP_DISABLE: number = 0x07

Disable sleep mode and resume normal operation.

SLEEP_ENABLE: number = 0x04

Enable sleep mode to reduce power consumption.

Generated using TypeDoc