diff --git a/docs/motorRecord.html b/docs/motorRecord.html index 4e9255ce..763c15ca 100644 --- a/docs/motorRecord.html +++ b/docs/motorRecord.html @@ -2875,11 +2875,18 @@

Servo fields

R/W Enable control RECCHOICE - (0:"Disable", 1:"Enable")  Enable/Disable closed-loop position control.  - This field is active only if the GAIN_SUPPORT bit in the MSTA is true.  - This field is set by both the user and device support.  CNEN is set to Disable - by device support when it detects a motion controller error; e.g. maximum - following error exceeded. + This field is active only if the GAIN_SUPPORT bit in the MSTA is true. + The function of this field is depending on the motion controller. + This field is set by both the user and device support. +
  • + Some (older?) controllers can switch between open- and closed-loop. (0: open loop, 1: closed loop) +
  • +
  • + Some controllers use this field to enable torque control +
  • +
  • + Most modern controllers use this field to enable/disable the motor (amplifier/driver) +
  • PCOF