Jump to content

Michael Aivaliotis

Administrators
  • Posts

    6,203
  • Joined

  • Last visited

  • Days Won

    111

Everything posted by Michael Aivaliotis

  1. You mean these? Download File:post-2-1192736521.zip Qualified Name Array To Single String.vi takes a VI's qualified name, given as an array of strings, and converts it to a single colon-delimited string. This VI may be useful for working with VIs owned by any library type, and it is used as a subVI of the other two VIs in this .zip file. Is This Control Of This LabVIEW Class.vi takes a control refnum and a LabVIEW class refnum and tells whether the control is an instance of the given LabVIEW class. It returns true for regular class controls/indicators and for XControls of the class. Is This Control Of LabVIEW Object Class.vi is the same as the previous, except it does not take a class refnum for input. LabVIEW Object is the built-in class that is the ancestor of all other LabVIEW classes, and this VI specifically checks to see if the given control is an instance of this class.
  2. QUOTE(Yen @ Oct 18 2007, 11:50 AM) If you see a search result that is threaded then please forward the link to me in a PM. This isn't suppose to happen.
  3. I have a better idea. Why doesn't someone start a wiki article that answers this question since it's been the 1000th time someone has asked this on the forums. We currently have a calling a VI category which has bits and pieces but no one comprehensive article. There realy is many ways to call a VI let us list the ways and what are the differences. An overview article is really necessary here.
  4. QUOTE(neB @ Oct 18 2007, 03:54 AM) I never said it wasn't funny.
  5. QUOTE(silmaril @ Oct 18 2007, 04:46 AM) Sure, and probably some time after that you will see LV 9.0. Oh and probably sometime after that you will see 9.1 then 9.1.1 then 10.0 then... So?
  6. Threaded and outline mode was removed because it causes more problems to 95% of the people than the benefit it offered the few that liked it.
  7. QUOTE(angel33 @ Oct 17 2007, 11:42 AM) Welcome to the forums, but what's with the attached image? You can't possibly think that's friendly.
  8. QUOTE(Dean Mills @ Oct 15 2007, 01:34 PM) Many say that I have a God-like http://en.wikipedia.org/wiki/Omnipresence' target="_blank">omnipresence. That's not true. It just appears that way.
  9. QUOTE(Justin Goeres @ Oct 16 2007, 11:17 AM) I prefer at least to always remind everyone that the 24MB run-time works just fine thank you.
  10. I would recommend this for a Code Repository candidate. Please consider.
  11. QUOTE(Darren @ Oct 15 2007, 12:09 PM) Using the Register Event Callback node.
  12. Ok, this may be a bug, I (or LabVIEW) may be retarted, or fill in the blank. How do you debug callback VI's? I assumed that you could just put a breakpoint in the callback VI and the instance would break, but it doesn't. Any ideas?
  13. It never ceases to amaze me where LAVA threads end up... but still, looking for LAVA lurkers out there. Just post and say Hi.
  14. QUOTE(crelf @ Oct 15 2007, 10:18 AM) crelf, you're talking to an NI employee. They don't work like system integrators.
  15. QUOTE(DaveKielpinski @ Oct 13 2007, 08:45 AM) Sorry Dave. Here's how to add more items. We won't get into why this happens. Suffice to say that the registration refnum is typed to the data and because the uninitialized shift register is well, uninitialized, it retains the datatype. You need to type the wire by feeding in the registration refnum data from the outside of the while loop. We can't wire anything from outside the loop because this Facade vi runs only one iteration and the shift register retains the value from the previous run. To make a long story short here's what to do in 3 steps:
  16. BTW, you don't HAVE to change your display name... just thought some people might want a space between their first and last name.
  17. I’ve always wondered who all these people are that visit the LAVA Forums but never post. There’s about 7000 registered members but only a handful post irregularly. I know many of you subscribe via RSS and never visit the site. Now’s your time to shine, lurkers! Just pop a comment here, no reason to be shy. Let us know who you are, where you’re from, what you do, whatever. It will help you get to know some of the other lurkers. . For those of you still scratching your heads as to what a lurker is, a lurker is a person that decides to stay shy in either a chat room, a forum or a blog, by not contributing their comments and electing to just watch the babble ensue in front of them. Now that made no sense, but I’m sure you got it. And yes, if you are one of those regulars you can comment too.
  18. Just want to let you know that as a courtesy to normal members. I am allowing you to change your display name once. The opportunity do do this expires on Sunday night. Some display names are ugly because of a previous login limitation prohibiting spaces or underscores. I have lifted this limitation so now you can beautify your display name and use spaces or underscores or whatever. Note: this is a one-time deal. Make sure you are sure of the new name because you won't be able to change it starting Monday. You can change your name in your control panel. on the left side select Change Display name.
  19. It seems that based on AQ's earlier post, there is no solution other than to create 9 VI's.
  20. Here you go. Download File:post-2-1192125991.vi (8.5) Edit: Sorry, just realized you need the status of the file not the control. Hmm.
  21. I can only get this across with some real code. Find attached a working Xcontrol that does this in 8.2.1. Download File:post-2-1192098049.zip (8.2.1) Edit: In my rush i forgot to add the destroy code, but i think you can take it from there.
  22. QUOTE(tcplomp @ Oct 11 2007, 01:46 AM) yes, this should work if you use a null ctrl refnum constant.
  23. QUOTE(DaveKielpinski @ Oct 11 2007, 01:32 AM) Yes, I didn't show that case. You need to add it. QUOTE(DaveKielpinski @ Oct 11 2007, 01:32 AM) Also, don't I have to unregister the event somewhere in the code? I forgot - You could put that in the Execution State Changed Event. Run mode false case.
  24. Can you post an image of what you want it to look like? 3D meaning system control?
×
×
  • Create New...

Important Information

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