Hello everyone,
I’m working with an ACOPOSmicro 80VD100PD.C000-01, and I have a question regarding the interpretation of the BRAKE_MODE
parameter (ID 90).
Since this device only has one digital output for brake control, I decided to use it for motor 1, and for motor 2, I’m controlling the brake via a PLC digital output.
To eliminate the “low brake voltage” error for motor 2, I set the BRAKE_MODE
parameter to 2, and the error disappeared. However, I’m a bit confused about the interpretation:
- I understand that
BRAKE_MODE
is a 9-bit bitfield, and the value is entered in decimal. - According to the documentation, decimal 2 corresponds to Bit 1:
CMD_BRAKE at "Controller on" enabled
. - However, I assumed that to disable brake monitoring (and avoid the error), I should activate Bit 2:
Control monitoring off
, which would be decimal 4.
So my main question is:
Am I interpreting the BRAKE_MODE
bitmask correctly?
I f I enter the value 2, am I really activating Bit 1 and not Bit 2?
Any clarification or reference would be greatly appreciated to better understand this configuration.
Thansk in advance.
Regards.