Power Brick Controller User Manual
Connections and Software Setup
105
Global Abort Key Settings
The global abort input is enabled / disabled in software through
Sys.pAbortAll
.
Sys.pAbortAll
=
PowerBrick[0].GpioData[0].a
Global abort input enabled
= 0
Global abort input disabled
The status of the global abort input can be monitored in the global status window in the IDE software, also
it can be queried using the system element
Sys.AbortAll
(=0 deactivated or armed, =1 triggered).
The structure element
Coord[
x
].AbortAllMode
specifies how a group of motors in a coordinate system
behaves in the event of an abort trigger:
Global Abort Trigger Action
Equivalent
Software
Command
= 0
All motors in the coordinate system are brought to a closed-loop controlled stop.
Abort
= 1
All motors in the coordinate system are immediately disabled (killed) without delay
for brake engagement.
Disable
= 2
All motors in the coordinate system are first brought to a closed-loop controlled stop
then as each motor reaches a desired velocity of zero, it executes a “delayed kill”,
with an immediate engagement of the brake (specified by
Motor[
x
].pBrakeOut
)
followed by a disabling of the motor after the interval specified by
Motor[
x
].BrakeOnDelay
.
Abort
Followed
by
dKill
= 3
The coordinate system is not affected by the global abort input.
-
Note
By default, all motors are assigned to coordinate system 0.
Sys.pAbortAll = PowerBrick[
0
].GpioData[
0
].a
Sys.AbortAllBit =
31
Sys.AbortAllCount =
5
Sys.AbortAllLimit =
5
// =0 global abort disabled
// Default, do not change
// Up/down error count
// Scan count limit threshold
Содержание 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...