06-04-2014 08:41 AM
I make a sin wave by a func-generator and I want to monitor it via DAQ card in Labview. I can see the signal in waveform graph box but when I change the signal's frequency and amplitude it doesn't change quickly in waveform graph! It changes after I stop and restart the program. Actually I have 2 problems:
Solved! Go to Solution.
06-04-2014 08:46 AM
Can you post the VI?
06-04-2014 08:47 AM
Please post your approach.
I assume that you do not update the graph, but write the data only once.
Norbert
06-04-2014 08:57 AM
sure.i attached it.thanks
06-04-2014 09:03 AM
i press the botton "continious running' so i expect than exactly after changing signal i could see it in my graph in labview.
@Norbert_B wrote:
Please post your approach.
I assume that you do not update the graph, but write the data only once.
Norbert
06-04-2014 09:05 AM
None of the graph elements are inside a loop. So they will be written only once per VI execution.
I didn't look into the code about functionality, but it lacks a profound architecture.....
Norbert
06-04-2014 09:11 AM - edited 06-04-2014 09:15 AM
oh!yes.thanks.so why my graph doesn't change rapidly even after next execution??
@Norbert_B wrote:
None of the graph elements are inside a loop. So they will be written only once per VI execution.
I didn't look into the code about functionality, but it lacks a profound architecture.....
Norbert
06-04-2014 09:19 AM
Please look into your code and read it by dataflow. You should be able to answer your question yourself when doing so!
06-04-2014 09:27 AM - edited 06-04-2014 09:27 AM
@Norbert_B wrote:
Please look into your code and read it by dataflow. You should be able to answer your question yourself when doing so!
excuse me what do you mean by ''reading dataflow?'' how can i read it and how it helps me?
now i don't have access to my DAQ CARD to check it.
06-06-2014 03:43 AM
@Norbert_B wrote:
Please look into your code and read it by dataflow. You should be able to answer your question yourself when doing so!
@Norbert_B
i made changes you noticed and i could see waveform changes now! thnx
but now i have new Question.i have 4-DAG assistant but just one of them is ON at the moment.and error cluster of 3others show me this message : "THE FUNCTION IS BUSY" what's wrong with it?
i attach the Vi