Aug 19, 2026
Encoder Communication Protocols Explained: BISS-C, SSI, ABZ & How to Interface Your Drive

Introduction

A position sensor is only as useful as the data it delivers to the controller. Two encoders with identical accuracy can perform completely differently on the same machine purely because one speaks a protocol the drive understands natively, while the other forces a costly converter, a noisy cable run, or a position loop that lags. For system integrators and machine builders, the interface decision is made before the first axis moves — and reversing it later means rewiring, re-certifying, and rescheduling.

This article maps the mainstream encoder communication protocols, anchors each with real TIMSENS time-grating interface specifications, and gives a practical framework for matching protocol to drive, PLC, and application.

Why the Interface Is a System Decision

An encoder does not sit alone. It is the source end of a feedback chain:

Encoder → cable / transmission → drive or motion controller → servo loop → motor / axis

Three properties of that chain are set by the protocol choice:

  • Absolute vs incremental data — does the controller know true position on power-up, or must it seek an index?
  • Bandwidth — how fast position updates arrive, which caps the servo-loop rate.
  • Wiring & noise immunity — differential serial links tolerate longer, noisier cable runs better than open-collector pulses.

Get the protocol wrong and you either waste accuracy (a 32-bit encoder throttled by a slow link) or add failure points (external converters, protocol gateways). Get it right and the sensor's full specification reaches the axis.

The Protocol Landscape

BISS-C (Bidirectional Synchronous Serial Interface) is an open, high-speed synchronous serial standard now widely adopted by drive and CNC makers. TIMSENS time-grating encoders support BISS-C at 0.1–5 MHz clock, paired with 320 kHz internal sampling — fast enough for tight servo loops on precision axes. Its open specification avoids vendor lock-in, which is why it is the default recommendation for new absolute designs.

SSI (Synchronous Serial Interface) is the long-established single-ended/clocked serial standard. TIMSENS supports SSI at 0.1–2 MHz. It remains common on legacy drives and PLC motion cards, and is a safe fallback when BISS-C is not available on the controller.

ABZ (incremental quadrature) is the classic pulse train — A and B channels in quadrature plus Z index. TIMSENS angle encoders output ABZ at up to 8 MHz, which serves legacy incremental interfaces and simple speed/position counting without a serial parser. Note: ABZ is incremental by nature; absolute position after power loss requires an index search unless the encoder also carries an absolute serial channel.

UART provides a simple asynchronous serial link for configuration, diagnostics, and lower-rate position reads — useful in commissioning and for non-real-time monitoring.

Proprietary / application-specific links — TIMSENS also supports Panasonic servo protocols and open/custom interfaces for bespoke drives, so OEMs with a fixed controller stack are not blocked from adopting time-grating feedback.

Real Interface Support: TIMSENS Time-Grating Families

FamilyBISS-CSSIABZUART专属/定制采样
SEF (SEF128/SEF170)0.1–5 MHz0.1–2 MHz≤8 MHzPanasonic / open320 kHz
AEFopen
UEF (UEF072)open
TEFopen
LSA / LE (LEAD16)open
GED (GED32B)open

Source: High-Precision Displacement Time Grating Sensor Product Manual (2025.04), TIMSENS + encodersensor.com product pages.

Integration Notes for Machine Builders

  • Specify absolute serial first. BISS-C / SSI carry true absolute position with multi-turn memory (up to 65,535 turns on TIMSENS angle encoders), eliminating homing routines after power-down.
  • Mind the clock budget. A 5 MHz BISS-C link with 320 kHz sampling keeps the position loop tight; confirm your drive's max BISS clock before commitment.
  • Reserve ABZ for legacy. Use ABZ (≤8 MHz) where the controller has no serial absolute input, but plan the index-search behavior on restart.
  • Long cable runs. Differential serial (BISS-C/SSI) tolerates industrial noise and distance better than open-collector pulses — prefer it for cabinet-to-axis links.