Jump to content

graastein

Members
  • Posts

    25
  • Joined

  • Last visited

    Never

Everything posted by graastein

  1. I actually knew this, but I did not think about a way not to disable all controls. But that was not very difficult to do. This is my new code, a lot cleaner (Made infotext for newbies like myself.)
  2. This worked great :thumbup: ned: This is the way I did it Thanks
  3. Hello I need to disable multiple controls on my vi when an event occurs, I'm currently using this code: Add all the references to an array and use a for loop to disable via property node. The problem is that this gives me a "disable-wave". From one side of the vi to the other, clearly visible. Cool effect, but not planned Is there a better way?
  4. I have two projects, one on a computer the other on a FieldPoint. The computer is the client. If I bind a shared variable on the computer to a shared variable on the FieldPoint (Bind to source), what protocol does the communication use? NI-PSP?
  5. Did any of you guys get "Paris Syndrome"? BTW this is my home town:
  6. I have two very basic questions: Is it possible to remove the scollbars when you are editing a VI? Also if I scoll the mouse wheel on the front panel it moves up and down. Can i lock it so if I want to put more things in I have to drag the window to make it bigger?
  7. Is it possible to configure a FieldPoints Ip-settings programmatically? From a LabVIEW program. And can I programmatically configure "shared variables", maybe with a Property Node?
  8. Yes thats it Thank you very much. Fantastic :thumbup: Need to check off this option in the builder options for it to work: Is it possible to automaticly register a filetype to an application when the application is installed?
  9. Thanks for your reply. Yes I know about this, but how does I then load the clicked file into my application? Usualy I use the file dialog for this. Should be an Event that was called: "If application is called by a file."
  10. Is it possible to open an LabVIEW-made application and loading a file, by clicking a file. Like you open Word when clicking .doc file? It would then load the clicked file into the application. Is this possible?
  11. Yes, maybe something like a countdown after each value change before updating, and each new valuechange resets the countdown.
  12. Fantastic :thumbup: yes that made my code easier Your color the comments vi worked great when run once, but I'm aiming at updating the colouring when typing. Maybe an event structure is the way to go. But as you see in my attachment it constantly marks all the text, and then the user deletes what he has already typed in. Download File:post-3560-1159979520.vi
  13. Thanks guys I worked it out with the "Search and Replace String" function. The regular expression to remove CSS-style comments is : \/\*[^*]*\*+([^/][^*]*\*+)*\/ :ninja: Attached my solution. Haven’t looked at the colored text yet. Will post my findings there too:) Download File:post-3560-1159946324.vi (For LabVIEW 8.0)
  14. Hello Is it possible to remove the comment like the one on the screenshot? Remove everything from /* untiltil */ I'm going to use the text to run a state machine. And also let the user make comments in the "code" And a second question: It it possible to color the comment when viewed on the screen? Like on the second screenshot? (The text in green)
  15. I have made 3 buttons with this technique. A save, open and new button. This is made in LabVIEW 8 Download File:post-3560-1159065166.vi
  16. Fantastic stuff Just what I was looking for. You rock
  17. I searched for decal in help, and found you could import graphics to true and false state. :
  18. Yes it does exist. Internet Explorer is one example. (Stop button etc.)
  19. Ok, but in the VI Package Manager, they got it even closer. I would really like to do it that way. Does anyone know how to do that?
  20. Ok great Does this become an "almost system button", or a true system button? When I change the images would it not stay like this om mac, linux and the new Vista? They all get the XP system button?
  21. Is it possible to use a image on a system button? An example is on the VI Package Manager (see attachment). The picture moves a bit when I push the button, this is very nice. Is this possible to do in LabVIEW?
  22. Hey guys, We are using LabVIEW at out College to control a RV-M1 robot. The original controlsystem got broken, and we got the tast to build it up from scratch using LabVIEW. Also using cFielPoint and PDA on the project. Very interesting
  23. Thanks for the tip :thumbup: Worked great
  24. Hello I measure a signal with a DAQ card, this signal is troubled with noise. Not much, but enough to make trouble. Example: I get this value into LabVIEW: 5.45012. How can I change this into this : 5.4 in the Block Diagram? A block that drops the least significant decimals. This is easy when I'm displaying the value; just edit it in Format and Precision in the indicator. Is there a block that does the same thing? Sorry for my poor English.
×
×
  • Create New...

Important Information

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