. |
Sinusoidal Commutation Overview The overwhelming motivation for sinusoidal commutation is to produce motion which is smooth and lacks the “cogging” associated with traditional “six-step” (or trapezoidal) commutation. These effects are particularly pronounced at low speed. This section provides an overview of concepts for external sinusoidal commutation, as well as a primer in the use of this feature with the an MEI motion controller. It is intended as both a high-level reference to introduce the concepts, and as an MPI reference in the use of sinusoidal commutation. Each XMP “Axis” (actually a Motor object) has a primary DAC channel and an auxiliary DAC channel. These outputs are used to provide ‘A’ and ‘B’ phase sinusoidal signals that are phase-shifted by 120 degrees. (MEI also supports other phase angles.) The third commutation signal is generated internally within the servo amplifier by balance loops in the power stage. Thus, an “8-axis” card can drive up to 8 axes of sinusoidally commutated motion. NOTE: An 8-axis controller with an expansion card can drive up to 16 axes of sinusoidal commutation. The firmware also supports mixed commutated and non-commutated motion on the same controller card.
Motors rotate due to the torque produced by two interacting magnetic fields. The resultant torque is proportional to the magnitudes of the rotor and stator fields, multiplied by the sine of the angle between the two vectors. Consequently, maximum torque is produced when the stator and rotor angles are at 90 degrees.
Operations A better understanding of commutation can be gained by reviewing the four reference frames used by the XMP. Software links that tie these together are described in detail in Software Considerations and Setting Actual/Command Positions & Origin. Open-loop Control For open-loop operation, the Command Position provides the link that updates the Commutation Table Position and consequently moves the motor. In this case, the stage or motor is pulled into alignment with the magnetic stator position as determined by the Commutation Table Pointer (also called the Commutation Pointer). The magnitude of the current flowing through the motor is constant and set by a fixed (open-loop) output level. Only changes in Command Position which are issued from the trajectory calculator will update the Commutation Pointer. Consequently, command position and actual position can be changed by the user without affecting commutation.
In closed-loop control, the Commutation Table Position is updated from the Feedback Position. Thus, in each sample period, the change in motor-commutated “position” is based on the change in encoder reading from the previous sample.
The magnitude of the current is determined by the product of the error signal (i.e., Command Position – Actual Position) multiplied by the PID coefficients. The sign of the resulting signal determines the direction that the motor will travel. Here, a negative value will result in the application of 90 degrees of phase lead in the negative direction. Conversely, a positive signal will have an additional 90 degrees of phase lead in the positive direction with respect to the current Commutation (and Actual) Position.
Changing Between Open and Closed-loop Control The XMP default configuration is for a standard (non-commutated) axis. Configuring the commutation structure enables sinusoidal commutation. Software functions for switching between open and closed-loop control are described in Data Structures & Parameter Definitions. During the software configuration of the board, the specific commutation parameters of the system are defined, and the control mode is set for open-loop. Upon enabling the drive, the system will not move to the commanded position. Instead, the system will settle within one electrical cycle from its original rest location. If the (open-loop) DAC level is sufficient to move the motor, all subsequent moves (without slippage) will be based on changes to the Commanded Position. The Command Position can be reset (to the actual position) without incurring motion, since the updating of the commutation pointer occurs only from trajectory calculator updates to the command position. Alternatively, the Actual Position can be reset to the Command Position so that a negligible error signal will be generated. Closed-loop control can then be invoked without causing the motor to jump. Additional information for resetting the ORIGIN is described in Setting Actual/Command Positions & Origin, and a sample program is provided in the ScOpen.c sample application. Successful motor commutation requires initialization wherein the armature’s Field Vector is determined from either the feedback system or hall sensors. With incremental encoders, the location of the Field Vector is unknown at power-up. Consequently, the Field Vector location must be determined relative to a reference position. The feedback system and motion controller then track the Field Vector position for all subsequent moves. During these moves, the MEI motion controller calculates the 90 degree (stator) current phase advance required for closed-loop operation, while the magnitude of the current vector (or Stator Vector) is determined by the error signal and PID algorithm, as mentioned previously. Three techniques are described in this section for initial armature phase finding (stepper, dither, and hall). Prior to running the phase-finding software, the exact number of encoder counts per electrical cycle must be known. HINT: Look for the number of encoder counts per revolution and the number of electrical cycles, or pole-pairs, per revolution, on the encoder and motor specification sheets, respectively. The “Stepper Technique” consists of setting the stator magnetic vector and drawing the armature Field Vector into alignment with the Stator Vector (see figure below). The process of energizing the stator winding results in movement of the armature (or “forcer” for a linear motor) to the nearest magnetic pole. To avoid incorrect phase finding at a null position of 180 electrical degrees between the stator and field vector (a zero torque condition), the technique implements a small (open-loop) move. The “Dither Technique” can be used in situations where drawing the motor to a Stator Pole will cause excessive initial movement of the load. An example of this might be initializing near a limit switch or hard stop. The dither method is typically used only in situations where limitations on transceiver I/O prevent the use of the Hall Technique. Note that the dither scheme requires more knowledge of the response of the system than the Stepper Technique. The Dither Technique locates the armature position by setting a known Stator Vector orientation, and then waits several milliseconds to observe the initial direction of the armature acceleration. Based on the initial acceleration, the angular extent of the region containing the armature vector can be continually reduced by repeating this process of successive approximation. Once again, the goal is to have small position change during the sequence of dithering. This may require initial testing for optimum open-loop voltage and a time period for acceleration averaging. NOTE: The Dither Technique should NOT be used with systems subjected to external forces (i.e.,
gravitation force on vertical axes, large cable carrier forces, etc.), because stator-induced Initialization of sinusoidal commutation using hall sensors has several advantages
over the previous techniques. First, the motor can be ‘phase-found’ with zero initial
movement. This avoids problems associated with uncontrolled movement into hard
stops and inducing oscillations in the mechanical system. Another important feature
of hall initialization is that its implementation can proceed in the presence of external
forces, such as a gravitationally loaded vertical axis. The disadvantage of hall initialization
is that it uses three channels of transceiver I/O for each motor.
The six possible states of three hall sensors allow resolution of the armature position
to within ± 30 electrical degrees. This is sufficiently accurate to close the PID The hall commutation position may also be updated by the user at an index, home or limit switch, etc. The ScHall.c sample application shows how to initialize off the halls and update the commutation position at the first hall transition. Summary of Initialization Techniques Stepper Dither Hall IMPORTANT: Before setting phase-finding, open-loop current parameters, verify that there is a safe continuous current levels for your motor/drive combination. It is good practice to monitor the motor current or install protective fuses during this initial development period to prevent motor damage. Encoder and Motor Phase Sense Step 1: Encoder Phase Sense Before attempting closed-loop operation with a system, you should verify that the system has the correct encoder and motor phase direction sense. The recommended approach is to first verify the encoder direction sense. This can be accomplished on most systems by manually moving the stage or motor. If moving the stage in a positive direction sense results in decrementing the encoder counter, then the encoder direction sense is reversed. The phase sense of the encoder can then be changed either by swapping A and B encoder leads or by the MPI software described in the Phase Sense section. Step 2: Motor Phase Sense The internal configuration of the amplifier and the wiring between the amplifier and motor will determine the resulting output phasing (i.e., whether the T phase leads the R phase, or the S phase leads the R phase). It is best to command a small open-loop move and see if the commanded move in the positive direction sense results in a positive or negative change in actual position. If the observed move direction sense is reversed, the phasing can be changed by swapping amplifier-to-motor S and T phase leads. Alternatively, this output phase sense can be changed in the controller by using the software functions described in the Phase Sense section.
Two-phase / Four-phase Brushless Motor Operation The MEI motion controller can also be used to control two-phase or four-phase brushless servo motors. The only difference, from the perspective of the controller, is that the phase separation between the A and B phase is 90 degrees rather than 120 degrees. This is easily changed by a single line in software (see parameter PhaseDelta), or within Motion Console’s Motor Object: SinCom tab. In general, the XMP can control any poly-phase motor/drive combination requiring two sinusoidal analog inputs. Contact MEI for more information. Hardware Considerations Select Your Amplifier Carefully MEI recommends that you carefully select the amplifier to be used for sinusoidal commutation applications. Linear amplifiers are attractive for their high precision, absence of zero-crossing current ripple, and low noise characteristics. PWM drives are generally favorable from a cost, package volume, efficiency, and waste/heat perspective. At MEI, the top five amplifier-related problems that our customers have when developing a sinusoidal commutation application are:
Wiring for Sinusoidal Commutation Each STC block has DAC pinouts for two “axes” and includes the “B phase” Auxiliary DAC channels. Both Command (“A phase”) and Auxiliary DACs (“B phase”) are pseudo-differential (with a clean reference) and switch to ground during power-up, power-down, and during faults. Example for STC – 0, Axis 0:
Motor and Encoder Information Before programming the XMP, you must know the resolution of the encoder (counts per revolution) and the number of pole-pairs per revolution (i.e., electrical cycles per revolution) of the rotary motor. Alternatively, if a linear motor is used, you only need to know the number of encoder counts per electrical cycle (i.e., the resolution of the encoder) and the length of one complete electrical cycle. Motor and Amplifier Protection MEI recommends limiting motor current during initial testing and development with sinusoidal commutation. To protect the motor, verify the safe, continuous current level established by the manufacturer. Next, using the amplifier gain (in torque mode, the output current to input voltage value), calculate the maximum safe input voltage to the amplifier. The XMP voltage output limits are defined in the OutputLevel parameter. Note that two DAC output level controls are used by the MEI motion controller. OutputLevel (associated with the Motor object commutation structure) controls the constant DAC output used in open-loop control, and OutputLimit (associated with the Filter object PID coefficient structure) places an upper limit on the DAC level for closed-loop control. To protect your motor and amplifier during initial development with sinusoidal commutation, you should set both of these values (OutputLevel, OutputLimit) to a safe continuous current level.
XMP Max Safe Output Limit (DAC units) This section supplements the MPI Software section and assumes that you are already familiar with programming the XMP. The section first presents the sequence of operations for initializing sinusoidal commutation. It then defines the commutation specific parameters, and concludes with code examples. Programming Sequence for Initializing Commutation (Stepper Mode) The sequence for initializing XMP commutation is listed below. Descriptions of commutation
For dithering initialization, Step 4 would be replaced by the Dither Technique. Following Step 7, the usual program sequence would be to find HOME (or an INDEX) and then set the ORIGIN. NOTE: When transitioning from open to closed-loop mode, initial PID estimates are required, which provide a stable system. MEI recommends that “pre-tuning” values for PID use Ki = 0.0 and low values for Kp, with Kd ~ 4 x Kp. Should the gains be too high, the resulting unstable system may behave in a similar fashion to a system with incorrect phasing. Data Structures and Parameter Definitions The commutation structures are defined in header file xmp.h. Structure: MEIXmpCommMode CLOSED_LOOP Structure: MEIXmpCommutationBlock Length (long) Alternatively, with a linear motor, Length will be the number of encoder counts traversed in moving through one electrical cycle length (refer to manufacturer’s data sheet for electrical cycle length). Scale (float) *ClosedLoopPointer (long) *OpenLoopPointer (long) *SinLookup (float) OutputLevel (float) Offset (long) PhaseDelta (long) Theta (long) OldPosition (long) Encoder Phase Sense Encoder phase sense can be altered in software when motion in a positive direction DAC Output Phase Sense Once the encoder phase sense has been set, you will need to verify that you also have the correct DAC phase sense. This can be checked by commanding a small open-loop move. If the resulting direction of the motor is opposite to that expected, you will need to change the DAC output phase sense. This can be implemented by swapping the “A” and “B” DAC wiring to the drive, changing the drive to motor wiring, or via reassigning the motor DACs in software as shown in the ScStep.c sample application using mpiMotorDacGet and mpiMotorDacSet calls. WARNING! Setting Actual/Command Positions and Origin The Command and Actual Positions for an Axis are generally used for position error calculations for servo control. New Actual Positions are read from the feedback device(s) and new Command Positions are calculated each sample period. An Origin variable (which can be set by the host) is used to determine the relationship between Command and Actual Positions for an Axis, and physical positions on the machine. This Origin can be set in 2 ways, depending on the desired result:
Modification of only Command Position can be accomplished by calling mpiAxisCommandPositionSet(...) with a NULL Actual Position pointer (mpiAxisPosition- Set(axis,NULL,&newpos)). This will set the Command Position to the value specified by newpos without affecting the Actual Position or Origin. Warnings & Caveats
Example Programs This section provides sample programs and subroutines used to configure the motion controller for sinusoidal commutation and operation in open and closed-loop modes. A significant part of this process is “phase finding” the motor’s magnetic position though the use of the feedback system (see Phase Finding: Initialization). The open-loop program, ScStep.c, presents a single-axis configuration that is “phase found” under open-loop control along with a “Stepper” type initialization move. The axis remains in open-loop mode after initialization. The closed-loop program, ScStep.c demonstrates changing the commutation mode for closed-loop control. It is intended to be run following the open-loop program. This program also contains a subroutine which resets the origin (see Setting Actual/Command Positions & Origin). The open-loop program, ScOpen.c, transitions the control mode from closed-loop to open-loop. Remeber, a safe open-loop DAC level must be set within the program. The program, ScDither.c, phase-finds a single axis using the open-loop “dithering” method. Tthe program leaves the axis in closed-loop mode and resets the origin. The initialization program, ScHall.c, phase-finds a single axis using the initial reading of the hall sensors. The commutation is then updated at the first hall transition. Stepper Phase Finding Program (open-loop)—ScStep.c The ScStep.c sample application sets up the commutation parameters for a single-axis system using the motor described in Data Structures & Parameter Definitions (see Scale parameter). A small open-loop move is implemented at the end of the program to verify that the motor is not situated in a null position with the magnetic field vector and stator vector is aligned by 180 electrical degrees. This small move constitutes a simple form of “Stepper” phase-finding. Note that the sample program shows methods for reversing encoder and DAC phasing. See ScStep.c sample application. Open-loop to closed-loop Program—ScClose.c This program assumes that the open-loop “phase-finding” process is complete. It then transitions the control mode into closed-loop and sets the origin. Note that the actual and command positions are set to zero. This prevents the motor from jumping to a new position after closing the PID loop. See ScClose.c sample application. Dithering Phase-Finding Program—ScDither.c This program “phase-finds” the motor Field vector by successive “dithering” of the Stator vector. Typically, this method can be used in situations where the “Stepper” phase-finding technique results in too much initial motion of the system. An example of this would be initializing a stage near a hard stop or limit switch. Note that the dithering technique requires tuning the time delay and DAC level to your system. Also note that this routine will leave the commutation Mode in a Closed_Loop state. See ScDither.c sample application. Hall Phase-Finding Program—ScHall.c The ScHall.c program initializes commutation from the motor hall sensors. The sample code uses three transceiver I/O bits to provide the hall state. A closed-loop move is implemented beyond the first hall transition. Position capture is used at the transition to update the commutation table entry point based on the exact position of the hall. NOTE: An index or home switch may also be used for the position capture. See ScHall.c sample application.
|
| | Copyright © 2001-2021 Motion Engineering |