02-13-2017 11:51 AM - edited 02-13-2017 11:51 AM
Thanks for the detailed feedback. I am still struggling with the wires, but I hope to get better at it after more practice. Thanks for your advice on the documentation, I did not think about putting details on each state; I read it so many times that it was embedded in my brain. I will keep that in mind for the test and also to add the tip strips for the controllers in the front panel.
Thanks again!
02-14-2017 04:20 AM
Hello,
I have completed some CLD practice exams and the CLD16 example
It would great if I can get some comments on the solutions
(Car wash example, Stop commands does not initiate immidiately on press if the card is in position and the design is running since the Enqueue element at opposite end, enqueues the current state if the timer did not elapse)
The Car wash and ATM exam took around 3 hours to finish, I am currently working on the remaining samples, What should I expect in the CLD exam as difficulty and complexity versus the samples?
02-14-2017 11:12 PM
I found the samples to be extremely relevant to the real thing.
02-14-2017 11:17 PM - edited 02-14-2017 11:18 PM
@ghattas.ak wrote:
Hello,
I have completed some CLD practice exams and the CLD16 example
It would great if I can get some comments on the solutions
(Car wash example, Stop commands does not initiate immidiately on press if the card is in position and the design is running since the Enqueue element at opposite end, enqueues the current state if the timer did not elapse)
The Car wash and ATM exam took around 3 hours to finish, I am currently working on the remaining samples, What should I expect in the CLD exam as difficulty and complexity versus the samples?
You've fallen into the same trap a lot of people have here. You need to put all your stuff into projects! At first I wondered why so many people did not do this, but then I realize that there is no mention of it anywhere in the instructions. I believe this is because the project is already started for you in the real test.
I can't see your code because I don't have that version of LabVIEW, but I can see that there are no project files. Put your stuff into projects and re-upload.
02-15-2017 12:20 AM
Hello,
I have re-uploaded the solutions in a project heirarchy and included a 2014 save (I am working on a 2015 version)
Thank you
02-15-2017 11:57 PM
Some inital thoughts:
I'm too tired to give this a proper shakedown, but this is what I have so far. I hope it helps. 🙂
02-16-2017 05:43 PM
Dear All,
Thanks for all the valuable feedback, it does help in improving the coding.
I have finished the Car Wash sample exam and I would appreciate your feedback on it. I tried my best to avoid crossing wire, but it is quite dificult to avoid them all in just 4 hours. I tried using SubVIs to organize them and it works, but I did not want to create a subVI for every crossing wire.
Anyways, your feedback would be much appreciate it.
Best Regards,
JMM
02-18-2017 02:50 AM
Thank you!
That is helpful, I was working on further improving my coding speed
and style
02-18-2017 01:24 PM
Dear ghattas.ak,
I was having a quick look at you car wash sample exam and I realized that it was utilizing almost 100% of my CPU, then I noticed that you did not add any wait function on your second while loop. Just keep that in mind for the exam. Also, your timer subVI has the error terminals but they are not connected to anything.
The rest of the program looks good and it is easy to follow. The "Quit Labview" was kind of too much, but it does not hurt to have it if times allows it.
02-18-2017 03:18 PM
Dear ghattas.ak,
I was having a quick look at you car wash sample exam and I realized that it was utilizing almost 100% of my CPU, then I noticed that you did not add any wait function on your second while loop. Just keep that in mind for the exam. Also, your timer subVI has the error terminals but they are not connected to anything.
The rest of the program looks good and it is easy to follow. The "Quit Labview" was kind of too much, but it does not hurt to have it if times allows it.