Add a delay with more than 32 cycles
Closed this issue · 0 comments
PhOstmann commented
What is the issue/what feature do you want to develop?
- For some applications a delay with only 32 cycles is not enough. A delay with 200 cycles delay is still suitable, if it is not used excessivly and the PLC offers the hardware.
What is the current application?
- When trying to detect a trend of a measured value, a delay over 32 is not enough when the value fluctuates strongly.
What are the requirements?
- none
How do we want to solve it?
- Using the standard delay as template and create a new delay with a buffer of size 200.