Search found 4 matches

by akanti
Thu 25. May 2017, 19:20
Forum: PCAN-Explorer 5 & Add-ins
Topic: How to map multiple signals to one control
Replies: 1
Views: 3197

How to map multiple signals to one control

Hello,

I am trying to have an LED indicator turn on if any signal from a list of possible signals is received.

Eg. If any signal from "errorCode1", "errorCode2", "errorCode3", ... , "errorCoden" is received, the LED indicator must turn on.

All these signals have the same CAN ID if that matters ...
by akanti
Fri 19. May 2017, 19:21
Forum: PCAN-Explorer 5 & Add-ins
Topic: Display CAN Signals on Instrument Panel
Replies: 4
Views: 6749

Re: Display CAN Signals on Instrument Panel

at the moment you could not hide/show a control via script. This is a feature that comes only in the PCAN-Explorer 6 Version within the next weeks. You could try to set the x/y position depending on the signal to a negative value, so that the control is out off the view if the signal is not valid ...
by akanti
Fri 19. May 2017, 04:20
Forum: PCAN-Explorer 5 & Add-ins
Topic: Display CAN Signals on Instrument Panel
Replies: 4
Views: 6749

Display CAN Signals on Instrument Panel

Hello,

I am trying to display certain signals that are visible in the Receive/Transmit tab in a Text Box like object on the Instrument Panel. The signal should only be displayed if it has a certain value.

Is this possible with the existing features?

Thanks!