0
Answered

Reset Parameter Value

Paulo Cupertino de Lima 5 years ago in IQANdesign updated by Gustav Widén (System support) 5 years ago 2


I have two parameters, a digital parameter and a function parameter that is adjustable via MD3 and I need that whenever my digital parameter is false the value of the function parameter returns to zero and after the digital parameter returns to true the value of the function parameter will be maintained at zero only being changed via MD3 again. It's possible ?

GOOD, I'M SATISFIED
Satisfaction mark by Paulo Cupertino de Lima 5 years ago

You can not have another channel change the value of a parameter. except by changing states.

But you can do as you want if you use a 'Event Counter' instead of a 'Function parameter' and use the false state of the digital parameter as the resetting trigger on that channel. And leave the increase and decrease on the counter empty.

You can add a counter as a adjustable channel to be adjusted from the menu system.

Answered

Another option is to build it with MEM channels, there are some solution library examples that show how this can be done.