integrated XmlControl/FileControl and exchanged FB_FormatString for Concat#41
Merged
sagatowski merged 4 commits intotcunit:masterfrom Aug 6, 2019
Aliazzzz:master
Merged
integrated XmlControl/FileControl and exchanged FB_FormatString for Concat#41sagatowski merged 4 commits intotcunit:masterfrom Aliazzzz:master
sagatowski merged 4 commits intotcunit:masterfrom
Aliazzzz:master
Conversation
FB_FileControl.TcPOU, FB_XmlControl.TcPOU, FB_strBuffer.TcPOU, And all accompanying DUT's interfaces and globals.
FB_FileControl.TcPOU, FB_XmlControl.TcPOU, FB_strBuffer.TcPOU, And all accompanying DUT's interfaces and globals.
Signed-off-by: aliazzzz <aliazzz@hotmail.com>
FB_XmlControl.TcPOU, FB_FileControl.TcPOU plus several artefacts needed for them including an integration test which demonstrates the usage ( can be removed) Removed FB_FormatString and used Concat to format messages in methods for; array2d_real array2d_lreal array3d_real array3d_lreal TcVerifier shows the following result: Error 123 3-8-2019 23:39:06 757 ms | 'PlcTask' (350): | ==========TESTS FINISHED RUNNING========== Error 124 3-8-2019 23:39:06 817 ms | 'PlcTask' (350): | Test suites: 14 Error 125 3-8-2019 23:39:06 877 ms | 'PlcTask' (350): | Tests: 183 Error 126 3-8-2019 23:39:06 937 ms | 'PlcTask' (350): | Successful tests: 91 Error 127 3-8-2019 23:39:06 997 ms | 'PlcTask' (350): | Failed tests: 92 Error 128 3-8-2019 23:39:07 057 ms | 'PlcTask' (350): | ======================================
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FB_XmlControl.TcPOU,
FB_FileControl.TcPOU
plus several artefacts needed for them including an integration test which demonstrates the usage ( can be removed)
Removed FB_FormatString and used Concat to format messages in methods for;
array2d_real
array2d_lreal
array3d_real
array3d_lreal
TcVerifier shows the following result:
Error 123 3-8-2019 23:39:06 757 ms | 'PlcTask' (350): | ==========TESTS FINISHED RUNNING==========
Error 124 3-8-2019 23:39:06 817 ms | 'PlcTask' (350): | Test suites: 14
Error 125 3-8-2019 23:39:06 877 ms | 'PlcTask' (350): | Tests: 183
Error 126 3-8-2019 23:39:06 937 ms | 'PlcTask' (350): | Successful tests: 91
Error 127 3-8-2019 23:39:06 997 ms | 'PlcTask' (350): | Failed tests: 92
Error 128 3-8-2019 23:39:07 057 ms | 'PlcTask' (350): | ======================================