59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"elements": [
|
|
{
|
|
"type": "ValidationTextBox",
|
|
"name": "TopicSuffix",
|
|
"caption": "Topic Suffix"
|
|
},
|
|
{
|
|
"type": "SelectVariable",
|
|
"name": "ReqActionID",
|
|
"caption": "Ausgabe-Variable / Nennleistung"
|
|
},
|
|
{
|
|
"type": "SelectVariable",
|
|
"name": "SoCID",
|
|
"caption": "SoC Variable"
|
|
},
|
|
{
|
|
"type": "SelectVariable",
|
|
"name": "PowerProductionID",
|
|
"caption": "Aktuelle Leistung SDL"
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "TargetSoC",
|
|
"caption": "Ziel-Ladestand %",
|
|
"minimum": 0,
|
|
"maximum": 100
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "ChargePower",
|
|
"caption": "Ladeleistung in W",
|
|
"minimum": 0,
|
|
"maximum": 100000
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "DischargePower",
|
|
"caption": "Entladeleistung in W",
|
|
"minimum": 0,
|
|
"maximum": 100000
|
|
},
|
|
{
|
|
"type": "NumberSpinner",
|
|
"name": "MaxPowerSetpoint",
|
|
"caption": "Max. Power Setpoint",
|
|
"minimum": 0,
|
|
"maximum": 100000
|
|
}
|
|
],
|
|
"actions": [
|
|
{
|
|
"type": "Button",
|
|
"caption": "Batterie-Steuerung testen",
|
|
"onClick": "MBSDL_RunBatteryControl($id);"
|
|
}
|
|
]
|
|
} |