Jump to content

ShaunR

Members
  • Posts

    4,849
  • Joined

  • Days Won

    292

Everything posted by ShaunR

  1. This usually happens if you have the "New" or "New or existing" checked in the "Selection Mode" of the browse options and try to access a read-only, existing file. Try changing it to "Existing". I've always thought that "New or exisitng" shouldn't behave this way. But just got on and worked around it.
  2. There is a property node under "Application>>Display" called "Primary Workspace". It will give you the Top,Left,Right and bottom of the screen.
  3. I don't get what your saying here. They both seem ok to me If you want only certain things to scale then right click on the control or indicator and choose "scale object with pane".
  4. A simpler way (and easier) is to use a good old fashioned data pool. Your UI is completely separated from the data therefore you can not only bolt on new user interfaces, but create different views of the same data.
  5. I'd use FETS. Easy and cheap. http://www.national.com/an/AN/AN-32.pdf
  6. Well. The terminology is clear. The licence says "computer" ( NI Licences ). I haven't read the full licence recently but based on that, I would be prepared to argue the case.
  7. A named user licence allows intallation on up to 3 business computers (hardware) and one home computer. There's no limit on installtion and activation on any one computer (and therefore "technically" you could have a million virtual machines on the one PC) but I imagine the activation would be problematic since the hardware is probably identified as different and manual activation it is done by secretaries looking at a checklist.
  8. Isn't that the pinacle of evolution? A creature that goes around trashing its environment
  9. There are 10 types of software engineer that have a sense of humour. Those that do and those that don't.
  10. Some LV code I saw today would have taken 1 monkey a couple of minutes
  11. ShaunR

    Stupid

    Devious I like it
  12. Theres a lot of bugs from 2007 and 2008 that are still unresolved.
  13. ShaunR

    Stupid

    Wrong answer. "What do you mean "seem"? is the right answer. Wrong answer. He works here? is the right answer. Does anyone else find it a bit strange that a) The wife is at work. b) Shes very confrontational.
  14. I thought about something similar a while back (in a different langauge with a compiler). I don't think you really need batch files and projects, you can do just fine with a "clone" vi. A slight modification to your premis means that you can "grow" more and more complex "creatrures" and see evolution (in theory at least). Rather than "spawn" the children and hope that one of them may survive, you can use your DNA program (Prime Mover?) to create a vi that has the DNA code + 1 random function. It continues to do that UNTIL something compiles and runs. Now you have DNA and DNA+1 in the primeordial computer soup and each continues to try and create a better "self" until it runs out of functions to try. At which point it becomes "Extinct". Of course. If nothing compiles and runs then it proves you are a crap God And, by the way, we all know the answer for a computer is not 42......it 10
  15. Were "Motley Morris" the full contact morris dancers the supporting act?
  16. Poor OP. He posts an innocent question and all he really gets is a load of old women arguing about thier crochet patterns
  17. Better still. I'll go and click on all of Alphas posts
  18. Indeed. You were a bit more subtle than me though If I were an unscrupulous person, I could log in with a different ID through a proxy and go round clicking on all my posts.
  19. Well. If that is the case then there should be an event case for each control or set of dependent controls. Still don't see the need to complicate it further. Me too. and re-reading what I posted I did say they should be checked there. What I was really getting at was to add a timeout so that his vi doesn't "hang". I think once he posts more, we will probably see that his issue is understanding how and why an event structure works the way it does rather than a design implementation. After all there are a few unintuitive things like having the control inside the event case.
  20. Yes you can. What do you have so far? If you post your vi, we can see the direction you are taking and advise better. In my opinion, the best way to approach long term graphing is to continuously log the data and provide "views" of that data. To prevent files getting too large (and therfore taking ages to load in the views), you can save the data log in a number of files (either using the date in the filename, or directory name). This would give you a file (or set of files) for each day or month which can be loaded "raw" and processed to provide whatever analysis you require.
×
×
  • Create New...

Important Information

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