Jump to content

PaulG.

Members
  • Posts

    822
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by PaulG.

  1. From the following link: "... STK can be embedded within another application (as an ActiveX component) ..." http://en.wikipedia.org/wiki/Satellite_Tool_Kit (thanks richlega) Using LV/ActiveX/STK the LAVA collective should be able to come up with the best time and method to knock this puppy out of our way once and for all. We would be more popular than Bruce Willis.
  2. PaulG.

    Ken Lee

    Every version of this song since Harry Nilsson's original has been a HACK JOB. Why doesn't someone remake "Lime in the Coconut"? :laugh:
  3. Uh-oh. Topics like this can quickly digress into "flat-earthers" flaming "amoral atheists" and vice-versa. This topic is LOADED. I have an opinion on just about everything, but not even I will go there. (la la la la la I'm in my happy place la la la la)
  4. I installed Safari after the 2nd or 3rd time iTunes wanted to update. It's not a bad browser, but nothing spectacular. I guess I expected more from Apple. I'll stick with Firefox.
  5. QUOTE (Irene_he @ Apr 10 2008, 09:25 PM) I thought it was only American conservatives that hated CNN their propaganda. But it makes sense. CNN (as well as most of the dominant media) hate American Republicans/conservatives/i.e. "The Rich". Chinese companies make a lot of money for "The Rich". Thus, by guilt by association CNN would hate all of China.
  6. You will need IMAQ and Vision software, but you will also need a way to communicate with the hardware. If the hardware has ActiveX components it should be doable. Some companies have well-developed ActiveX/Com libraries and SDK's. Others have squat. You will have to contact the manufacturer.
  7. I'm not quite sure I understand your architecture, but you can feed all your data into a single queue. Your display can be in a loop by itself, dequeuing the elements from the queue and displaying them.
  8. QUOTE (mross @ Apr 7 2008, 04:24 PM) My understanding is not to use multiple event structures in the same loop. I've had single event structures in mulitple loops with no trouble.
  9. If you wire from an output but don't connect it to anything it remains a broken wire/dotted line. However, if you double click the broken wire it gets tacked down on the block diagram. If you hover over the broken wire and right-click you can create > indicator and the wire will connect to an indicator of the data type.
  10. Since you are still in 7.1 I would recommend LabVIEW for Everyone, 2nd Edition, and one of my favorites is A Software Engineering Approach to LabVIEW. SEAL teaches a good approach to overall design and managing code complexity. Also, spending a lot of time here and in NI's forums will be very helpful. NI Developer Zone has a ton of sample code and examples. Your greatest source of frustration will be your head's transition from text-based, procedural programming to graphic, data-flow programming. Many C/text programmers I've met got really frustrated the first few months learning LV ... and their code looked like it ... but they came around. Personally, I think anyone who programs in C needs to have his/her head examined.
  11. QUOTE (Michael_Aivaliotis @ Apr 2 2008, 09:45 PM) It could feel worse. You could be a teenager: young and grumpy ... and hormonal.
  12. A quick search of NI's Developer Zone: http://search.ni.com/nisearch/main/p/sn/ca...State%20Machine Should give you plenty to read.
  13. PaulG.

    Nice puppy!

    QUOTE (Yen @ Apr 2 2008, 01:19 PM) Maybe we should start thinking about implementing Asimov's Three Laws of Robotics. Imagine the look on a developer's face the first time he hits his robot out of frustration - and it hits him back. "You stupid bucket of bolts!" WHACK! (whrrrrr whrrrrr whrrrr) POW!
  14. Happy Big 4-0, Michael. 40 was my favorite. I loved it so much I've been celebrating it every year for the last 9 years.
  15. "anxiousMemoryDeallocation=TRUE" Who would want to make an operating parameter "anxious" anything? Next thing you know we'll get "nervous" then "paranoid" then "psycho". Then we'll get HAL. "Deallocate memory please, Hal" "Deallocate memory please, Hal" "I can't do that, Dave"
  16. QUOTE (iannicholson @ Apr 1 2008, 09:11 AM) The same company that gave us Vista doing robotics. THAT is a funny April Fool's joke. :laugh:
  17. PaulG.

    Earth Hour

    Symbolism over substance. If Google really gave a hoot they would have shut down their servers for an hour. As it turns out a lot of folks turned every light in their houses ON for an hour in protest of the hypocrisy. However, as a matter of fact I turned ALL of my lights OFF from about 11 PM until about 7 AM the next morning. So there.
  18. You're not letting that thing near my backside.
  19. We have some apps running in the field with HUGE clusters that use the OpenG variant config functions and to my knowledge they have been running fine for quite some time. Granted, we are running 8.5 with 8.5 OpenG. That might have something to do with it, but it's all I can think of at the moment.
  20. "I have a bad feeling about this". If I were on my own there is no way I would take on something like this while trying to learn a new language. Most likely LV can do what this project requires, but with your background and experience in other languages it might be a lot more efficient for you (and less frustrating to your customers) to just learn the robotics (not that hard) and write the code in something you know already. There is no way that anyone can predict just how long this project will take. I inherited a project that was supposed to be done in "90 days", but went 6-months overdue because the engineer (a C programmer) was learning LV while he was working on the project. This guy eventually got so frustrated he hired me - then left - and I inherited the project as a "lone gunman". I spent the next 6 months on-site with the customer breathing down my neck daily just getting the code to work, then another year going out there to fix the occasional bug that crept up almost weekly. "Newbie" code is buggy, not well written and horrendous trying to decipher. I got it done, but it almost resulted in my permanent burnout. I don't want to discourage you. LV is well worth knowing. But start small. "Baby steps". And think of your peers.
  21. I printed a copy and it will hang in a place of honor next to my "TPS Report Cover Sheet". :laugh:
  22. QUOTE (Michael_Aivaliotis @ Mar 21 2008, 05:24 PM) I'm not anymore. I dug into Jott last night and they have plenty of support from some big money companies. One in particular is Amazon, and I shop quite often there. You can Jott Amazon, name a product or title, then Amazon will send you an email with the top 5-10 matches with availability and price. Sometimes I'll be listening to my XM and I'll hear someone I want to hear more of ... I can just Jott Amazon with the artist and an email will be waiting for me when I get home. That sounds really cool.
  23. It only took a minute to set it up and it could not be any easier to use. I'm just a little skeptical of anything that's "free".
  24. I'm not sure what you want. Could you be more specific? If you are expecting to invoke methods or change properties throughout your code call all of the references at the beginning of your code, bundle them into a cluster and pass the data through iterations of your code with a shift register. If you want to perform the same operation on numerous references, many properties (visible, disabled) can be changed as a more generic class. Simply unbundle the references from the cluster, build an array with them and perform the same operation on them with a property node inside a For Loop.
×
×
  • Create New...

Important Information

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