This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
Difference between revisions of "PWM Generator"
[unchecked revision] | [unchecked revision] |
m |
m |
||
Line 24: | Line 24: | ||
|style="padding-left:1em;"|[[CFD Language#Data|Integer]] | |style="padding-left:1em;"|[[CFD Language#Data|Integer]] | ||
|- | |- | ||
− | |style="padding-left:1em;"| | + | |style="padding-left:1em;"|Start: |
|style="padding-left:1em;"|[[CFD Language#Data|Logical]] | |style="padding-left:1em;"|[[CFD Language#Data|Logical]] | ||
|- | |- | ||
!colspan="2" style="background-color:#AFEEEE;"|Outputs | !colspan="2" style="background-color:#AFEEEE;"|Outputs | ||
|- | |- | ||
− | |style="padding-left:1em;"| | + | |style="padding-left:1em;"|Output: |
|style="padding-left:1em;"|[[CFD Language#Data|Logical]] | |style="padding-left:1em;"|[[CFD Language#Data|Logical]] | ||
|- | |- |
Latest revision as of 20:01, 13 December 2016
Appearance | |
---|---|
Symbol | |
PWM | |
Group | |
Timers and Generators | |
Inputs | |
Period, мс: | Integer |
Duty, мс: | Integer |
Start: | Logical |
Outputs | |
Output: | Logical |
Version CANNY Lab | |
from 0.6b |
For asynchronous generation of the precision PWM signal at the output using Discrete IO Driver or HR PWM Driver
Features
When working with CANNY 7, it is a good practice to use the time intervals greater than 5-10 ms.
When specifying temporal values on the diagram, it is necessary to take into account the duration of the diagram execution cycle, which depends on the model of the controller, the size of the chart, controllers' operation mode, controller periphery. It may be varied from cycle to cycle within certain limits during operation. Exact execution time for each cycle is available in the register, during controller operation "Last Execution Loop Duration Register".
Time intervals in the diagram should not be specified by value less than the duration of one cycle and will be measured with an uncertainty about the duration of one cycle of a user diagram.