Jump to content

jcarmody

Members
  • Posts

    947
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by jcarmody

  1. Me, too. This reminds me of a joke. Q: What do you call someone that is fluent in three languages? A: Tri-lingual Q: What do you call someone that is fluent in two languages? A: Bi-lingual Q: What do you call someone that is fluent in only one language? A: American
  2. I'm sorry for implying that; I wasn't clear. I meant that the study ignored the effect of a controlled economy. No study can learn anything about what an open market could/would do as long as the market isn't open (there are extremely high, legislatively caused, barriers to entry into the market). Let me suggest that there are many "Health Care" demands that don't require specialists or special equipment, but there are no low-cost-no-frills options because the law won't allow them. I worked along the Tex-Mex border one summer and took a trip into Mexico where there was a thriving over-the-counter trade in prescription drugs. These were very inexpensive, and presumably good because the trade had been thriving for a long time. There are also, oddly enough, dentist offices on many streets offering various services at deep discounts to rates north of the border. There was a blip in the news in the past few years about people buying prescription drugs from foreign websites and legislators jumped up and down screaming about safety and suggested new laws were needed to prevent this "dangerous" practice. Another example is the practice of flying to a different country to get a medical procedure. I'm thinking about an article I read where people flew, at their own expense, to India to get a surgical procedure that they couldn't afford in the US. So, you would reasonably expect that something would cost more if you had to travel to get it, but these examples show things costing less. Call me cynical, but when someone that gets paid by folks that sell expensive drugs/treatment/insurance/whatever tells me that they're only limiting my options because they're concerned about my safety, I don't believe them. Now, if someone isn't comfortable with the low-cost option they can choose a different provider (just don't plunder my salary to pay for it ). Call me cynical anyway; the shoe fits. (PS - This thread is MUCH more fun then the ATE I'm debugging, although the progress I am making has increased my confidence that it will be done in 2009.)
  3. From the AutoIt website: (Look, they misspelled "favorite"! )
  4. Arguments based on data from studies conducted in a centrally planned economy don't invalidate my point, they ignore it.
  5. Lack of supply is a common issue irrespective of what commodity you're talking about, when artificial price controls exist.
  6. It should be easy enough to implement; I've added it to my list. How many states do you have that you even thought of this? Do you use the JKI State Machine or state headers? The tree will separate into sections if your states have headers like "---------- Section ----------". You can collapse/expand the states under these headers in the CaseSelect window. This makes it easier to find the state you need. Regards, Jim
  7. I remember some comedian had a bit about a person accused of hitting people on the head with a hammer. The joke was in asking if we really want twelve of his peers in the same room .
  8. I don't want to start another emotionally charged topic, but I'll suggest that that's part of the purpose of public education. It has happened before... From the original post I'll bite! I don't trust them.
  9. In the spirit of the recent popular political threads, I'd like to offer my opinion of something that we can do to effect our system of government. I live in the US; I know that not all of us on LAVA do, so please bear with me (and, don't get me started about voting ). I was prompted to post this after reading a news article of a woman that was arrested for videoing <4 minutes of a birthday party, in a movie theater, and getting some of the movie in the shot. If her case goes to trial it will likely be before a jury of her peers, and that's the theme for this post. An article I'd like you to read begins with: and: My favorite quote in the article is: In order to offer a relevant example I'll explain a certain law that many of us have broken - "honest services fraud". You can Google it or look here. Anyway, here's a quote from the link: Now, imagine you're seated on a jury for a trial where the defendant is accused of something as ridiculous as these examples. You will (probably) be instructed by the judge that you must convict if you believe the defendant to be guilty of the charges. I'd vote to acquit, regardless, and think everybody should but doubt that they would because they don't know their right/obligation. The first article is worth reading. The problem with this attempt at improving the citizenry is that a person would be be rejected as a juror (and perhaps held in contempt) for expressing this belief. I don't have much confidence in our system of justice, but I don't have to be part of the problem. Remember: if you're not part of the solution, you're part of the precipitate.
  10. Is it an integer? There's no coercion dot at the add function.
  11. Let me think about that... My first thought was "Because it's from a toy!!!". It might be Ok if my DO can power the servo without any external circuits, I'll have to check. I guess it would be Ok even if I had to wire up a driver circuit. It just feels like a cheap way out of designing a robust system. It certainly would be an inexpensive solution. Thanks for posting, Jim
  12. Hi, I need to select a small motor to feed string into a process. I've looked at NI's offerings, but they're all rather large and I don't know where to look next. I need to feed a light cotton wick (about 1/4" diameter) with very little tension so it doesn't need to be large. I've got a servo motor from my Parallax kit, which I believe I can control with a digital output, but I'm not sure that's a good choice. Could you suggest hardware I could use and control from my LabVIEW program? I don't have any experience designing motion control systems but I have programmed using NI Motion drivers. Thanks, Jim
  13. It doesn't do well with VIs that contain more than one snippet; it converts the first snippet in the VI and deletes the one you selected. I may fix it by having it convert all snippets rather than only the selected one, but I haven't decided yet. I'm guessing that we won't often have more than one snippet in a Block Diagram. Whaddayou think?
  14. I've gotten far enough on my JKI RCF plugin to post it. Right-click on a snippet, select GetSnippet and it'll replace the decoration with the embedded code. I'd appreciate it if folks would reply with CCT-generated snippets from other versions as I've only tested it with LV 8.6. I'll work on an 8.2 version this weekend. Let me know what works and what doesn't and I'll do what I can to make it better. Special thanks go to Ton and Yair for the CCT, to Darin.K for showing me how to get snippets from a block diagram and to JKI for the framework. GetSnippet.llb
  15. I don't want to ruin your recovery plans, but the answer to that has already been figured out. It's 42. Jim
  16. I've begun a RCF plugin that extracts the contents of a snippet made with the Code Capture Tool in LabVIEW 8.6, and it uses some SuperSecret stuff. Is it Ok if I leave the Block Diagram unlocked? BTW - this is only useful if folks use the CCT to make snippets in pre-2009 LabVIEW. Do you think you'll do that?
  17. Does it make sense to add this to the end of the VI? Is there a more appropriate way to open a VI for editing?
  18. Thanks. I actually had studied the vi that embedded the snippet but took the long way around. It's much prettier now . GetSnippet.vi
  19. Here's a LabVIEW 8.6 VI that takes a path to a snippet-embedded PNG file and creates a snippet.vi in the same folder. I'm not happy with the way I did it; it works, but I have a feeling that there's a more elegant method. The next thing I'd like to try is to make a JKI RCF plugin that converts a PNG on the BD into code. It would be nicer to be able to have LabVIEW respond to a PNG being dropped onto the BD; do you know how I might do that? Hey folks! This picture is a Snippet made with the Code Capture Tool in LV 8.6! GetSnippet.vi
×
×
  • Create New...

Important Information

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