Skip to content

Three Phase SVM Alignment #202

@sjkelly

Description

@sjkelly

Currently we center align all 'N' phases requested of the SVM. This is AFAIK incorrect for three phase by the property that A+B+C=0, U+V+W=0. In any given point of the three-phase electrical cycle, two phases should sign match. So these likely need to be "stacked" in some form such that they are equal to the single opposite signed phase.

What we have:

    // A: |-------|____
    // B: ___|-|_______
    // C: _|-----|_____

What we need:

    // A: |--------|__
    // B: _______|-|__
    // C: |-----|_____

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions