Jump to content

Phillip Brooks

Members
  • Posts

    899
  • Joined

  • Last visited

  • Days Won

    50

Everything posted by Phillip Brooks

  1. QUOTE (tilli @ Jan 21 2009, 06:44 AM) Why would you want to run http://en.wikipedia.org/wiki/Iperf' rel='nofollow' target="_blank">iperf multiple times in parallel? Wouldn't that make the performance numbers for each test invalid!? (Edit: look at using the iperf '-P' modifier)
  2. QUOTE (Antoine Châlons @ Jan 20 2009, 10:14 AM) Looks good, I actually started working on something similar, then realized I would want to make an XControl that would take care of resizing the description like the NI context help. I realized I was going overboard, considering the tool I'm working on is a temporary one to help developers selectively compile VIs, LLBs or folders (without subfolders). I even started to look at how to shrink and grow the parts of the image like the real thing. You can export the interface for the VI and then play around with the 'wisker' and terminal locations to replace the full name with an index and add the datatype info below when the window is made very narrow. This is about as far as I got... http://lavag.org/old_files/post-949-1232466601.vi'>Download File:post-949-1232466601.vi
  3. QUOTE (crelf @ Jan 9 2009, 02:33 PM) This works fairly nice. ( see picture). I wish there was an Application method or property that would allow me to set the object of the context help so that I could specify a VI from MY tree based browser (like the Project Window does) Product suggestion entered...
  4. Cross-posted on NI http://forums.ni.com/ni/board/message?boar...ssage.id=380475
  5. QUOTE (jpdrolet @ Jan 15 2009, 12:24 PM) There are two types of shortcuts; lnk and url Maybe my contribution to the Code Repository (Resolve Shortcut Path) will help ...
  6. QUOTE (jpdrolet @ Jan 15 2009, 12:24 PM) There are two types of shortcuts; lnk and url Maybe my contribution to the Code Repository (Resolve Shortcut Path) will help ...
  7. QUOTE (Rabbit @ Jan 15 2009, 10:47 AM) Looks nice! :thumbup:
  8. QUOTE (Rabbit @ Jan 15 2009, 10:47 AM) Looks nice! :thumbup:
  9. If you think about it, the tabs for the second and third rows would be covered when selecting the top row, hiding them and making them 'unselectable'?!.
  10. If you think about it, the tabs for the second and third rows would be covered when selecting the top row, hiding them and making them 'unselectable'?!.
  11. Top 25 Most Dangerous Programming Mistakes LabVIEW programmers aren't as concerned as others about the security aspect, but these same mistakes can break your code ... Improper Input Validation Race Condition Untrusted Search Path Improper Resource Shutdown or Release Improper Initialization
  12. Apparently, this was a very convincing video! http://digg.com/apple/Blogger_Mistakes_Oni...cbook_Wheel_PIC
  13. Does anyone know if there is a vi.lib/ function, method, or property that can be accessed that will return the Context Help for a VI by file name? The file would not be loaded in memory, I want to supply the full path to the file only... I want to create something similar to the way a project will show the Context Help for a VI when you hover over the name...
  14. QUOTE (jdunham @ Jan 8 2009, 05:52 PM) Creating an unlimited sized queue in LabVIEW (or in ANY programming language for that matter) is BAD MOJO! http://lavag.org/old_files/monthly_01_2009/post-949-1231501591.gif' target="_blank">
  15. QUOTE (crelf @ Jan 7 2009, 11:40 AM) In other news, Steve Ballmer announces that Microsoft will replace the existing keyboard line with something code-named "The Hole".
  16. I started playing around with DropBox before Thanksgiving. While I was at my parent's house over Christmas, I scanned some old family photos and uploaded them them via the DropBox web interface to my 'drop box'. I had already configured my home computer to mount DropBox in the "My Documents" folder and my wife asked me how I found time load the pictures into the computer when we got home It's a very simple interface, and offers 2 GB storage for free. I haven't experimented with it yet, but they also support revisions for files. It is available for Windows, Mac and Linux. http://www.getdropbox.com I learned about DropBox from this blog.
  17. I started playing around with DropBox before Thanksgiving. While I was at my parent's house, I scanned some old family photos and uploaded them them via the web interface to my 'drop box'. I configured my home computer to mount DropBox in the "My Documents" folder and my wife asked me how I found time load the pictures into the computer when we got home It's a very simple interface, and offers 2 GB storage for free. I haven't experimented with it yet, but they also support revisions for files. It is available for Windows, Mac and Linux, and http://www.getdropbox.com
  18. QUOTE (alfa @ Jan 3 2009, 03:39 AM) What did one cannibal say to the other while dining upon a clown? "Does this taste funny to you?" Ba-dum-tsh!
  19. QUOTE (alfa @ Jan 3 2009, 03:39 AM) What did one cannibal say to the other while dining upon a clown? "Does this taste funny to you?" Ba-dum-tsh!
  20. I have a <user.lib> LLB that's about ten years old. It's been updated and recompiled without problems for all these years. During analysis for an upgrade (from LV 7.0/TS 3.0 to LV 8.6/TS 4.1.1), I discovered that several of the VIs contained in this LLB use non-standard names (contain /\<>? characters). TestStand 4.1 would go into an endless loop and hang when trying to load a step pointing to a VI in an LLB with a non-standard OS name. This was reported to NI, and is fixed in TestStand 4.1.1. I'm concerned about leaving these oddly named files 'as is'. I've read a few problems/rants on the NI forums with respect to NI's use of these non-standard naming conventions in LLBs, and have a fear (probably unnecessary) that support for the LLB may be dropped in a future version. So.... I can rename the VIs. All calling VIs will break, and all TestStand sequences will error when run. My sequence files are stored as INI text files, so I can perform a simple 'search and replace' to fix the calls. How can I programmatically replace calls to these sub-vis from within a vi? I've been poking around in the 'optional' App methods and properties, but haven't found much. The only promising thing was Linker:Read Info and Linker:Write Info. I renamed one of the offending VIs. I used Linker:Read Info and was able to evaluate a VI that calls the renamed VI. It appears that the Path and delimited name are the same for a VI that cannot be found. I know what the old name and new name will be, and they will have the same path. I plan to leave the renamed files inside an LLB for now, and if the LLB construct goes away or I want to start using source control, I will use the LLB Manager to convert the LLB to a folder and be done. There are references to the Linker: methods in the wiki entry for Pseudopath, but I can't figure out how the methods work
  21. Someone on the dark side mentioned the MiMo yesterday. They had the same idea as me (touchscreen use). There was a link to this review... http://technabob.com/blog/2008/12/01/nanov...ands-on-review/
  22. QUOTE (jdunham @ Dec 21 2008, 04:53 AM) MiMo 740 I ordered one of these last week. I'll share what I learn when it comes in. It can be powered by USB (no extra brick/wallwart) (This might be a cool display option for a PXI chassis if running under Windows! ) The technology is called DisplayLink. You use a driver and USB connection to drive a monitor. Instead of carrying an actual display, you could get a USB/DVI or USB/VGA adapter and then borrow a customer or site monitor as your second display.
  23. I think all your posts still exist, they're just not displayed under the Profile. Look under the options on the side menu to see all posts.
×
×
  • Create New...

Important Information

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