There are two parts to setting up the brake control for DX5 drives that have brake motors
connected to them.
1. Set the DX5 drive module for the axis required for remote brake control.
In Basic Setup set the Motor Brake Assignment to Brake Logic Active
See picture below.
2. Program control
Use the DRIVE_BRAKE_OUTPUT command in a typical STARTUP program
to configure the brake control on controller power up.
Example
'Using Outputs 8 to 15 to control
'Axis 0 to 7 motor brakes.
'WDOG control will turn outputs On & Off respectively
DRIVE_BRAKE_OUTPUT AXIS(0) = 8
DRIVE_BRAKE_OUTPUT AXIS(1) = 9
DRIVE_BRAKE_OUTPUT AXIS(2) = 10
DRIVE_BRAKE_OUTPUT AXIS(3) = 11
DRIVE_BRAKE_OUTPUT AXIS(4) = 12
DRIVE_BRAKE_OUTPUT AXIS(5) = 13
DRIVE_BRAKE_OUTPUT AXIS(6) = 14
DRIVE_BRAKE_OUTPUT AXIS(7) = 15
Related Articles
Brake Current Ratings For Trio MX Range Motors
MXL Range Motors All Brake Voltage Rated at 24Vdc ±10% Motor Size Brake Rated Power (W) Brake Operating Current (A) Brake Rated Torque (Nm) 50W 4.0 0.17 0.32 100W 4.0 0.17 0.32 200W 7.4 0.31 1.5 400W 7.4 0.31 1.5 750W 9.6 0.40 3.2 1KW 9.6 0.40 3.2 ...
Trio Scara Motor & Drive Sizes
Trio Scara Motor & Drive Sizes Drop Files to Attach
Question- resolver input to Motion Coordinator
The usual setup for a servo drive and motor is that the resolver on the motor will be connected to the Drive. It is used for commutaton angle and for speed/position feedback. The Servodrive would then have an emulated encoder output, usually ABZ ...
LinMot latest Drive support DS402 homing & Torque control
LinMot have updated their firmware to include Position, Speed & Torque control now. The respective CoE objects are mapped in the fixed PDO profiles. The below LinMot Drives with Firmware 6.10 able to support this profiles In the attached EC_EXTEND, ...
Modbus RTU Holding Registers 40001 ...
A program has this line: mb_status = MODBUS(3, -1, mbh, $04, addr, 40001, 1, 1) That is for reading the value from the server device. The syntax is value = MODBUS(3, slot, handle, modbus function code[, parameters]) 4 is Read Input Registers, so the ...