Replies: 1 comment
-
What do you mean by "everything could be running at the same time"? Are you referring to different tests? If you want to run tests sequentially, that is possible too, but then they should still be independent of each other. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I am learning to use this tcunit framework but couldn't find the documentation explaining exactly how it works.
I still get a bit confused about all the PLC cyclic code, and wonder how you can guarantee state of the code when everything could be running at the same time and you can't guarantee what else could be affecting the state of your code.
Beta Was this translation helpful? Give feedback.
All reactions