Hi.
Is there a way to subsampling CAN messages before export it to .csv ?
As my CAN frames are numerous and fast, .csv is huge and can't be opened with my old Excel version (65k row limit).
I've see here (http://www.peak-system.com/forum/viewtopic.php?f=50&t=109) there is a way to custom .csv ...
Search found 4 matches
- Wed 1. Aug 2012, 09:55
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: Plotter cvs export, time step
- Replies: 6
- Views: 20711
- Fri 22. Jun 2012, 10:29
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: VB : Modify variables to transmit
- Replies: 4
- Views: 6558
Re: VB : Modify variables to transmit
Works well !
I had one .sym for both buses. I just create 2 .sym, one for each bus, with only the necessary frames defined on each.
As the signal I use in VBS is not defined on the other bus, the frame is not created on it.
Thank you for your help.

I had one .sym for both buses. I just create 2 .sym, one for each bus, with only the necessary frames defined on each.
As the signal I use in VBS is not defined on the other bus, the frame is not created on it.
Thank you for your help.

- Thu 21. Jun 2012, 10:16
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: VB : Modify variables to transmit
- Replies: 4
- Views: 6558
Re: VB : Modify variables to transmit
Hello,
Thank you for your quick answer.
These commands work well and solve my issue.
As .xmt tab is not modified by it, I just import TransmitList in the "Receive/Transmit" tab before to work on it.
But I have a variant of the issue you said at the end of your answer :
When you assign a value to ...
Thank you for your quick answer.
These commands work well and solve my issue.
As .xmt tab is not modified by it, I just import TransmitList in the "Receive/Transmit" tab before to work on it.
But I have a variant of the issue you said at the end of your answer :
When you assign a value to ...
- Tue 19. Jun 2012, 15:47
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: VB : Modify variables to transmit
- Replies: 4
- Views: 6558
VB : Modify variables to transmit
Hello.
My actual PCAN-Explorer configuration is :
- 1 CAN frame is received in the "Receive/Transmit" tab (eg. 0x300). This frame contains a variable called "my_input" (defined in .sym)
- 100 CAN frames are transmited in a TransimtList.xmt tab (eg. 0x400 & followings). Each frame contains a ...
My actual PCAN-Explorer configuration is :
- 1 CAN frame is received in the "Receive/Transmit" tab (eg. 0x300). This frame contains a variable called "my_input" (defined in .sym)
- 100 CAN frames are transmited in a TransimtList.xmt tab (eg. 0x400 & followings). Each frame contains a ...