Search found 6 matches

by esab_el
Mon 25. Jan 2021, 08:44
Forum: PCAN-Basic
Topic: [VBSMacro] Write on CAN-BUS, data from Excel, max period ?
Replies: 2
Views: 3132

Re: [VBSMacro] Write on CAN-BUS, data from Excel, max period ?

Hi !

Thank you for answer.

I will give up the idea about sending frame every 1ms, too big developement.

Thank you, Em.
by esab_el
Mon 18. Jan 2021, 08:47
Forum: PCAN-Basic
Topic: [VBSMacro] Write on CAN-BUS, data from Excel, max period ?
Replies: 2
Views: 3132

[VBSMacro] Write on CAN-BUS, data from Excel, max period ?

Hi everybody,

I would like to know, if there are a tips to write on a CAN-BUS with defined period (ojective : 1ms) using Excel sheet and a VBS Macro ?

I used the following script :
'------------------------------------------------------------------------------
Sub SendMsg_NB_time()
Dim ExcelApp ...
by esab_el
Fri 15. Jan 2021, 16:52
Forum: PCAN-Explorer 6 & Add-ins
Topic: Bus Load and panel refresh
Replies: 2
Views: 2468

Re: Bus Load and panel refresh

Hi Marvin,

Thank you for your quick reply.
It's works with a lower frame rate (~5Hz).

Topic closed.
Have a good week :D
by esab_el
Fri 15. Jan 2021, 10:56
Forum: PCAN-Explorer 6 & Add-ins
Topic: Bus Load and panel refresh
Replies: 2
Views: 2468

Bus Load and panel refresh

Hi everybody,

We used PCAN-EXPLORER to read all the value of the ECU and to configure the output thanks to the Intrument Panel of PCAN-EXPLORER.

We have 8 scenes like this one :
PCAN-scene.PNG

When the ECU send all the value on the CAN-BUS, the instrument panel isn't refresh properly and we ...
by esab_el
Tue 7. Jan 2020, 11:41
Forum: PCAN-Explorer 6 & Add-ins
Topic: [IHM] Replace value by ENUMs definition on SYM file
Replies: 2
Views: 3214

Re: [IHM] Replace value by ENUMs definition on SYM file

U.Wilhelm wrote:To show the String Value of the ENUM, please use the Label component - that works as expected and shows the ENUM instead the Signal Value..
Ahhh Perfect, so easy !
Thank you very much!

:D :D
by esab_el
Mon 6. Jan 2020, 17:32
Forum: PCAN-Explorer 6 & Add-ins
Topic: [IHM] Replace value by ENUMs definition on SYM file
Replies: 2
Views: 3214

[IHM] Replace value by ENUMs definition on SYM file

Hi Everybody,

Happy new year ! :D

I'm not used to programming, so for me it's difucult without exemple.
I have one SYM file (and DBC) and one graphical interface (ipf).

I would like for some signals, to show the ENUMs definition instead of the value of the signal.

The name of the SYM file is ...