User | Kudos |
---|---|
10 | |
3 | |
2 | |
2 | |
2 |
Many Real-Time Testing (RTT) systems require a mechanism to store data in one central location that can be accessed by the different parts of the application. The Buffered Variable Table (BVT) is a set of LabVIEW VIs that developers use to store and retrieve data asynchronously from different parts of an application.
Normally, when I program applications in RTT, I need store data in one central location that can be accessed by the different parts of the application, for this, I usually use "queue operations" with a fixed size.
But sometimes, I need to insert an element at the beginning of the queue, but if it is full, it is necessary to dequeue and queue again.
To solve this problem, I could use a code similar to the image, but the applications could become unstable.
For this reason, my proposal is that labview provides the function of "Lossy Enqueue Element At Opposite End".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
National Instruments will not be implementing this idea. See the idea discussion thread for more information.