09-03-2012 09:48 AM
Hello everyone,
Our application receives two 500x256 floating point matrices and they need to be displayed to the user in two IntensityGraphs with a mininum refresh rate of 5 Hz (if data is flowing faster, some frames can be discarded). But we were unable to achieve such performances even with a simple test application that generates a single random dataset for display (eaxample application is attached to this message).
None or very few computation has to performed on data before display, but more vectors and points needs to be shown concurrently and all data plus another even bigger flow of data have to be saved on the hard disk, so we obviously need some reliability on the plotting performances. Is there any way to obtain better performances, or are we making some mistakes using the NI controls?
Any help is appreciated,
Paolo Bernini
09-05-2012 08:06 AM
Dear Paolo,
unfortunately Intensity Graphs objects are not intended for frequent updates. There is no way to obtain better perfomances. You are using it in the right way.
Ragards,
A