Jump to content

LAVA 1.0 Content

Members
  • Posts

    2,739
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by LAVA 1.0 Content

  1. QUOTE(Val Brown @ Aug 17 2007, 05:25 PM)

    ANd the back would show the echo from the scream???

    You know what's really sad, the sensor in the Wii is simply a 3 axis MEMS Accelerometer which is really damn cheap and has a direct analog output from the chip related to orientation. A lot easier to wire one of those up rather than hack the remote....well not as flashy... but still.. come on

  2. I've now converted from northern BBQ to TexAS-stype BBQ!! Oh yeah baby... Takes much longer to cook (couple o' daze depending on if there's snow on the Barbie), but the meat is way more tender...

    he..he..he..he... :) gives more time to cool the beer...

    Working on a grill that'll make brisket tasty all the way to the 5th dimension!! :D

  3. [cross posted to NI forums]

    Hi all,

    I've been wondering for a long time if type conversion was inplace 16x16_smiley-surprised.gif

    In the example below, is there any case were inplaceness will happen ?

    http://forums.lavag.org/index.php?act=attach&type=post&id=6668

    My feeling is that :

    - no inplaceness when there is a conversion dot,

    - when converting to a representation with a larger bit depth, I believe inplaceness is not possible,

    - when converting to a representation with the same bit depth, I believe inplaceness is possible,

    - when converting to a representation with a smaller bit depth, I believe inplaceness is not possible.

    Is that correct (speaking in LV 7.1.1) ?

    What if put the same code in a LV 8.5 inplace structure ?

  4. Just an idea, "train your wrist to similar yet different exercises".

    I started playing the piano more often and now I can do up to 3 weeks coding marathons without wrist pain ; before I was limited to 1 week.

    Hard to say if both are related because I also changed my chair and my mouse, but I do think it had positive impact.

  5. the reason it was slow for you is that you had to re-build the entire picture every time, which means parsing all of these, ... move point... draw square... move point... draw square...

    FOR EVERYTHING

    but if you know where in the bit stream the data you want to change is, such as the color of the 23rd square is at byte location 2345, then all you have to do is change 32 bits at byte 2345 and resend the data to the picture control. MUCH FASTER.

    Now it becomes a simple replace bytes at offset rater than re-build entire string w/ new parameters

  6. QUOTE(Daklu @ Aug 16 2007, 01:04 PM)

    Yep, spot on. When you put it like that my request seems rather silly. :)

    Don't sell yourself short, I don't think it sounds silly in the least and i'm sure as you program more and more it will come up again in the future, especially since what you requested is possible. The trick is to remember these nuggest and pull them out when it makes the most sense.

  7. You just keep setting me up for some fun tricks. It turns out that you can get +30 fps easily within the picture control when displaying a live image.

    This is another one of my favorite tricks. Since you already can see how the picture control is put together, find where the raw bits of the picture data start and where they end, convert the picture control to a string through a cast, and do a string replace {inplace function :thumbup: } starting at the data start with the new frame image and then send the updated string back to the picture control.

    So what you do is in the first frame, allow the std pixmap function to populate the control and then figure out where the insertion point is and only use the string replace for future frames. I was able to get 40fps on a PII 150Mhz pc.

    Now w/ objects, encapsulating this functionality may be even easier, or at least cleaner.

  8. I don't quite have the time to properly reply fully to your post, but I have dissected the picture control down to the 1's and 0's other than the 3d part of it. I have a very clear roadmap of how to rebuild the functions based upon LVOOP so I am VERY interested in getting you as much information as possible so that we can collaborate upon this. I have some pages of notes that that TST is looking to have also which will expose how to build and dissect the picture control from the ground up. I'll fill more in later, but for now I would highly suggest you put a simple line art picture together and cast it to a string control and look at the format. Also on NI forums I have put some of this information already. Lookup " nuggets and picture control "

    Enjoy

  9. QUOTE(deirdre @ Aug 15 2007, 04:23 PM)

    Hey, LAVA Community!

    It was great to meet many of you at NIWeek 2007. I feel privileged to sport Jim's VI Package Manager band around the office. Don't be strangers – you can find me on LabVIEW Zone, MySpace, Facebook, Twitter, Squidoo, and most other G-eeky social networking sites. I look forward to chatting with you guys on here too!

    You are just wayyy to accessible. I find myself always fighting to figure out where to update my data at. I've decided to standardize on facebook, being the fastest and most flexible.

    Love the map container operations, but it doesn't install w/ 8.5 which is what I have at home so can't do too much playing.

    Any news on getting scripting in the labs?

  10. QUOTE(Dan Bookwalter @ Aug 15 2007, 12:27 PM)

    QUOTE(jzoller @ Aug 16 2007, 12:33 AM)

    Something I haven't seen on this post: money. Depending on the organization, it may be the only language your boss' boss knows, speaks, or cares about.

    The other type of money involved is investment. Is your boss prepared to replace or rewrite the existing set of tools deployed in the lab? Do you use instrument drivers from NI or the vendor that might require writing? The value of drivers alone (rewriting in C, testing) may help you.

  11. QUOTE(orko @ Aug 15 2007, 11:03 AM)

    I fear we may be digressing slightly from the original question (event detection for cluster elements inside an array). I thought the poster was interested in more than just value change detection.

    But hey, that's okay we'll benefit from this discussion too. I've already (re)learned a few things :thumbup:

    Just re-read his original post and I think we're right on. Being able to detect events from elemnets inside of a cluster as an element of an array. No?

  12. I guess to be fair we should know if this blog is a labor of love (personal time & effort) or an NI sponsored activity. I think Colin started the blog, but don't know how Brian and Todd became involved.

    Much of the previous YouTube content was third party (Lego stuff for example) and linked to from the blog. Some of it was NI source, such as the Halloween demos and a Future version of LabVIEW spoof (something about boring meetings and flowers for the wife).

    Maybe there is some way to proxy serve YouTube videos? (Premium LAVA members only :P )

×
×
  • Create New...

Important Information

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