-> Hier kostenlos registrieren
Hallo, ich habe ein Problem mit meinem HMI Server. Wenn ich auf meinem Remote rechner die desktop view einrichte it z.B. einer spinbox oder einem numeric input und das ganze auf meinen IPC HMI Server publishe, funktioniert alles wunderbar solange ich mich über den Remoterechner auf den HMI Serve connecte. Wenn ich aber auf dem IPC direkt den Server öffne werden mit die Inputs nicht angezigt und ich bekomme den Fehler im Browser:
[2026-01-09T10:26:57.087Z][Error] [Source=Framework, Module=TcHmi.System.ControlManager] Constructor of control of type: "TcHmi.Controls.Beckhoff.TcHmiSpinboxInput" and with id: "TcHmiSpinboxInput_1" has thrown an exception:
RangeError: maximumFractionDigits value is out of range.
at new NumberFormat (<anonymous>)
at <instance_members_initializer> (TcHmiNumericInput.esm.js:1:7529)
at new TcHmiNumericInput (TcHmiNumericInput.esm.js:1:6790)
at new TcHmiSpinboxInput (TcHmiSpinboxInput.esm.js:1:5267)
at ControlManager.__procConstructor (ControlManager.js:1:23588)
at ControlManager.compile (ControlManager.js:1:35694)
at TcHmiView.__init (TcHmiContainerControl.esm.js:1:584)
at TcHmiView.__init (TcHmiPartial.esm.js:1:630)
at ControlManager.__procInit (ControlManager.js:1:24904)
at ControlManager.compile (ControlManager.js:1:42629)
Ich verstehe nicht woran das liegt und wo die maximumfractionDigits definiert werden.

Ich habe schon mehrfach versucht den Server neu einzurichten aber ich habe es nicht hinbekommen. Ich kann die Variablen über ADS ganz normal mappen.
Auf dem remote Rechner bekomme ich auch einige Fehler....

[2026-01-09T10:26:57.087Z][Error] [Source=Framework, Module=TcHmi.System.ControlManager] Constructor of control of type: "TcHmi.Controls.Beckhoff.TcHmiSpinboxInput" and with id: "TcHmiSpinboxInput_1" has thrown an exception:
RangeError: maximumFractionDigits value is out of range.
at new NumberFormat (<anonymous>)
at <instance_members_initializer> (TcHmiNumericInput.esm.js:1:7529)
at new TcHmiNumericInput (TcHmiNumericInput.esm.js:1:6790)
at new TcHmiSpinboxInput (TcHmiSpinboxInput.esm.js:1:5267)
at ControlManager.__procConstructor (ControlManager.js:1:23588)
at ControlManager.compile (ControlManager.js:1:35694)
at TcHmiView.__init (TcHmiContainerControl.esm.js:1:584)
at TcHmiView.__init (TcHmiPartial.esm.js:1:630)
at ControlManager.__procInit (ControlManager.js:1:24904)
at ControlManager.compile (ControlManager.js:1:42629)
Ich verstehe nicht woran das liegt und wo die maximumfractionDigits definiert werden.

Ich habe schon mehrfach versucht den Server neu einzurichten aber ich habe es nicht hinbekommen. Ich kann die Variablen über ADS ganz normal mappen.
Auf dem remote Rechner bekomme ich auch einige Fehler....

