Jump to content

nudalakasim

Members
  • Posts

    15
  • Joined

  • Last visited

    Never

Posts posted by nudalakasim

  1. hi,

    I came across with problem when saving a file to a specify file path.

    when my data is saved in a file path, when a new set of data is being entered, a window pop up asking: "replace existing c:\file_name?". and I have to press 'ok' button to replace it. what I want is that I want the new data to automatically replace into the same file path without that window poping out.

    so what should I do to eliminate that window pop-up?

    example on this kind of problem is much appreciated.

    thanks.. :(

    No matter whether U read labview user manual or not before u start using it, U got to read this before you start posting here...

    Guys here will not do the homework problems for U, :nono: even if they know the how to....isn't it cruel :rolleyes:

  2. I'm not going to say, "Thanks LAVA for the great pool of LV knowledge that you provide"...because, there is no need to state the OBVIOUS.

    But in addition to this, now I can identify the flags of more countries than I was able to, in my non-LAVA days....

    One of the Off-topic things that LAVA teaches you... :laugh:

    Also thanks to WMassey who proposed this idea here and to Michael for making it a reality...

    nudalAKasim

  3. I am starting to work with the Open G development team on the Goop Libs.

    But I don't have a good Idea of how many developers out there use Goop.

    I set up this poll to try and get an Idea of where to start.

    All the best mballa :thumbup: .

    Is it possibile for you to elaborate on the features/improvements that you are trying to provide?

    nudalAKasim

  4. BUT it has also something to do with the users acting professional and reporting the bugs found to the manufacturer instead of just beeing angry about the product.

    Very true...but when deadlines are near, seeing the development environment stall and crash regularly makes one go maaadddd :throwpc:

    It seems life will just pass on in"Investigating Internal errors" and "Telling Microsoft abuot my problem".... :headbang:

    "LV 8.0.1/8.1", Where are you ? :unsure:

    nudalAKasim

  5. Hi!

    I have a LabView VI which has a sub-routine in it. Within this sub-routine, want to use keyboard commands. (The whole sub-routine is within "True" of a True/False case structure, and therefore only executed if I press a button on the front panel and make it "True"). In order to use keyboard commands, I use the "Key Down?" event case within the sub-routine. This works fine when I am within the sub-routine. When I am in main program, though, the VI immediately stalls whenever I press a key on the keyboard (as if it wanted to execute the "Key Down?" event case, but can't. How does it know there is a key down event there, anyway?).

    My question: how can I solve this bug? When I delete the "Key Down?" event case from the sub routine, the main program works fine, but that's of course not the solution that I want.

    If I got you correctly,

    You are using a sub routine(Sub VI?) which has an event struct , inside the 'true' case of a main vi and as soon as you run your main VI, the control goes to the true case and the sub VI executes. Here it will wait for a key down event...Now if you look more closely at the event it's source is "THIS VI'. So the event structure will trap events only if the 'Sub routine" is the active window, which means that the program is behaving as it is expected to. So either you can pop up the sub VI or try to trap the event in the main VI itself.

    nudalAKasim

  6. Ive been doing those like example things on LabVIEW and ive gotten to one and it tells me half way through that i dont have the devices for the Voltage that I am trying to measure. Will i have to wait till my robot is built for that, or is there something else i need to get with LabVIEW.

    thanks

    Droopy,

    To measure voltage you require a card( or device), no doubt, but to run the program without errors, you can use simulated devices, which you can create using NI-MAX. See attached image. Here I assumed that you are using DAQmx...if not this cannot be done..You probably have to wait till you get your Robot(device?) is ready :( .

    nudalAKasiM

    post-3878-1138537806.png?width=400

×
×
  • Create New...

Important Information

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