Index: production/models/tbx/TBX Configurator,1.0.0.xml =================================================================== diff -u -r4461 -r4462 --- production/models/tbx/TBX Configurator,1.0.0.xml (.../TBX Configurator,1.0.0.xml) (revision 4461) +++ production/models/tbx/TBX Configurator,1.0.0.xml (.../TBX Configurator,1.0.0.xml) (revision 4462) @@ -4160,7 +4160,7 @@ - + @@ -6934,6 +6934,8 @@ // Constants local double MAXIMUM_BREEDTE = 1500; +local double MAX_BREEDTE_EXTERN = 1350; +local double MAX_BREEDTE_INTERN_V1 = 1350; local double MAX_VOOR_BINNENLADE = 1168; // beperking max door lengte van de frontplaat local double MAX_VOOR_TOB = 1365; // beperking max door lengte van de synchro-stang (+adapter) local double MAX_VOOR_VHOSS = 1168; // = 1200 - 2x16 @@ -6971,6 +6973,16 @@ Breedte = eCon.Core.Functions.Min(Breedte; NieuweBeperking); end if; +if (BEHAVIOR.IsEconWeb) then + NieuweBeperking = MAX_BREEDTE_EXTERN; + Breedte = eCon.Core.Functions.Min(Breedte; NieuweBeperking); +end if; + +if ((BEHAVIOR.IsEconAx) and (DATA.Kenmerken.VerpakkingType in {"V1"})) then + NieuweBeperking = MAX_BREEDTE_INTERN_V1; + Breedte = eCon.Core.Functions.Min(Breedte; NieuweBeperking); +end if; + RANGE.InterneBreedte.Maximum = Breedte; InterneBreedte maximum