Page 1 of 1
PROFINET GSD Editor returns error when attribute "AdjustSupported" is set to false
Posted: 25 May 2026, 18:50
by rottava
Hello,
The GSDML file for the product we are developing is failing the check performed by the PROFINET GSD Editor V2.46. Checker complains about the attribute "AdjustSupported" when set to false (lines 85 and 90).

- imagem.png (148.2 KiB) Viewed 14097 times
However, even with this issue in the GSDML, the relevant test run by the ART is successful.

- imagem2.png (53.97 KiB) Viewed 14097 times
We understand, by looking at the spec, this attribute "AdjustSupported" can be set to false. If so, we're wondering why the GSD checker is returning an error at it.

- imagem3.png (112.9 KiB) Viewed 14097 times
Regards,
Luciano.
Re: PROFINET GSD Editor returns error when attribute "AdjustSupported" is set to false
Posted: 15 Jun 2026, 14:00
by Raik.Zachmann
rottava wrote: ↑25 May 2026, 18:50
Hello,
The GSDML file for the product we are developing is failing the check performed by the PROFINET GSD Editor V2.46. Checker complains about the attribute "AdjustSupported" when set to false (lines 85 and 90).
imagem.png
However, even with this issue in the GSDML, the relevant test run by the ART is successful.
imagem2.png
We understand, by looking at the spec, this attribute "AdjustSupported" can be set to false. If so, we're wondering why the GSD checker is returning an error at it.
imagem3.png
Regards,
Luciano.
Hi Luciano,
as you are using the superseded attribute "MAUTypes", you highlight that the sub block AdjustMAUType is supported by your port submodule. Removing this attribute and using only the MAUTypeList should solve the issue.
Regards,
Raik
Re: PROFINET GSD Editor returns error when attribute "AdjustSupported" is set to false
Posted: 23 Jun 2026, 13:43
by rottava
Raik.Zachmann wrote: ↑15 Jun 2026, 14:00
rottava wrote: ↑25 May 2026, 18:50
Hello,
The GSDML file for the product we are developing is failing the check performed by the PROFINET GSD Editor V2.46. Checker complains about the attribute "AdjustSupported" when set to false (lines 85 and 90).
imagem.png
However, even with this issue in the GSDML, the relevant test run by the ART is successful.
imagem2.png
We understand, by looking at the spec, this attribute "AdjustSupported" can be set to false. If so, we're wondering why the GSD checker is returning an error at it.
imagem3.png
Regards,
Luciano.
Hi Luciano,
as you are using the superseded attribute "MAUTypes", you highlight that the sub block AdjustMAUType is supported by your port submodule. Removing this attribute and using only the MAUTypeList should solve the issue.
Regards,
Raik
Hello Raik,
You've nailed it! Simply removing "MAUTypes = 16" from both <PortSubmoduleItem> elements fixed this issue. Now GSDML checker and the ART are returning success for all relevant tests.
Thank you very much for your help.
Best Regards,
Luciano.