|
Release Note
MPI Library Version 03.04.07
Release Type |
MPI Version |
Release Date |
Patch Release |
03.04.07 |
4Jun2007 |
Patch Release |
03.04.06 |
26Apr2007 |
Patch Release |
03.04.05 |
29Feb2007 |
Patch Release |
03.04.04 |
01Feb2007 |
Patch Release |
03.04.03 |
08Jan2007 |
Patch Release |
03.04.02 |
22Nov2006 |
Patch Release |
03.04.01 |
27Oct2006 |
Production Release |
03.04.00 |
16Aug2006 |
New Features
Version 03.04.06
| |
Yaskawa Encoder Counts Per Revolution |
| |
|
Reference Number: MPI 2095 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.06 |
| |
|
Description:
New Yaskawa drive-specific methods were added to read the encoder counts per revolution for feedback devices that support this feature.
These drive-specific methods will be replaced in a future release with a general purpose interface to read the feedback counts per revolution. |
| |
|
How do I use this feature?
The following methods can now be used to read the encoder counts per revolution for the Yaskawa drives/motors. If a drive/motor does not support the encoder counts per revolution, it will return a value of zero for the counts per revolution.
sgdsEncoderCountsPerRev(MPIControl control,
long nodeNumber,
long *countsPerRev);
sgdsBsEncoderCountsPerRev(MPIControl control,
long nodeNumber,
long driveIndex,
long *countsPerRev);
sgdzMdEncoderCountsPerRev(MPIControl control,
long nodeNumber,
long driveIndex,
long *countsPerRev);
control - a handle to a control object.
nodeNumber - index to the SqNode.
driveIndex - index to the drive interface, relative to the SqNode.
*countsPerRev - a pointer to the number of counts per motor revolution.
A value of zero indicates the counts per revolution are unknown. |
| |
Support for AMC DPQ series drives |
| |
|
Reference Number: MPI 2046 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.06 |
| |
|
Description:
The new AMC-DPQ series drives are now supported. The following drives are now supported.
- DPQNNIE
- DPQNNIR
- DPQNNIA
- DPQNNIS |
| |
|
How do I use this feature?
Contact Advanced Motion Controls for more information. (www.a-m-c.com)
|
Version 03.04.05
| |
Addition of Axis Current Limit Fault to Kollmorgen SqDC drive |
| |
|
Reference Number: MPI 2084 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.05 |
| |
|
Description:
The Kollmorgen SqDC drive will generate a Axis Current Limit Fault when the axis current exceeds the programmed current limit value. |
| |
|
How do I use this feature?
Support has been added to the MPI for the Axis Current Fault.
|
| |
Addition of mpiMotorPositionFeedBackOffsetGet/Set methods |
| |
|
Reference Number: MPI 2078 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.05 |
| |
|
Description:
The mpiMotorPositionFeedbackOffsetSet(...) and mpiMotorPositionFeedbackOffsetGet(...) methods were added to the MPI to allow user applications the ability to store and read back an absolute position offset value. This value will be stored in the EEPROM on the motor itself. This feature will be supported through the drive interface on selected drives only. These methods can directly access storage on the EEPROM, allowing a position offset to be stored from session to session. In conjunction with mpiAxisOriginSet(...), this feature replicates the ability of certain drives to reset the zero position on absolute encoders.
|
| |
|
How do I use this feature?
This feature can only be used with a Kollmorgan S200 drive and an EnDat 2.1-capable motor. The S200 must have AuxFB set to "EnDat 2.1" in order for this feature to work correctly.
|
Version 03.04.04
| |
Controller I/O now supported on ZMP-SynqNet Controllers (T115-0001; T127-0001) |
| |
|
Reference Number: MPI 2038 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.04 |
| |
|
Description:
Previous MPI versions would not support local controller I/O for ZMP models T115-0001 and T127-0001. Support has now been added to the MPI for the T115-0001 and T127-0001.
|
| |
|
How do I use this feature?
The MPI uses the model numbers to decode the local controller digital I/O bit availability. The local controller I/O can be identified via meiControlInfo(...) and accessed with mpiControlDigitalIn(...), mpiControlDigitalOutGet(...), or mpiControlDigitalOutSet(...).
|
Version 03.04.03
| |
Support for Yaskawa SGDZ-BS61/62/63 Drives |
| |
|
Reference Number: MPI 2003 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.03 |
| |
|
Description:
Support has been added to the MPI for the following Yaskawa SGDZ-BS Series Drives:
SGDZ-BS61, SGDZ-BS62, SGDZ-BS63.
|
| |
|
How do I use this feature?
For more information, please contact Yaskwawa (www.yaskawa.com).
|
Version 03.04.02
| |
Drive Firmware download support for the Kollmorgen CD drive DSP Rev-G |
| |
|
Reference Number: MPI 2010 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.02 |
| |
|
Description:
The Kollmorgen CD drive with DSP rev G has a new drive firmware download sequence. To support the DSP rev G, the drive firmware download method was modified and a new kollmorgen_ember.a00 file was updated. The support for the drive firmware download feature on the DSP rev G is not backwards compatible with older MPI versions.
|
| |
|
How do I use this feature?
For more information, please see the Kollmorgen CD drive.
|
Version 03.04.01
| |
Support of SqDC Warning Codes/Messages |
| |
|
Reference Number: MPI 1937 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.01 |
| |
|
Description:
The Kollmorgen SqDC and SqStep drives now support warning codes/messages. Support has also been added for the SqDC2 model.
|
| |
|
How do I use this feature?
For more information, please see the Kollmorgen SqDC and SqStep drives.
|
| |
Sanyo Denki Q-Series and R-Series SynqNet Drives |
| |
|
Reference Number: MPI 1935 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.01 |
| |
|
Description:
The Sanyo Denki R-Series is now supported. The Q-Series support has been expanded to include service channel, drive faults/warnings, drive parameters, etc. In previous MPI versions, the Q-Series support was minimal. If you have a Q-Series drive and upgrade the MPI, please contact Sanyo Denki (www.sanyodenki.com) for the latest drive firmware.
|
| |
|
How do I use this feature?
For more information, please contact Sanyo Denki (www.sanyodenki.com).
See also, Sanyo Denki Q-Series and R-Series drives.
|
Version 03.04.00
| |
New Functions for Actual and Command Position Data |
| |
|
Reference Number: MPI 1896 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
New functions were added to get the lower 32 bits of actual and command position data.
mpiAxisActualPositionGet32(...)
mpiAxisCommandPositionGet32(...)
If only the lower 32 bits of position data need to be read, it's faster to use these new functions instead of using the standard -Get position functions.
|
| |
|
How do I use this feature?
For descriptions and sample code, see the links to the function pages above.
|
| |
Glentek Omega Drive Update Rate Options |
| |
|
Reference Number: MPI 1895 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
The following drive update rate options are now available on the Glentek Omega Drive. EEPROM option numbers 4-7 were added.
EEPROM |
Interpolator |
Flash Download |
Update Rate (kHz) |
0 |
No |
No |
24 |
1 |
Yes |
No |
24 |
2 |
No |
Yes |
24 |
3 |
Yes |
Yes |
24 |
4 |
No |
Yes |
16 |
5 |
Yes |
Yes |
16 |
6 |
No |
Yes |
12 |
7 |
Yes |
Yes |
12 |
|
| |
|
How do I use this feature?
See the Glentek Omega Drive. To determine the update rate or period for the drive, use MEISynqNetTiming.node[].updateFreq or MEISynqNetTiming.node[].updatePeriod.
|
| |
Support for Kollmorgen SqDC Drive |
| |
|
Reference Number: MPI 1874 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
Support was added to the MPI for the Kollmorgen SqDC drive.
|
| |
|
How do I use this feature?
See Kollmorgen SqDC Drive for more details.
|
| |
New SynqNet HotReplace Feature |
| |
|
Reference Number: MPI 1820 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
In a ring topology, SynqNet allows the remaining nodes to operate if one or more nodes fail. Previously, the only way to restore normal operation for all nodes was to reinitialize the entire network, which would disrupt any operating node. In cases of modular machines, it may be necessary to service one or more nodes while the other nodes are actively controling motion and I/O. The new SynqNet HotReplace feature allows one or more nodes to be shut down, serviced, and then brought back to normal operation without affecting the operation of other nodes.
|
| |
|
How do I use this feature?
See SynqNet HotReplace for more details.
|
| |
New Flash Origin Methods |
| |
|
Reference Number: MPI 1809 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
New methods were added to read and write the axis origin to/from the controller's flash memory. This feature is useful for applications that use ABS encoders. However, you cannot save the ABS encoder offset to the drive's flash memory.
|
| |
|
How do I use this feature?
To write the origin to the controller's flash memory, use mpiAxisFlashOriginSet(...).
To read the origin from the controller's flash memory, use mpiAxisFlashOriginGet(...).
NOTE:
These methods do not access the origin value of the axis in the controller's dynamic memory.
|
| |
Support for Node I/O Fault bits on SQID Nodes |
| |
|
Reference Number: MPI 1807 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
The FPGA that is used with SQID nodes, C0FE0030_xxxx.sff, has been extended to detect errors communicating with any of the I/O modules (e.g. DIN32DOU32). The MPI has been extended to report these new error conditions.
|
| |
|
How do I use this feature?
See the I/O Faults section. See MEISqNodeStatusIoFaults and MEISqNodeStatus.
|
| |
Addition of Configurable Demand Modes |
| |
|
Reference Number: MPI 1796 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
Configurable Demand Modes have been added to the MPI. The new feature should be used when it is appropriate for a drive to change its demand mode. Currently, only the S300, S600, and S1800 drives support multiple demand modes. Check with the drive manufacturer for possible settings. Nodes that do not support a drive interface (ex: RMB-SynqNet) should use ANALOG or use ANALOG_DUAL_DAC for nodes with two DAC's per axis.
|
| |
|
How do I use this feature?
See MEIMotorDemandMode and MEIMotorConfig. A drive will default to an appropriate demand mode. Use mpiMotorConfigGet/Set(...) to change the demand mode. See SynqNet Demand Modes.
|
| |
64-bit Position |
| |
|
Reference Number: MPI 1795 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
The controller's command and actual position registers have been expanded to 64 bit. The MPI uses doubles for command and actual positions, which are limited to 1.7E+/-308 (at least 15 digits precision).
|
| |
|
How do I use this feature?
See the "Position Resolution Extended" section of the Important Things to Know page.
|
| |
Support for Kollmorgen S1800 Drive |
| |
|
Reference Number: MPI 1794 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
Support was added to the MPI for the Kollmorgen S1800 drive.
|
| |
|
How do I use this feature?
See Kollmorgen S1800 Drive for more details.
|
| |
Maximum Number of Controllers |
| |
|
Reference Number: MPI 1788 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
The maximum number of controllers supported using a particular OS is now available from a macro, MEIPlatformControlCountMax, in platform.h.
|
| |
|
How do I use this feature?
This macro should only be used to determine the maximum number of controllers supported on a single system. See MEIPlatformControlCountMax.
|
| |
Support for Yaskawa SGDS75A Drive |
| |
|
Reference Number: MPI 1780 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
Support was added to the MPI for the Yaskawa SGDS75A drive.
|
| |
|
How do I use this feature?
See Yaskawa SGDS Drive for more details.
|
| |
Source for Axis and Motion Supervisor States |
| |
|
Reference Number: MPI 1777 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
It is now possible to determine whether a non-idle axis and motion supervisor state was caused by an application on the host computer or by a controller action. It is useful to know whether a non-IDLE state was caused by a controller event or a user action. If the action source was the controller, the controller may be queried to find out what event caused the error state. In a multi-threaded or multi-process environment, it can also be useful to know if a another thread or process commanded an action that placed the motion supervisor or axis into a non-idle state.
|
| |
|
How do I use this feature?
The action source can be obtained by calling mpiMotionStatus(...) or mpiAxisStatus(...) and then reading the MPIStatus.actionSource value. Use the enumeration, MPIActionSource, to decode the value.
|
| |
Volatile Buffer in Controller's External Memory |
| |
|
Reference Number: MPI 1739 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
The XmpBufferData.VolatileBuffer was added to the controller's external memory. This volatile memory buffer is initialized to zero after a controller reset or power-up cycle.
|
| |
|
How do I use this feature?
The volatile memory buffer can be useful for setting application flags, which can denote that certain operations have taken place. For example, once an axis has been successfully homed, a flag can be set in the volatile buffer. However, after a controller reset, the flag will be reset to zero, indicating that the axis is no longer homed.
|
| |
Addition of Drive Monitor to the MPI |
| |
|
Reference Number: MPI 1702 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
The meiSqNodeDriveMonitorInfo(...) method was added to the MPI for retrieving drive monitor information. This method retrieves the number of supported drive monitors, the firmware locations of the monitors, a mask and shift value for retrieving the monitors, and a list of possible monitor configurations.
|
| |
|
How do I use this feature?
This feature should be used when configuring drive monitors. The sqDriveMonitor utility contains an example of how to read and display the monitor information.
|
| |
Addition of compatibility check between client/server |
| |
|
Reference Number: MPI 1684 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
The compatibility of a client object to a server is now verified by meiClientValidate(...). Compatibility is based on MPI_INTERFACE_VERSION and the equality of members of the MEIRemoteMethod enumeration.
|
| |
|
How do I use this feature?
The compatibility check feature is automatically invoked when the client object is validated.
|
| |
Support for Kollmorgen S600 Drive |
| |
|
Reference Number: MPI 1592 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
Support was added to the MPI for the Kollmorgen S600 drive.
|
| |
|
How do I use this feature?
See Kollmorgen S600 Drive for more details.
|
| |
Support for Kollmorgen S300 Drive |
| |
|
Reference Number: MPI 1591 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
Support was added to the MPI for the Kollmorgen S300 drive.
|
| |
|
How do I use this feature?
See Kollmorgen S300 Drive for more details.
|
| |
Axis Frame Buffer Status |
| |
|
Reference Number: MPI 1254 |
| |
|
Type: New Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
A new function has been added to the MPI which can be used to determine the size of the controller's frame buffer and how many frames are currently in the frame buffer for a particular axis.
|
| |
|
How do I use this feature?
See meiAxisFrameBufferStatus(...) for sample code and implementation details.
|
General Changes
Version 03.04.07
| |
mpiMotionConfigSet(...) decel stop/E-stop range |
| |
|
Reference Number: MPI 2152 |
| |
|
Type: Change Feature |
| |
|
MPI Version: 03.04.07 |
| |
|
Description:
Parameter range checking was added to mpiMotionConfigSet(...) to protect for
invalid values. mpiMotionConfigSet(...) will return MPIMessagePARAM_INVALID if the decelTime.stop or decelTime.eStop value is negative or greater than 31 bits of controller samples. If zero or less than one sample is specified, a one sample value will be applied. |
| |
Yaskawa SGDZ-MD Drive - Motor Fault Mask |
| |
|
Reference Number: MPI 2141 |
| |
|
Type: Change Feature |
| |
|
MPI Version: 03.04.07 |
| |
|
Description:
The Yaskawa SGDZ-MD Drive motor fault mask was expanded to include MEIMotorFaultMaskAMP_NOT_POWERED by default. This change will cause a dedicated Amp Fault if the Amp Not Powered drive fault bit is active. |
Version 03.04.06
| |
Updated Yaskawa drive module supports new drive parameters |
| |
|
Reference Number: MPI 2117 |
| |
|
Type: Change Feature |
| |
|
MPI Version: 03.04.06 |
| |
|
Description:
Yaskawa has added new drive parameters to the SGDS drive, which the MPI previously did not support. An updated .dm file was added for support, and the parameter checking code in the drive module was updated to support the new parameters. See the Yaskawa SGDS Drive section for the list of new drive parameters. |
| |
Yaskawa SGDS drive: Default Fault Mask |
| |
|
Reference Number: MPI 2107 |
| |
|
Type: Change Feature |
| |
|
MPI Version: 03.04.06 |
| |
|
Description:
The Yaskawa SGDS motor fault mask was expanded to include MEIMotorFaultMaskAMP_NOT_POWERED by default. This change will cause a dedicated Amp Fault if the Amp Not Powered drive fault bit is active. Changes to application code are not required. |
| |
CPU usage during SynqNet Initialization |
| |
|
Reference Number: MPI 2104 |
| |
|
Type: Change Feature |
| |
|
MPI Version: 03.04.06 |
| |
|
Description:
During SynqNet initialization, there are several steps where the MPI must wait for a time period for the network hardware. This would cause up to 100% CPU usage for several seconds. To reduce the CPU usage, the wait logic was optimized to sleep for the long wait periods and then poll for short intervals. This eliminated the heavy CPU usage without increasing the execution time for mpiControlInit(...) or mpiControlReset(...). |
Version 03.04.03
| |
Multi-turn reset without network shutdown for Yaskawa SGDS and SGDZ-MD drives |
| |
|
Reference Number: MPI 1987 |
| |
|
Type: Change Feature |
| |
|
MPI Version: 03.04.03 |
| |
|
Description:
In previous versions, the drive firmware for the Yaskawa SGDS and SGDZ drives did not allow the multi-turn reset command to be executed while the network was in SYNQ mode. It required the SynqNet network to be shutdown when performing an mtreset. The multi-turn reset function for the Yaskawa SGDS and SGDZ-MD drives has been modified to perform an mtreset without shutting down the whole SynqNet network. Now, when the multi-turn reset is requested, only the node associated with the drive is shutdown (ASYNQ mode) and restarted. Upon successful completion of the multi-turn reset, the node will be brought back to SYNQ mode. |
| |
Support for additional drive parameters for the S200 drive |
| |
|
Reference Number: MPI 1981 |
| |
|
Type: Change Feature |
| |
|
MPI Version: 03.04.03 |
| |
|
Description:
The SFD device contains useful information about the motor that is connected to the drive. This information is now available as new S200 Drive read-only parameters. |
Version 03.04.01
| |
Revision of frame buffer loading to decrease likelihood of "Out-of-Frames" events |
| |
|
Reference Number: MPI 1950 |
| |
|
Type: Change Feature |
| |
|
MPI Version: 03.04.01 |
| |
|
Description:
For path motion (Splines, PVT, PT, etc.), the MPI creates the frames used by the motion and then writes them to the controller. Typically, each point in the path has a corresponding frame for each axis of motion. For path segments with a large number of points (large number of frames), there is an initial group of frames loaded when the motion is started. More frames are loaded as a result of interrupts (events) generated when the axes' frame buffers run low on frames.
In previous versions, the number of frames loaded was always half the capacity of the frame buffer and the "low frame" trigger was hard coded at 32 frames. Although this limit is usually sufficient for the default buffer size of 128 frames, larger buffers could benefit from increasing these limits. In addition, in cases where a backup on path was not needed, the number of initially loaded frames could be larger.
This change will be most useful for customers streaming path (PVT, etc.) points at a high rate. To take advantage of this feature the frame buffers for the axes involved in the streaming motion should have increased frame buffer sizes (larger than the default of 128 frames). Increase the axes' frame buffer sizes with mpiControlConfigSet(...) or the meiConfig utility. Be sure to retain the parameter for path motion as FALSE. |
| |
S200 Drive Brake Logic |
| |
|
Reference Number: MPI 1936 |
| |
|
Type: Change Feature |
| |
|
MPI Version: 03.04.01 |
| |
|
Description:
The AmpNotPowered fault was added into the default MEIMotorFaultConfig.faultMask logic due to changes in the S200 FPGA brake logic. The "Amp Not Powered" fault bit will now trigger the motor's AmpFault when the Brake is applied directly by the drive. See FPGA issue FP523 for details. |
Version 03.04.00
| |
Motor I/O Brake source inverted with SSI FPGA |
| |
|
Reference Number: MPI 1871 |
| |
|
Type: Change Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
The motor configuration provides a "Brake" source for the general purpose I/O for MEI RMB node types. The Brake logic for the following node type was incorrect: MEI RMB-10V2-SSI with C0FE002C FPGA
For product consistency, the MEI RMB-10V2-SSI was changed to have the same polarity as the standard RMB-10v2 (C0FE002C FPGA).
WARNING: If you are upgrading from a previous MPI software release where you're using an RMB-10V2 with C0FE002C, and are using a Brake source for a general purpose motor I/O, the logic will be opposite in 03.04.00 and later releases.
|
| |
Cable Length Discovery Improvement |
| |
|
Reference Number: MPI 1850 |
| |
|
Type: Change Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
In previous versions, the cable length discovery technique was inaccurate for networks with 6 or more nodes. The inaccuracies were caused by an incorrect measurement and calculation. The addition of more nodes to the network caused additional uncertainty in the time measurement, which caused inaccuracies in the cable length calculations. To reduce the inaccuracies, the cable length time measurements now occur between the controller and node or between two nodes. Thus, adding nodes to a network will no longer cause additional inaccuracies to the cable length calculations. |
| |
Elimination of Control word in frame OR'd with Axis.Status |
| |
|
Reference Number: MPI 1824 |
| |
|
Type: Change Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
A potential problem existed with the Control word in frames being or'd into the axis status. Some frames are not meant to have Control words and are supposed to execute in one sample. However, there are strange cases where the user can get the axis to stop on a frame with no Control word and have that frame be active during the background cycle. When this happens, the axis status code OR's in the data in the place where a Control word would be. So, depending on the data at that location, anything could happen. As a precautionary measure, the Control word in the frame to be OR'd with Axis.Status was eliminated.
|
| |
Motor Stepper Configuration Hardware Check |
| |
|
Reference Number: MPI 1790 |
| |
|
Type: Change Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
A check has been put into place to ensure that Pulse engines are present before configuring a Motor type to Stepper.
|
| |
Cam Motion now uses Double Data Types |
| |
|
Reference Number: MPI 1764 |
| |
|
Type: Change Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
To be consistent with the rest of the MPI the data types for specifying positions for cam moves have been changed from a long to a double.
See MPIMotionCam and MPIMotionAttributes.
|
| |
|
Affects to Application Code:
The following changes may cause compiler warnings.
OLD: typedef struct MPIMotionCam {
long pointCount;
long **slavePosition;
long *masterDistance;
double **gearRatio;
} MPIMotionCam;
|
NEW: typedef struct MPIMotionCam { long pointCount; double **slavePosition;
double *masterDistance;
double **gearRatio;
} MPIMotionCam; |
OLD: typedef struct MPIMotionAttributes { double *delay; long id; long *elementId; long masterStart; long repeatFrom; } MPIMotionAttributes; |
NEW: typedef struct MPIMotionAttributes { double *delay; long id; long *elementId; double masterStart; long repeatFrom; } MPIMotionAttributes; |
|
| |
Change of S200's Default Secondary Feedback |
| |
|
Reference Number: MPI 1754 |
| |
|
Type: Change Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
The S200's default secondary feedback was changed from MEIMotorEncoderTypeQUAD_AB to MEIMotorEncoderTypeDRIVE. The default for the S200's Aux Feedback is now Drive Feedback instead of Quadrature.
|
| |
|
Affects to Application Code:
These changes were made to the internal MPI/MEI libraries and will not affect customer code. |
| |
New defaults for MEIEventStatusInfo |
| |
|
Reference Number: MPI 1478 |
| |
|
Type: Change Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
The MEIEventStatusInfo structure was expanded to handle 64 bit data. New default data structures were added and defined to overlay the 10 word data buffer that is returned by an event. By default, the new addressing was designed to match the new overlays.
NOTE: If the defaults are changed, the MPI overlays will not be accurate and cannot be used to extract data from the buffer.
See MEIEventStatusInfo.
NEW: typedef typedef struct MEIEventStatusInfo { union { MPIHandle handle; /* generic */ MPIAxis axis; /* MEIEventTypeAXIS_FIRST ... MEIEventTypeAXIS_LAST - 1 */ long node; /* MEIEventTypeCAN_FIRST... MEIEventTypeCAN_LAST - 1 */ long number; /* MPIEventTypeMOTION
MPIEventTypeMOTOR_FIRST... MPIEventTypeMOTOR_LAST - 1
MEIEventTypeMOTOR_FIRST ...
MEIEventTypeMOTOR_LAST - 1 */ long value; /* MPIEventTypeEXTERNAL */
} type;
MEIXmpSignalID signalID;
/* Contents of addresses specified
by MEIEventNotifyData{} */ union { long sampleCounter; struct { long sampleCounter; } motion; struct { long sampleCounter;
long positionError; MEIInt64 actualPosition;
MEIInt64 commandPosition; } axis; struct { /* Data associated with the CAN event. */ long data[4]; } can; struct { long sampleCounter; long dedicatedIn;
MEIInt64 encoderPosition; } motor; long word[MEIXmpSignalUserData]; } data; } MEIEventStatusInfo; |
|
| |
|
Affects to Application Code:
These changes were made to the internal MPI/MEI libraries and will not affect customer code. |
| |
SynqNet Timing Improvements |
| |
|
Reference Number: MPI 1176 |
| |
|
Type: Change Feature |
| |
|
MPI Version: 03.04.00 |
| |
|
Description:
SynqNet Timing improvements were made to improve node control latency. For 16 kHz drives (the majority of SynqNet nodes), the new scheduling algorithm results in control latency times identical to previous MPI releases. For other drive update rates, and for non-periodic nodes (RMBs), control latency may change.
Since a change in control latency may affect system performance, special attention is recommended for these node types when upgrading from previous MPI releases.
Please see the SynqNet Performance Compatibility section of the online documentation for more information.
|
| |
|
Affects to Application Code:
The MEISynqNetTiming structure was changed to support the SynqNet packet schedule improvements. For more information about the packet schedule: See "SynqNet Packet Schedule Improvements" in the Important Things to Know section.
The controlLatency sub-structure in MEISynqNetTiming was removed. The calculationTime and calculationSlack were promoted to the MEISynqNetTiming structure.
OLD: MEISynqNetTiming.controlLatency.calculationTime
MEISynqNetTiming.controlLatency.calculationSlack
|
NEW: MEISynqNetTiming.calculationTime MEISynqNetTiming.calculationSlack
|
The demandLatency and feedbackLatency were moved to the new per node sub-structure of the MEISynqNetTiming structure.
OLD: MEISynqNetTiming.controlLatency.demandLatency MEISynqNetTiming.controlLatency.feedbackLatency
|
NEW: MEISynqNetTiming.node[].demandLatency MEISynqNetTiming.node[].demandLatency |
The total latency was promoted and renamed to controlLatency and the latencySlack was promoted and renamed to latencyOverhead.
OLD: MEISynqNetTiming.controlLatency.total MEISynqNetTiming.controlLatency.latencySlack |
NEW: MEISynqNetTiming.controlLatency MEISynqNetTiming.latencyOverhead |
|
Fixed Bugs
Version 03.04.07
| |
SynqNet Fault Recovery causes motor to jump |
| |
|
Reference Number: MPI 2164 |
| |
|
Type: Fixed Bug |
| |
|
MPI Version: 03.04.07 |
| |
|
Problem/Cause:
During SynqNet Fault Recovery, the position delta of the bad packet feedback compensation was zero, which caused a discontinuity in the closed-loop servo control output. The problem was caused by a previous change that was added to the encoder processing code which cleared out the delta value so that if the encoder was not enabled, the axis object would not increment its feedback value. As a result, it would get out of synq with the motor object's feedback value. Unfortunately, this change caused an error in the bad packet compensation because it forced the delta value to zero just before bad packet compensation was evaluated.
|
| |
|
Fix/Solution:
The problem was corrected by changing the logic in the firmware. The delta value for the encoder is now forced to zero only if the encoder is not processed. This means that bad packet compensation will work as expected and if the encoder is disabled, the delta is forced to zero, preserving the previous change.
|
| |
|
Affects to Application Code:
These changes were made to the internal MPI/MEI libraries and will not affect customer code. |
| |
Motor limit problem when 32-axis configuration is saved to flash |
| |
|
Reference Number: MPI 2161 |
| |
|
Type: Fixed Bug |
| |
|
MPI Version: 03.04.07 |
| |
|
Problem/Cause:
If the controller is configured for 32 MS/Axes/Filters/Motors, saved to flash, and then reset, the motor limit configurations would be intialized to zero. This would cause all actions to be initialized to NONE, disabling all limit actions. The controller firmware initialization code clears memory past the last allocated object (i.e. frame | |