FBD unit testing

M

Thread Starter

ML

Hello,

I want to get some background on what other organizations have done to document unit testing for PLC FBD software. For C software, Unit testing can consist of testing the individual member functions in a single C file. Within that, you perform some sort of coverage (statement, condition...whatever). However, with PLC languages this seems a little tougher to go by and I was wondering how people test this software realm.

Thanks
 
Top