02-12-2025 04:57 PM
Get rid of the DAQmx Property nodes:
Keep that loop as simple as possible for testing.
02-12-2025 09:04 PM
Just did what you suggested. I put the equations in a parallel loop, removed properties and only keep state machine equations in the loop.
It seems to run smoothly for now. Will need to do real testing in the lab to be sure. I just don't like having to use queue to transform the data and then notifier to plot them... Would have preferred using less intermediate step as possible since the plot need to be " real time".
Any how, it's still unclear why the -1 worked without freezing before doing any modifications.
Thanks for your help! Will test that in the lab soon.