Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/07/2013 in all areas

  1. Published in January 2013, this is the official directive on closing references: when you need to and when you don't. http://www.ni.com/white-paper/14393/en In your picture, the code shown is fine. Moving the Open and Close inside the loop would just create a performance burden. Moving only the Close inside would cause run time errors since the reference would be closed on the second iteration.
    2 points
  2. Greetings Friends of LAVA, colleagues, cohorts, and partners in crime! tl;dr: LAVA BBQ tickets on sale now, limited numbers on Early Bird pricing, get your tickets here: LAVA BBQ 2013 Event Page (lavag.org/bbq-tickets) LAVA BBQ 2012 in the Scholz Garten Biergarten (Photo by Norm Kirchner) It’s that time of year -- getting NIWeek approval, booking flights to AUS, and being the first to nab your LAVA BBQ ticket! For those of you who have never been to the kind of LAVA BBQ we're putting on, it's a time to get to know “the people behind the avatars” over BBQ and beers. Everything you need to know is on the LAVA BBQ 2013 Event Page, including time, a link to a map, a checkout to buy tickets today ... but we’ll violate the SSOT principle and make a data copy of the BBQ2013.lvclass object below: Date: Tuesday, 06 August 2013 Time: 7:00-10:00pm CDT (after the NIWeek Block Diagram Party. You won’t miss any NIWeek official events) Time for @LabVIEW_BORAT (and other ISO-8601-compliant robots): <EventBeginTimestamp>2013-08-07T00:00:00.000Z</EventBeginTimestamp> Location: Scholz Garten, 1607 San Jacinto Blvd, Austin, TX 78704 (1 mile from Convention Center) Cost: $30 Early Bird (until July 5th) $35 Regular Admission (Until Aug 6th) $40 At the Door Who: Everyone is welcome, including spouses travelling to Austin with you. Even if it’s your first time, expect to recognize many faces/names from the forums and NI R&D What to wear: I’ve seen everything from flip-flops to evening gowns to... leather hats. (The vast majority leans toward casual clothes suited for the 1mile 95°F 7pm walk) If you plan to sponsor a Door Prize, there is a form field with your name on it during checkout. (See existing Prizes) If you prefer a Vegetarian option, we’d love to have you; there is a form field with your name on it during checkout. Hope to see you there! Chime in on this thread (and the comments section of the Event Page) once you buy tickets.
    1 point
  3. I could use some help from the experts in understanding this. When defining classes is most other languages, you simply use the language itself to specify class behavior. In LV, there's this meta-language of project and dialog, with underlying xml, before you can get to an actual instance. It's... aggravating. The G language is certainly capable of representing the concepts in a class definition. Why isn't there a "class definition" VI?
    1 point
  4. About a year and a half ago I submitted a simple script based VI to create a cluster based on a DB table to the NI Community forums. https://decibel.ni.com/content/docs/DOC-19512 It looks like you went the extra steps of enumerating the column names and creating the CRUD polymorphics. This sounds like a great tool for someone who is not a DB expert but needs to quickly interface to an existing DB. The only question/issue I see would be if the DB changes, how does the user update the generated VIs?
    1 point
  5. Hi This is happening because of objects. There has been a discussion on the NI-site and Steven mentioned not to use typedefs in objects. I hesitated to do this but when thinking along I accepted that typedefs are not necessary in objects. In fact the object itself is the typedefinition. I now only use typedefs when interfacing to an object but not in the object definition itself and no problems anymore. I beleive I had this problem in five different situations and getting it fixed took a lot of editing. I don't say it is a bug and indeed should be solved but for now I can live with it because indeed a typedef is not necessary in an object.
    1 point
×
×
  • Create New...

Important Information

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