Ich habe eine CM.variable angelegt:
LadestromWinterEinphasig = max(1500,surplus_pcur) bzw. .. = max(1500,CM.surplus_pcur)
und bekomme seitdem die Fehlermeldung
Eval ‚max(1500,surplus_pcur)‘: Parser: syntax error at position 21 after „ax(1500,surplus_pcur“ and before „)“
bzw.
Eval ‚max(1500,CM.surplus_pcur)‘: Parser: syntax error at position 24 after „1500,CM.surplus_pcur“ and before „)“
gelb oben auf der Start-Seite
Der Ergebniswert der Variable steht auf Null statt mindestens auf 1500.
Kann mir jemand hier heraus helfen?