Jump to content

jcarmody

Members
  • Posts

    947
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by jcarmody

  1. The lighting & focus are the same. I expect that the camera settings are different, but I don't know what to look for. I can LabVIEW well enough, but I've never visioned.
  2. I asked a question on the NI site about an odd difference in images in software that I inherited - http://forums.ni.com/t5/Machine-Vision/What-s-wrong-with-this-image/m-p/3573561#U3573561 I get different images in two versions of a software my predecessor wrote, but I can't get the source code to make my desired image (the first one). I've attached the Vision Acquisition Express VI that is used in the software on my NI post. Can you tell me the difference and how I can get the nicer image?
  3. I'd have to say that my biggest weakness is that I care too much. I will work and work and work and work until the job is done ahead of schedule and below budget with all expectations exceeded and everyone is happy. Puke!
  4. If you have significant experience in any programming languages, but not LabVIEW specifically, I'd be satisfied (as an interviewer). Graphical programming is certainly a different kind of animal, but programming is programming, and you can add another language to your repertoire faster than you learned the first few. If you don't have significant experience programming, share with them (and with us, please) what you hope to bring to the table while you improve as a developer. I've interviewed several engineers that had the AUDACITY to put LabVIEW on their resume just because it was in a class they once took or they used someone else's stuff. Oh, the horror! I was not impressed and they were not hired. I'm thoroughly jaded...
  5. Our Materials department tells me that "Suppliers are liars". Still, we don't do 100% inspection on incoming goods.
  6. I had to zoom into the picture (to see your name badge) to be sure it was really you.
  7. Now I feel like growing some hair on my face. Good job, gentlemen.
  8. I figured that you knew, I just wanted others to see what's already been said. This is a common practice on these fora, not a commentary about you.
  9. I'm a little disappointed by the lack of April Fools' Day activity. Perhaps I just missed it all.

  10. hooovahh's post represented my immediate reaction to your offer; I look forward to the source. Of course, why should you trust us? Once we see how you did it, we can write whatever we want as a high score to the "altervista space".
  11. I think I'm starting to get it. The Actor Framework, that is.

  12. You'll add the random number and a different constant for each row you make. The random number generated will be between 0 and 1, so, for the first row you'll need to add zero; add one for the second row, etc. Try making nested loops and see what you get. Do you understand how rows & columns of a 2D array are generated in this fashion? Are you familiar with the For loop's "i" and "N" terminals? Show me your code, Wireworker, and I'll show you mine.
  13. Where do your numbers originate? You can use nested For loops, an Addition node and a random number generator.
  14. You can "Print" VI documentation to html.
  15. I work with tight controls on what we can do with computers on our company's network. The idea has been tossed around that we could build our own computers that never see the network so we can retain admin control over them. Then, using a networked & not-under-our-control PC with two network cards, we can present the Front Panel of our application from the "free" PC to the "non-free" PC.
  16. Here's a Quick Drop plugin that loads all cases into a Tree, and the elements are draggable to reorder the cases - https://decibel.ni.com/content/docs/DOC-24058 It used to be a RCF plugin in the LAVA CR - https://lavag.org/files/file/90-caseselect/
×
×
  • Create New...

Important Information

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