1/7/2019 2:32 PM | |
Posts: 3 Rating:
|
Greetings, so far I have been working with LOGO 8.2 without problems however after figuring out the data logging feature I was wondering if I could make my life easier since I can't seem to find the following feature. Is there a way to tell LOGO to automatically log certain inputs and outputs on any input/output change? The only way I figured out how to do data logging is to send all the I/O signals to the L input (using many or gates and pulse blocks). If not what is the easiest way to do it? Is there a block that works as the attached image? Attachmentpuls.pdf (299 Downloads) |
Last edited by: Tetrapak1 at: 1/7/2019 2:33:11 PM |
|
1/7/2019 2:48 PM | |
Joined: 12/18/2014 Last visit: 12/4/2023 Posts: 31545 Rating:
|
Hello Tetrapak1, First of all, welcome to the forum. This would require two blocks for each input (or output), the rising edge (the AND (Edge)) and the falling edge (the NAND (Edge)). In addition, you should note: For the German-speaking forum, I once created a UDF that monitors 8 UDF per digital signal change state on each UDF. Each time the state changes, a pulse is generated at the output of the UDF. AttachmentPulse_for_Logging.zip (385 Downloads) |
This contribution was helpful to
2 thankful Users |
Follow us on