Jump to content

ShaunR

Members
  • Posts

    4,849
  • Joined

  • Days Won

    292

Everything posted by ShaunR

  1. Its what I expect since I think of refs similarly to pointers. An unitialised pointer is a "null" pointer (no memory allocated). But I think Daklu thinks of them as references to objects and that by placing it on the diagram the "pointer" is allocated. So I got the impression (rightly or wrongly) that he expects a reference to an uninitialised ref to be the same as an initialised one since it is the same object. In that respect. Daklus last image seems prefectly normal to me, however it is an "unexpected" result.
  2. I'm not sure its is that smart. It basically just typecasts the ref to a U32 (or maybe an I32) and compares the values. It does the same for VISA and IMAQ sessions. If you think about your uninitilaised references, the value when typecast is 0 which is not equal to its value if its initilaised.
  3. Its more of a reboot than a reset. The state depends on what you have set the power-up states to be from MAX and the position of the DIP switches (refer to the manual)
  4. Told you I get confused as to which propery nodes need closing of the refs
  5. You can't help but laugh AT them in this
  6. Try this Although I don't know whenter it will reload the vis if the vis in memory aren't modified. LV might ignore it if it doesn't think anything has changed. But you should really be checking in/out and merging since its really a source control issue.
  7. Not quite sure what your getting at here since the project is just an organiser. You can set a directory to autopopulate which will cause it to react when changes to the organisation take place. Individual vis can be reloaded by selecting "revert" which forces a reload from disk if the vi has changed (you can use an invoke node for this).
  8. Interesting. You don't get any of those when you click on "Code Repository" in the menus at the top (the way I went )
  9. And these " LAVAcr standards" are documented where?
  10. I think it needs to be approved or something. It doesn't appear in my file list but I can see it in the repository and edit/download etc (and its a different colour to the others). If I click on the link its there, so must be just the uploader until its approved.
  11. You'll probably need the "Embedded Module For Blackfin" http://www.ni.com/labview/blackfin/
  12. The short answer is you cannot. You cannot change the text attributes of a single column/row and you cannot embedd child controls into the cells. What you can do is make it look like that is what it is doing. For thee password display, you can replace the text after the cell is edited using the event structure. You will have to keep another copy of this column since you will be overwriting the cell contents. For the combo-box, you can overlay an array of menu-rings or enums. You will have to manage resizing if that is required.
  13. Well. Yes and no. It uses .NET so its a bit like saying a vi creates Word documents when, in fact, it is an automation interface to Microsoft Word and Word creates the document. No word, no document. No .NET, no messages.
  14. Well. What can I say. It'd take me a week to figure out whats going on in that spaghetti. I would suggest thet you keep the diagram open while running and when it no longer responds, click the "Highlight Execution" button (the lightbulb). That will show you where it is currently executing. That will at least narrow it down.
  15. Be even better if we could catch windows messages in the event structure!
  16. Can you post an example that demonstrates the problem?
  17. Indeed. From the usage point of view it look on the face of it to be nice and easy to access from within the code and you certainly have created a sleek interface. I'm not sure how time consuming it would be to create 5 translations for 300-400 controls though. Also, what if (as in my case) the developer is not the translator?
  18. That'll be the next problem You must be in an earlier timezone from me...lol.
  19. The loop that the release queue comes after never terminates because the boolean is set False. Works for me. After 3 secs I get a flash of the boolean.
  20. Sorry. I've just shown the label and named it "boolean"
×
×
  • Create New...

Important Information

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