Jump to content

Guruthilak

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by Guruthilak

  1. I managed the CLD without ever going to a NI course.

    If you use LV daily, and consider yourself very competent then you should have no trouble on the CLD.

    From what I can say, the trial questions that are on the NI.com site are not really representative of the CLD. The solutions proposed are in dire need of updating as I don't think half of them would pass the quite strict grading criteria.

    My primary advice if you want to pass the certification (any certification!), learn to present what the examiners want to see. Single sitting examinations are never a very good reflection of a person's actual ability, but they are a necessary evil unfortunately!

    I trully agrre with neil...

    I have cleared my CLA (that too in first attempt) without going through any NI Trainings..All that you have to do is just practice , get thorough with the appropriate functions that comes up LabVIEW and see some sample program code (if you want to know how things are coded /best practices.)

  2. Hello GrameJ,

    if my understanding is correct , then an external hard drive is some storage device that could be connected to the PC via USB....

    If this is the case then why would be there any problem in taking up the backup of LabVIEW files? isnt it similar of taking backup of any other files (like mp3's)

  3. You're not surprised with the ODI outcome, are you? smile.gif

    Actually I am since India lost 2 matches just by 4 runs....

    Attendees to the LabVIEW developer days get a $200 coupon or voucher that can be applied towards any NI training or certification exam.

    Hmmm i guess we do not have this Developer day in India :(

  4. I got CLAD 10 month ago, and want to do CLD exam next March!

    I plan to read "The LabVIEW style book"

    I plan to work on all the exam exercise from ni.com

    I plan to get coupon from Developer day (I call ni today, they still have not decided the developer day locations) sad.gif

    What else I need??

    What is a "Coupon" ?

    Also this may be some use to you

    http://labviewartisan.blogspot.com/2009/01/labview-certification-preparing-for-cld.html

  5. Chad,

    If you are using "Table", you have to wire a string Array (2D) so that all the data are visible, (You can wire your 2D string array directly to a Table wihout indexing them inside a for loop)

    Usually the array functions (like the index array) are polymorphic (means to say they can accept data of any type). So if u are stuck because they expect the data type as "double", then either directly wire your data to the input terminal of the "array function" or use the appropriate data conversion (like string to number) or some thing like that.

  6. Thanks MArk,

    I could not reply since we had a long week end out here.

    I actaullay saw these VI's before posting the thread. But i would like to know is it possible to send set of "FILES" using these vi's?

    If yes how.. ( I am looking at selecting the existing files and sending it to the destination Path. And to make it a little complex, the target is a H/W running linux)

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.