Jump to content

crelf

Members
  • Posts

    5,759
  • Joined

  • Last visited

  • Days Won

    55

Posts posted by crelf

  1. I only occasionally use them, and it's to maintain two versions of one component. ie: if I release an API v1.0, then a new version 2.0 that uses a different version of the typedef. Now if I need to go back to fix an issue in v1.0 that requires me to update teh typedef.

    It doesn't happen often, and there are plenty of dicussions online already on how version maintenance is difficult in LabVIEW. I think it would be sad if non-automatic updating went away, but I wouldn't be devistated. Especially if that spurred more discussion and ultimately an elegant solution for maintaining encapsulated versions of components.

    • %Y-%m-%dT%H:%M:%S
    • 2012-10-02T17:16:03

    I most-often use something similar, but with decimal places for the seconds

    • %Y-%m-%dT%H:%M:%S%5u

    • 2012-10-23T17:16:03.12345

    Lots of Eastern Europe uses 12-XII-2012 or XII-12-2012, where the months are Roman numerals...

    Replace "Eastern Europe" with "Not North-Amreican" :)

    For such dates, I usually use 12XII2012 (always have the day number 2 digits, month 3 letters, year 4 digits, so the hyphens are a waste bits).

  2. Aren't they Korean ? They are my favourite Korean group right now !

    Actually, Mr. SmartyPants, they're Taiwanese. Which, in some circles, is considered Chinese Taipei. So, although not quite correct, I was (geographically) closer. BAM! You just got owned! Yeah, that's how I roll. Tru dat, boy howdy. Word.

  3. Not a joke, we're trying to drill to the center of the earth: http://edition.cnn.c...sion/index.html

    "It will be the equivalent of dangling a steel string the width of a human hair in the deep end of a swimming pool and inserting it into a thimble 1/10 mm wide" --Damon Teagle, University of Southampton, UK

    That's what she...

    (crelf: no TWSS jokes out of this quote are allowed)

    oh... nevermind.

  4. ...several years ago I went spelunking...

    That's a great term for some of the code I have to deal with occasionally.

    So as per my post, I modified the code so that LabVIEW now handles closing the step VI references itself. Hey presto, the resetting message has not been seen since. Previously the error occurred every 4-6 hours. Now after 30 hours, no problem.

    I'm not surprised. I mean, LabVIEW shouldn't get into the tub-of-war that AQ descriobes above, but I'm not surprised that not closing refenences put you there.

    Glad to hear you've got a work around! :)

  5. If you just want a custom extension there is no issue, just no other application other than yours will know it is a TDMS file so you will limit what will open it directly.

    Right - we have a couple of projects that just use *.bin (or something more appropriate to show it's related to a project) so ppl are less inclined to accidentally find out that it's TDMS.

  6. Christina, asking us to vote on menu items probably won't work. None of the menu items will garner enough votes to get on NI's radar.

    How about this: select two items that are the same (eg: 2 strings), look at the list - implement those. Repeat for all node types :)

    Unfortunately, that is what I'm saying. There is, as it turns out, a reason why we went without multi-select right-click menus for so long.

    OK - I'd figured as much.

    I don't think of it as "done"...

    Well, you might not think of it as "done", but your new feature list suggests otherwise :)

×
×
  • Create New...

Important Information

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