Jump to content

crelf

Members
  • Posts

    5,754
  • Joined

  • Last visited

  • Days Won

    54

Everything posted by crelf

  1. Hey all, I'm using VI server to load and run a VI dynamically, but I'm getting: Error 1000 occurred at Invoke Node in Start Threads.vi The VI is not in a state compatible with this operation I know the VI is fine (it's not reserved for executiong, I can run it manually, and it's idle when I try to call it). Note the image over the title of the type specifier - I wonder if this is trying to tell me something? Anyway - see the attached files: unzip the zip file to a new folder and point the path control of LittleBugger.vi to that new folder - I can't understand why the Motion (Linear) Thread.vi won't run... Download File:post-181-1141424835.vi Download File:post-181-1141424750.zip
  2. This one's got me completely stumped: I'd like to fire an event (or the like) when you move between different options in a combo box. That is, you click on the box to get your drop down options, and as you move the mouse over the items in the list, I'd like to programmatically change the description of the combo box: Any ideas? It's driving me nuts! Download File:post-181-1141401289.vi
  3. I know I can programmatically show and hide the Context Help Window and even set its position, but can I access a reference to be able to set other properties? I'd like to be able to set and lock the window's size and maybe even change its status (modal, floating, etc).
  4. I allegedly heard an alleged rumor that he allegedly smells funny...
  5. Use the "Format into String" primative (it's under the "string" sub-palette of the functions palette), and set your "format string" to %04d - the % is the format sepcifier, the 04 means use a minimum field width of 4 characters, and the d tells the function to format is as an integer.
  6. Now there's an image I didn't need just before afternoon tea...
  7. NI's SCB-68 is probably what you're looking for - it's got the 68 pin D connector, screw terminals and a small central breadboard area for prototyping. If you need a larger area without the screw terminals, EasyDaq sell a "compatible" development card (I've never used it, but it looks like it would do the job).
  8. G'Day Philippe - I can't get the customized color box to do anything when I click on it...
  9. Hi All, I'm putting together an update to the OpenG custom user interface toolbar buttons (partly because I have a bunch to share, and also because I want to learn more about contributing to OpenG). If you've got custom buttons that you use on your UI, please submit them to be included in the package to share for the greater good of the LabVIEW community! Below is a graphic of the buttons that have alread been submitted: If you've got others, I'd love to hear from you!
  10. You sure can - the ROI Descriptor is just a cluster of elements that define the ROI. Here's an extract of my book "Image Acquisition and Processing with LabVIEW" (shameless plug ): 5.1.3. Manually Building a ROI
  11. Confirmed on LabVIEW 8.0 as well - as suggested, disconnecting it from the typedef fixes it...
  12. so your LabVIEW work is mostly as a hacker...
  13. The order of exectuion has nothing to do with the position of elements on your block diagram. LabVIEW is a dataflow programming language, meaning that elements will execute once all of their inputs have data on which to execute on. Check out these links for more information: Dataflow definition Wikipedia LabVIEW definition
  14. To parse your input string, why not split the string at the "space" and handle the two parts separately? Personally, I'd definately go with Jim's method - the "unit" of data is a very underused feature of LabVIEW, and (as Jim says) as long as you keep your units consistant, it takes care of itself (eg: wiring a control in meters and a control in seconds to a divide primative will yeild a solution in m/s - if you wire that to an indicator with units other than m/s will give you a broken arrow).
  15. I Like "LabVIEW: Advanced Programming Techniques" (http://crcpress.com/shopping_cart/products/product_detail.asp?sku=2049) - it's getting a little old now, but there's still a bunch of important techniques in there. It's pretty expensive on the CRC Press website, but I figure amazon or B&N has it cheaper.
  16. Neo Vista System Integrators (I used to work there) has a range of loggers called "NeoLog" and "Flex Log" that's very configurable and LabVIEW-based. The guy to talk to over there is: Alex Gouliaev Sales Manager Phone: +61 2 9809 7899 Email: alex.gouliaev@nvsi.com.au Web: www.nvsi.com.au
  17. I love it - It's really easy to create quasi-toolbars (you can pick the toolbar up and move it around, or dock it anywhere else, but for a static toolbar, it's pretty neat! I use a bunch of custom Booleans for toolbar buttons that I put together *years* ago - I hope to put them up on OpenG very very soon:
  18. You can re-take the exam after a certain time period has passed (a couple of days I think?)
  19. Isn't what you're after just a functional global? The whole idea of having a local is to access FP objects...
  20. Neat - now I don't have to shell out the $50 fo rthe real one...
  21. Hi Brian - sounds like a great tool - anyway I can get it without having to create an account on your online shopping website?
×
×
  • Create New...

Important Information

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