-
Notifications
You must be signed in to change notification settings - Fork 15
Add a new component category for fuses #62
Copy link
Copy link
Closed
Labels
part:❓We need to figure out which part is affectedWe need to figure out which part is affectedpriority:❓We need to figure out how soon this should be addressedWe need to figure out how soon this should be addressedtype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Milestone
Metadata
Metadata
Assignees
Labels
part:❓We need to figure out which part is affectedWe need to figure out which part is affectedpriority:❓We need to figure out how soon this should be addressedWe need to figure out how soon this should be addressedtype:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
What's needed?
Fuses limit the current flowing through them to a rated number. While it's straightforward to allocate this limit directly to a component when fuses are positioned immediately downstream, this approach isn't universally applicable. Consider these scenarios:
These situations underscore the point that fuses can't be universally associated with a single component. To provide a comprehensive solution, it becomes essential to view fuses as distinct entities within a microgrid.
The above scenarios entail that a fuse can not be generally associated with a component. A general solution would be to represent fuses as separate entities in a microgrid, so that the scenarios mentioned above can be addressed.
Proposed solution
We need to introduce
Fuseas a new component category.Use cases
No response
Alternatives and workarounds
No response
Additional context
No response