Jump to content

nhollenback

NI
  • Posts

    65
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by nhollenback

  1. I usually have several folders rather than just one. Devise a process (what ever it may be - www.thinkinging.com has good article) for tracking all VIs that may go into a reuse library. I also have a "Not Used" folder for prototypes and misc code that is no longer currently part of the project, but something that I don't want to toss.
  2. Found this to be useful: http://www.iana.org/assignments/port-numbers Check out port 3363 :thumbup:
  3. QUOTE (normandinf @ Aug 12 2008, 09:30 AM) I've have exposure to Perforce and currently use Subversion/Tortoise. The latter route is much, much, more intuitive. Additionally (as you see here and will find on www.thinkinging.com and www.expressionflow.com) plenty of resources exist in the LabVIEW community. If I were at a company that provided the support for Perforce and managed it, then I'm sure I would embrace the tool. My friends at NI who use Perforce, like it. However, I don't have those resources. If you go the Subversion/Tortoise route you can be up and running in a few hours. Though I recommend taking a few days to learn the tools thoroughly. Subsequently, the real cost of the tool is not just the purchase price.
  4. QUOTE (wkins @ Aug 11 2008, 06:05 AM) Ditto to several comments above. First always use wires whenever possible. In other words, pass the data into the SubVI and as noted, clusters are your best friend here (type def them). If this app is one that might be changed in the future, definitely consider classes. They are actually quite simple. There is a learning curve and it is important to experiment a bit before rolling a class into your app. But once you are over the curve, they are easy to build and your code becomes more scalable. QUOTE (wkins @ Aug 11 2008, 06:05 AM) 2. What are the best most efficient methods of transferring data between seperate (parallel) while loops on the same block diagram? The two most important techniques to master, if you have not already done so are queues and functional globals (LabVIEW 2 style globals). However they function differently. Consider the functional global to be a data repository. You set values and get values - but with global scope and the ability to do error checking. The queue is more of a command/messaging architecture. Send a command and the associated data needed to execute the command to the appropriate location. Often "most efficient" is not a matter of the time to transfer the data, but rather that which is cleanest on the block diagram. Sounds like a marvelous time to learn a few new techniques. N
  5. QUOTE (Michael_Aivaliotis @ Jul 29 2008, 07:12 PM) Michael - I'll buy one from you. I opted to not zazzle - astronomical shipping fee to get it on time. Gee... I was going to order a ladies medium Too bad, my daughter would have look quite hip on her first day of 1st grade wearing a lava shirt
  6. At the airport now... headed for Austin. Hilton Sat: dinner with Mom, quiet night, no 6th street craziness Sun: oop course, dinner?, GMan (does this one stay open til 4 like the one in Dallas) Mon: dinner with friends, 6th street Tues: Lava/6th street Wed: NI Party/6th street Thurs: margs at the bar at the Austin airport Fri - Sun: wine tasting on the Colorado Western slope Mon: sleep all day!
  7. QUOTE (Jim Kring @ Jun 24 2008, 05:10 PM) LAVA/OpenG BBQ - Definitely planning on it! Was a blast last year. Oh and (admittedly haven't checked) are there LAVA flip-flops that I could don? (BTW shorts and black socks are mandatory for embarrassing children in public)
  8. QUOTE (Jim Kring @ Jun 24 2008, 02:37 PM) "team meeting" with "flip flops" - my kinda place! But, grey sneakers are only cool when worn with black socks & khaki shorts QUOTE (Justin Goeres @ Jun 24 2008, 03:35 PM) Which shade? ImageMagick knows 5 different ones . Hmmm... can't distinguish between chartreuse and chartreuse1 - guess I should have gotten the glossy version BTW - I've done oodles of presentations have had no trouble at all connecting to various projectors. Though it does work best to "detect displays" from system preferences in OS X, potentially rearranging the displays and then pop into XP for anything that needs to be done there. Just don't forget the dongle
  9. QUOTE (tcplomp @ Jun 24 2008, 01:39 PM) Oh I neglected to mention my MBP came in chartreuse - blends quite well with my blue Nike :thumbup:
  10. Still lovin my 15" MBP (2.2 with 80G) running Fusion. Definitely the matte. Conveniently splashed a bit of Diet Coke on my old laptop in Oct. 07 and decided to make the move. Was an easy transition. Psst... don't tell anyone, but I hear a few NI guys are running around with MBPs
  11. Wish I could be there. But if I'm ever back in my 2nd favorite capital to teach a LV class, perhaps I can make a meeting also - preferably the one that includes beer. :thumbup:
  12. QUOTE(xtaldaz @ May 21 2007, 11:01 AM) xtaldaz - thank you! crelf and PaulG - now I know how you get those "most active" ratings :worship: ....and by the way Paul, fuchsia always clashes with periwinkle, but pairs rather nicely with chartreuse! QUOTE(Val Brown @ May 21 2007, 05:37 PM) I understand both the "busting" and the not telling MORE -- and I'm really NOT wanting to put you on the spot. The "kind of" tells me what I need to know. Val - I'm teaching the LV Advanced class in Vancouver BC in July...will you be attending. I hope so!!! Let me know if you have any questions about the class. I've taught it 7-8 times now. The Canadian students that attend have all been very sharp....which prompts excellent discussion and learning :thumbup:
  13. QUOTE(crelf @ May 21 2007, 08:19 AM) The best prep for the CLA is to read and know how to respond to the tasks and objectives that NI has posted. Even though they were developed from the previous VIE LV Adv. Application Development, NI stated that they still hold true for the current version. Go with this assumption, you are walking into a client site who needs your help on a project that will likely take 2 man years (or 1 woman year) of development. What is your software development process? How do you architect the code for multiple developers to implement various components? Like crelf said there is that wee little complication of the NDA preventing us from saying much more...
  14. Aitor - ditto wrt AQ's results. No crash with the dual themometer in 8.20. Feel free to send me your Xcontrol and I'll try it. Are you doing anything that NI does not recommend ie. using globals, functional globals, additional shift registers etc? What is the datatype of the xcontrol?
  15. Aitor - I noticed your post and just dropped a simple XControl into the BD and it did not crash LV (8.2). It simply did what I expected...create a constant of the data.ctl data type. What does your xControl do?
×
×
  • Create New...

Important Information

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