Difference between revisions of "HANcoder/STM32/Blocks/PWM Duty Cycle"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 18: Line 18:
  
 
== Block inputs (inports) ==
 
== Block inputs (inports) ==
Input: The value of the duty cycle in 100/1023[%].(512 = 50%).(uint16)<br/>
+
Input: The value of the duty cycle in 100/1023[%].(512=50%, 1023=100%).(uint16)<br/>
  
 
== Block parameters ==
 
== Block parameters ==
Line 32: Line 32:
 
| Sample time of the block. The Sample time (in seconds) defines the rate at which the block is visited by the real-time scheduler of the target. The value of the Sample time has to be an integer multiple of the base sample time of the model.
 
| Sample time of the block. The Sample time (in seconds) defines the rate at which the block is visited by the real-time scheduler of the target. The value of the Sample time has to be an integer multiple of the base sample time of the model.
 
|}
 
|}
 
== Examples ==
 
[[HANcoder/Examples/Workshop?| Workshop]]
 
  
 
{{HANcoder/BlockFooter|
 
{{HANcoder/BlockFooter|
|SeeAlso = [[HANcoder/PWM_Init|PWM Init]]
+
|SeeAlso = [[HANcoder/STM32/Blocks/PWM_Init|PWM Init]]
 
}}
 
}}

Latest revision as of 11:31, 5 May 2017

Supported Targets: Olimexino, E407, P405

General information about PWM Duty Cycle

A 'PWM Duty Cycle' block allows the duty cycle of the generated PWM signal to changed. Note that this only works properly if a 'PWM Init' block is also present for initializing the related PWM module.

Block

PWMDutyCycle.png

Mask

PWMDutyCycleMask.png

Block inputs (inports)

Input: The value of the duty cycle in 100/1023[%].(512=50%, 1023=100%).(uint16)

Block parameters

Parameter Description
Output pin Select the output pin where the PWM signal should be generated.
Sample time Sample time of the block. The Sample time (in seconds) defines the rate at which the block is visited by the real-time scheduler of the target. The value of the Sample time has to be an integer multiple of the base sample time of the model.

See Also

PWM Init