LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview slow speed monitoring! Why?

Solved!
Go to solution

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:

  1. My waveform graph in Labview doesn't change as quickly as I change input signal.
  2. My waveform graph in Labview just show the first signal I set. After changing signal, the display shows the first signal yet and is slow and fixed in window like a picture! please help me to solve my problem...thanks alot
0 Kudos
Message 1 of 12
(3,228 Views)

Can you post the VI?

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 12
(3,225 Views)

Please post your approach.

I assume that you do not update the graph, but write the data only once.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 3 of 12
(3,223 Views)

sure.i attached it.thanks

0 Kudos
Message 4 of 12
(3,218 Views)

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


 

0 Kudos
Message 5 of 12
(3,211 Views)
Solution
Accepted by topic author Eram

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

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 6 of 12
(3,207 Views)

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




0 Kudos
Message 7 of 12
(3,200 Views)

Please look into your code and read it by dataflow. You should be able to answer your question yourself when doing so!

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 8 of 12
(3,186 Views)

@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. 

0 Kudos
Message 9 of 12
(3,182 Views)

@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

0 Kudos
Message 10 of 12
(3,128 Views)