hi
any body has an idea how to built an automated testing tool to test if a pvss project works correctly ?
some kind of black box test.
test tool for Pvss project
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: test tool for Pvss project
Hello,
some tests you can do with standard functionalities.
Which tools can be used depends on the tests you want to make.
WinCC OA contains a lot of functionality (alarming, redundancy, archiving, driver communication, ....) and there is no tool available to test all functionalities at once.
We use often CTRL-scripts for the simulation of PLC values, for reporting tests you could use the Excel Report for example.
Best Regards
Leopold Knipp
Senior Support Specialist
some tests you can do with standard functionalities.
Which tools can be used depends on the tests you want to make.
WinCC OA contains a lot of functionality (alarming, redundancy, archiving, driver communication, ....) and there is no tool available to test all functionalities at once.
We use often CTRL-scripts for the simulation of PLC values, for reporting tests you could use the Excel Report for example.
Best Regards
Leopold Knipp
Senior Support Specialist
- achka
- Posts:11
- Joined: Tue Dec 18, 2012 3:06 pm
Re: test script for panels error
hi, thank us for your reply
but the problem is, i want to check, when i start the Project and ui, if the panels (processobject, button, trendwindow) have no error
how check it by script
but the problem is, i want to check, when i start the Project and ui, if the panels (processobject, button, trendwindow) have no error
how check it by script
- Gertjan van Schijndel
- Posts:634
- Joined: Mon Aug 02, 2010 10:37 am
Re: test script for panels error
To check the syntax of panels you can use the '-syntax panels' option of the user interface. The manager always returns 0, so to get the number of syntax errors you need to read the 'PVSS_II.log' file or create your own external error handler (ExternErrHdl).