Jump to content

PaulG.

Members
  • Posts

    822
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by PaulG.

  1. Try putting the strings in that pane into a cluster, then append that image control to report.
  2. PaulG.

    Star Trek

    QUOTE (FLAnatic @ May 7 2009, 03:29 PM) :laugh: I love The Onion. Good catch. :laugh: QUOTE (Yair @ May 6 2009, 01:28 PM) Of course not. He's going to point his finger at his head and slice it open: http://lavag.org/old_files/monthly_05_2009/post-1431-1241630881.jpg' target="_blank"> Finally, I can get the chance to prove I'm not a Trekkie. I have no plans of watching this movie. If it ever happens to come my way, fine, but that's about it. This is the ONE thing that will interfere with my enjoyment of this film. Zach Quinto as Sylar on Heroes is without a doubt the most evil character created on TV. Worse than Brett Butler (But Sylar is at least funny in a dark sort of way). Him playing Spock will be a distraction.
  3. When a loop runs ONCE why is the iteration count 0? How can something run once yet still run 0 times?
  4. QUOTE (ASTDan @ May 7 2009, 10:19 AM) Not mine personally, but http://www.cs.tau.ac.il/~nachumd/verify/horror.html' rel='nofollow' target="_blank">highly recommended reading.
  5. QUOTE (Black Pearl @ May 6 2009, 03:03 PM) The VI Analyzer? I don't know about that but I don't know how you can be invisible to the View>VI Hierarchy window.
  6. I think the simplest approach for your application would be using OpenG configuration files and a single cluster. I think you want to stick with a single cluster to keep data encapsulated and keep it simple. And the OpenG vi's have already been worked out for you. I use it all the time. It's just too convenient.
  7. PaulG.

    Star Trek

    QUOTE (Cat @ May 6 2009, 08:08 AM) I haven't been to a movie theater in years, but I think I'm going to stand in line this weekend for this one. :thumbup:
  8. QUOTE (Val Brown @ Apr 27 2009, 11:16 AM) Agreed. I just spent my lunch reading through this. It's reading like a preamble to a crusade.
  9. From the downloads page: "We got reports that upgrading sometimes does not work properly. If you have problems after updating TortoiseSVN, just uninstall it, reboot, and then install it again." No thanks. :thumbdown:
  10. QUOTE (pravin @ Apr 23 2009, 06:23 AM) Start http://www.ni.com/pdf/manuals/321393d.pdf#labview_style_guide' target="_blank">here.
  11. QUOTE (crossrulz @ Apr 22 2009, 04:28 PM) That's the way I do it. OpenG has Reshape that's kind of slick, too. http://lavag.org/old_files/monthly_04_2009/post-3786-1240433063.png' target="_blank">
  12. SparkFun is the only one I know of besides the forums on manufacturer's web sites.
  13. QUOTE (jimlandowski @ Apr 15 2009, 04:30 PM) LabVIEW's greatest strength is also it's greatest weakness. NI invests heavily to the "non-user" market. A "non-user" can whip up a functional VI in just a few minutes and NI can claim another "sale". But what is that "non-user" going to do with that data? "Pure energy" ?!?!? :laugh: I've been programming in LV for over 10 years and I can assure you: LabVIEW is no more "pure energy" than any other language. If I had spent the last 10 years programming in Python I might be able to say the same thing about Python. The only reason I stuck with LV is that graphical programming appeals more to the way my brain works. "Do you want me to draw you a picture?" "Yes."
  14. QUOTE (crossrulz @ Apr 13 2009, 08:47 AM) In a NASA environment? At face value that sounds kind of scary.
  15. QUOTE (manojba @ Apr 13 2009, 01:34 AM) In your splash screen sub VI create an event structure inside a while loop. Create an event Pane-Mouse down. This selector will have a boolean to stop the loop. Select VI properties>customize>and select show front panel when called and close afterwords if originally closed. When you call this vi it should behave the way you want it to. For images just copy and paste any any image into the clipboard and paste it onto your front panel.
  16. QUOTE (ShaunR @ Apr 11 2009, 07:45 AM) I had an application that had similar parameters and that's where I used a main "test manager" VI with a number of tests written as VI templates. I won't take all the credit for it since I inherited the original idea. But it worked very well. Need a new DUT test? Just write a new template. What little I know of TE I still know enough that it could have been a real headache trying to write this in a strict TE-type test sequencer environment. A test had to start at any time, it could be a different type of test on a half dozen different DUT's, etc. etc.
  17. I've run some fairly large, mulitple DUT testing programs without TestStand. VI templates under an executive VI worked OK for me, but maybe my idea of "large" is different than yours. And I don't think I've ever seen TestStand in action to really appreciate it. I don't like the cost. It's way to expensive. It's hard enough to convince the boss to keep up to date with the latest version of LV.
  18. I use a 6221 and I'll go along with everyone else here: it probably does not have enough current to drive the motor directly. But don't worry. This is a learning experience for you. 5V is 5V, but not necessarily when it comes to current output. When working with logic outputs remember one thing: TTL outputs, i.e. outputs you want to control "things" (motors, displays, rocket motors) will almost never be driven directly. Check with the motor manufacturer for their recommendations for driver chips. That would be the simplest way to go. But if you want to get hands-on, fun and dirty use MOSFETS to drive your motors. It's worked for me. Have fun.
  19. "... 91.7 FM KOOP, Austin's community radio station, is comprised of more than one hundred volunteers from the community. The station's diversity is already quite breathtaking - there are music shows ranging from reggae to electronica, from soul to garage rock, from jazz to bluegrass ... " Sounds like "open source" radio. Now THAT sounds very cool. :thumbup: One of my clients is based in Austin. I simply MUST suck up to them (and my boss) to get a chance to go down there and meet them. (LabVIEW? What's a "LabVIEW"?)
  20. I use the QMH quite often, but only for a small application that requires a state machine or sequence where I need something quick and dirty. For anything medium to large I prefer a typedef enum feeding the queue. One of the big benefits of the enum is that when I can finish a case, and my next case is similar all I have to do is "duplicate case" and I'll have most of my code for the new case. And I don't have to worry about the spelling.
  21. PaulG.

    Alfa String

    QUOTE (hooovahh @ Mar 31 2009, 10:31 AM) 0bama seems to have figured it out. About 100 million of them voted for Him.
  22. Indeed. I have 8.6 and it's not there. The "classic" version is still available but not the modern. (???)
  23. QUOTE (Cat @ Apr 3 2009, 08:13 AM) If I need the functionality of a stacked sequence I'll use a queued message handler. A single frame of a sequence structure is quite handy sometimes to ensure data flow, but I can't imagine why anyone would want to use a stacked. They are inflexible and ugly. http://lavag.org/old_files/monthly_04_2009/post-3786-1238764335.png' target="_blank">
  24. QUOTE (ssteven121 @ Apr 1 2009, 06:48 PM) "It's dead Jim."
×
×
  • Create New...

Important Information

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