Jump to content

pylb

Members
  • Posts

    22
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

LabVIEW Information

  • Version
    LabVIEW 2011
  • Since
    2005

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

pylb's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Thanks for the tip I did not look at the app level; unfortunately it doesn't work for me either. It is actually quite n odd place for it; what if you have several target in your project, how would it know which one you are trying to disconnect from?
  2. Hi, i am trying to automate building a code, deploying it on an RT target and rebooting the target. I've got everything working but I do have a dialog box saying that the connection to the target was lost popping up. I would like to disable this notification during my process and re-enable it after. Anyone has an idea how to do this? I tried the "suppress Project Dlgs" invoke node of the target but it does not work. I changed the target Tags to prevent the "periodic check of the responsiveness of teh RT protocol" but that did not work either. I found this invoke node for the project that us called SuppressChangeNotification. I am not sure if that would do it since it could just be change of the content of the project not changes in the state of a target in the project. But the problem is, since it is part of the SuperSecretPrivateSpecialStuff the inputs are not documented and it needs ItemIDs of the notification that will be suppressed. Anyone know what those IDs are? or has a better way to suppress that diakog box? thanks, Pierre-Yves
  3. Hi, I just join a team of the First Robotic Competition and was surprised that there is a discussion on which language should be used to program the robot. I argued for LabVIEW but they had a not so good experience last year because none of them knew LabVIEW before starting the project. Another guy is arguing for JAVA because he knows it best. Anyone has some experience using both? if so what are the pro and con of each? Any argument to defend LabVIEW? thanks, Pierre-Yves
  4. I just landed. I'll have a car. I'll leave from the hotel around 7pm. Let me know if you want to meet in the lobby
  5. Count me in too. thanks, Pierre-Yves
  6. So, here is NI answer: I looked into your issue more deeply and spoke with one of our LabVIEW experts about the behavior we're seeing with your tree control. Unfortunately, this appears to be a limitation in LabVIEW that R&D is currently working to resolve. If you're capturing drop events programmatically, there does not seem to be a way for LabVIEW to distinguish between child and sibling drops, even if you enable "Allow Dropping Between Items" on the front panel (which I confirmed in your VI that you had already enabled). A Corrective Action Request (CAR #285577) has also been filed on this issue, so when it gets fixed it will list this number in the LabVIEW readme if you'd like to track it that way. I'm including a link to where this had been brought up as a Product Suggestion this summer and R&D acknowledged that this was unexpected behavior. I'm truly sorry I don't have better news for you. In my case I may be able to manage it depending of the item being dropped, but apparently there is no general solution.
  7. here it is. It works fine when the item comes for the listbox, the problem is when I try to copy items by holding the Ctrl key while moving itmes within the tree control TestDrop.zip
  8. Hi, I am trying to customize the behavior of a tree control when a string is dropped into it. The problem is that I need to know if the string was drop on an existing item (to put the new item as a child) or in between 2 items (to put the new item at the same level). I use the "point to row column" method, but it always return an item as parent, never an empty string (the root parent) even when I drop the new string between 2 others. The "in bounds" parameter is always true too. Any idea? thanks, Pierre-Yves
  9. You could also create an INI file. LabVIEW API for INI files will sparse the text for you.
  10. You could try to fix the sampling rate with the DAQmx timing vi.
  11. If you can keep a copy of what the prvious state was, you can do something like this (if you are sure there is only one change, you can just do the search and not the loop):
  12. I am working in the field of acoustics/ultrasonics so it is the way I use eigenfrequencies the most, but I am not sure it is obvious for anyone alse
  13. Not sure I'll be able to make that clear, but when you hit a drum, a bell (or any object actually), it emits a sound composed of a series of frequencies which are the eigenfrequencies. Those frequencies depends on many things like the material the object is made of or its shape. (That's why a small bell sounds differently than a large one). Now, there is no unique dependence between shape and frequency: 2 different shapes can produce the same sounds. And I guess that's waht your book tried to say by "you cannot hear the shape of a drum". (although you could hear if it is broken or not by looking at harmonics, but I won't go there). hope that's help...
  14. There is one thing that unlock a few function like interaction with the oS though. If you add the following line to the Labview.ini file it will "unhide" some properties and method at least in the application nodes. SuperSecretPrivateSpecialStuff=True I actually found this somwhere on this forum trying to have an application react to a double click on a file associated to it in Windows Explorer. But, as Norm said, it is at your own risk, there is no official support for it. Pierre-Yves
×
×
  • Create New...

Important Information

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