B-65285EN/03 START-UP PROCEDURE 4.CONFIRMATION OF THE OPERATION
- 49 -
4.3.6.6 Principles in outputting the internal data of the serial spindle
The length of data is 32 bits (BIT31 TO BIT00) unless it is described as
16 bits.
BIT31 BIT00BIT01BIT02BIT03
……
(1) Example of output to the indicator
Example1 Displaying data in decimal
When the number of digits to shift data (d-02)=0 and display format
(d-04)=0 (decimal notation): The last 16 bits of data (BIT15 to BIT00)
are converted into decimal (0 to 65535 max.) and displayed.
BIT15 BIT00BIT01
……
16 bits
Converted into decimal
data and displayed
X X X X X
Indicator
Example2 Displaying data in hexadecimal
When the number of digits to shift data (d-02)=0 and display format
(d-04)=1 (hexadecimal notation): The last 16 bits of data (BIT15 to
BIT00) are converted into hexadecimal (0 to FFFFF max.) and
displayed.
BIT15 BIT00BIT01
……
16 bits
Converted into hexadecimal
data and displayed
X X X X
Indicator
(The fifth digit is blank.)
Example3 Shifting data left
When the number of digits to shift data (d-02)=3, the shift direction is
left (d-03=1), and display format (d-04)=1 (hexadecimal notation):
Data in BIT12 to BIT00 and the last three bits of data (=0) are
converted into hexadecimal (0 to FFFFF max.) and displayed.
BIT12
……
16 bits
Converted into hexadecimal
data and displayed
X X X X
Indicator
(The fifth digit is blank.)
000BIT00BIT01