Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Short-circuit protection behavior and results #67

Open
pasrom opened this issue Dec 9, 2024 · 0 comments
Open

Short-circuit protection behavior and results #67

pasrom opened this issue Dec 9, 2024 · 0 comments
Labels
information Something just for information

Comments

@pasrom
Copy link
Collaborator

pasrom commented Dec 9, 2024

Description

The short-circuit test was performed to evaluate the behavior of the BMS under fault conditions and ensure proper protection mechanisms are in place. The test helps determine if the system correctly detects and reacts to a short-circuit event by shutting down the power section.

Configuration and determination of actual short-circuit current

The short-circuit delay was set to 1, as outlined in datasheet section 13.6.7.2 Protections: SCD: Delay, which should trigger an immediate shutdown of the power section. The configuration for the short-circuit delay is:

thingset =Conf {"sShortCircuitDelay_us":1}

The short-circuit current limit was configured to 0, theoretically resulting in a 33.3 A limit. However, the measured short-circuit current was 38.5 A, determined by gradually increasing the current until the BMS initiated a power shutdown. The configuration for the short-circuit current limit is:

thingset =Conf {"sShortCircuitLimit_A":0}

Figure 1 shows the current (yellow) and pack voltage (red) traces during the short-circuit event. The orange point marks the moment when the current reaches the shutdown point of the BMS, determined by gradually increasing the current.

image Figure 1: Measurement of the actual short-circuit current

Short circuit test

The short-circuit test was performed with a continuous current of 35 A, using a Deutronic electronic load to apply the short circuit. Figure 2 illustrates the test results, with the blue line representing the gate voltage, the yellow line showing the current, and the red line indicating the pack voltage. When the current exceeds 38.5 A, it takes ~40 µs to initiate the gate shutdown of the MOSFETs. In total, ~80 µs is required from detection to safely power down the output.

image Figure 2: Short-circuit test results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
information Something just for information
Projects
None yet
Development

No branches or pull requests

1 participant