maximum number of samples VC++ can dump in real time plotting
-
Hello everyone! I need an important information that how much samples VC++ can plot in real-time. I am taking 500 samples per second . Is it possible to plot these samples real time in our VC++ GUI ? If yes what is the configuration of system that it could support? If anyone can help me I am really helpful to them. Thanks in advance.
-
Hello everyone! I need an important information that how much samples VC++ can plot in real-time. I am taking 500 samples per second . Is it possible to plot these samples real time in our VC++ GUI ? If yes what is the configuration of system that it could support? If anyone can help me I am really helpful to them. Thanks in advance.
If you need fast plotting, you're more than likely going to have to get very familiar with the Windows GDI[^]. The toolset is very basic but very fast, works great for high-speed plots.