Jump to content

Phillip Brooks

Members
  • Posts

    911
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Phillip Brooks

  1. I don't think you are going to have much luck mounting a UFS filesystem under Windows. You might look at formatting and mounting the external drives as FAT32 (pcfs), but there will be size limitations on the partition sizes. IA: How to Mount a PCFS (DOS) File System From a Hard Disk When Googling, use pcfs with Solaris, not FAT32, you'll get better results Good luck!
  2. I'm non-premium. I will report your post to see if this might be the problem. Nothing personal Admin edit: this post was reported successfully by Daklu with the following text: "Test report."
  3. You might look at running something called Services for Unix on your Windows XP box. This will allow your Windows system to act as an NFS server. I remember getting one of the Services for Unix CDs from Microsoft years ago, and found it amazing. The stuff actually worked, was not too bad to install and was FREE!! This could be loaded on your LabVIEW station and eliminate the extra PC. A check of the Wikipedia entry indicates that SFU has morphed somewhat and may not be free anymore, but if you have an XP Professional based PC, you should be able to download (see here) and install SFU 3.5 distribution. The wiki says it will be available until 2009, so I'm gonna download it and save it away on my portable drive. The other place to ask this type of question might be ServerFault.com; the sister site of Stack Overflow (I mentioned in another post).
  4. How about this? Cool, man....
  5. I would suppose that the best place would be the LAVA Lounge. Description: Enter the lounge and discuss anything and everything. Nothing is off-topic and all discussions are encouraged. Please post LabVIEW related discussions in the other forums. On the other hand, if the question is technical and in need of a timely answer, I would try to find a forum that addresses the problem. I bought a BBQ grill some time ago. The folks here certainly could help out, but I decided to look for a BBQ forum to find expert advice and experiences on the subject. Finding a good site for your subject can be difficult, so maybe the best thing is to ask for the best place to get an answer to X. If your question is computer/os/networking related, you might try Stack Overflow
  6. Phillip Brooks

    Creepy

    uga-chaka, uga-chaka, uga-uga-uga-chaka
  7. I've started to use twitter a bit, but I feel the same. I think this xkcd comic says it all...
  8. I won't be attending, but maybe the icon for the LAVA twitter account should be more personable; how about using 'Spoolie'. I thought of this when reading Jim's tweet about 'Launchy'.
  9. The Method was available in earlier versions of LabVIEW, but changed to deprecated in LabVIEW 8.5 (I think). I've recreated a version of the file you were looking for using LabVIEW 7.0. Symbolic Path.vi (LV 7.0)
  10. In order to manipulate the data received in an RSS feed, you need to be able to parse XML. Rather than coding this yourself, you might want to look at the JKI EasyXML Toolkit. It includes an example for reading RSS feeds. http://jkisoft.com/easyxml/
  11. I was looking for this post to answer the question. It appears regular members can edit for 60 minutes... http://lavag.org/topic/10365-how-do-i-edit-my-post-in-a-thread/page__view__findpost__p__61817
  12. Context help for the LAVA icon: LAVA Icon with Wires.vi
  13. There are a couple others that make me laugh. It almost looks like someone paid for "Amazon Mechanical Turk" HITs to review this book. You get what you pay for (often < $1 US)
  14. You can use Yahoo! Pipes to perform some really cool filtering of RSS feeds. I haven't used it in a while, so I cleaned up my old searches and created a new one, just for you. http://pipes.yahoo.com/pbrooks100/lava_keyword_title You can type in any keyword you want to search for, then click the RSS feed button. You will get a URL in the title bar of your browser that you can place in your RSS reader. Pipes is cool because .... you draw your code, just like LabVIEW!
  15. Why does a picture of me show up related to source control when I've had little to nothing to do with it? Oh, wait... Umpa Lumpas probably have as much to do with it as me so it makes sense.
  16. Cool beans! I like the favico... Who's great idea was that ?
  17. Don't forget the LabVIEW Idea Exchange .
  18. I noticed the default favicon too. I would suggest that the t-shirt image that vugie posted for the 2009 LAVA / NI Week shirt would be an awesome favicon. (It looks sort of like your nicely done avatar)
  19. It appears to be sort of like a tweet. Select Update and type in what you want to show people.
  20. QUOTE (Darren @ Jun 11 2009, 11:01 AM) FYI, I experimented with loading the file data in one loop and passing the data via a queue to the 'core' function running in a separate loop, thinking that the file I/O was a place for improvement. It appears that the majority of the overhead is in the 'core' vi; no gains were detected...
  21. QUOTE (Darren @ Jun 10 2009, 04:11 PM) I experimented with the shipping implementation, and found that the following will help the performance: Disable debugging in "MD5 Checksum File" and the sub-vi "MD5Checksum Core". Inside "MD5Checksum Core", the inner-most loop contains a section of code that performs Swap Words and Swap Bytes on the current array Element. Move these two functions to the outermost loop and place them immediately after the typecast of the string to an array of U32. I reduced the MD5 calculation on version 8.6.1f1 LabVIEW.exe from 2.79 seconds to 2.12 seconds. QUOTE (hooovahh @ Jun 10 2009, 02:57 PM) Any file above 30kb and the command line version process it faster. I performed an MD5 on four 5Mb text files, and using the native MD5 it took 2,786ms, while the command line took 125ms. The OpenG wasn't a good comparison since it processed the whole file at once taking, over 30 seconds. I revisited my .NET implementation from here and found that it one of the .NET methods was broken when I loaded the VI in LabVIEW 8.6.1. I've fixed it and cleaned it up, but can't upload to the LAVA forums at the moment. (not sure why...) Maybe the .NET technique will work for you...
  22. QUOTE (Darren @ Jun 3 2009, 10:17 PM) Haven't had time to play with the toolkit, but thanks for the first Scripting tip! http://labviewartisan.blogspot.com/2009/06...1-power-of.html
×
×
  • Create New...

Important Information

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