WOLFRAM SYSTEM MODELER
VoltageToAngleReference voltage to firing angle converter |
SystemModel["Modelica.Electrical.PowerConverters.ACAC.Control.VoltageToAngle"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This block calculates firing angle from desired voltage,
choosing either a linear (Lin
) relationship or prescribing the first harmonic (H01
) or the root mean square (RMS
) .
Since calculating the firing angle from both the H01 and the RMS involves a nonlinear equation,
both relationships have been precalculated and are interpolated from a table.
VNominal |
Value: Type: Voltage (V) Description: Nominal voltage |
---|---|
voltage2Angle |
Value: PowerConverters.Types.Voltage2AngleType.Lin Type: Voltage2AngleType Description: Select type of calculation |
vRef |
Type: RealInput Description: Reference voltage |
|
---|---|---|
firingAngle |
Type: RealOutput Description: Firing angle |
gain_v |
Type: Gain Description: Output the product of a gain value with the input signal |
|
---|---|---|
limiter |
Type: Limiter Description: Limit the range of a signal |
|
combiTable1Ds |
Type: CombiTable1Ds Description: Table look-up in one dimension (matrix/file) with one input and n outputs |
|
gain_alpha |
Type: Gain Description: Output the product of a gain value with the input signal |
Modelica.Electrical.PowerConverters.Examples.ACAC.ExampleTemplates Dimmer including control |