09-27-2019 12:10 AM
I am making sure here that i want to know about DVR, thats my real aim. Help me out in this pls !
09-27-2019 06:06 AM
09-27-2019 10:50 AM
@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.
09-28-2019 09:42 AM
THATS TOTALLY FINE ...I AGREE TO IT ... I JUST NEED A SITUATION TO USE DVR ..
09-28-2019 10:54 AM - edited 09-28-2019 12:22 PM
@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?
09-28-2019 12:00 PM
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 !!!
09-28-2019 02:54 PM
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
09-30-2019 07:10 AM
@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.
09-30-2019 09:45 AM
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
09-30-2019 10:34 AM
@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.