Jump to content

jcarmody

Members
  • Posts

    950
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by jcarmody

  1. We have a few PXI-chassis-based ATEs and we have serious issues with cooling such that we often have to move test operations to cooler rooms in the summer. I'm not responsible for any of these operations, so my comments are only heresay (heresy ), but one of our Sr. Test Engineer has had several discussions with NI AEs regarding this. YMMV, but I'm interested in what others say.
  2. Are you getting an error, perhaps Google can help - http://xkcd.com/979/.

    1. Phillip Brooks

      Phillip Brooks

      All my questions keep coming back to LAVAG.org!

  3. That's what I was thinking could be done, after rereading the OP and then the title of JG's example but before clicking "Post".
  4. jgcode made an Error Logger as part of last year's NI Example Code Contest.
  5. I read this KB article just last week because I'm playing with adapting a custom probe to any data type.
  6. How about this? It may require more testing to eliminate things like String controls that contain the search text, but that's easy enough (depending on the application).
  7. You may have already read this from Joel on Software - Things You Should Never Do, Part I It's an urge you must resist.
  8. ...or, I could draw in a Free Label using ASCII Art.
  9. My opinion: 1984 > Animal Farm > Brave New World I haven't read Catch-22. Interesting, because (I believe that) all three were written in Great Britian. The human condition is universal, I guess.
  10. Pretty good point, but not completely correct. I just tested your VI with my target VI running and found that the Delete and Paste methods don't work. We are able to update Free Labels when their VIs are running. I guess I'll just have to limit myself to things I can represent in text. One avenue I can explore is to float VIs over the block diagram.
  11. It all started in an NI LabVIEW API Community question about working with probes (here), when I was working on my State Machine Follower RCF plugin. This activity was in my mind when I read an Idea Exchange suggestion that we be able to "View probe values within the code during execution". So, I began writing stuff to insert a Free Label into the block diagram near a wire and have a custom probe send a notification that would update the decoration when the value is updated. I soon realized that I'd need a different probe VI for every data type. and it was suggested that some data types would be difficult to represent in a Free Label so I thought I could use a picture of the probe's control instead. This is why I'm trying to change the picture in a decoration. I want the probe to notify with a picture of its control so a background process can update the decoration on the probed VI's BD. I don't think I can use Darin's suggestion because I won't be able to inline a SubVI while the VI is running, and that's also why I can't use a Picture constant. Darren's first suggestion and David_L's VI seem to be the way I'll need to go.
  12. I'm going to guess that this won't work for what I want to do; I need to be able to change the image while the VI is running and I can't imagine LabVIEW letting me inline a SubVI unless it's stopped. What do you think? I'd still like to see your code.
  13. No offense was taken I always appreciate injections of humor into these threads. I looked at the video on my phone - Ren & Stimpy... very nice.
  14. I can't see Youtube at work, but I'm thinking that you've interpreted my request for help to mean I need help shaving the Yak. I have many years of experience shaving Yaks and can handle it quite well once I have my preliminaries completed. I need help changing the picture in a BD Decoration using scripting. I'll look at the video tonight; It may inspire me. At least you didn't use lmgtfy to answer my question.
  15. This is a Block Diagram Decoration with a picture of an unshaved Yak. It is a Yak that I very much want to shave... I've posted a question in the NI LabVIEW API Community asking for help: Can you help? Thanks, Jim
  16. I half expected that my picture would help you!
  17. I prefer the smaller ones so much that I wrote a JKI RCF plugin to convert them.
  18. I do this using a config file, also. I use the OpenG config file VIs to read the file based on a type-defined cluster and I put it into a Shift Register for access anywhere in the same program.
  19. Draw us a picture, please. It'll be worth a thousand words.
  20. Here's a demo VI with instructions to show what this plugin does.
  21. I'd also suggest that the OpenG Variant Configuration VIs are easier to use than the native ones. You can make a type-defined cluster and it's much easier to manage updates to your ini file.
×
×
  • Create New...

Important Information

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