Increments the output “Out” by 1 when input "In Clock" changes from 0 to 1. The counter is set to 0, when "In Reset" input becomes true (1).
Fig. 209. Wire-sheet Icon
Fig. 210. Property Sheet
Fig. 211. Slot Sheet
Table 132. Inputs
Inputs |
Type |
Functional description |
In Clock |
boolean |
increments the counter when value changes from 0 to 1 |
In Reset |
boolean |
reset counter value to 0 |
In Enabled |
boolean |
If the input “In Enabled” is set to false disabled in the slot sheet, the output “Out” will be disabled and is set to the value “0”. |
Table 133. Outputs
Outputs |
Type |
Functional description |
Out |
numeric |
One output “Out” = counter value. Number of input “In Clock” value changes since the last Reset |
No parameters