Jump to content

orko

Members
  • Posts

    576
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by orko

  1. QUOTE(Michael_Aivaliotis @ Jun 21 2007, 01:38 PM)

    CLA recert? I thought once you got up to that level, you were part of the elite and there weren't any more stinkin' re-certs... guess that was just a legend I heard. ;)

    Anyway...Way to go, Omar!!! http://forums.lavag.org/index.php?act=attach&type=post&id=6186 Good job, Michael!!! http://forums.lavag.org/index.php?act=attach&type=post&id=6187

    I'm still on the fence on this step of my journey to the Wonderful World of LV. I'll probably wait until after the summer if I do decide to "follow the yellow primative icon" and plunge into the CLA cert.

    As long as there aren't any purple horses or big shouting heads in the exam...

  2. QUOTE(Gary Rubin @ Jun 19 2007, 12:57 PM)

    What exactly does that funky-looking string refer to?

    Refer to the help for "Match Pattern, special characters" for a lot more info

    Looks like Justin beat me to it, and he is correct in that "^.+" means: "Match any one or more characters at the start of the string", which will give you any match that isn't empty. The only reason I had to do that is that the Find utility in LabVIEW doesn't allow you to search for empty matches (which would be useful here!).

    And yes, this will search the tips as well.

  3. If you just want to save this data in a file and retrieve it later, then flattening to an XML format may prove useful.

    http://forums.lavag.org/index.php?act=attach&type=post&id=6159

    http://forums.lavag.org/index.php?act=attach&type=post&id=6160

    QUOTE(Graeme @ Jun 19 2007, 12:31 PM)

    One last stipulation, the conversion of a Numeric must result in a string that appears exactly as the number appears in its Numeric control, not any different format.

    Using a typedef cluster as I did above, the display format is saved for you in a .ctl file, so you needn't worry about the text file holding the formatting.

    Hope this helps

  4. QUOTE(Gary Rubin @ Jun 19 2007, 11:14 AM)

    I was just thinking it would be nice if a wire or other BD object had a slightly different appearance to indicate whether there is a Description and/or Tip associated with it.

    Does LabVIEW 8.x do this?

    Thanks,

    Gary

    No, LV 8.x BD objects look identical whether or not they have a description and/or tip. There are a few ways you can get this information though.

    1) If you have the context help on, you can mouse over the objects and see the descriptions

    2) If you do a find/replace with a regular expression of "^.+" (without the quotes) and filter just on the front panel and description (under more options), you can see which objects have anything in their descriptions or tips.

    3) Programmatically, you could list them by checking for an empty string in the "Description" or "Tip Strip" properties.

    Hope this helps.

  5. It really is a sensible icon, when you think about it....

    At first call http://forums.lavag.org/index.php?act=attach&type=post&id=6151

    the normally clean cut iteration icon http://forums.lavag.org/index.php?act=attach&type=post&id=6150

    is a little rough around the edges http://forums.lavag.org/index.php?act=attach&type=post&id=6152

    and hasn't had time to shave his mustache yet http://forums.lavag.org/index.php?act=attach&type=post&id=6153

  6. QUOTE(Mike Ashe @ Jun 12 2007, 05:10 AM)

    But HP Basic and Rocky Mountain Basic have been great friends of mine over the past 15 years, mainly by providing fertile ground for consulting projects to replace them with LabVIEW versions of the same application

    Amen, brother! I'm right in the middle of a virtual HPBasic plethora, and I plan to be around to replace them all with LabVIEW when all the old geezers here retire!!! HAHAHAHAHA!!!! :ninja:

    Oops.... did I type that out loud...? :unsure:SYSBOOT ... ... SYSBOOT!!!! TRACE OFF!!! Blast these infernal PCs and their lack of obedience! Where's SHIFT-RESET on this thing???

  7. QUOTE(crelf @ Jun 11 2007, 01:59 PM)

    I'm ready to give it a shot (and willing!!!), but unfortunately my current employer doesn't see any real benefit from that level of certification at this time. :( There just aren't any projects we're working on that would be in need of a LabVIEW architect overseeing a group of CLDs (unless you count overseeing myself). :headbang:

    Assuming I ever get the opportunity though (it probably would be out of my own pocket)... I would love to hear of people's experiences (nothing breaking the NDA of course).

    I'm especially interested in what people *expected* versus what they *experienced* when they took the CLA exam. I've been through many LabVIEW related courses now (Basics, Int, Adv, DAQ, RF), acheived CLAD & then CLD certifications, and now I'm reading through the PDF describing the requirements of the exam....and I still don't feel I have a good grasp of what the exam will actually be like. Descriptions are okay, but an official sample or a prep course (like they do for the CLD cert) just aren't available it seems...

  8. QUOTE(fonzo @ Jun 4 2007, 10:09 PM)

    I don't believe we can discuss too much about what our project was, so I'll just say that mine resembled the http://zone.ni.com/devzone/cda/epd/p/id/1683' target="_blank">Car Wash sample exam that NI gives for CLD preparation. ;) There were several differences of course, but I can't stress how much going through the sample exams and the CLD preparation course helped to prepare me for this exam.

    It's all about speed, and to be fast you have to have already hammered through some similar situations before you sit down to take the exam. The samples helped me out.... a lot.

    PS. I'm still awaiting my results, but just found out that one of my coworkers didn't pass...now I'm really nervous!

  9. QUOTE(PJM_labview @ May 24 2007, 08:11 AM)

    Here are my Stats (my laptop is a about a year old or so ant it is a Dell Inspiron 9400 with a Core Duo T2400 1.83GHz and 2.0 Gb of RAM):

    First Launch 2nd Launch(right after the first one)

    LV
    7.1 : ~90s ~4s

    LV
    8.0.1: ~85s ~9s

    LV
    8.2.1: ~40s ~4s

    I'm getting very similar stats (~30 second first launch on 8.2.1; ~4-5 seconds after that) on my dev box, which is a dell precision 380; 2.8Ghz 1GB

    A question: About half of the startup time for the first launch (~14-16 seconds) is spent on the "Converting toolkits" phase. What exactly is LabVIEW doing during this time? This may point toward the cause of most of the inititial delay.

  10. QUOTE(LV Punk @ May 16 2007, 08:02 AM)

    http://forums.lavag.org/index.php?act=attach&type=post&id=5881

    I feel your pain...

    If you have a good grasp of state machines and timing, and are quick at looking at a problem and diving into the solution, you'll be fine. Oh, and make sure to document everything!

    I took the CLD prep course before I took mine (last Thursday, May 10th) and I believe that helped out a lot. Make sure to go through all of the CLD sample exams, that saved me a lot of design time on the exam.

  11. QUOTE(ohiofudu @ May 15 2007, 09:23 AM)

    Be ready to encounter some qustion that are not in the web Exam,and some tricky question.

    I found that there were a number of questions on the CLAD that required you to really *read* the text/block diagram (more than once!) to not get tricked into the wrong answer. Be very careful when presented with a question that seems "way too easy". Also be aware that there may be questions that are very similar to the CLAD prep exam, but not necessarily exactly the same...

    I also found that the hour that they gave me was plenty of time (I finished up with 20 minutes to spare) so make sure (if you are taking the computer based exam) that you mark any questions that you aren't 100% sure of as "review" with that little checkbox. That way you can carefully go over them at the end and catch all of those "tricky" questions.

    Good luck!

    Joe

  12. Hello LAVA,

    While I'm sitting here biting my nails waiting for the results of my CLD test, I was very impatiently wondering...

    I've heard from several posts here and in the NI forums that failing the first time was not unheard of. How many times did it take you (people that took the CLD exam and passed it eventually) to become certified? I feel that if more people knew the "track record" of the CLD (heck, even the CLAD or CLA exams!) the level of nervousnous might go down just a *wee* bit. :unsure:

    Joe "orko" Sines

  13. QUOTE(yen @ Apr 4 2007, 12:40 PM)

    I just had a chance to watch that one... I'm still chuckling, not only about the smartie-box impeded cat, but also the hounding of the host (who is on the show NCIS as Booth's shrink). Hullo? :laugh:

    QUOTE(PJM_labview @ Apr 3 2007, 11:27 PM)

    This game show has been going on in France for ever (apparently since 1972).

    Glad to see that I'm still ( forever minus 1 ) years old. [now where's that old man smiley...?]

  14. QUOTE(Tomi Maila @ Mar 29 2007, 08:38 AM)

    Feedback node was fastest, while loop second and for loop last.

    Now *that* is interesting... Seeming that this is the first time I've heard of the feedback node method for LV2 globals, the question I have is are there any drawbacks or perhaps other advantages to using it other than speed? And what of the warning dialog that beckerg noticed?

    The feedback node is something that was covered way back in the Basics course, but I honestly never really found a practical use for it (yet). This seems like it might be useful, but I want to make sure that there isn't something that I should watch out for.

    Thanks!

  15. QUOTE(Aristos Queue @ Mar 18 2007, 12:30 PM)

    This is kind of a dumb post, but I need a rules clarification from those who have higher scores than I on the game Plumber 2

    ( http://forums.lavag.org/arcade.html&code=play&g=62''>http://forums.lavag.org/arcade.html&code=play&g=62' target="_blank">http://forums.lavag.org/arcade.html&code=play&g=62 )

    At level 14, there are multiple destination pipes. It appears to me that one of these pipes is a real destination, and the other is a fake and if you route the water to the wrong pipe, you lose the game. Is there any way to distinguish the real destination from the false destination? Is it random which is the real one, or is it always the same one and you just have to learn which is the real destination at each level and remember the next time you play?

    Well I just tried it and reached level 14, and was thinking that the multiple outlets that appear after that were all just different paths you could choose...but evidently chose a "fake" one in level 17 and game over.

    I don't think there is a way to tell the fake from the real (I was looking at them pretty closely and they looked identical). But I wouldn't be surprised if the "right" one stays in the same location every time you reach that level again. Just a hunch.

  16. QUOTE(Mikkel @ Mar 16 2007, 02:39 PM)

    I've made a few interface VIs for the ID3LIB dll, which should make it possible to extract basic information from ID3 headers.

    Wow! Thanks Mikkel! :thumbup: That's what I like about these forums, if you research and ask the right questions, there is bound to be someone that can help you out! :book:

    I'll take a look at these next week!!

    PS. Hey!!! This is my 100th post!

×
×
  • Create New...

Important Information

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