09-22-2025 08:28 AM
This code is a subvi of a bigger VI. I work with a keithely 236 and I define the start level and the stop level of the source. The source and measure arrays update in real time and are plotted in the xy graph that works as an "xy chart"
09-22-2025 08:42 AM - edited 09-22-2025 08:42 AM
@-Isabella- wrote:
This code is a subvi of a bigger VI. I work with a keithely 236 and I define the start level and the stop level of the source. The source and measure arrays update in real time and are plotted in the xy graph that works as an "xy chart"
If you also want to graph completed historic data, it is no longer really a "chart". My code skeleton can be easily adopted to your requirements. Do you understand what it does?
09-22-2025 08:46 AM
Thank you for the patience, but sandly i don't know how to adapt your code to mine. Could you explain that to me?
09-22-2025 09:35 AM
@-Isabella- wrote:
Thank you for the patience, but sandly i don't know how to adapt your code to mine. Could you explain that to me?
There is insufficient information to give more specific help. How do you implemented this as subVI and how it is called from the main VI? Is the data read in the caller or in the subVI? How is it called? What happens between individual measurements? Your example has no connectors assigned.
09-22-2025 10:55 AM
This is my main VI and the subvi that I've showed is called Write and graph
09-22-2025 11:03 AM