12 detailed explanations of commands, 1 data processing, Communication functions – MITSUBISHI ELECTRIC J2-JRSERIES MR-J2-03A5 User Manual

Page 169

Advertising
background image

13 - 13

13. COMMUNICATION FUNCTIONS

13.12

Detailed Explanations of Commands

13.12.1 Data processing

When the master station transmits a command + data No. or a command + data No. + data to a slave
station, the servo amplifier returns a reply or data according to the purpose.
When numerical values are represented in these send data and receive data, they are represented in
decimal, hexadecimal, etc.
Therefore, data must be processed according to the application.
Since whether data must be processed or not and how to process data depend on the monitoring,
parameters, etc., follow the detailed explanation of the corresponding command.
The following methods are how to process send and receive data when reading and writing data.

(1) Processing the read data

When the display type is 0, the eight-character data is converted from hexadecimal to decimal and a
decimal point is placed according to the decimal point position information.
When the display type is 1, the eight-character data is used unchanged.

The following example indicates how to process the receive data "003000000929" given to show.
The receive data is as follows.

0 0

Data 32-bit length (hexadecimal representation)
(Data conversion is required as indicated in the display type)

Display type
[0]: Data must be converted into decimal.
[1]: Data is used unchanged in hexadecimal.

Decimal point position
[0]: No decimal point
[1]: First least significant digit (normally not used)
[2]: Second least siginificant digit
[3]: Third least siginificant digit
[4]: Forth least siginificant digit
[5]: Fifth least siginificant digit
[6]: Sixth least siginificant digit

3 0 0 0 0 0 0 9 2 9

Since the display type is "0" in this case, the hexadecimal data is converted into decimal.
00000929H 2345
As the decimal point position is "3", a decimal point is placed in the third least significant digit.
Hence, "23.45" is displayed.

Advertising