Jump to content

jcarmody

Members
  • Posts

    947
  • Joined

  • Last visited

  • Days Won

    39

Posts posted by jcarmody

  1. Monty Python has made an official YouTube channel.  They had this to say:

    QUOTE

    For 3 years you YouTubers have been ripping us off, taking tens of thousands of our videos and putting them on YouTube. Now the tables are turned. It's time for us to take matters into our own hands.

    and:QUOTE

    We know who you are, we know where you live and we could come after you in ways too horrible to tell. 

    Instead, they made their material available.  This isn't the first time that making something available free resulted in a lot of money for the artists.  another link

    WooHoo for Monty Python.

    gizmodo had this to say:QUOTE

    Are you paying attention, MPAA and RIAA? A controlled release of free material keeps people from resorting to piracy and keeps them in your controlled ecosphere, which can include, yes, ways for fans to give you money.

    Important news for engineers all over the world, I think.  ;)

  2. QUOTE (Louis Manfredi @ Jan 22 2009, 05:43 PM)

    Will NI's 8451 do the job for you?

    I thought of that as I was driving home. It'll work fine, but they cost 2X the Aardvark.

    That brings me to another point in this sad story. I need a new one because my existing station went down this morning when a bad UUT put 28V to the clock and/or data lines. I had a spare! ...which, they promptly destroyed this afternoon. Any idea how I can protect these lines?

  3. From here.

    QUOTE

    If I did your homework for you, then you might pass your class without learning how to write a program like this. Then you might graduate and get your degree without learning how to write a program like this. You might become a professional programmer without knowing how to write a program like this. Someday you might work on a project with me without knowing how to write a program like this. Then I would have to do you serious bodily harm.

    Please post your instructor's email address in case I have any questions about your assignment. In fact, I have a great idea. I could just email your assignment directly to your instructor and then you wouldn't even have to go to class either!

  4. QUOTE (alfa @ Jan 20 2009, 02:47 AM)

    They will not say that 98% of the population is at animal level how I calculated.
    We the Sheeple, in order to form a more perfect Union...

    QUOTE

    When a president will accept my theory?

    They have.

  5. QUOTE (Mourad @ Jan 20 2009, 03:17 AM)

    My question is how can I read data from the instrument? I tried to Initialize -> Read -> Close but it reads wrong values for example for DC volt it reads 513,123V.

    I think you're missing a step; the example has Initialize -> Configure -> Read -> Close.

    /Jim

  6. QUOTE (gareth123 @ Jan 18 2009, 01:37 AM)

    this is something which i had tried, however i don't see any output waveforms.

    did i miss out on something?

    • You didn't wire anything into the graph
    • Your formula only makes one data point; I think you need a chart instead
    • Your formula calculates to a constant

    Try this one

  7. NI says that a CLD:

    QUOTE

    • Demonstrates experience in developing, debugging, and deploying medium to large LabVIEW applications
    • Possesses experience of 12 to 18 months developing medium to large applications in LabVIEW

    Passing the CLD exam doesn't prove that you fit this description, but it sure does make people think that. It's a bit of misrepresentation to present yourself as a CLD without having the ability to back it up.

    I passed the CLD exam with less than one year of experience. When I left my first LabVIEW position, my new employer knew only that I was a CLD (and that I interview well enough) and hired me. The pressure to produce at the level they expect is high; I've worked a lot of hours and still look back and shake my head at some of the programs I've written! I expect to always keep learning, but at some point my basic approach has improved and my code is cleaner. I think that this is what is expected of a CLD.

    I've toyed with the idea of sitting for the CLA exam. I doubt that I'd pass it the first time, but I'd sure learn the test. I'm good at passing tests and would probably pass the second time, but then I'd be misrepresenting myself. A CLA:

    QUOTE

    • Demonstrates mastery in architecting LabVIEW applications for a multi-developer environment

    • Demonstrates technical expertise and software development experience to architect LabVIEW components

    • Manages projects by effectively utilizing project and configuration management tools

    • Possesses experience of approximately 24 months in developing medium to large LabVIEW applications

    Good luck with your career, but know that a LabVIEW job interview might contain a test! This has been discussed on this forum here, and other places.

    EDIT - Oh, yeah. I've begun working with the OpenG project in an effort to learn more of the "architect" and team-oriented development stuff that is expected of a CLA. I expect this will be a mutually beneficial relationship in that I'll grow as a developer and, in exchange, I'll work on Open Source software that many of us use. Talk about a win-win situation! I've also thought of working on something for the Code Repository (may still do that). These are options for you, too, to help you gain the experience you need to go along with certification you want.

  8. NI says that a CLD:

    QUOTE

    • Demonstrates experience in developing, debugging, and deploying medium to large LabVIEW applications
    • Possesses experience of 12 to 18 months developing medium to large applications in LabVIEW

    Passing the CLD exam doesn't prove that you fit this description, but it sure does make people think that. It's a bit of misrepresentation to present yourself as a CLD without having the ability to back it up.

    I passed the CLD exam with less than one year of experience. When I left my first LabVIEW position, my new employer knew only that I was a CLD (and that I interview well enough) and hired me. The pressure to produce at the level they expect is high; I've worked a lot of hours and still look back and shake my head at some of the programs I've written! I expect to always keep learning, but at some point my basic approach has improved and my code is cleaner. I think that this is what is expected of a CLD.

    I've toyed with the idea of sitting for the CLA exam. I doubt that I'd pass it the first time, but I'd sure learn the test. I'm good at passing tests and would probably pass the second time, but then I'd be misrepresenting myself. A CLA:

    QUOTE

    • Demonstrates mastery in architecting LabVIEW applications for a multi-developer environment

    • Demonstrates technical expertise and software development experience to architect LabVIEW components

    • Manages projects by effectively utilizing project and configuration management tools

    • Possesses experience of approximately 24 months in developing medium to large LabVIEW applications

    Good luck with your career, but know that a LabVIEW job interview might contain a test! This has been discussed on this forum here, and other places.

    EDIT - Oh, yeah. I've begun working with the OpenG project in an effort to learn more of the "architect" and team-oriented development stuff that is expected of a CLA. I expect this will be a mutually beneficial relationship in that I'll grow as a developer and, in exchange, I'll work on Open Source software that many of us use. Talk about a win-win situation! I've also thought of working on something for the Code Repository (may still do that). These are options for you, too, to help you gain the experience you need to go along with certification you want.

  9. Here's your code, slightly modified. You were so close!

    • I added a delay (to stop hogging the CPU)
    • I added a Case Structure and a Shift Register (to control when the 30 second timer operates)
    • I deleted your wire between Get Start Time and Set Start Time
    • I changed the Boolean control to a constant to Auto Reset the first timer
    • I added a First Call to the test so you'd get your measurement at T=0

    You'll also need to multiply your "at every" control by 3600 to get the first timer to run for hours instead of seconds.

    Jim

  10. Here's your code, slightly modified. You were so close!

    • I added a delay (to stop hogging the CPU)
    • I added a Case Structure and a Shift Register (to control when the 30 second timer operates)
    • I deleted your wire between Get Start Time and Set Start Time
    • I changed the Boolean control to a constant to Auto Reset the first timer
    • I added a First Call to the test so you'd get your measurement at T=0

    You'll also need to multiply your "at every" control by 3600 to get the first timer to run for hours instead of seconds.

    Jim

  11. QUOTE (mross @ Jan 15 2009, 11:46 AM)

    This looks like a follow-up to http://forums.lavag.org/-t12864.html&view=findpost&p=56729' target="_blank">this post. zmarcoz, you were asked to post a picture of what you were asking. That'll get you your answer.

    It looks to me like you mistakenly wrote "case structures" instead of "while loops" here.

    QUOTE

    B you cannot use wires to pass data between case structures. <=== My choice, but not sure is correct

    I recall a question that had a wire from the stop button in one while loop going to the conditional terminal in a second while loop. The problem with this architecture is that the second loop won't start until the first loop is stopped (with the button), then it will only loop one time because the stop button sent a True.

    Of course, I'm only guessing BECAUSE YOU DIDN'T POST YOUR CODE/PICTURE. :unsure: You're running out of time! Good luck tomorrow. :thumbup:

    </jim>

    PS - Hi, mross. I'm in Wilson, NC, too!

  12. QUOTE (mross @ Jan 15 2009, 11:46 AM)

    This looks like a follow-up to http://forums.lavag.org/-t12864.html&view=findpost&p=56729' target="_blank">this post. zmarcoz, you were asked to post a picture of what you were asking. That'll get you your answer.

    It looks to me like you mistakenly wrote "case structures" instead of "while loops" here.

    QUOTE

    B you cannot use wires to pass data between case structures. <=== My choice, but not sure is correct

    I recall a question that had a wire from the stop button in one while loop going to the conditional terminal in a second while loop. The problem with this architecture is that the second loop won't start until the first loop is stopped (with the button), then it will only loop one time because the stop button sent a True.

    Of course, I'm only guessing BECAUSE YOU DIDN'T POST YOUR CODE/PICTURE. :unsure: You're running out of time! Good luck tomorrow. :thumbup:

    </jim>

    PS - Hi, mross. I'm in Wilson, NC, too!

×
×
  • Create New...

Important Information

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