LabVIEW Electric Motor Simulation Toolkit API Reference

Content Type
Programming Language
Current manual

Resolver Model VI

Resolver Model VI

Owning Palette: Measurement VIs

Requires: Electric Motor Simulation Toolkit

Simulates a resolver that detects the position of the motor rotor.

rotor position specifies the mechanical rotor position, in degrees, of the electric motor.
reference specifies the reference signals that are applied to the resolver. Typically the reference signal is a sine wave.
transformation ratio specifies the scaling ratio of the output signals.
sin ratio specifies the scaling ratio of the output signal by sine of the reference. The default is 1.
cos ratio specifies the scaling ratio of the output signal by cosine of the reference. The default is 1.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
sin returns the modulated signal by sine of the reference, calculated by the following formula: sin=sin (rotor position)*reference*sin ratio.
cos returns the modulated signal by cosine of the reference, calculated by the following formula: cos=cos (rotor position)*reference*cos ratio.
error out contains error information. This output provides standard error out functionality.
Was this information helpful?