I want to use the CmpIecTask library to get the current Jitter value of my program in a variable. Can anyone explain or give an example how I use this library, especially the IecTaskGetInfo3 function (How do I declare the Inputs and how do I use the output?).
Thank you for your answers :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for your answer @timvh.
I tried it but it seems like it doesn´t work. Every variable has the default 0 value and does not change but I don´t know why :(
Does anyone have suggestions for improvement of the program?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for your answer @timvh.
I tried it but it seems like it doesn´t work. Every variable has the default 0 value and does not change but I don´t know why :(
Does anyone have suggestions for improvement of the program?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello to the experts,
I want to use the CmpIecTask library to get the current Jitter value of my program in a variable. Can anyone explain or give an example how I use this library, especially the IecTaskGetInfo3 function (How do I declare the Inputs and how do I use the output?).
Thank you for your answers :)
Maybe something like this:
Thanks for your answer @timvh.
I tried it but it seems like it doesn´t work. Every variable has the default 0 value and does not change but I don´t know why :(
Does anyone have suggestions for improvement of the program?
Thanks for your answer @timvh.
I tried it but it seems like it doesn´t work. Every variable has the default 0 value and does not change but I don´t know why :(
Does anyone have suggestions for improvement of the program?
See something similar here:
https://faq.codesys.com/display/CDSFAQ/Task+Configuration%3A+Reading+the+Cycle+Time+and+Other+Information
Thanks. With this program I was able to implement my desired program.