Jump to content

xShadowDanx

Members
  • Posts

    20
  • Joined

  • Last visited

    Never

Posts posted by xShadowDanx

  1. I ask about the question in the earlier post is a vi that takes a fixed period of temperature measurement ..

    How can i actually take the measurement accordingly to the period adjustment? For eg. I create 1 more control which is the period(seconds)..and then i want to save the measurement accordingly to how many seconds i want and then it will automatically save. Can it work if i do that?

  2. Hi fellow Labviewers,

    I'm a new LabVIEW 7.1 user. I've created a temperature graph and... now i need to create a curve that only shows when its rising and falling.. this is the picture to show what i'm asking for..

    post-15220-1241744112.jpg?width=400

    basically to do that, i need a formula node and a bit of maths expression but i just can't find any good formula to make that curve or its not that what i want(more "curvey" pls) Here's the attach vi..

    Download File:post-15220-1241745007.vi ( Pls don't mind the straight line at 90 degrees on the graph, it wasn't suppose to be there >.< )

    Can anyone help me out with this? Thanks..

  3. QUOTE (Ic3Knight @ Apr 27 2009, 09:49 PM)

    Not sure I entirely agree with Antoine's solution... Although I can see where he's coming from...

    However, another reason that there's a delay, is that you can't interrupt the "wait ms" VI. Pressing the stop control simply instructs labview to stop the loop at the end of the current iteration. So when you press it, it still has to do the waiting for the current iteration to finish. So, basically, there will pretty much always be some delay between pressing the stop button and the code actually stopping - its just more noticable in code where you have a time delay within the while loop.

    Attached is one way you can have code, i.e. your temperature acquisition, occuring at set rate within a loop which runs quicker - allowing you to stop the loop "instantly" whilst still having a slow sampling rate. I seem to remember seeing somewhere that you're using 7.1, I can;t save back that far, the code posted is in 8.6.1, but you can see the block diagram in the attached screen grab:

    post-14639-1240840137.png?width=400

    Download File:post-14639-1240840128.vi

    Hope that helps...

    Paul

    i got try your method but i just want to ask, wat is the interval for? Is it for the whole while loop or for my temperature acquisition plus when i put in my temperature acquisition inside the case structure its in stacked squence with for loop, but when i run it, it can stop but the graph show no data in it. so what wrong?

    QUOTE (Antoine Châlons @ Apr 28 2009, 02:49 PM)

    http://lavag.org/old_files/monthly_04_2009/post-15220-1240903582.jpg' target="_blank">post-15220-1240903582.jpg?width=400

    here the code i am currently doing..it run perfectly but when press stop it will run for a period of time then it stop. i was wondering if don't use for loop can use other method.

  4. Im doing this Temperature Graph using a For Loop.. It works.. The graph shows the wave signal accordingly however when i press the Stop Button on the user interface(the control).. it refuses to stop immediatly, instead, it stop after a few seconds which i think after 1 cycle.

    So it there a way that i can add on the block diagram to make it stop immediatly? I would gladly appreciate if someone can help me out with this.

    - I cant upload the .Vi since there is a technical problem on my upload.

  5. QUOTE (Anders Björk @ Mar 31 2009, 04:07 PM)

    Where is your specification of the task? The subproblems that needs to be solved which are those?

    My task is to make the signal at the Temperature Graph to follow accordingly to the control..basically the control is the denature,extension,annealing and the period. The problem is i do not know exactly how to do that.

    I need to find a solution as when the program runs, the graph suppose to increase and decrease for certain period by using the control.

    The operation is in the picture that i had uploaded earlier.

    It goes from 95 degrees celcius(denature) for 20 sec(period), then it goes down to 55 degrees(annealing) for 40 sec, then extend to 72 degrees(extension) for 20 sec and go back to 95 degrees.

    Thanks for your time.

  6. Hi, im given a project by my supervisor in school and i need to make a temperature graph that correspond to my control which is the Denature,Extension,Anealing and the Period(the rest dun really nid to care). I already done the front panel but i got no idea how to do the block diagram. Sorry if the whole thing looks messy. I really appreciate if anyone could tell help me out.. Thanks. Im using LabVIEW ver 7.1

    post-15220-1238470459.jpg?width=400

    (only the temperature graph and the control Denature,Extension,Anealing and Period)

    post-15220-1238470972.jpg?width=400

    (this is how it will move from left to right)

    Download File:post-15220-1238471676.vi

×
×
  • Create New...

Important Information

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