ABC to Alpha-Beta-Gamma Transform VI
- Updated2023-02-21
- 7 minute(s) read
ABC to Alpha-Beta-Gamma Transform VI
Owning Palette: Transform VIs
Requires: Electrical Power Toolkit
Transforms signals from the ABC reference frame to the alpha-beta-gamma reference frame. You must manually select the polymorphic instance you want to use.
ABC to Alpha-Beta-Gamma Transform (Magnitude Invariant)
![]() |
A specifies the signal of A.
| ||||||
![]() |
B specifies the signal of B.
| ||||||
![]() |
C specifies the signal of C.
| ||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||
![]() |
alpha returns the signal of alpha.
| ||||||
![]() |
beta returns the signal of beta.
| ||||||
![]() |
gamma returns the signal of gamma.
| ||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
ABC to Alpha-Beta-Gamma Transform (Power Invariant)
![]() |
A specifies the signal of A.
| ||||||
![]() |
B specifies the signal of B.
| ||||||
![]() |
C specifies the signal of C.
| ||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||
![]() |
alpha returns the signal of alpha.
| ||||||
![]() |
beta returns the signal of beta.
| ||||||
![]() |
gamma returns the signal of gamma.
| ||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
ABC to Alpha-Beta-Gamma Transform Details
The equations for transforming voltage also apply to current. This section takes the voltage equations for an example.
This VI uses the following equations to transform signals from the ABC reference frame to the alpha-beta-gamma reference frame:
Magnitude Invariant
where
[va, vb, vc] represents signals in the ABC reference frame
[vα, vβ, vγ] represents signals in the alpha-beta-gamma reference frame
Power Invariant
where
[va, vb, vc] represents signals in the ABC reference frame
[vα, vβ, vγ] represents signals in the alpha-beta-gamma reference frame
Example
Refer to the Transforms VI in the labview\examples\Electrical Power\EV Power Test\Transforms directory for an example of using the ABC to Alpha-Beta-Gamma Transform VI.