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).
However, even with this issue in the GSDML, the relevant test run by the ART is successful.
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.
Regards,
Luciano.
PROFINET GSD Editor returns error when attribute "AdjustSupported" is set to false
-
Raik.Zachmann
- PROFINET Expert
- Posts: 67
- Joined: 19 Sep 2023, 07:37
Re: PROFINET GSD Editor returns error when attribute "AdjustSupported" is set to false
Hi Luciano,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.
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
Hello Raik,Raik.Zachmann wrote: ↑15 Jun 2026, 14:00Hi Luciano,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.
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
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.