07-26-2012 03:33 AM
I have developed this CLD sample, I think this is simple than ATM.
07-26-2012 05:03 AM - edited 07-26-2012 05:05 AM
ok. so?
If you want someone to review it, please mention that in your post.
Also, there is the 'Certification' board where you can post your samples for the review.
You can make use of the Certification forum for all questions and help related to NI Certifications.
Edit: I see that you are aware of the forum board!!! you have multiple posts in Certification board!
07-26-2012 08:41 AM
I know about certification board, I have chosen incorrectly and then I can't replace or delete this topic
07-26-2012 09:02 AM
Hello Manushak,
Have you open your own project. I am not able to find anyting in project.
I think its not good to learn sprinkler from your example.
1. Where is Error Handeling?
2. Lots of wires
3. Wires should be in a line and in a proper way.
4. Why Stop case?
I think some improvement is required in code..........
07-26-2012 09:26 AM
Hello Himanshu, thank you for reply. You are correct, I have created the project, then forget about it 😞 . I just preparing for CLD. And all comments will help me to improve my programs.
07-26-2012 10:35 AM
You will get in trouble for using property nodes to set/get values. You should have your buttons' mechanical action set to "Latch when Released". Instead of polling, use an event structure. Maybe have a case in your state machine to check for user activity in order to watch for the start, stop, and setup buttons.
07-27-2012 02:53 AM
Thanks all for replying.
It really help me to see problems in my solutions. I had improved a solution. But there is a bad side in my work, I haven't time to do all work at once, and I don't know, how many time it will take from me.