Jump to content

vugie

Members
  • Posts

    393
  • Joined

  • Last visited

  • Days Won

    32

vugie last won the day on June 3 2018

vugie had the most liked content!

Profile Information

  • Gender
    Male
  • Location
    Warsaw, Poland

LabVIEW Information

  • Version
    LabVIEW 2009
  • Since
    2006

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

vugie's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In Rare
  • Very Popular Rare

Recent Badges

160

Reputation

  1. You have dug really deep for this rusty thread Well, for me it's still working, but I have no access to modern LV version and I'm stick to 2009. Maybe some of the nodes are obsolete now. Have you modified anything? Show your code.
  2. Sorry, I'm not very often here for last few years. Even less on the dark side...
  3. Wow, I'm surprised anyone here remembers this rusty tool Yes, it should do the job. It is available here: http://sine.ni.com/nips/cds/view/p/lang/pl/nid/209830 Check out clock.vi example
  4. Sorry to miss your post, I'm not very often here recently. In my opinion the chain swings like it should. What could mislead you: You modified anchor position offset, so chain won't swing in YZ plane if this is what you expected. This chain is connected with ball joints. Due to cummulating numerical errors the chain may go off the plane after some time (however I'm not observing such behavior). To avoid it use hinge joint if your goal is to have bicycle-like chain. Proportions of the chain in 3D picture will be different (and more natural) than in 2D Graph, because apparently I left non-uniform scales there for x and y axes. The mesh reference becomes invalid once assigned to the object. Instead you should get the object's drawable reference and use "To More Specific Class" primitive to be able to use SetMeshParams method again (picture attached). You may use "Find Object" block to find an object by name and then get its Drawable property.
  5. For the record - my reply to the same question I received via PM: Waptia works as generic optimization algorithm - you have to provide a function on a number of parameters and algorithm tries to find such set of parameters values for which the function value is the highest. So you'd have to describe any face with a set of variables and write a function in LabVIEW which evaluates how well given set of their values describe face in the given picture. Personally I doubt Waptia is the right direction for such application and even if it is, it's only one of many blocks needed.
  6. I've created such example some time ago: https://decibel.ni.com/content/docs/DOC-13861 I think it is somehow related...
  7. From the vomiting point of view it was nothing when compared to: http://www.esa.int/spaceinimages/Images/2015/02/Polish_human_centrifuge which I was also riding in during this project. Fortunatelly I wasn't sick in both vehicles
  8. Hi guys, I haven't been here for a long time... I'd like to show you what I'm very proud of: http://www.esa.int/Our_Activities/Space_Engineering_Technology/Clean_Space/Want_to_snag_a_satellite_Try_a_net The guy in the left side of the cabin is me LabVIEW is of course extensively involved.
  9. I haven't invested too much time in that. All I got was 3ds model loaded into separate window and mouse controller. It was old .NET wrapper to VTK (http://vtkdotnet.sourceforge.net/ as I remember). Some time ago KitWare relased their wrappers called ActiViz as open source (http://www.vtk.org/Wiki/VTK/CSharp/ActiViz.NET). I also tried it but I got only a buch .Net exceptions (also during wiring). In both cases it was a painful process of converting simple C# examples to LV (long, long, looooong horizontal diagrams) test vtk activiz.vi test vtk.vi
  10. I can't turn anti-aliasing off. Everything is anti-aliased all the time and I'm just not seeing any influence of anti-aliasing property.
  11. Some time ago I performed some benchmarks of Formula Node and the conclusion was that the difference from native code is neglectable (until you don't use arrays in the node). But it was on single core machine. I think that difference you observe comes from execution parallelism.
  12. Isn't this what you are searching for? Beside it, there is http://ipbwi.com/products It is in PHP, but it may be usable to see how the things are done.
×
×
  • Create New...

Important Information

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