Jump to content

Jordan Kuehn

Members
  • Posts

    690
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Jordan Kuehn

  1. Correct me if I'm wrong, but these approaches require access to an NTP server which usually requires a connection to the internet. That is not very common for me when using targets like this. I don't mean to derail the thread, but this is a question that I have had as well.
  2. I've done this. It works, but requires a reboot of the cRIO.
  3. Thanks for the input Rolf. I'm glad I don't need to develop this myself after everything I've found and hearing about your experiences.
  4. Forgive the naive question, but would it be possible to make this an option say for a project or something? I as a developer agree upfront to this restriction for an application and suddenly I have access to all the cool things you are hinting at, yet not break backwards compatibility? Or if you turned it on for legacy code, existing BDs with multiple ES would show up as broken.
  5. http://technet.microsoft.com/en-us/library/cc757323(v=ws.10).aspx
  6. To answer my own question, the software that was provided by Fujitsu, ScandALL Pro, can be called silently from the command line with a preconfigured profile. Works for me. Here's info if anyone else is interested. http://www.fujitsu.com/emea/products/scanners/faqs/48.html
  7. Yes, I would also be interested to see how you combined the two approaches.
  8. Yeah, there is a topic that is a few years old. Didn't want to revive it and it was marginally helpful. What is the best solution? Right now, I'm looking at TWAIN Commander and just calling it from the command line. I can justify this if it saves me some significant development time, though I don't really care to pay other people for things I can develop myself. Essentially, I just want to tell a scanner to scan and give it some parameters such as where to put the images in what format. I care about resolution and some other things, but if I can set default values in a windows interface then that is great with me. They won't change. From people who have worked with this, can I develop my own C++ code fairly quickly to accomplish what I want or am I really better off paying someone $500 for a tool? Surely there are some free .NET or ActiveX libraries around? I wouldn't mind working with those, I just haven't found them.
  9. Try running the Distributed System Manager when this occurs and take a look at CPU Usage and Memory usage as well as any faults.
  10. I worked on something much like this before, but never wound up fully finishing or using it. Here is code that is meant to be called in an event structure for a "mouse up" event in a Waveform Graph. It expects the control reference, the coordinates (both returned by the event) and a name to put on the annotation. See if this does what you want.
  11. I tend to only use the DB VIs enough to allow me to write my own queries. Perhaps part of this is lack of documentation as Yair suggests, and perhaps it's also knowing SQL well enough to not want to bother with the silly VIs. I suggest, as does LogMAN, to write your own query and spend some time learning the basics. Doesn't take too much and you are armed with some powerful tools.
  12. In that case, perhaps more mods is the answer. I would be more than happy to clear out all the spam that I see each day.
  13. http://developers.slashdot.org/story/13/10/18/0038237/has-flow-based-programmings-time-arrived
  14. I think I've mentioned it before, but a minimum post count before being allowed to post links is also helpful.
  15. Unfortunately I can't help you much in this regard as I've only used it in a standalone application (a sous vide cooker currently). However, a friend of mine at NI put together a LabVIEW Interface for Arduino awhile back that does exactly what you are wanting if LV is an option which worked well when I first got it and wanted to try it out right away. It just uses VISA commands though, so you could start there if you didn't want to develop the c/c++ code. As far as hardware goes, this kit was a pretty good deal IMO and the ultimate one might be perfect for small classroom projects.
  16. While not directed at me, I've been using the Uno and like it quite a lot.
  17. It looks like the thread got deleted. Not sure why. I started it after getting an email cancelling my subscription.
  18. The discussion of n FPs seems a bit of a stretch into designing different Views and I would argue does not belong in a discussion like this. Of course, I'd like to listen to people tell me I'm wrong.
  19. One thing that annoys me is the "I know 5000 languages and can pick up any other in seconds, but visual languages suck" 'argument' I see around. While syntax is generally independent of style and architecture, it feels like at best the argument from a freshman CS major who is 'proficient' in one language. In the thread linked, I also find humorous the argument against visual languages the fact that the 'skilled' programmer cannot simply search sourceforge (or the like) to find code to copy/paste and piece together what he/she wants to accomplish. While perhaps a valid argument against the accessibility of LabVIEW, at least have the decency to say that you're a hack rather than a programmer.
  20. While I find the discussion regarding the usefulness of a FP in many VIs to be lacking, I do think the idea of flat out removing it is a bit much. First, the unit testing argument is very compelling to me, or even very simple testing by manipulating the FP manually and seeing the results is helpful at times. Further, In my mind the FP/BD combo is one of the more powerful and unique features in LabVIEW. It facilitates the construction of a UI unlike anything else I've seen and it's tightly integrated with the code. There is no process of building a UI, then tying every element to some tag that gets update by underlying code or whatnot. The strong relationship with BD elements to FP elements is a benefit, rather than something tedious to me. This is why I'd like to be able to hit clean-up when I don't care about the FP and have it look organized and standardized without any additional effort.
  21. That and seeing the topic shift toward visual IDEs that generate text code (HTML/CSS/etc.) are fundamentally different from LabVIEW but it seems to be the way that people view LV. Visual == bloat in many minds. Or the past marketing has limited the scope of LV in peoples' minds to just DAQ and R&D.
  22. Found this today. It's interesting to me to read what non-labview people have to say about it. http://lifehacker.com/im-curious-what-are-everyones-opinion-on-visual-vs-w-1442104740 Edit// It tends to slide into discussions about HTML/CSS style visual editors after a bit.
  23. What about front panel clean up? Just arrange everything like they are tied to the connector pane and stack unconnected items in the middle. Often in subvi's I just want the left side stacked up in line with the error in and the right side the same with the error out.
×
×
  • Create New...

Important Information

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