Set Input Format To Quadrature

Modbus Motion Interface

Write_Word(<AxisGroupPage>_+_Motor_w,<Value>);

Description

The controller is able to follow a master signal which might be a step/dir format signal pair or an A/B quadrature signal pair. The register sets whether the controller should expect a quadrature format signal (assign value 1) or a step/dir signal (assign value 0)

Escapes

The Set Input Format To Quadrature command does not generate any escapes.

Examples

Write_Word(Axis1_+_Motor, 1);