Hello,
Here is modelisation of my real case.
Here are key points:
- horizontal axis - variable iteration (integer) that increments in time
- vertical axis - 3 variables X, Y and Z
- these variables aren't updated at the same time ... first X, then (after a certain delay) Y and finally (also after delay) Z
- I want that wavechart updates a particular curve when corresponding variable changes, i.e. when X changes, X curve is updated, but Y and Z remains intact.
Actually this code doesn't work - wavechart isn't updated at all.
Also additional problem - stop button doesn't work.
Thanks in advance.