Jump to content

crelf

Members
  • Posts

    5,754
  • Joined

  • Last visited

  • Days Won

    54

Posts posted by crelf

  1. What's the next step in the hazing... I am not going to have to do any binge drinking am I??

    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 ;)

  2. Thanks, crelf.

    You're welcome! The tea must have been good this morning :D

    1. Any ideas on how to get the green arc at the top?

    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

  3. It appears to be a permission problem... if you copy the nidaqmx.ini file to c:\ and edit the "NI-DAQmx.ApplicationStorageFile" parameter in the apps .INI file to point to the c:\NI-DAQmx.ini , it should work.

    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!

  4. 2. Button.jpg - I thought I remembered seeing a push button Boolean control in the past. Cannot find it now.

    Check out the "Classic Controls" sub-pallete - it's there under "Boolean"

    3. knob.jpg - I need a knob that will 'click' to preset positions.

    Drop a normal knob down on your front panel and change its representation from DBL (the default) to an integer

  5. I'm having the same problem - I create a very simple VI (DAQmx read in a loop - output to a chart):

    post-181-1143480568.jpg?width=400

    and I create the channel in my LabVIEW 8 Project. When run in the LabVIEW development environment it works fine

    post-181-1143480338.jpg?width=400

    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."

    post-181-1143480396.jpg?width=400

    Anyone got any ideas? (I've attached the full project in a zip)

    Download File:post-181-1143480404.zip

  6. It had weight before.

    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?

  7. Why not state retrieval from flash ram?

    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... :unsure: )

  8. But why bother building an XControl if you're only going to use it once? Isn't it just as easy (easier actually) to just build the functionality into the VI where you're going to use the control?

    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...

  9. Sorry, I should have been more explicit. I was not trying to detract from dqGOOP -- I was just answering your question about whether OpenG, or anyone else, could legally use a similar implementation. IMO, a pure G GOOP implementation is best if it is open. Stay tuned, interesting things to come.

    Ahh - gotcha. Staying tuned with great interest...

×
×
  • Create New...

Important Information

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