415
{
if( reg_crc & 0x01 )
/*LSB(bit 0 ) = 1 */
reg_crc = (reg_crc >> 1)^0xA001;
else
reg_crc = (reg_crc>>1);
}
}
return reg_crc;
}
(c)
Function code and error code.
The function code and error code of the servo drive is introduced as follows:
Function code
Description
03H
Read parameter
04H
Read-only parameter(Read-only)
06H
Write one single parameter
10H
Write multiple parameter
Function code 03H indicates reading parameter, the maximum allowable parameter in one
single access is 29.
Function code 04H indicates accessing the read-only parameter, the maximum allowable
parameter in one single access is 29.
Function code 06H indicates writing a single parameter.
Function code 10H indicates writing multiple parameters, and the maximum allowance
parameter in one single access is 10.
Error code
Description
01
Function code error
02
Parameter address error
03
Parameter range error
Error code 01H indicates the received function code is wrong.
Summary of Contents for SDP Series
Page 33: ...20 400V series DC 24V Power supply Note terminal P N cannot be grounded ...
Page 45: ...32 4 The last step is to fasten the screw of housing ...
Page 385: ...372 ...
Page 405: ...392 ...
Page 499: ...486 SME L040 SME L075 SME L100 SME L150 ...
Page 500: ...487 SME L200 SME L300 SME M100 SME M150 ...
Page 509: ...496 When the load reaches 300 the operation time is 5 51 seconds ...
Page 555: ...542 14 5 Manual version and revision history Manual version V1 00 Release month July 2022 ...