10-21-2015 11:48 AM
Hello,
I wrote a piece of code to obtain a list of tasks configured in MAX and obtain info about those (frequency and number of channels).
It works fine except it doesn't refresh when I change the parameters in max while my vi is running.
If I change any parameter in max for the change to be reflected in my vi I need to stop the vi and restart it.
Is there another method to access these properties?
Best regards
10-21-2015 12:38 PM
10-22-2015 02:01 AM
I wan't to get this information while the task is not running.
It is used in a configuration software which obtain the info from the MAX configuration.
In the example I posted, I want to modify the task in max and the front panel of my Vi to reflect the changes that have been done in MAX without running any tasks.
10-22-2015 05:21 AM
I found a solution with the help of technical support.
With a clear task inside my loop, the behaviour is what I was expecting.
Even though it was not the solution your answer put me in the right direction.
Thanks for your help