Jump to content

Jordan Kuehn

Members
  • Posts

    693
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Jordan Kuehn

  1. Brought the camera, but found out the power cable was not in the bag. Mark will be on his own unless I can find a sony video camera power cable. Would have liked to share a couple sessions from yesterday.
  2. The primary advantage would be to specify which window you want captured rather than trying to dynamically crop based upon the current size and location of the FP within the screen. This tool does not account for if the window is not entirely within the screen, but neither would a generic printscreen.
  3. For casual screenshots I use an open source tool called ShareX (formerly ZScreen). It has command line arguments and hotkeys that would allow you to automatically take a screenshot of a particular window (you can play with this manually to see if you like it) and store it or send it to a variety of places. Something like this might meet your needs and should be fairly lightweight. https://github.com/ShareX https://github.com/ShareX/ShareX/wiki/Command-line-arguments http://en.wikipedia.org/wiki/ShareX (not sure why this exists, but it seems to have good info)
  4. As I watch this post, I keep glancing at the video camera in my closet. Would it be obnoxious or useful to record a few more sessions? Not crazy about being *that guy* but I've got the equipment.
  5. Perhaps it's to spread the attendance out between the popular sessions. Even in some of the larger rooms it can get pretty crowded.
  6. From the email I got, try this link from your smart phone: https://niweek2014.activeevents.com/attendee/mobile/app.html
  7. As a side note, this has been useful to me. Also, check this idea exchange topic. http://digital.ni.com/public.nsf/allkb/92080885AFE94B2D8625794A007B6D0C?OpenDocument http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Please-clearly-mark-the-IMAQ-functions-that-require-a-Run-Time/idi-p/1832859
  8. I've encountered the cRIO rebooting when attempting to adjust the system clock. This makes for some unpleasant results when trying to sync with a host PC unless you expect it.
  9. Do you mean resetting the system clock on the cRIO?
  10. Enjoyed the episode today. Live demos are a great addition especially with a topic like this. I wound up watching on my phone which leads me to ask if google hangouts are capable of zooming on the screenshares. On an iphone I could get the idea, but I could see this being nice even on a PC.
  11. I'm not sure if that will help you with automating the process, but maybe. Edit// Please don't derail this topic. I'm quite interested in the various approaches people use.
  12. What did you use to make this? I assume yED can produce something similar, but I like your chart.
  13. The LIFA interface got me to finally start playing around with an Arduino, and since then the need to be tied to it has given me an additional push to start coding it directly in C. The wealth of libraries and information out there make it quite easy to put together a few hobbyist projects. You can buy some bluetooth or wifi modules which transparently connect the arduino to the computer. Only downsides are they are a little pricy and you have to have power for the arduino (9V battery) and the wireless module which can suck some power.
  14. That makes much more sense. At first it sounded like you were suggesting that the event structure would respond to all events, even without subscribing to them.
  15. In the same vein, services like Dropbox can also prove problematic though not quite as intrusive. I sync many projects with my laptop via dropbox and during builds LV generates files and wants to delete them and rename them. The problem is that my machine/internet/dropbox service is running too quickly about 75% of the time and accesses the file during the build process which generates an error or just slows things down in general.
  16. Ok, I can understand that. Explain the Print VI issue a bit more then. (Sorry to derail the thread if this doesn't pertain to the main topic)
  17. Does this suggest that if I take a project from one environment to another that I should expect to see that VI want to be recompiled? Does that VI always need to be recompiled to 'work'? Does this 'bug' (due to Microsoft) cause all the other VIs to need recompiling as well or is this more related to ActiveX mismatching in the big picture?
  18. The second screenshot only pertains to one of the conflicting VIs in the list. Hopefully that helps you narrow down the difference. The rest of the VIs match the first screenshot. I'll see if I can get the ActiveX versions from both machines. They are usually fairly up to date on updates, so I'd be a little surprised if they aren't the same. This is also for just one project. I've seen this saving behavior with multiple projects, but can't confirm the second screenshot issues. I can generate more screenshots for various projects if you think this an actual bug in the toolkit.
  19. Here's a couple results.
  20. I may reproduce it later today, but I never gave it much more than a quick "why on earth does it need to save all of those?" before hitting save and letting it go. You make a good point that I could probably answer my own question with a couple clicks. It seems to always happen when I'm in a hurry and don't have time to investigate.
  21. I've wondered similar things. I encounter this quite often with the report generation toolkit. I work from a desktop at the office and a laptop at customer locations. All the source code is kept in sync, but in either direction it seems to want to save all of the report generation toolkit files. It never causes a problem and I let it do what it wants, but I've wondered what is going on. Identical versions are on both machines of both LV and the toolkit.
  22. http://digital.ni.com/public.nsf/allkb/5AE4ADCBB65A6D8F86256FBF007A1AC1
×
×
  • Create New...

Important Information

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