Jump to content

MikaelH

Members
  • Posts

    835
  • Joined

  • Last visited

  • Days Won

    49

Everything posted by MikaelH

  1. I’m as puzzled as you. When ticking External, the wire becomes of a differnt type. But I can't understand how you could create an "External" DVR.
  2. Sure, I've played it but never realized the ghosts behave differently :-) I would still go with one single Ghost class and have different personalities/attribute to them.
  3. Nice game. Interesting design, any reason you created 4 different Ghost classes? Inky is dependeny on Blinky, why is that needed?
  4. That's a very cool way, this diagram type should be added to the UML standard :-)
  5. If you can take an image before and after, and subtract them that will help, since you have some background features you’re not interested in. Convert to grayscale (I tried extracting the Red Plane). Apply filters (Smoothing – Median 11x11) Lookup Table Setup (I tried the Square) Threshold (this is the tricky thing to use the right setting to convert it to Binary) Basic Morphology (Close Object Size=21) Advanced Morphology (Fill Holes) Particle Analysis
  6. It's all about lighting :-) Do you have some images to share? Can you get NI Vision Toolkit? I wouldn't even try without that, I always use the vision assistant to play with the image to see how to detect the feature the best.
  7. Yes, after browsing and selecting the missing VIs it works fine. Nice example
  8. just to let you know, your Back-Saving (this and also the Cluster to Tree upload) is behaving a bit strange. When opening it, looks for SubVIs under the LV2015 folder, and I have to manually browse for them and get a Conflict notification.
  9. Why not add the "Examples Images" as well :-)
  10. Looking for smart people to join my team

  11. We're using the free windows utility: srvany.exe It's easy to use and works great. https://support.microsoft.com/en-us/kb/137890
  12. We started using TSVN Toolkit from Viewpoint Systems, which is a great add-on, but for most of our LV developers it started to make LV too slow, since our projects are often very large. So we’ve gone back to just using TortoieseSVN (and with a quick drop shortcut that brings us straight to the file in the explorer window). We prefer the Edit, Merge option for out projects.
  13. It's easy, there is probably a vi with that name in memory, so if you would remove the class prefix there would be a conflict. Rename the vi first to something unique and the try to delete it.
  14. Even if you wire False to a Value Signal Property Node, it will still cause a value Change event.
  15. I tried to add a DatePicker for a Date/Timestamp column, but that was a bit harder. It looks you have to make a child class to the Cell-Class to customize it. It is possible but then you have to have an extra dll to needs to be handled.
  16. We use Referencing objects mostly, and we use OpenGDS(http://opengds.github.io/) to create and managed these classes, have you tried this Open Source free tool? Use the tool to create a GOOP4 class and see how the DVR solution is implemented, it’s pretty straight forward. This video goes through the DVR design of a lvclass. https://www.youtube.com/watch?v=UcUj_Gl1JdI Cheers, Mike
  17. It’s only 1d 8hours left http://livestream.com/accounts/4609552/events/4211315
  18. Just remeber to save the project as well ;-) I have seen in the past that if you write a Tag Value and then read it later the Tag Value could read the old value, even if the project is saved and the Tag value in the XML file has been updated. So in some instances I actually open and parse the XML file, just to be sure.
  19. Try this: ...or start hacking the project XML file: //Mike
  20. Can you post your code?
  21. So if I get an error in "APP:XNode.Create", what am I missing? //Mike
  22. Go to LV2014 if you can, that will make it better and faster.
×
×
  • Create New...

Important Information

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