From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Certification

cancel
Showing results for 
Search instead for 
Did you mean: 

How much detail is too much for the CLA

I'd like to take the CLA exam soon. Most of my applications for over a year have consisted of several while loops running in parallel to handle different instruments or functionality with messages sent between them, so I'd like to stick with something similar for the exam. I've read several times that you don't want a functional application at the end of the CLA, but I still am not sure how to strike the balance between enough detail to demonstrate knowledge and fast enough to get everything done.

 

I tried coding up something similar to the DQMH (which does not ship with LabVIEW yet) and it took me about 1.5 hours just to get all the core events (Launch, Init, Stop, Handle Error) and API VIs created. This is a lot of time, so I will probably stick with enum/variant clusters sent with queues for the exam. 

 

Either way, when making a module that needs to do x amount of things, should I leave a note telling someone to add these things to the enum typedef, make a case for each one, make a typedef for necessary data, and create a wrapper VI for each one? Should I do all of these things, and leave a note in the case structure to take care of the functionality? Should I do one module very detailed and the rest less detailed? Am I asking the wrong questions?

 

Thank you for your insight!

0 Kudos
Message 1 of 3
(3,022 Views)

My opinion for the enums is to fully populate the type def and make a case for each element.  Then just put in notes in each case about what to do.

 

So you built the framework and told the lesser minions what to do.  That is what is required for the CLA exam.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 3
(2,982 Views)

Thank you Crossrulz. I guess I will give it a go and post my solution for feedback 🙂

0 Kudos
Message 3 of 3
(2,949 Views)