Jump to content

todd

Members
  • Posts

    335
  • Joined

  • Last visited

  • Days Won

    13

Posts posted by todd

  1. With a project folder containing rougly 850+ vis, lvlibs, and ctls, the project-based conversion dialog says it's at 6736 loaded and counting. I would love to know what is going on here. I assume this is enumerating the files, removing the compiled code, and saving them?

    I'm working on doing the same thing with a project that sounds similar to yours. The thing I'm worried about is having all of the typedefs in memory along with all of their callers - many of which are ACBR. Over the next couple of days I'm hoping to get a little script together that creates a tree.vi to keep everything loaded.

  2. Thanks, Jordan.

     

    Just to follow up on the security aspect, I learned that the keywords are along the line of "What is the 'at rest' state of my data?" One way to think about security is to consider whether the host is HIPAA-compliant. Those hosts charge plenty, though, and typically don't have all the features of SCC, issue-tracking and FTP-like functionality.

  3. I tried suggesting something like this some years back to "keep out the riff-raff" and let the As in LAVA have at least some semblance of meaning. The suggestion wasn't met with too much enthusiasm.

    I remember that thread. People got hung up on keeping out people who want to learn. How about multiple choice:

     

    What is the format of LabVIEW's registration key:

    a) A12B34567

    b) AA123B4567

    ...

  4. That's totally OCD!

     

    However, why the unnecessary bend on the Event Reg wire? Let me guess, it lines up with the top terminal of your VIs inside the case-structure?

    Close: the output of the event structure and while loop lines up with Unregister for Events. I've started putting the event registration itself in Actor's class data so it can be unregistered in Stop Core. Now I can get rid of that bend!

  5. Once in a while I'll download VIs from NI forums. I have to make sure I have not had any coffee, yet, otherwise I get sucked in to the vortex of cleaning up ALL of the code.

    Straight error wires with non-hidden bends. The nudge-to-check-connection also works for putting the 1px bend in the horizontal middle of the wire.

     

    Has anyone mentioned having to line up all the input and output terminals of case and event structures, and for and while loops? That one slows me down a little, sometimes.

×
×
  • Create New...

Important Information

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