ā05-06-2022 02:17 PM
How would I be able to match the timing of both graphs, so that the data will line up. I am using an agilent multimeter connected via GPIB for the right graph and an encoder for the left graph. Thanks.
Solved! Go to Solution.
ā05-06-2022 03:18 PM
Your code is just a worm that runs downhill to completion and at the very end your are updating the two graphs.
If you want both on the exact same timebase, place all code in one loop. Right?
Also note that your value property nodes are just plain silly and some cause obvious race conditions!
(We tent to be able to give more specific help if we can see the VI instead of staring at pictures.)
ā05-06-2022 03:29 PM - edited ā05-06-2022 03:33 PM
@altenbach wrote:
Also note that your value property nodes are just plain silly and some cause obvious race conditions!
Some quick hints:
ā05-09-2022 09:08 AM
Thank you very much. I don't know why i did not try them in the same loop before. Thank you for the feedback.
ā05-09-2022 09:09 AM
Thank you for the feedback. I erased the property node and just wired it.