1/26/2022 4:05 AM | |
Joined: 12/18/2014 Last visit: 12/3/2023 Posts: 31538 Rating:
|
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 (163 Downloads) |
This contribution was helpful to
1 thankful Users |
1/26/2022 4:32 AM | |
Joined: 12/18/2014 Last visit: 12/3/2023 Posts: 31538 Rating:
|
If you have questions then ask ... |
This contribution was helpful to
1 thankful Users |
1/27/2022 3:51 AM | |
Joined: 12/18/2014 Last visit: 12/3/2023 Posts: 31538 Rating:
|
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 (132 Downloads) |
This contribution was helpful to
1 thankful Users |
Follow us on