Hello, I am using labVIEW to make an upper computer based on UDP protocol to display the data received by the network port on the LabVIEW chart. I sampled the 50Hz sine wave every 20us on the remote port and sent it to the port of the upper computer. However, I encountered some problems during the test, which are described as follows: The chart can normally display 50Hz sine waves (I can observe ten cycles of sine waves when the chart history length is set to 10000), but it cannot be displayed in real time. Normally it should receive 50000 data per second, but my chart can only receive several thousand data per second. In addition, when I add some operation statements for attribute nodes in the program, the chart refresh rate will be slower, I feel very confused about this, thank you very much for providing some help for me.
The following provides my upper computer program