Search found 4 matches

by m.joerger
Fri 20. May 2022, 12:19
Forum: PCAN-Explorer 6 & Add-ins
Topic: Plotter-Addin: Wrong scaling of bit-variables in plotter?
Replies: 2
Views: 2200

Re: Wrong scaling of bit-variables in plotter?

Thanks for the quick answer!
Solved my problem :-)
by m.joerger
Fri 20. May 2022, 09:24
Forum: PCAN-Explorer 6 & Add-ins
Topic: Plotter-Addin: Wrong scaling of bit-variables in plotter?
Replies: 2
Views: 2200

Plotter-Addin: Wrong scaling of bit-variables in plotter?

Hi,

I defined some bit-varibles in the symbol file as follows:
[PsuStatusHardware_117023F0]
ID=117023F0h
Type=Extended
DLC=3
Var=ChargersState unsigned 0,4 -m /e:PsuChargeStage
Var=BatteryEvalMode unsigned 4,4 -m /e:PsuBatteryEvalMode
Var=EN_DCDC bit 8,1
Var=HIGH_VOLTAGE_CHARGE bit 9,1
Var=UC_SHDN ...
by m.joerger
Fri 22. Oct 2021, 10:38
Forum: PCAN-Explorer 6 & Add-ins
Topic: Send message with DLC=0 by Button in Panel
Replies: 5
Views: 4788

Re: Send message with DLC=0 by Button in Panel

Thank you for the quick solution!
Creating a dummy signal works for me!
BR
M.Joerger
by m.joerger
Fri 22. Oct 2021, 08:06
Forum: PCAN-Explorer 6 & Add-ins
Topic: Send message with DLC=0 by Button in Panel
Replies: 5
Views: 4788

Send message with DLC=0 by Button in Panel

Hello Forum!

I am trying to send a message with DLC=0 using a Button in a Panel - but I can't do it.

I defined the message in the Symbol file as:

[Tx_Dump_CM_Versions_009033E1]
ID=009033E1h
Type=Extended
DLC=0

When trying to assign the message (signal ?) in the Button-Properties-Data section I ...