Jump to content

crelf

Members
  • Posts

    5,759
  • Joined

  • Last visited

  • Days Won

    55

Everything posted by crelf

  1. True! ..and if you're gainfully employed in a stable position, then often certifications aren't as important to you. That said, as you suggested, certifications are often much more important if you're either applying for a job or promotion where the hiring decision is in the hands of someone who doesn't know you or your code. Especially in a climate where hirers get far more CVs than places available, you'll find that they often have to filter to the best few CVs, and, more often than not, certifications are a big part of that filter.
  2. Getting a list of filepaths into a #labview FP control: http://t.co/sPSswWke

  3. Wait, you want to get multiple paths into a path control? ...or an array of path controls?
  4. I'm a little confused: so there was a path to the DLL in your path envvar, and once you removed it from the path envvar LabVIEW found the original DLL somewhere else?
  5. Thinking of dipping your toe in the LVOOP waters? 3 Simple Object-Oriented Design Patterns in #labview: http://t.co/HJld0wJ4

  6. it's a pretty straight forward change to each client's config: http://www.orcaware....k-modify-unlock We have a script that runs from the server side on client logon that checks for and updates these props. I cop a lot of crap around here for dot namespacing almost *everything* (especially when it comes to reuse components and anything OO), but I try to rise above it all. After all, it's difficult to fly like an eagle when you're surrounded by turkeys. And I mean that in the most respectful and positive way. PS: when you dot namespace, do you do it in forward or reverse? I remember reverse was used a lot in the military (eg: shirt.ShortSleeve.Blue.Men's as opposed to Men's.Blue.ShortSleeve.Shirt). I also get my ass into trouble if I don't properly design stuff like this, because my namespaces turn out to be in the wrong order, or singular when they should have been plural, etc.
  7. Restricting programmers to use your #labview LVOOP constructor methods: http://t.co/ubUL0i2V

  8. The short answer is I don't know, but I'm super interested in the use case(s) of why you'd want to do this? Are you wanting to bump up the execution of a child, or down?
  9. If I need to do what you're talking about (which I do, but not very often) I usually use an ISS build script wrapper around my LabVIEW installer.
  10. ...using LabVIEW The original animation: The real world build: More info here.
  11. That's only because we wear similar bowties.
  12. Should we use DNS or direct IP for network communications in #labview.? http://t.co/YRdbp4Cs

  13. I wonder if your DNS server was unavailble momentarilty, and couldn't resolved the IP address?
  14. You're not the first person to suggest we look alike...
  15. Copying clipboard data into the #labview icon editor: http://t.co/JJQzgjrM

  16. You can paste just about anything into the icon editor and it'll try to bitmap it: That's a great tip - but remember to respect the copyright of the images you find
  17. There's a #teststand idea exchange?!? Go check it out! http://t.co/TawNMkW7

  18. I jsut wanted to remind everyone: you've probably heard of the LabVIEW Idea Exchange, but you may not know about the TestStand Idea Exchange. If you're a TestStand user, go check it out!
      • 2
      • Like
  19. This option also gives you the ability to keep track of the reus components' wrt versions of your system - you build a new vipc for each version you make, and are able to roll-forward and roll-back easily.
  20. Yeah, your cRIO VI probably doesn't have a local front panel, so it can't save an image of it. You could pass the data back to a VI on your host (Windows probably) and save the data there.
  21. LabVIEW 2012 beta signup open! http://t.co/a6J6XpKP

  22. Sign up! Sign up! This is one of the best ways to give feedback to NI!
  23. Admins and moderators don't read every post - in future, if you want something like that done, you need to report it to a moderator (using the button).
  24. Congratulations to the New #LabVIEW Champions! http://t.co/Pebl8Ywy

  25. Kudos on the package Jon - now I can deprecate our internal reuse package: and that makes me very happy
×
×
  • Create New...

Important Information

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