1/26/2022 4:05 AM | |
Joined: 12/18/2014 Last visit: 1/18/2025 Posts: 34512 Rating: (4306)
|
Try this in attachment. The limit switch must open at ten times and close at ten times in the monitoring time, so the counter must count a value of 20. AttachmentPlunger_monoitoring_0BA8.Standard.zip (388 Downloads) |
This contribution was helpful to1 thankful Users |
1/26/2022 4:32 AM | |
Joined: 12/18/2014 Last visit: 1/18/2025 Posts: 34512 Rating: (4306)
|
If you have questions then ask ... |
This contribution was helpful to1 thankful Users |
1/27/2022 3:51 AM | |
Joined: 12/18/2014 Last visit: 1/18/2025 Posts: 34512 Rating: (4306)
|
The flags (Mx) are a special function. They can be used to terminate a block that has a digital output. They are absolutely necessary if a recursion has to be carried out in the program. LSC only permits recursions if a flag or a digital output (Qx) is switched in between. In recursive programming, a procedure, function, or method in a computer program calls itself back (i.e., contains a recursion). The mutual call also represents a recursion. See attached video ... AttachmentRecursion.zip (342 Downloads) |
This contribution was helpful to1 thankful Users |
Follow us on