Jump to content

mic_k86

Members
  • Posts

    29
  • Joined

  • Last visited

    Never

Posts posted by mic_k86

  1. aristos, here i upload the update from my previous version by following ur method. can execute, but have the following problem:

    1. when 00:00:00, still continue saving data. (your previous version dont hv this problem, so i dont know what wrong i do on it)

    2. only will save data when 00:00:01, other times (00:00:02, 00:01:00, etc...) will save as 0. (your previous version also dont hv this problem)

    regard

    mic_k86

  2. QUOTE

    put the data acquisition code inside a Case Structure. Connect the time to the ? terminal. Put your acquisition code in the "Default" case and don't do anything in the "0" case.

    aristos, i hv connect it. but not sure correct or not. i upload here. hv block diagram error: missing assignment to tunnel. my default case is 0 not 1. so i dont know wat to do. help... (if possible help me edit it)

  3. Aristos, thanks for your help, but hv one problem. when user selected 0 hour 0 minute 0 second the error box will pop out, but after that when waiting the user to select another new time interval, the sensor still keep saving data. is it possible to set the vi to not save any data during that waiting interval? how to do it?

    regard

    mic_k86

  4. mark, i not sure what you mention. (i am beginner in labview). Attached is my vi. this vi when execute will automatically collected data based on the time duration set by user. few step i need to modify with it, but i no idea.

    1. if possible, when the vi is execute, it will not automatically collected data. (i.e user have to selected time interval and press a start button)

    2.when the user selected 0 hour 0 minute 0 second and click start, the message box "error time entered" is pop up, and user will return the the front panel again to selected the time interval.

    3. during 0 hour 0 minute 0 second time interval, no data is collected and save to the lvm file (this is my recently main problem)

    help...plz...

  5. hi all, i have some concept from visual basic but i not sure can applied it to labview or not.

    let say i have a numeric control to set the delay time. if the user selected 00:00:00 and click run, message box "wrong time selected" pop out and return the user to the labview control panel to selected the time interval again. how to do that in labview?

    *i am using labview 8.5

  6. hi all, after i make my labview to exe file, when click the exe, the program will appear on the screen but not in the middle of the screen? how to manually set up the appearance of the exe file so that it will appear on the location i set (i.e. top left corner, right side, bottom or random place on the screen).

    another question: is it possible to remove the title bar and the 'X' button of the labview exe form?

  7. hi all,

    attach is my lvm file. in the follwing part:

    0.000000 27.374516 3:19:28 PM

    0.953125 27.374516 3:19:29 PM

    1.937500 27.374516 3:19:30 PM

    2.953125 27.374516 3:19:31 PM

    i want to ask what is the value 0.000000, 0.953125, 1.937500, 2.953125 stand for? can it be disable? my block diagram is same as in previous post add timer control to my program http://forums.lavag.org/adding-timer-contr...ram-t12829.html. one more question is the value in the middle is my temperature sensor value. how to change it to save only in two decimal place?

  8. hi all,

    attach is my lvm file. in the follwing part:

    0.000000 27.374516 3:19:28 PM

    0.953125 27.374516 3:19:29 PM

    1.937500 27.374516 3:19:30 PM

    2.953125 27.374516 3:19:31 PM

    i want to ask what is the value 0.000000, 0.953125, 1.937500, 2.953125 stand for? can it be disable? my block diagram is same as in previous post add timer control to my program http://forums.lavag.org/adding-timer-contr...ram-t12829.html. one more question is the value in the middle is my temperature sensor value. how to change it to save only in two decimal place?

  9. hi all,

    in labview 8.5, i use save to series of files for my read to measurement file properties. how to made the file name link (location) of this lvm file so that the lvm file will be save on the same location in different pc. (prefer link is C:\...\desktop\data.lvm)

×
×
  • Create New...

Important Information

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