Jump to content

Michael Aivaliotis

Administrators
  • Posts

    6,214
  • Joined

  • Last visited

  • Days Won

    117

Everything posted by Michael Aivaliotis

  1. I just upgraded the LAVA server, so the response should be even better than the already pretty fast previous server. Enjoy.
      • 7
      • Like
  2. Please go here for more info. We need the support of all CLAs. Here's your chance to be heard. Shape the CLA Summit, get recognition and spread knowledge among the community. If you don't have access to the forum there then please request to be added if you're a CLA.
  3. Ok ladies. I did a VI Shots episode where I went through and mentioned some of the new features in LabVIEW 2014. Feel free to watch it at your leisure. However, during the show, I tried to demo the Reviewing and Updating Type Definition Instances dialog and it was a complete failure. Here is a link to jump directly to the demo. watch and cry as i repeatedly bang my head against the LabVIEW wall of shame. I made sure that before the show I tried out the demo and it worked as advertized. However, it didn't work live. I consider myself a smart guy but my wife claims otherwise. Am I just misunderstanding the feature? Can you take a look and point out what I did wrong? I just tried this again with various scenarios using front panel controls, constants with various datatypes but have not been able to trigger the resolve conflict dialog. Can someone translate NI's unhelpful documentation?
  4. It was all merged into that forum. Nothing was removed.
  5. It's still around, moved here: http://lavag.org/forum/17-vi-scripting/
  6. I love reading personal success stories: http://t.co/WEfZjholEY

  7. RT @jamesmalach: Half of 8 is 4, half of 8 is also 3 and half of 8 can also be 0.

  8. The blogs were shut-down. If you need to pull some content off. PM me and I can work with you.
  9. I just supported @UNICEF Innovation Labs and programs for the chance to be in @EpisodeVII #FORCEFORCHANGE http://t.co/WcBQyEfxoC via @omaze

  10. Hey folks. If you go over to discourse.org, you'll see a different kind of discussion site being promoted. What do you think about this? What if LAVA was like that? Good, Bad, Indifferent? They have a trial site you can use to try it out. But also a meta site which is a discussion site about discourse, using discourse. I'm really interested in getting your opinions on this.
  11. This an awesome post where Darin is just talking to himself.
  12. Speaking of xnodes in the palettes. Can someone explain what this is and how it's done?
  13. Hey hooovahh. If you need to upgrade to VIPM 2014 contact me offline and I can help make the transition more affordable. - And thanks for being a fan of VI Shots!
  14. The DVR is useful for eliminating copies of data. It represents a pointer to the data. So you are not passing the data around. You're passing a pointer to the data. It sounds like you are creating the DVR with every new image and then deleting it after read. If this is the case then there's probably some overhead associated with that process. It might be better to just update the data in the DVR with new data using the IPE structure. However, then you need to figure out how to notify the recipient that the data is new of course. I don't understand your application completely so I'm not sure where the bottleneck is. From my experience, queues are pretty fast for messaging - have you tried that?. But perhaps you can't use queues in your setup. I'm also concerned by the 40ms logic on the recipient. How does the 25Hz relate to the 100FPS? Can you clarify that?
  15. Yes, ads are back on LAVA. They will show for all members. Premium membership was not a viable model for LAVA so I've switched to ads. It seems to be working good so far.
  16. I'd like to include an email address in a custom menu in LabVIEW. For example: help@google.com However it doesn't work. Any ideas?
  17. I just wanted to add my observations. First off, I don't have this problem at all. All works fine for me in any Parallels VM. I'm running: Parallels 9.0.24217 LabVIEW 2013 Windows 7 or XP However, I did have an issue where I couldn't perform actions that required a combination of ctrl+shift+mouse action. For example: Ctrl-Shift-click (drag) Ctrl-Shift-resize Ctrl-Shift-Run button (mass compile all) It's not that many, but the last one is critical sometimes to fix LabVIEW relinking issues and project crashes. In any case, Google brought me to this help article: http://kb.parallels.com/en/116170 So I basically disabled both checkboxes in that dialog (which I didn't even know existed) and that fixed my problem! I don't know if this is related to the issues you guys are seeing but perhaps you could try it. There are also some other settings in there that can be fiddled with.
  18. Just an update to this thread for others who stumble onto it. JKI is currently working a new version of VIPM for Linux which should be out soon. More information can be found here: VIPM for Linux
  19. Ok, so I've been noticing strangeness with LabVIEW on linux. This one is no exception. I restarted LabVIEW and now the command works. Go figure. I'm just glad i'm not developing full-time on Linux because the whole development environment is just sluggish and unresponsive. I also learned that in order to prevent multiple instances of labview opening up, you need to launch it with a switch: /usr/local/natinst/LabVIEW-2014/labview -launch This will prevent opening a new instance.
  20. LabVIEW Linux newbie question here. Why does the following not work?
×
×
  • Create New...

Important Information

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