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.
|