Jump to content

crelf

Members
  • Posts

    5,754
  • Joined

  • Last visited

  • Days Won

    54

Everything posted by crelf

  1. crelf

    Couple messages

    Does it come in 2-ply ultra-absorbant?
  2. crelf

    Couple messages

    I went to my doctor this afternoon on your advice - after a couple of scans, some coughing and a little (albeit inappropriate) probing, he said that my time is tridirectional. I'm going to "watch" my figure, and with some dieting he said I'd drop a dimension in no time
  3. Nope - you have to drink water and watch all of us binge drink instead Mmmmmmmm... Shiner Bock.... Hey! Colin's made us famous! Check out the link in his signature
  4. Great - can you please provide a CAR number so we can track it here?
  5. Local and global?!? Wow - this is completely the opposite of what I'd been previously told...
  6. You're welcome! The tea must have been good this morning This example shows two ways of doing it - the first one just have the green arc, the second has an arc that changes colours depending on whether the needle(s) are in the "zone" It's a real shame you're not using LabVIEW 8 - this would have been a great example of an XControl... Download File:post-181-1143497662.vi Download File:post-181-1143497673.vi
  7. After further research, it turns out that it needs to be a fully-qualified absolute path.
  8. Also from Info-LabVIEW: Thanks for the suggestion Dan - it cleared my mind! Actually, it's not a permissions issue, it's that the builder creates the wrong path in the application's .ini file - my NI-DAQmx.ApplicationStorageFile was set to "applicationfolder\nidaqmx.ini", where it should have been just ".\nidaqmx.ini" - looks like a bug to me!
  9. That one takes a little more work and a couple of customized controls (see attached VI) Download File:post-181-1143487178.zip
  10. Check out the "Classic Controls" sub-pallete - it's there under "Boolean" Drop a normal knob down on your front panel and change its representation from DBL (the default) to an integer
  11. I'm having the same problem - I create a very simple VI (DAQmx read in a loop - output to a chart): and I create the channel in my LabVIEW 8 Project. When run in the LabVIEW development environment it works fine but once built I get error -200428 "Value passed to the Task/Channels In control is invalid. The value must refer to a valid task or valid virtual channels." Anyone got any ideas? (I've attached the full project in a zip) Download File:post-181-1143480404.zip
  12. So it needs a voice recognition component - whenever the user says "oh crap!" it automatically envokes an undo
  13. ...a good reason to do the demo in a darkened room
  14. I, in no way, was suggesting that it didn't - I have ultimate respect for Jeffrey and his books (I understand the pain of authorship) - that's why I said the Jim's inclusion lends weight, not creates it. Personally, I like Jim's attitude to LabVIEW development, and I think that it will add even more credibility. Congratulations guys - I can't wait to get it for my library. Is it just me, or has there been more and more LabVIEW books for sale on eBay recently?
  15. Awesome - add a multi-screen interface to LabVIEW and I'll buy it!
  16. Looks exciting, and the addition of Jim certinaly lends some weight to it. Although amazon.com is still using an old editorial review: "Now, completely updated for LabVIEW 6i"
  17. I hear ya - I usually just hibernate my laptop (it has real difficulty shutting down) - if only I could just hibernate it to flash then it'd start up much faster. That said, is flash more stable these days? (ie: how many read/write cycles can it go through before giving up? I vaguely remeber a rumour about it being very low... )
  18. http://video.google.com/videoplay?docid=-51784544344753709
  19. That's got to be one of my favourites! An optimist says the glass is half full, a pessimst says the glass is half empty, and an engineer says the glass is twice as big as it needs to be.
  20. Everything that Jim and Mike said - it's like Info-LabVIEW in a rich environment. Just curious: why do you ask? Is it because you're aiming to make the NI discussion forums more like LAVA?
  21. Crikey! You must have a lot of global accesses in there - looks like most of your CPU was being taken up by obtaining mutexes and thread swapping A great demonstration of another reason why globals are evil!
  22. It's easier in terms of time and work to implement, but XControls abstract the data handling you use just to display it, so your code is more readable (eg: you're not cluttering up your main BD with code that just rotates an array and picks off a few values to get them onto a graph) and generally easier to debug. Sure, you could just have all the code on the BD or put it into a subVI and then into your FP node, but XControls really clean all of that up. I also agree that using them in different places and across different projects is certainly useful too...
×
×
  • Create New...

Important Information

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