LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to slow down my program using DRV ?

Solved!
Go to solution

I am making sure here that i want to know about DVR, thats my real aim. Help me out in  this pls !

0 Kudos
Message 21 of 32
(1,408 Views)

http://www.ni.com/product-documentation/9386/en/

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

Qestit Systems
Certified-LabVIEW-Developer
Message 22 of 32
(1,398 Views)

@Ramprakash0111 wrote:

 

The actual reason i am trying to do this is- to know whether DVR can solve this problm.

 


As you have been told several times, DVR's will not solve this problem. They are not related to this problem.

 

 

Message 23 of 32
(1,385 Views)

THATS TOTALLY FINE ...I AGREE TO IT ... I JUST NEED A SITUATION TO USE DVR ..

0 Kudos
Message 24 of 32
(1,368 Views)

@Ramprakash0111 wrote:

THATS TOTALLY FINE ...I AGREE TO IT ... I JUST NEED A SITUATION TO USE DVR ..


That's backwards. Usually one is looking for a solution to a problem. You seem to look for a problem given a solution. 😮

To learn about DVRs,  have you followed all the links we gave you? Do you have any specific question?

And please, before posting again, fix your keyboard. The shift key seems stuck. Did you spill sugary soda on it?

Message 25 of 32
(1,358 Views)

Hahaaa..Sorry for texting in caps ....hey man i just read all of the links you people sent... I am clear with what and all it can do .. i am not looking out for a problem. I am just asking whether you guys have used this DVRs anywhere, so that i can see where it can be really used. Dont mistake me if i offended anyone. And thanks for your replies.. again iam repeating. If you have any VIs related or using DVR, post it here. KUDOS !!!

0 Kudos
Message 26 of 32
(1,352 Views)

Here's a link that uses an IPE (In-Place Element) structure that shows a performance advantage. The IPE is a DVR's cousin; you can imagine using a DVR and IPE to analyze a large array, similar to the ones in your original post.

 

Of course, Altenbach can probably improve it or add it to the Rube-Goldberg thread.

 

mcduff

Message 27 of 32
(1,338 Views)

@mcduff wrote:

you can imagine using a DVR and IPE to analyze a large array, similar to the ones in your original post.


Only if multiple threads need access to the data.  If only a single thread needs the array, a simple wire is definitely the way to go.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 28 of 32
(1,289 Views)

Though if you really want to slow down your program with DVR, it's quite easy. Just do a nested modification in DVRs and the program will deadlock, slowing it down significantly. 🙂

/Y

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

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 29 of 32
(1,272 Views)

@Ramprakash0111 wrote:

THATS TOTALLY FINE ...I AGREE TO IT ... I JUST NEED A SITUATION TO USE DVR ..


You have been given these several times. Posts already in this thread mention large data access to multiple threads and by-ref classes like G# and the QControl toolkit.

Message 30 of 32
(1,262 Views)