Hi, I have got the rotary encoder 4mm shaft (3530) and got the sample code example for quadrature encoder. from Phidget22.Phidget import * from Phidget22.Devices.Encoder import * import time def onPositionChange(self, positionChange, timeChange, indexTriggered): print("PositionChange: " + ...