![Delta Tau PBC Series Скачать руководство пользователя страница 128](http://html1.mh-extra.com/html/delta-tau/pbc-series/pbc-series_hardware-reference-manual_2478527128.webp)
Power Brick Controller User Manual
Manual Motor Setup
128
Serial Encoder
Example:
A serial encoder with 17 bits of single-turn ST data. Shift left 15 bits to MSB for rollover.
PowerBrick[].Chan[].SerialEncDataA
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Motor[].pPhaseEnc = PowerBrick[].Chan[].SerialEncDataA.a
Motor[].PhaseEncLeftshift = 15
Motor[].PhaseEncRightshift = 0
Rotary:
Motor[].PhasePosSf = 2048 *
NoOfPolePairs
/ (2
15
* 2
ST
)
Linear:
Motor[].PhasePosSf = 2048 *
RES
mm
/ (2
15
*
ECL
mm
)
Example:
A serial encoder with 20 bits of single-turn ST position data located in serial data A register and
starting at bit #4. Shift right 4 bits first to get rid of insignificant bits. Shift left 12 bits to MSB for rollover.
PowerBrick[].Chan[].SerialEncDataA
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Motor[].pPhaseEnc = PowerBrick[].Chan[].SerialEncDataA.a
Motor[].PhaseEncLeftshift = 12
Motor[].PhaseEncRightshift = 4
Rotary:
Motor[].PhasePosSf = 2048 *
NoOfPolePairs
/ (2
12
* 2
ST
)
Linear:
Motor[].PhasePosSf = 2048 *
RES
mm
/ (2
12
*
ECL
mm
)
Example:
A serial encoder with 36 bits of single-turn ST position data located in serial data A and B
registers consecutively.
PowerBrick[].Chan[].SerialEncDataA
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
PowerBrick[].Chan[].SerialEncDataB
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Motor[].pPhaseEnc = PowerBrick[].Chan[].SerialEncDataA.a
Motor[].PhaseEncLeftshift = 0
Motor[].PhaseEncRightshift = 0
Rotary:
Motor[].PhasePosSf = 2048 *
NoOfPolePairs
/ 2
ST
Linear:
Motor[].PhasePosSf = 2048 *
RES
mm
/
ECL
mm
Example:
A 29-bit serial encoder with 17 bits of single-turn ST and 12 bits of multi-turn position data
starting at bit #0 of serial data A register and continuously extending to bit #28.
PowerBrick[].Chan[].SerialEncDataA
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
Multi-Turn Position Data
Single-Turn Position Data
Motor[].pPhaseEnc = PowerBrick[].Chan[].SerialEncDataA.a
Motor[].PhaseEncLeftshift = 15
Motor[].PhaseEncRightshift = 0
Rotary:
Motor[].PhasePosSf = 2048 *
NoOfPolePairs
/ (2
15
* 2
ST
)
Содержание PBC Series
Страница 5: ......
Страница 74: ...Power Brick Controller User Manual Connections and Software Setup 74 Motor 1 HomeOffset 0...
Страница 203: ...Power Brick Controller User Manual Appendix A Digital Inputs Schematic 203 APPENDIX A DIGITAL INPUTS SCHEMATIC...
Страница 204: ...Power Brick Controller User Manual Appendix B Digital Outputs Schematic 204 APPENDIX B DIGITAL OUTPUTS SCHEMATIC...
Страница 205: ...Power Brick Controller User Manual Appendix C Analog I Os Schematics 205 APPENDIX C ANALOG I OS SCHEMATICS...
Страница 206: ...Power Brick Controller User Manual Appendix C Analog I Os Schematics 206...
Страница 207: ...Power Brick Controller User Manual Appendix D Limits Flags Schematic 207 APPENDIX D LIMITS FLAGS SCHEMATIC...