Jump to content

Christian_L

NI
  • Posts

    107
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Christian_L

  1. Copy the Bundle and Unbundle functions to MS Paint, and copy them again back to LabVIEW. They will be bitmaps and will not break your code. Just put a note next to them as a reminder, otherwise you'll freak out in two years when you can't figure out why you can't wire to them.
  2. Does anyone else find it interesting that Yair used a text program example to illustrate an issue with graphical programming? Are references really more suited for text languages? Hmmm.
  3. Use the Index Array function and resize it for two inputs. If you hover the mouse over the bottom edge of the function, you'll get a diifferent mouse cursor and can then resize the icon.
  4. The reference design that will be presented is already available on ni.com. Search for 'xCE'. Of course you'll need LV 2009 to load the code.
  5. If you're around on Monday for Alliance Day you may want to stop by the following session at 4:30pm to see some new OO features in action. Session ID:AD2650 Title:Tools and Techniques for Total System Configuration Abstract:Examine a reference design of a generic configuration editor framework that can be customized to handle a variety of configuration requirements in different applications and industries. Configuration items are defined using LabVIEW classes, class inheritance is used to quickly extend functionality throughout the configuration tree, and XML stores the configuration data for use in a deployed application.
  6. Follow me at http://twitter.com/cloew I also have second account for LV sourced tweets. @lvapp Time permitting I will setup a LV app at NIWeek to tweet automatically; something like a simple temperature monitor from the convention center.
  7. Christian_L

    pachube

    There's been some discussion and examples posted about interfacing LabVIEW to Pachube in the DIY LabVIEW group on NI Community. http://decibel.ni.co...t/docs/DOC-4158 http://decibel.ni.com/content/docs/DOC-5425
  8. Use String Length to determine the number of letters in each password. Then use String Subset inside of a For Loop to extract each letter from each password. Then use Equal? to compare them. You can use the To Lower Case to make your comparison case independent, but you normally don't want that with passwords.
  9. You could browse LAVA on your iPhone and simply click on the top title bar, which will jump back to the top of the page.
  10. Mike, Is there a way to optionally revert back to the old behavior where read content stays in the View New Content page? I personally will read/skim new content and then plan to go back and answer some questions, but it becomes difficult to find those posts when they disappear from that page. Thanks, Christian
×
×
  • Create New...

Important Information

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