03-20-2015 01:59 PM
I have a signal that decreases from 5 to 0 in steps of 0.25 and then increases from 0 to 5 in steps of 0.25. I want the signal to go my first gauge when it is decreasing then once at zero change path and go to the second gauge. Any ideas folks?
03-20-2015 02:38 PM
Use a feedback node to hold the previous value. If the new value is greater, then write to the second guage, otherwise write to the first. A simple case structure can hand which indicator is written to.
03-20-2015 08:13 PM