Page 1 of 1

Possibility to overwrite "Signal" in Panel

Posted: Mon 9. Oct 2023, 10:16
by Vitaly Mishkin
Hello,

Is there any possibility to overwrite "Signal" for the horizontal meter?

Maybe something like this?

Set meter = panel.Scenes(1).Controls(MYHorizontalMeter)
meter.Signal = SignalName

Regards
Vitaly

admin: moved to a new topic - have nothing to do with the topic user post it...see forum rules

Re: Possibility to overwrite "Signal" in Panel

Posted: Mon 9. Oct 2023, 15:15
by K.Wolf
Hello,
yes, this is possible. Try this:

Set meter.Signal = Signals(SignalName)