Possibility to overwrite "Signal" in Panel

Professional Windows® software to communicate with CAN and CAN FD busses and its add-ins: Plotter, CANdb Import, Instruments Panel, and J1939
Post Reply
Vitaly Mishkin
Posts: 1
Joined: Mon 9. Oct 2023, 10:13

Possibility to overwrite "Signal" in Panel

Post by Vitaly Mishkin » Mon 9. Oct 2023, 10:16

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

K.Wolf
Software Development
Software Development
Posts: 141
Joined: Wed 22. Sep 2010, 15:37

Re: Possibility to overwrite "Signal" in Panel

Post by K.Wolf » Mon 9. Oct 2023, 15:15

Hello,
yes, this is possible. Try this:

Set meter.Signal = Signals(SignalName)

Post Reply