# Code
# Description
The fastest way to debug is to have the original file. For data protection you can use the static
method _scramble_ to scramble all text blocks, and send the scrambled file by e-mail.
_Please describe the issue here._
Hello,
I found a problem with CAN-FD.
I have a frame where there can be 2 PDUs in it at one given time.
When there are 2 PDUs in the Frame at once, I dont find the signals from the second PDU (and thus the second signal-group) in the file and therefore get an MdfException.
The signals are in the file, I checked with CANoe and vSignalizer.
The whole stuff is dynamic. There can be 2 PDUs in one frame and in the next frame, there is only one PDU of the 2 possible PDUs.
I THINK (I can´t proof) that the problem occures, when the very first frame in the file with that specific ID has two PDUs in it.
In that case I get the MdfException.
In case, the very first frame only contains one PDU, it seems to be ok.
I don´t know, if it is possible to check if the signals are missing if there is a frame with 2 PDUs "later" in the file, after the first frame was ok.
Best regards
Python version
('python=3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928 64 bit '
'(AMD64)]')
'os=Windows-10-10.0.19042-SP0'
'numpy=1.20.3'
'asammdf=6.2.0'