LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sample SDD document/ Template

I need a sample SDD document/ template for LabVIEW based application software. Flow charts and Logic flows are important in SDD document.

Similarly is it necessary to add sequence diagram and class diagram in LabVIEW based application Software Design Document? Since sequence diagram and class diagram are used only in VC++ based application Software Design Document.

0 Kudos
Message 1 of 2
(2,328 Views)

@phoenix-karthik wrote:

Similarly is it necessary to add sequence diagram and class diagram in LabVIEW based application Software Design Document? Since sequence diagram and class diagram are used only in VC++ based application Software Design Document.


It depends on how you ask.

 

Most software (LV perhaps even more then C\C++) is probably written without any documentation.

 

Class diagrams and sequence diagrams, to me, would only make sense if you develop OO. That is, start with OOA, then OOD, then OOP...

 

For non-OO development, there are other methods, but I'm not sure if one sticks out.

 

I personally develop just fine without design\documentation. However, it becomes a more important factor the more time, people and project get involved. It's important to realize that in time...

0 Kudos
Message 2 of 2
(2,297 Views)