Release Note
MPI Library Version 03.04.08.b1.03
Release Type |
MPI Version |
Release Date |
Branch Release |
03.04.08.b1.03 |
24Jun2010 |
Branch Release |
03.04.08.b1.01 |
24Sep2008 |
This is a branch of the 03.04.08 release. For more information about the 03.04.08 release, see the 03.04.8 Release Notes.
New Features
Version 03.04.08.b1.03
|
mpiPlatformControllerCheck Function Added to Verify Controller Condition |
|
|
Reference Number: MPI 2465 |
|
|
Type: Fixed Bug |
|
|
MPI Version: 03.04.08.b1.03 |
|
|
Description:
mpiPlatformControllerCheck function was added to verify the condition of the controller internally when a timeout function is used and detected. For more information, see mpiPlatformControllerCheck. |
Fixed Bugs
Version 03.04.08.b1.03
|
Several SGDS Parameters Not Accessible |
|
|
Reference Number: MPI 2455 |
|
|
Type: Fixed Bug |
|
|
MPI Version: 03.04.12.b1.03 |
|
|
Problem/Cause:
SGDS parameters 71, 72, and 75 were not accessible.
|
|
|
Fix/Solution:
The SGDS parameter list was corrected to allow access to parameters 71, 72, and 75.
|
|
|
Affects to Application Code:
These changes were made to the internal MPI/MEI libraries and does not affect customer code. |
Version 03.04.08.b1.01
|
SGDZBS Does Not mtReset If Node Number > 0 |
|
|
Reference Number: MPI 2371 |
|
|
Type: Fixed Bug |
|
|
MPI Version: 03.04.08.b1.01 |
|
|
Problem/Cause:
When the node number is other than 0, the Yaskawa SGDZ_BS drive does not complete the mtReset due to service channel command errors.
The firmware excepts the number of service commands and the address increment in bits 0 to 15 of the member Flags of the MFWServiceCommandGeneral structure. Some functions in the Yaskawa SGDZ_BS.C and Yaskawas_SGDS.c files were setting the bits 8 to 15 as the node address. This caused the MPI firmware to send multiple service commands when the node number is > 0.
|
|
|
Fix/Solution:
This issue was fixed by correcting the service channel commands.
|
|
|
Affects to Application Code:
These changes were made to the internal MPI/MEI libraries and does not affect customer code. |
|
Yaskawa MD Drives Do Not mtReset In ASYNQ Mode. |
|
|
Reference Number: MPI 2372 |
|
|
Type: Fixed Bug |
|
|
MPI Version: 03.04.08.b1.01 |
|
|
Problem/Cause:
The Yaskawa MD drives do not mtReset in ASYNQ mode.
The mtReset function in ASYNQ mode requires the network to be shutdown and call the mtReset function.
When the network is shutdown, the function that initializes the drive for mtReset tries to identify the controller port to reach the node and fails. This failure is caused because the state of the network is not verified resulting in a failed service command. |
|
|
Fix/Solution:
The function is corrected to check the network state. If the network is down, it initializes the network to an ASYNQ state at which the service commands are functional.
|
|
|
Affects to Application Code:
These changes were made to the internal MPI/MEI libraries and does not affect customer code. |
|