0

I'd like to play a Vector CANoe BLF/ASC file from my CAPL srcipt. For some reason the Replay Block can not be used. Is is possible to play a CANoe BLF/ASC file from the CAPL script?

dan1st
  • 12,568
  • 8
  • 34
  • 67
M.Sz
  • 1
  • 1
  • 1
  • 1
    What are the reasons for „the Replay Block can not be used“? – MSpiller May 14 '20 at 06:43
  • 1
    Replaying of the BLF file has to be started at a different moment in my simulation. The features of the Reply Block is known to me but for this simulation it is just unsuitable. – M.Sz May 18 '20 at 06:56

2 Answers2

0

Just use the CAPL command to replay a file:

dword StartReplayFile(char fileName[]);

Starts playing the replay file with the name fileName.

(Taken from CANoe documentation).

MSpiller
  • 3,500
  • 2
  • 12
  • 24
0

Log files are digitized version of your network traffic stored in the harddisk of the computer for future reference. One can use them to understand what was happened during measurement (that is achieved via offline analysis) another way is recreate the traffic that was happened during measurement (this is achieved via replay block) other than these two we do not have need to play the files. Hence CAPL does not support playing files other than these to application