Reputation: 153
I have several slider controls and knob controls that generate simulated signal output. Some generate standard 4-20mA signals, some generate different ranges of voltage signals.
I want to create some buttons that are preset scenarios/states of the system, and send set values to the different controls. A table lookup would make the most sense, but I'm ok with sending a simple single value to each control (of course the values would be different depending on the control, I.e. Input Temp vs Output Temp).
What's the easiest way to do this?
Upvotes: 0
Views: 41
Reputation: 165
You have few options:
Upvotes: 0