Convert TcUnit to Bosch Rexroth (IndraWorks) and verify with TcUnit-Verifier #247
-
Hello there, We would like to use TcUnit for our programs that we develop on the Bosch Rexroth platform. Although the programs of this platform are also written with CoDeSys, we lack the special Beckhoff libraries that TcUnit accesses. We have therefore reproduced these functions or use libraries from Bosch Rexroth. It is therefore necessary to perform a manual check of all outputs (equal or different) from TcVT. But what is the best way to do this? Well, some tests fail and some do not. Is there any information about which tests should fail? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There is a codesys native fork, counit , which includes a conversion of the verifier. |
Beta Was this translation helpful? Give feedback.
-
Thanks I-Campbell for the tip, I didn't know that. We have now created a fork from TcUnit ourselves. It works so far, but certainly still has many bugs. We could now use CoUnit, but it is already three years old. Then we use IndraWorks from Bosch Rexroth and not the CoDeSys programming environment directly. We still have to make sure that CoUnit also runs there. Our version of TCUnit rewritten for CoDeSys already writes all errors of the 'TcUnit-Verifier_TwinCAT' in an XML file. Is it possible to test this XML file externally with a C# program or similar without TcUnit running on VisualStudio? |
Beta Was this translation helpful? Give feedback.
There is a codesys native fork, counit , which includes a conversion of the verifier.