08-30-2010 03:41 AM
Hi,
Will anyone please go through my security system solution
Just started my preparation for CLD, initially lets ignore documentation and style
I just want to know is this kind of programming is OK
Thank you
08-30-2010 06:20 AM
Hey,
Please see the following as some hints ![]()
- Use a Statemachine Framework with an Initialize and Shutdown state instead of a Sequence Frame.
- The Event Structure then can be placed in a kind of "Running" state.
- As far as I know the Controls/Indicators should be part of Clusters. Save them as Typedefs.
- Create Documentation and Tip Strip immediately when you place a Control/Indicator on the FP
- Use the 4224 Connector Pane Pattern for your SubVI.
- Place Controls/Indicators into the Event Frame which handles them
- Do the Initalization of the Controls in a SubVI by pasing their References
- Create FGV for FileIO which you call in the Init state for creating the header and in the Running State for saving the data
Good luck for the CLD Exam!
Christian
08-30-2010 11:20 AM
I understood that I need to improve a lot and should not do any crude programming
Thanks a lot for the suggestions
08-30-2010 03:25 PM
Also, don't discount documentation and style, they are very large parts of the grading.
