Jump to content

crelf

Members
  • Posts

    5,759
  • Joined

  • Last visited

  • Days Won

    55

Everything posted by crelf

  1. QUOTE(ahull @ Apr 12 2007, 11:47 PM) Have you asked NI about this issue? They'd be a better place to start...
  2. QUOTE(mballa @ Apr 13 2007, 04:24 AM) Wouldn't you prefer to get a COTS pacakge that does it for you? VISTA VI Documentation Manager and VISTA VI Documentation Generator
  3. crelf

    LEDarray

    QUOTE(Jim Kring @ Apr 12 2007, 11:53 PM) Okay - now that's just freaky.... QUOTE(Aristos Queue @ Mar 29 2007, 12:16 PM) http://forums.lavag.org/index.php?act=attach&type=post&id=5326 For the brief time it existed, it had a value equal to pi... Jeeez - what was it's half-life?!? I knew I was unstable, but that's ridiculous QUOTE(Aristos Queue @ Mar 29 2007, 12:16 PM) I know... it was kind of an irrational choice. Very droll...
  4. QUOTE(SciWare @ Apr 12 2007, 10:42 PM) Only if you're a shelia...
  5. QUOTE(lraynal @ Apr 12 2007, 10:52 PM) It really depends on what you're trying to do. You're right - I don't think you want reentrancy in this case, but instead a cloned template. Reentrant VIs create a new instance (ie: dataspace) for each place it is on the BD (great if you've got USRs in there keeping some data alive). So, the code in the top of the image you sent will only create one (it's only on the BD in one place = one dataspace copy), whereas the bottom one creates one dataspace for every instance of the VI (meaning that if you put something in a shift register in one instance, it will not be there in another instance).
  6. crelf

    LEDarray

    QUOTE(LV Punk @ Apr 12 2007, 11:04 PM) Damn it! He's on to me! That is kinda spooky... (They're both great comedians, for very different reasons )
  7. QUOTE(filozofff @ Apr 9 2007, 10:27 PM) Please post your code so we can all benefit from it.
  8. QUOTE(kings123 @ Apr 12 2007, 08:46 AM) Post your code and we'll take a look at it.
  9. QUOTE(kennoncotton @ Apr 10 2007, 11:05 PM) But how does it *know*? Is it that the DLL is in the search path somewhere, or is it limited to only the system path? Also, what if the win32.dll is different betweek systems? eg: what if it's built on Windows 2000 and then run on WinXP? I figure both of these OSes have a win32.dll, but are they the same (enough) for this to be a robust thing to do?
  10. QUOTE(Aristos Queue @ Apr 9 2007, 02:17 AM) If anything at all. There's not enough supporting information to indicate that the data presented means anything. It's like saying "9 out of 10 dentists prefer ACME-brand toothpaste" - it's misinformed at best, misleading at worst. Give GoogleLabs some more time - they'll either fix it up and release it, or leave it in the Labs section forever (actually, it's been in the Labs section for a looooong time already...)
  11. <cite>QUOTE(Aristos Queue @ Apr 9 2007, 02:01 AM) </cite> An excellent suggestion :thumbup: Of course, the other reason for wanting such a list would be to know the complete range of functionality that has been hidden in the tags. But if we did that, where would we hide the easter eggs? So no list. Gotcha - I figured it was something like that. PS: Scripting? Never heard of it.
  12. Select Help>FindExamples to go to the Instrument Driver network and then search for the manufacturer/make/model of your hardware. If it's not listed, you can write your own, but you're going to have to learn about VISA and the serial protocol (it looks like a really simple protocol, so it shouldn't take too much to learn). If that's not an option, then contact a system integrator to write it for you.
  13. This may or may not help, but take 30 seconds to check that your port settings are correct - it may look like communication is working even when you've got something wrong (baud speed, stop bits, etc).
  14. <cite>QUOTE(yen @ Apr 8 2007, 11:31 PM) <a href='index.php?act=findpost&pid=27768'></a></cite> That's a really good point yen - it's certainly possible that a method does exist, but it's just not exposed to us right now. That said, I still think that it's there somewhere, jbut finding it is unintuative (is that a word?) yen's right about the complexity of the event structure: think about an event - you define the control (application, VI...) and the event type that fires it, you can have multiple UI events fire one code event, there's dynamic dispatching, user events, and more! As an aside: I'd like to see a list of tags - are there a lot of them? What do they do? What are their prototypes? So many questions...
  15. QUOTE(Ben @ Apr 8 2007, 10:42 PM) "Toilet Paper" I can understand (sure, most of us use it thus it's popular, but not that may of us are interested in it) "sex" has probably been replaced by "porn" (that search term is on the "rise") "beer" has a huge interested following - not so much to learn more about it, but more to sample it "As a Google Labs product, it is still in the early stages of development. Also, it is based upon just a portion of our searches, and several approximations are used when computing your results. Please keep this in mind when using it." It's not about popularity, it's about interest (and, AFAIK, limited only to those searching a particular term alone, and only a portion of the searches at that). For example, searching for "LabVIEW" might be reflected in the results (remember, it's based on only a portion of the searches), but searching for "LabVIEW DAQ" won't. It may be indicative, but that's about it. Personally (here's the scientist in me ) I'd like to know what the values and units are on the Y axis.
  16. QUOTE(James N @ Apr 8 2007, 09:05 PM) "STOR" (show in the code above) is a raw FTP command, and as long as the printer knows what to do with it (including the "BUFF" for put-it-in-your-buffer-queue), then it just might work :thumbup: QUOTE STOR (STORE) STOR <SP> <pathname> <CRLF> This command causes the FTP server to accept the data transferred via the data connection and to store the data as a file at the FTP server. If the file specified in <pathname> exists at the server site, then its contents shall be replaced by the data being transferred. A new file is created at the FTP server if the file specified in <pathname> does not already exist. Notes: <SP> = Space ASCII Character <pathname> = NotAPath - As you can see from the code JamesN posted, the <pathname> is set to <NotAPath>, so the raw text is tranferred instead. <CRLF> = CarriageReturn + LineFeed ASCII Characters
  17. No worries Ami - as I said, there has to be a way to do it, it's just not obvious to us... Good luck!
  18. QUOTE(Joseph167 @ Apr 8 2007, 08:37 PM) You're going to have to give us far more information than that: What is the make/model of the LCM? Do you have a link to it's spec sheet? What have you already tried? (post a VI or two for us to have a look at) What sort of DAQ hardware have you got? What sort of signal (details) is the LCM expecting? What version of LabVIEW will you be using? Tell us more about the sine wave and the response you need to generate.
  19. QUOTE(yen @ Apr 5 2007, 05:40 AM) Stephen Fry cracks me up - some his his greatest (and worst) work was on "A Bit of Fry and Laurie" - check out "Where is the lid?" (yes, that's the guy that's the lead in the American series "House M.D."). They were both fantastic together teamed up with Rowan Atkinson and Tony Robinson in the BlackAdder series'.
  20. QUOTE(PeterB @ Apr 6 2007, 07:54 PM) C'mon Pete - you know from personal experience that I can bullsh*t with the best of 'em QUOTE(PeterB @ Apr 6 2007, 07:54 PM) ...perhaps I should call your bluff and check with Ruth Bring it on! QUOTE(PeterB @ Apr 6 2007, 07:54 PM) ...the timestamp on your post in Australia is Apr 2 2006, 07:58 AM I moved to the USA in the September of 2005, so whilst it may have been April the 2nd over there[1], the timestamp converts to 04:58:00 p.m. Saturday April 1, 2006 USEST (they don't observe the afternoon thingy over here - I'm just trying to fit it! ). Also, I'm not sure how you got the time from my post, as the time listed certainly isn't my local time. I am positive that I sent it in the morning - I remember ranting in my pyjamas at the dining room table - and so does Ruth! [1] This Outback Steakhouse ad explains the rip in the time-space continuum: <object width="425" height="350"><param name="movie" value="http://www.youtube.com/watch?v=x6tuSHyCXkU"></param><param name="wmode" value="transparent"></param><embed src=http://www.youtube.com/watch?v=x6tuSHyCXkU type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
  21. QUOTE(PJM_labview @ Apr 6 2007, 01:09 PM) I think so too.
  22. QUOTE(alukindo @ Apr 6 2007, 09:53 AM) Please post an example of the problem in actual code - then we can't really see what's going on as your BD screenshot doesn't tell us much.
  23. QUOTE(Jim Kring @ Apr 6 2007, 11:07 AM) ...and for reminding us that you made it
  24. QUOTE(jaec @ Apr 6 2007, 05:30 AM) Get the crack from http://www.ni.com/' target="_blank">here - it costs a few $, but it's sooooooooo worth it!
  25. Mild mannered Jim Kring is actually really...
×
×
  • Create New...

Important Information

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