{ "settings": { "general": { "projectVersion": "v1", "scpiDocFolder": "doc\\SCPI reference guide\\Commands" }, "build": { "configurations": [ { "name": "R3B4", "description": "Early prototype", "properties": "{\n \"connection\": {\n \"ethernet\": {\n \"port\": 5025\n },\n \"serial\": {\n \"baudRates\": [9600, 19200, 38400, 57600, 74880, 115200, 230400, 250000],\n \"defaultBaudRate\": 115200\n }\n },\n \"channels\": [\n {\n \"maxVoltage\": 40,\n \"maxCurrent\": 5,\n \"maxPower\": 155\n },\n {\n \"maxVoltage\": 40,\n \"maxCurrent\": 5,\n \"maxPower\": 155\n }\n ],\n \"lists\": {\n \"maxPoints\": 256,\n \"minDwell\": 0.0001,\n \"maxDwell\": 65535,\n \"dwellDigits\": 4,\n \"voltageDigits\": 3,\n \"currentDigits\": 3\n },\n \"fileDownload\": {\n \"shortFileName\": false,\n \"startCommand\": \"MMEM:DOWN:FNAMe \",\n \"fileSizeCommand\": \"MMEM:DOWN:SIZE \",\n \"sendChunkCommand\": \"MMEM:DOWN:DATA \",\n \"finishCommand\": \"MMEM:DOWN:FNAMe \\\"\\\"\",\n \"abortCommand\": \"MMEM:DOWN:ABORt\",\n \"chunkSize\": 1024\n }\n}" }, { "name": "R5B12", "description": "CrowdSupply crowdfunding version", "properties": "{\n \"connection\": {\n \"ethernet\": {\n \"port\": 5025\n },\n \"serial\": {\n \"baudRates\": [9600, 19200, 38400, 57600, 74880, 115200, 230400, 250000],\n \"defaultBaudRate\": 115200\n }\n },\n \"channels\": [\n {\n \"maxVoltage\": 40,\n \"maxCurrent\": 5,\n \"maxPower\": 155\n },\n {\n \"maxVoltage\": 40,\n \"maxCurrent\": 5,\n \"maxPower\": 155\n }\n ],\n \"lists\": {\n \"maxPoints\": 256,\n \"minDwell\": 0.0001,\n \"maxDwell\": 65535,\n \"dwellDigits\": 4,\n \"voltageDigits\": 3,\n \"currentDigits\": 3\n },\n \"fileDownload\": {\n \"shortFileName\": false,\n \"startCommand\": \"MMEM:DOWN:FNAMe \",\n \"fileSizeCommand\": \"MMEM:DOWN:SIZE \",\n \"sendChunkCommand\": \"MMEM:DOWN:DATA \",\n \"finishCommand\": \"MMEM:DOWN:FNAMe \\\"\\\"\",\n \"abortCommand\": \"MMEM:DOWN:ABORt\",\n \"chunkSize\": 1024\n }\n}" }, { "name": "Simulator", "description": "Cross-platfrom simulator for EEZ PSU", "properties": "{\n \"connection\": {\n \"ethernet\": {\n \"port\": 5025\n },\n \"serial\": {\n \"baudRates\": [9600, 19200, 38400, 57600, 74880, 115200, 230400, 250000],\n \"defaultBaudRate\": 115200\n }\n },\n \"channels\": [\n {\n \"maxVoltage\": 40,\n \"maxCurrent\": 5,\n \"maxPower\": 155\n },\n {\n \"maxVoltage\": 40,\n \"maxCurrent\": 5,\n \"maxPower\": 155\n }\n ],\n \"lists\": {\n \"maxPoints\": 256,\n \"minDwell\": 0.0001,\n \"maxDwell\": 65535,\n \"dwellDigits\": 4,\n \"voltageDigits\": 3,\n \"currentDigits\": 3\n },\n \"fileDownload\": {\n \"shortFileName\": false,\n \"startCommand\": \"MMEM:DOWN:FNAMe \",\n \"fileSizeCommand\": \"MMEM:DOWN:SIZE \",\n \"sendChunkCommand\": \"MMEM:DOWN:DATA \",\n \"finishCommand\": \"MMEM:DOWN:FNAMe \\\"\\\"\",\n \"abortCommand\": \"MMEM:DOWN:ABORt\",\n \"chunkSize\": 1024\n }\n}" } ], "files": [ { "fileName": "actions.h", "template": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2017-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program. If not, see http://www.gnu.org/licenses.\n*/\n\n#pragma once\n\nnamespace eez {\nnamespace psu {\n\n//${eez-studio ACTIONS_ENUM}\n\n//${eez-studio ACTIONS_ARRAY_DECL}\n\n}\n} // namespace eez::psu\n" }, { "fileName": "actions.cpp", "template": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2017-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program. If not, see http://www.gnu.org/licenses.\n*/\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"actions.h\"\n#include \"event_queue.h\"\n#include \"persist_conf.h\"\n#include \"channel_dispatcher.h\"\n#include \"trigger.h\"\n#include \"sound.h\"\n#include \"gui_internal.h\"\n#include \"gui_keypad.h\"\n#include \"gui_edit_mode.h\"\n#include \"gui_edit_mode_keypad.h\"\n#include \"gui_calibration.h\"\n#include \"gui_page_ch_settings_protection.h\"\n#include \"gui_page_ch_settings_adv.h\"\n#include \"gui_page_sys_settings.h\"\n#include \"gui_page_user_profiles.h\"\n#include \"gui_password.h\"\n#include \"gui_page_ch_settings_trigger.h\"\n\nnamespace eez {\nnamespace psu {\n\nusing namespace gui;\n\n//${eez-studio ACTIONS_FUNCS_DEF}\n\n//${eez-studio ACTIONS_ARRAY_DEF}\n\n}\n} // namespace eez::psu\n\n#endif" }, { "fileName": "gui_document.h", "template": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2017-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program. If not, see http://www.gnu.org/licenses.\n*/\n\n#pragma once\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\n//${eez-studio DATA_ENUM}\n\n//${eez-studio GUI_FONTS_ENUM}\n\n//${eez-studio GUI_BITMAPS_ENUM}\n\n//${eez-studio GUI_STYLES_ENUM}\n\n//${eez-studio GUI_PAGES_ENUM}\n\n//${eez-studio GUI_FONTS_DECL}\n\n//${eez-studio GUI_BITMAPS_DECL}\n\n//${eez-studio GUI_STYLES_DECL}\n\n//${eez-studio GUI_DOCUMENT_DECL}\n\n}\n}\n} // namespace eez::psu::gui\n" }, { "fileName": "gui_document.cpp", "template": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2017-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program. If not, see http://www.gnu.org/licenses.\n*/\n\n#include \"psu.h\"\n\n#if OPTION_DISPLAY\n\n#include \"lcd.h\"\n#include \"gui_document.h\"\n\nnamespace eez {\nnamespace psu {\nnamespace gui {\n\n//${eez-studio GUI_FONTS_DEF}\n\n//${eez-studio GUI_BITMAPS_DEF}\n\n//${eez-studio GUI_STYLES_DEF}\n\n#if DISPLAY_ORIENTATION == DISPLAY_ORIENTATION_PORTRAIT\n//${eez-studio GUI_DOCUMENT_PORTRAIT_DEF}\n#elif DISPLAY_ORIENTATION == DISPLAY_ORIENTATION_LANDSCAPE\n//${eez-studio GUI_DOCUMENT_LANDSCAPE_DEF}\n#endif\n\n}\n}\n} // namespace eez::psu::gui\n\n#endif" }, { "fileName": "scpi_commands.h", "template": "/*\n* EEZ PSU Firmware\n* Copyright (C) 2017-present, Envox d.o.o.\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU General Public License as published by\n* the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n* GNU General Public License for more details.\n\n* You should have received a copy of the GNU General Public License\n* along with this program. If not, see http://www.gnu.org/licenses.\n*/\n\n#pragma once\n\n//${eez-studio SCPI_COMMANDS_DECL}\n" } ], "destinationFolder": "eez_psu_sketch" } }, "data": [ { "name": "editEnabled", "type": "boolean", "defaultValue": "1" }, { "name": "channels", "description": "list of installed channels", "type": "list", "defaultValue": "[{}, {}]" }, { "name": "channel.status", "description": "0: not installed\n1: installed and ok\n2: installed and error", "type": "enum", "enumItems": "[\n\"Not installed\",\n\"OK\",\n\"Error\"\n]", "defaultValue": "1" }, { "name": "channel.outputState", "description": "0: output is off\n1: output is on", "type": "enum", "enumItems": "[\n\"Off\",\n\"On\"\n]", "defaultValue": 1 }, { "name": "channel.outputMode", "description": "0: CC or CV\n1: UR", "type": "enum", "enumItems": "[\n\"CC/CV\",\n\"UR\"\n]", "defaultValue": 0 }, { "name": "channel.monValue", "description": "scpi: meas:volt? if CC, meas:curr? if CV, min(meas:curr?, meas:volt?) or meas:curr? if equal )", "type": "float", "defaultValue": "12.00V", "defaultMinValue": 8, "defaultMaxValue": 40 }, { "name": "channel.u.set", "description": "scpi: volt? and volt", "type": "float", "defaultValue": "30.00V", "defaultMinValue": 8, "defaultMaxValue": 40 }, { "name": "channel.u.mon", "type": "float", "defaultValue": "25.00V", "defaultMinValue": 8, "defaultMaxValue": 40 }, { "name": "channel.u.monDac", "type": "float", "defaultValue": "25.00V", "defaultMinValue": 8, "defaultMaxValue": 40 }, { "name": "channel.u.limit", "type": "float", "defaultValue": "35.00V", "defaultMinValue": 8, "defaultMaxValue": 40 }, { "name": "channel.u.edit", "description": "scpi: volt? and volt", "type": "float", "defaultValue": "30.00V", "defaultMinValue": 8, "defaultMaxValue": 40 }, { "name": "channel.i.set", "description": "scpi: curr? and curr", "type": "float", "defaultValue": "1.00A", "defaultMinValue": 0, "defaultMaxValue": 5 }, { "name": "channel.i.mon", "type": "float", "defaultValue": "1.00A", "defaultMinValue": 0, "defaultMaxValue": 5 }, { "name": "channel.i.monDac", "type": "float", "defaultValue": "1.00A", "defaultMinValue": 0, "defaultMaxValue": 5 }, { "name": "channel.i.limit", "type": "float", "defaultValue": "3.00A", "defaultMinValue": 0, "defaultMaxValue": 5 }, { "name": "channel.i.edit", "description": "", "type": "float", "defaultValue": "1.00A", "defaultMinValue": 8, "defaultMaxValue": 40 }, { "name": "channel.p.mon", "type": "float", "defaultValue": "285.00W", "defaultMinValue": 0, "defaultMaxValue": 150 }, { "name": "channelsViewMode", "description": "0: Default (Voltage / Current)\n1: Horizontal bar graph\n2: Vertical bar graph\n3: YT", "type": "enum", "enumItems": "[\n\"Default\",\n\"Horizontal Bar\",\n\"Vertical Bar\",\n\"YT\"\n]", "defaultValue": "0" }, { "name": "channel.displayValue1", "type": "float", "defaultValue": "25.00V", "defaultMinValue": 8, "defaultMaxValue": 40 }, { "name": "channel.displayValue2", "type": "float", "defaultValue": "1.00A", "defaultMinValue": 0, "defaultMaxValue": 5 }, { "name": "lrip", "type": "boolean", "defaultValue": "0" }, { "name": "ovp", "description": "scpi: volt:prot:stat? volt:prot:trip?", "type": "enum", "enumItems": "[\n\"Off\",\n\"On\",\n\"Tripped\"\n]", "defaultValue": 0 }, { "name": "ocp", "description": "scpi: curr:prot:stat? curr:prot:trip?", "type": "enum", "enumItems": "[\n\"Off\",\n\"On\",\n\"Tripped\"\n]", "defaultValue": 0 }, { "name": "opp", "description": "scpi: pow:prot:stat? pow:prot:trip?", "type": "enum", "enumItems": "[\n\"Off\",\n\"On\",\n\"Tripped\"\n]", "defaultValue": "1" }, { "name": "otp_ch", "description": "scpi: syst:temp:prot:stat? syst:temp:prot:trip?", "type": "enum", "enumItems": "[\n\"Off\",\n\"On\",\n\"Tripped\"\n]", "defaultValue": "2" }, { "name": "otp_aux", "description": "", "type": "enum", "enumItems": "[\n\"Off\",\n\"On\",\n\"Tripped\"\n]", "defaultValue": "1" }, { "name": "alert_message", "description": "Message in alert dialog", "type": "string", "defaultValue": "Are you sure?" }, { "name": "alert_message_2", "description": "Message in alert dialog", "type": "string", "defaultValue": "Second line" }, { "name": "alert_message_3", "description": "Message in alert dialog", "type": "string", "defaultValue": "Third line" }, { "name": "edit_value", "type": "float", "defaultValue": "12.00V", "defaultMinValue": 0, "defaultMaxValue": 50 }, { "name": "edit_unit", "type": "string", "defaultValue": "mV" }, { "name": "edit_info", "type": "string", "defaultValue": "Set Ch1 voltage [0-50 V]" }, { "name": "edit_info1", "type": "string", "defaultValue": "Set Ch1 voltage" }, { "name": "edit_info2", "type": "string", "defaultValue": "[0-50 V]" }, { "name": "edit_mode_interactive_mode_selector", "description": "0: interactive mode\n1: non-interactive mode", "type": "enum", "enumItems": "[\n\"Interactive\",\n\"Non-interactive\"\n]", "defaultValue": "1" }, { "name": "edit_steps", "type": "integer", "defaultValue": "2", "defaultValueList": "[\"5.00\", \"2.00\", \"1.00\", \"0.50\", \"0.10\"]" }, { "name": "model_info", "type": "string", "defaultValue": "50V / 3A - 40V / 5A" }, { "name": "firmware_info", "type": "string", "defaultValue": "Firmware: M2" }, { "name": "self_test_result", "type": "string", "defaultValue": "- FAN failed\\n- CH1 temp sensor failed" }, { "name": "keypad_text", "description": "Contains the text entered in keypad.", "type": "string", "defaultValue": "abc123|" }, { "name": "keypad_caps", "description": "0 - lower case\n1 - upper case", "type": "boolean", "defaultValue": "0" }, { "name": "keypad_option1_text", "type": "string", "defaultValue": "max" }, { "name": "keypad_option1_enabled", "description": "Is \"max\" key on numeric keypad enabled?", "type": "boolean", "defaultValue": "1" }, { "name": "keypad_option2_text", "type": "string", "defaultValue": "def" }, { "name": "keypad_option2_enabled", "description": "Is \"def\" key on numeric keypad enabled?", "type": "boolean", "defaultValue": "1" }, { "name": "keypad_sign_enabled", "type": "boolean", "defaultValue": "1" }, { "name": "keypad_dot_enabled", "type": "boolean", "defaultValue": "1" }, { "name": "keypad_unit_enabled", "type": "boolean", "defaultValue": "1" }, { "name": "calibration.passwordStatus", "description": "0 - not set\n1 - set", "type": "enum", "enumItems": "[\n\"Not set\",\n\"Set\"\n]", "defaultValue": "0" }, { "name": "channel.label", "description": "Channel label, i.e. \"Channel 1:\", \"Channel 2:\", etc.", "type": "string", "defaultValue": "Channel X:" }, { "name": "channel.shortLabel", "description": "Short channel label, i.e. \"CH1:\", \"CH2:\", etc.", "type": "string", "defaultValue": "Ch1:" }, { "name": "channel.tempStatus", "description": "0: invalid (error)\n1: valid\n2: not installed", "type": "enum", "enumItems": "[\n\"Invalid\",\n\"Valid\",\n\"Not installed\"\n]", "defaultValue": "1" }, { "name": "channel.temp", "description": "", "type": "float", "defaultValue": "45.5oC" }, { "name": "channel.onTime.total", "description": "", "type": "string", "defaultValue": "323:33:10" }, { "name": "channel.onTime.last", "description": "", "type": "string", "defaultValue": "300:01:10" }, { "name": "channel.calibration.status", "description": "0 - not calibrated\n1 - calibrated", "type": "enum", "enumItems": "[\n\"Not calibrated\",\n\"Calibrated\"\n]", "defaultValue": "1" }, { "name": "channel.calibration.state", "description": "0 - not enabled\n1 - enabled", "type": "enum", "enumItems": "[\n\"Disabled\",\n\"Enabled\"\n]", "defaultValue": "0" }, { "name": "channel.calibration.date", "type": "string", "defaultValue": "2016-12-31" }, { "name": "channel.calibration.remark", "type": "string", "defaultValue": "" }, { "name": "channel.calibration.step.isSetRemarkStep", "description": "", "type": "boolean", "enumItems": "", "defaultValue": "0" }, { "name": "channel.calibration.step.num", "description": "", "type": "enum", "enumItems": "[\n\"U min\",\n\"U mid\",\n\"U max\",\n\"I 5A min\",\n\"I 5A mid\",\n\"I 5A max\",\n\"I 500mA min\",\n\"I 500mA mid\",\n\"I 500mA max\"\n]", "defaultValue": "0" }, { "name": "channel.calibration.step.status", "description": "0 - calibration value is not defined\n1 - calibration value is defined", "type": "enum", "enumItems": "[\n\"Not defined\",\n\"Defined\"\n]", "defaultValue": "0" }, { "name": "channel.calibration.step.levelValue", "type": "float", "defaultValue": "50mV" }, { "name": "channel.calibration.step.value", "type": "float", "defaultValue": "0.12 V" }, { "name": "channel.calibration.step.prevEnabled", "description": "Is previous step enabled?\n0 - No\n1 - Yes", "type": "boolean", "defaultValue": "0" }, { "name": "channel.calibration.step.nextEnabled", "description": "Is next step enabled?\n0 - No\n1 - Yes", "type": "boolean", "defaultValue": "1" }, { "name": "cal_ch_u_min", "type": "float", "defaultValue": "0.12V" }, { "name": "cal_ch_u_mid", "type": "float", "defaultValue": "24.81V" }, { "name": "cal_ch_u_max", "type": "float", "defaultValue": "48.12V" }, { "name": "cal_ch_i0_min", "type": "float", "defaultValue": "0.02A" }, { "name": "cal_ch_i0_mid", "type": "float", "defaultValue": "1.42A" }, { "name": "cal_ch_i0_max", "type": "float", "defaultValue": "3.01A" }, { "name": "cal_ch_i1_min", "type": "float", "defaultValue": "2mA" }, { "name": "cal_ch_i1_mid", "type": "float", "defaultValue": "142mA" }, { "name": "cal_ch_i1_max", "type": "float", "defaultValue": "301mA" }, { "name": "channel.protection.ovp.state", "type": "enum", "enumItems": "[\n\"Off\",\n\"On\"\n]", "defaultValue": "1" }, { "name": "channel.protection.ovp.level", "type": "float", "defaultValue": "40.00V" }, { "name": "channel.protection.ovp.delay", "type": "float", "defaultValue": "0.05s" }, { "name": "channel.protection.ovp.limit", "type": "float", "defaultValue": "30.50V" }, { "name": "channel.protection.ocp.state", "type": "enum", "enumItems": "[\n\"Off\",\n\"On\"\n]", "defaultValue": "1" }, { "name": "channel.protection.ocp.delay", "type": "float", "defaultValue": "0.5s" }, { "name": "channel.protection.ocp.limit", "type": "float", "defaultValue": "1.00A" }, { "name": "channel.protection.ocp.maxCurrentLimitCause", "description": "0: no cause\n1: fan\n2: temperature", "type": "enum", "enumItems": "[\n\"No cause\",\n\"Fan\",\n\"Temperature\"\n]", "defaultValue": "1" }, { "name": "channel.protection.opp.state", "type": "enum", "enumItems": "[\n\"Off\",\n\"On\"\n]", "defaultValue": "0" }, { "name": "channel.protection.opp.level", "type": "float", "defaultValue": "150.00W" }, { "name": "channel.protection.opp.delay", "type": "float", "defaultValue": "60 s" }, { "name": "channel.protection.opp.limit", "type": "float", "defaultValue": "100.00W" }, { "name": "channel.protection.otp.installed", "type": "enum", "enumItems": "[\n\"Not installed\",\n\"Installed\"\n]", "defaultValue": "1" }, { "name": "channel.protection.otp.state", "type": "enum", "enumItems": "[\n\"Off\",\n\"On\"\n]", "defaultValue": "1" }, { "name": "channel.protection.otp.level", "type": "float", "defaultValue": "125.00oC" }, { "name": "channel.protection.otp.delay", "defaultValue": "10s" }, { "name": "EventQueue.lastEvent.type", "description": "0: none\n1: info\n2: warning\n3: error", "type": "enum", "enumItems": "[\n\"None\",\n\"Info\",\n\"Warning\",\n\"Error\"\n]", "defaultValue": "3" }, { "name": "EventQueue.lastEvent.message", "type": "string", "defaultValue": "[2m ago] Ch1 OTP tripped" }, { "name": "EventQueue.events", "description": "list of events in event queue", "type": "list", "defaultValue": "[{}, {}, {}, {}, {}, {}]" }, { "name": "EventQueue.events.type", "description": "0: none\n1: info\n2: warning\n3: error", "type": "enum", "enumItems": "[\n\"None\",\n\"Info\",\n\"Warning\",\n\"Error\"\n]", "defaultValue": "3" }, { "name": "EventQueue.events.message", "type": "string", "defaultValue": "[2m ago] Ch1 OTP tripped" }, { "name": "EventQueue.multiplePages", "description": "0: single page only\n1: multiple pages", "type": "enum", "enumItems": "[\n\"Single page only\",\n\"Multiple pages\"\n]", "defaultValue": "1" }, { "name": "EventQueue.previousPageEnabled", "type": "boolean", "defaultValue": "1" }, { "name": "EventQueue.nextPageEnabled", "type": "boolean", "defaultValue": "1" }, { "name": "EventQueue.pageInfo", "type": "string", "defaultValue": "Page #1 of 2" }, { "name": "channel.lripple.maxDissipation", "type": "float", "defaultValue": "20.00W" }, { "name": "channel.lripple.calculatedDissipation", "type": "float", "defaultValue": "18.00W" }, { "name": "channel.lripple.autoMode", "type": "enum", "enumItems": "[\n\"Off\",\n\"On\"\n]", "defaultValue": "1" }, { "name": "channel.lripple.isAllowed", "type": "boolean", "enumItems": "", "defaultValue": "1" }, { "name": "channel.lripple.status", "type": "enum", "enumItems": "[\n\"Off\",\n\"On\"\n]", "defaultValue": "0" }, { "name": "channel.rsense.status", "type": "enum", "enumItems": "[\n\"Off\",\n\"On\"\n]", "defaultValue": "0" }, { "name": "channel.rprog.installed", "description": "", "type": "enum", "enumItems": "[\n\"Not installed\",\n\"Installed\"\n]", "defaultValue": "1" }, { "name": "channel.rprog.status", "description": "", "type": "enum", "enumItems": "[\n\"Off\",\n\"On\"\n]", "defaultValue": "0" }, { "name": "channel.isCoupled", "description": "", "type": "boolean", "enumItems": "", "defaultValue": "0" }, { "name": "channel.isTracked", "description": "", "type": "boolean", "enumItems": "", "defaultValue": "0" }, { "name": "channel.isCoupledOrTracked", "description": "", "type": "boolean", "enumItems": "", "defaultValue": "0" }, { "name": "channel.coupling.isAllowed", "description": "", "type": "boolean", "enumItems": "", "defaultValue": "1" }, { "name": "channel.coupling.mode", "description": "", "type": "enum", "enumItems": "[\n\"None\",\n\"Parallel\",\n\"Series\",\n\"Tracked\"\n]", "defaultValue": "0" }, { "name": "channel.coupling.selectedMode", "description": "", "type": "enum", "enumItems": "[\n\"Parallel\",\n\"Series\"\n]", "defaultValue": "0" }, { "name": "channel.coupling.isSeries", "description": "", "type": "boolean", "enumItems": "", "defaultValue": "0" }, { "name": "sys.onTime.total", "description": "", "type": "string", "defaultValue": "35d 10m 32s" }, { "name": "sys.onTime.last", "type": "string", "defaultValue": "15m 10s" }, { "name": "sys.temp.aux.status", "description": "0: invalid (error)\n1: valid\n2: not installed", "type": "enum", "enumItems": "[\n\"Invalid\",\n\"Valid\",\n\"Not installed\"\n]", "defaultValue": "1" }, { "name": "sys.temp.aux.otp.state", "type": "enum", "enumItems": "[\n\"Off\",\n\"On\"\n]", "defaultValue": "1" }, { "name": "sys.temp.aux.otp.level", "type": "float", "defaultValue": "125.00oC" }, { "name": "sys.temp.aux.otp.delay", "defaultValue": "10s" }, { "name": "sys.temp.aux.otp.isTripped", "type": "boolean", "defaultValue": "1" }, { "name": "sys.temp.aux", "type": "float", "defaultValue": "45.5oC" }, { "name": "sys.info.firmwareVer", "type": "string", "defaultValue": "M2" }, { "name": "sys.info.serialNo", "type": "string", "defaultValue": "123456789" }, { "name": "sys.info.scpiVer", "type": "string", "defaultValue": "1999.0" }, { "name": "sys.info.cpu", "type": "string", "defaultValue": "Arduino Due" }, { "name": "sys.info.ethernet", "type": "string", "defaultValue": "W5500" }, { "name": "sys.info.fan.status", "description": "0: invalid (error)\n1: valid\n2: unsupported\n3: not installed", "type": "enum", "enumItems": "[\n\"Invalid\",\n\"Valid\",\n\"Unsupported\",\n\"Not installed\"\n]", "defaultValue": "1" }, { "name": "sys.info.fan.speed", "type": "float", "defaultValue": "2012rpm" }, { "name": "channel.boardInfo.label", "description": "", "type": "string", "defaultValue": "CH1 board:" }, { "name": "channel.boardInfo.revision", "description": "", "type": "string", "defaultValue": "R5B9" }, { "name": "dateTime.date", "type": "string", "defaultValue": "2016 - 12 - 28" }, { "name": "dateTime.year", "type": "integer", "defaultValue": "2016" }, { "name": "dateTime.month", "type": "integer", "defaultValue": "12" }, { "name": "dateTime.day", "type": "integer", "defaultValue": "28" }, { "name": "dateTime.time", "type": "string", "defaultValue": "23 : 58 : 48" }, { "name": "dateTime.hour", "type": "integer", "defaultValue": "23" }, { "name": "dateTime.minute", "type": "integer", "defaultValue": "58" }, { "name": "dateTime.second", "type": "integer", "defaultValue": "48" }, { "name": "dateTime.timeZone", "type": "string", "defaultValue": "+1 GMT" }, { "name": "dateTime.DST", "type": "enum", "enumItems": "[\n\"Off\",\n\"Europe\",\n\"USA\"\n]", "defaultValue": "Europe" }, { "name": "setPage.dirty", "type": "boolean", "defaultValue": "0" }, { "name": "profiles.list1", "type": "list", "defaultValue": "[{}, {}, {}, {}]" }, { "name": "profiles.list2", "type": "list", "defaultValue": "[{}, {}, {}, {}, {}, {}]" }, { "name": "profiles.autoRecall.status", "description": "0: disabled\n1: enabled", "type": "enum", "enumItems": "[\n\"Disabled\",\n\"Enabled\"\n]", "defaultValue": "1" }, { "name": "profiles.autoRecall.location", "type": "integer", "defaultValue": "0" }, { "name": "profile.status", "description": "0: not installed\n1: installed", "type": "enum", "enumItems": "[\n\"Not installed\",\n\"Installed\"\n]", "defaultValue": "1" }, { "name": "profile.label", "type": "string", "defaultValue": "[ 0 ]" }, { "name": "profile.remark", "type": "string", "defaultValue": "This is remark..." }, { "name": "profile.isAutoRecallLocation", "description": "0 - no\n1 - yes", "type": "enum", "enumItems": "[\n\"No\",\n\"Yes\"\n]", "defaultValue": "1" }, { "name": "profile.channel.u.set", "type": "float", "defaultValue": "12.00V" }, { "name": "profile.channel.i.set", "type": "float", "defaultValue": "1.00A" }, { "name": "profile.channel.outputState", "description": "0: output is off\n1: output is on", "type": "enum", "enumItems": "[\n\"Off\",\n\"On\"\n]", "defaultValue": "1" }, { "name": "ethernet.installed", "description": "0: not installed\n1: installed", "type": "enum", "enumItems": "[\n\"Not installed\",\n\"Installed\"\n]", "defaultValue": "1" }, { "name": "ethernet.enabled", "description": "0: disabled\n1: enabled", "type": "enum", "enumItems": "[\n\"Disabled\",\n\"Enabled\"\n]", "defaultValue": "1" }, { "name": "ethernet.status", "description": "0: failed\n1: ok\n2: skipped\n3: warning", "type": "enum", "enumItems": "[\n\"Failed\",\n\"OK\",\n\"Skipped\",\n\"Warning\"\n]", "defaultValue": "1" }, { "name": "ethernet.ipAddress", "description": "", "type": "string", "defaultValue": "192.168.1.101" }, { "name": "ethernet.dns", "description": "", "type": "string", "defaultValue": "192.168.1.1" }, { "name": "ethernet.gateway", "description": "", "type": "string", "defaultValue": "192.168.1.1" }, { "name": "ethernet.subnetMask", "description": "", "type": "string", "defaultValue": "255.255.255.0" }, { "name": "ethernet.scpiPort", "description": "", "type": "integer", "defaultValue": "5025" }, { "name": "ethernet.isConnected", "description": "", "type": "boolean", "enumItems": "", "defaultValue": "1" }, { "name": "ethernet.dhcp", "type": "boolean", "defaultValue": "0" }, { "name": "ethernet.mac", "type": "string", "defaultValue": "00-00-00-00-00-00" }, { "name": "channel.isVoltageBalanced", "type": "boolean", "defaultValue": "0" }, { "name": "channel.isCurrentBalanced", "type": "boolean", "defaultValue": "0" }, { "name": "sys.outputProtectionCoupled", "type": "boolean", "defaultValue": "0" }, { "name": "sys.shutdownWhenProtectionTripped", "type": "boolean", "defaultValue": "0" }, { "name": "sys.forceDisablingAllOutputsOnPowerUp", "type": "boolean", "defaultValue": "0" }, { "name": "sys.password.isSet", "type": "boolean", "defaultValue": "1" }, { "name": "sys.RlState", "type": "enum", "enumItems": "[\n\"Local\",\n\"Remote\",\n\"RWLock\"\n]", "defaultValue": "0" }, { "name": "sys.sound.isEnabled", "type": "boolean", "defaultValue": "1" }, { "name": "sys,sound.isClickEnabled", "type": "boolean", "defaultValue": "0" }, { "name": "channel.displayViewSettings.displayValue1", "type": "enum", "enumItems": "[\n\"Voltage (V)\",\n\"Current (A)\",\n\"Power (W)\"\n]", "defaultValue": "Voltage (V)" }, { "name": "channel.displayViewSettings.displayValue2", "type": "enum", "enumItems": "[\n\"Voltage (V)\",\n\"Current (A)\",\n\"Power (W)\"\n]", "defaultValue": "Power (W)" }, { "name": "channel.displayViewSettings.ytViewRate", "type": "float", "defaultValue": "100 ms" }, { "name": "sys.encoder.confirmationMode", "type": "boolean", "enumItems": "", "defaultValue": "1" }, { "name": "sys.encoder.movingUpSpeed", "type": "integer", "defaultValue": "10\n", "defaultMinValue": 1, "defaultMaxValue": 10 }, { "name": "sys.encoder.movingDownSpeed", "type": "integer", "defaultValue": "1", "defaultMinValue": 1, "defaultMaxValue": 10 }, { "name": "sys.encoder.installed", "description": "0: not installed\n1: installed", "type": "enum", "enumItems": "[\n\"Not installed\",\n\"Installed\"\n]", "defaultValue": "1" }, { "name": "sys.display.state", "type": "boolean", "defaultValue": "1" }, { "name": "sys.display.brightness", "type": "integer", "defaultValue": "255" }, { "name": "channel.trigger.mode", "type": "enum", "enumItems": "[\n\"Fixed\",\n\"List\",\n\"Step\"\n]", "defaultValue": "Fixed" }, { "name": "channel.trigger.outputState", "type": "boolean", "enumItems": "", "defaultValue": "1", "defaultMinValue": 0 }, { "name": "channel.trigger.onListStop", "type": "enum", "enumItems": "[\n\"Output OFF\",\n\"Set to first step\",\n\"Set to last step\",\n\"Standby\"\n]", "defaultValue": "Output OFF" }, { "name": "channel.u.trigger.value", "type": "float", "defaultValue": "24.00V", "defaultMinValue": 0, "defaultMaxValue": 40 }, { "name": "channel.i.trigger.value", "type": "float", "defaultValue": "2.00A", "defaultMinValue": 0, "defaultMaxValue": 5 }, { "name": "channel.list.count", "type": "integer", "defaultValue": "1" }, { "name": "channel.lists", "type": "list", "defaultValue": "[{}, {}, {}, {}]" }, { "name": "channel.list.index", "type": "integer", "defaultValue": "256" }, { "name": "channel.list.dwell", "type": "float", "defaultValue": "0.01" }, { "name": "channel.list.dwellEnabled", "type": "boolean", "defaultValue": "1" }, { "name": "channel.list.voltage", "type": "float", "defaultValue": "10.00" }, { "name": "channel.list.voltageEnabled", "type": "boolean", "defaultValue": "1" }, { "name": "channel.list.current", "type": "float", "defaultValue": "2.00" }, { "name": "channel.list.currentEnabled", "type": "boolean", "defaultValue": "1" }, { "name": "channel.lists.previousPageEnabled", "type": "boolean", "defaultValue": "1" }, { "name": "channel.lists.nextPageEnabled", "type": "boolean", "defaultValue": "1" }, { "name": "channel.lists.cursor", "type": "integer", "defaultValue": "128" }, { "name": "channel.lists.insertMenuEnabled", "type": "boolean", "defaultValue": "1" }, { "name": "channel.lists.deleteMenuEnabled", "type": "boolean", "defaultValue": "1" }, { "name": "channel.lists.deleteRowEnabled", "type": "boolean", "defaultValue": "1" }, { "name": "channel.lists.clearColumnEnabled", "type": "boolean", "defaultValue": "1" }, { "name": "channel.lists.deleteRowsEnabled", "type": "boolean", "defaultValue": "1" }, { "name": "trigger.source", "type": "enum", "enumItems": "[\n\"Bus\",\n\"Immediate\",\n\"Manual\",\n\"Pin1\"\n]", "defaultValue": "Immediate" }, { "name": "trigger.delay", "type": "float", "defaultValue": "0" }, { "name": "trigger.initiateContinuously", "type": "boolean", "enumItems": "", "defaultValue": "1" }, { "name": "trigger.isInitiated", "type": "boolean", "defaultValue": "0" }, { "name": "trigger.isManual", "type": "boolean", "defaultValue": "1" }, { "name": "channel.hasSupportForCurrentDualRange", "type": "boolean", "enumItems": "", "defaultValue": "1" }, { "name": "channel.ranges.supported", "type": "boolean", "enumItems": "", "defaultValue": "1" }, { "name": "channel.ranges.mode", "type": "enum", "enumItems": "[\n\"Best (default)\",\n\"0.5A\",\n\"5A\"\n]", "defaultValue": "Best (default)" }, { "name": "channel.ranges.autoRanging", "type": "boolean", "defaultValue": "0" }, { "name": "channel.ranges.currentlySelected", "type": "string", "defaultValue": "0.5A" }, { "name": "textMessage", "type": "string", "defaultValue": "Hello, world!" }, { "name": "serial.status", "description": "0: failed\n1: ok\n2: skipped\n3: warning", "type": "enum", "enumItems": "[\n\"Failed\",\n\"OK\",\n\"Skipped\",\n\"Warning\"\n]", "defaultValue": "1" }, { "name": "serial.enabled", "type": "boolean", "defaultValue": "1" }, { "name": "serial.isConnected", "type": "boolean", "defaultValue": "1" }, { "name": "serial.baud", "type": "integer", "enumItems": "", "defaultValue": "115200" }, { "name": "serial.parity", "type": "enum", "enumItems": "[\n\"None\",\n\"Even\",\n\"Odd\",\n\"Mark\",\n\"Space\"\n]", "defaultValue": "None" }, { "name": "channel.list.countdown", "type": "string", "defaultValue": "23m 45s" }, { "name": "ioPins", "description": "", "type": "list", "defaultValue": "[{}, {}, {}]" }, { "name": "ioPins.inhibitState", "type": "enum", "enumItems": "[\n\"Off\",\n\"On\",\n\"Not used\"\n]", "defaultValue": "1" }, { "name": "ioPin.number", "type": "integer", "defaultValue": "1" }, { "name": "ioPin.polarity", "type": "boolean", "enumItems": "", "defaultValue": "1" }, { "name": "ioPin.function", "type": "enum", "enumItems": "[\n\"None\",\n\"Fault\",\n\"Inhibit\",\n\"Couple\",\n\"Tinput\",\n\"Toutput\",\n]", "defaultValue": "Couple" }, { "name": "ntp.enabled", "type": "boolean", "defaultValue": "1" }, { "name": "ntp.server", "type": "string", "defaultValue": "0.pool.ntp.org" }, { "name": "asyncOperationThrobber", "type": "string", "defaultValue": "|" }, { "name": "sys.display.backgroundLuminosityStep", "type": "integer", "defaultValue": "10" }, { "name": "progress", "type": "float", "defaultValue": "66%" }, { "name": "viewStatus", "type": "enum", "enumItems": "[\n\"None\",\n\"List\",\n\"DLog\"\n]", "defaultValue": "2" }, { "name": "dlog.status", "type": "string", "defaultValue": "Dlog trigger waiting " } ], "actions": [ { "name": "channel.toggleOutput", "description": "turn channel on/off", "implementationType": "native", "implementation": "channelToggleOutput();" }, { "name": "edit", "description": "enter edit modal mode", "implementationType": "native", "implementation": "edit_mode::enter();\n" }, { "name": "edit_mode_slider", "description": "enter edit with slider modal mode", "implementationType": "native", "implementation": "edit_mode::enter(PAGE_ID_EDIT_MODE_SLIDER);\n" }, { "name": "edit_mode_step", "description": "enter edit with step modal mode", "implementationType": "native", "implementation": "edit_mode::enter(PAGE_ID_EDIT_MODE_STEP);\n" }, { "name": "edit_mode_keypad", "description": "enter edit with keypad modal mode", "implementationType": "native", "implementation": "edit_mode::enter(PAGE_ID_EDIT_MODE_KEYPAD);\n" }, { "name": "exit_edit_mode", "description": "exit from slider or any other modal mode", "implementationType": "native", "implementation": "if (edit_mode::isActive()) {\n edit_mode::exit();\n}\n" }, { "name": "toggle_interactive_mode", "implementationType": "native", "implementation": "edit_mode::toggleInteractiveMode();" }, { "name": "non_interactive_enter", "implementationType": "native", "implementation": "edit_mode::nonInteractiveSet();\n" }, { "name": "non_interactive_discard", "implementationType": "native", "implementation": "edit_mode::nonInteractiveDiscard();" }, { "name": "keypad_key", "implementationType": "native", "implementation": "getActiveKeypad()->key();" }, { "name": "keypad_space", "implementationType": "native", "implementation": "getActiveKeypad()->space();" }, { "name": "keypad_back", "implementationType": "native", "implementation": "getActiveKeypad()->back();" }, { "name": "keypad_clear", "implementationType": "native", "implementation": "getActiveKeypad()->clear();" }, { "name": "keypad_caps", "implementationType": "native", "implementation": "getActiveKeypad()->caps();" }, { "name": "keypad_ok", "implementationType": "native", "implementation": "getActiveKeypad()->ok();" }, { "name": "keypad_cancel", "implementationType": "native", "implementation": "getActiveKeypad()->cancel();" }, { "name": "keypad_sign", "implementationType": "native", "implementation": "getActiveKeypad()->sign();" }, { "name": "keypad_unit", "implementationType": "native", "implementation": "getActiveKeypad()->unit();" }, { "name": "keypad_option1", "implementationType": "native", "implementation": "getActiveKeypad()->option1();" }, { "name": "keypad_option2", "implementationType": "native", "implementation": "getActiveKeypad()->option2();" }, { "name": "touch_screen_calibration", "description": "touch screen calibration", "implementationType": "native", "implementation": "touch::calibration::enterCalibrationMode();" }, { "name": "yes", "description": "Yes action in Yes/No dialog", "implementationType": "native", "implementation": "dialogYes();" }, { "name": "no", "description": "No action in Yes/No dialog", "implementationType": "native", "implementation": "dialogNo();" }, { "name": "ok", "implementationType": "native", "implementation": "dialogOk();" }, { "name": "cancel", "description": "Cancel action in dialog", "implementationType": "native", "implementation": "dialogCancel();" }, { "name": "later", "description": "Yes action in Yes/No dialog", "implementationType": "native", "implementation": "dialogLater();" }, { "name": "standBy", "implementationType": "native", "implementation": "gui::standBy();" }, { "name": "show_previous_page", "implementationType": "native", "implementation": "popPage();" }, { "name": "show_main_page", "implementationType": "native", "implementation": "setPage(PAGE_ID_MAIN);" }, { "name": "show_event_queue", "implementationType": "native", "implementation": " setPage(PAGE_ID_EVENT_QUEUE);" }, { "name": "show_channel_settings", "implementationType": "native", "implementation": "gui::selectChannel();\nsetPage(PAGE_ID_CH_SETTINGS_PROT);" }, { "name": "show_sys_settings", "implementationType": "native", "implementation": "setPage(PAGE_ID_SYS_SETTINGS);" }, { "name": "show_sys_settings2", "implementationType": "native", "implementation": "setPage(PAGE_ID_SYS_SETTINGS2);" }, { "name": "show_sys_settings_trigger", "implementationType": "native", "implementation": "pushPage(PAGE_ID_SYS_SETTINGS_TRIGGER);" }, { "name": "show_sys_settings_io", "implementationType": "native", "implementation": "pushPage(PAGE_ID_SYS_SETTINGS_IO);" }, { "name": "show_sys_settings_date_time", "implementationType": "native", "implementation": "pushPage(PAGE_ID_SYS_SETTINGS_DATE_TIME);" }, { "name": "show_sys_settings_cal", "implementationType": "native", "implementation": "pushPage(PAGE_ID_SYS_SETTINGS_CAL);" }, { "name": "show_sys_settings_cal_ch", "implementationType": "native", "implementation": "gui::selectChannel();\npushPage(PAGE_ID_SYS_SETTINGS_CAL_CH);" }, { "name": "show_sys_settings_screen_calibration", "implementationType": "native", "implementation": "pushPage(PAGE_ID_SYS_SETTINGS_SCREEN_CALIBRATION);" }, { "name": "show_sys_settings_display", "implementationType": "native", "implementation": "pushPage(PAGE_ID_SYS_SETTINGS_DISPLAY);" }, { "name": "show_sys_settings_serial", "implementationType": "native", "implementation": "pushPage(PAGE_ID_SYS_SETTINGS_SERIAL);" }, { "name": "show_sys_settings_ethernet", "implementationType": "native", "implementation": "pushPage(PAGE_ID_SYS_SETTINGS_ETHERNET);" }, { "name": "show_sys_settings_protections", "implementationType": "native", "implementation": "pushPage(PAGE_ID_SYS_SETTINGS_PROTECTIONS);" }, { "name": "show_sys_settings_aux_otp", "implementationType": "native", "implementation": "pushPage(PAGE_ID_SYS_SETTINGS_AUX_OTP);" }, { "name": "show_sys_settings_sound", "implementationType": "native", "implementation": "pushPage(PAGE_ID_SYS_SETTINGS_SOUND);" }, { "name": "show_sys_settings_encoder", "implementationType": "native", "implementation": "pushPage(PAGE_ID_SYS_SETTINGS_ENCODER);" }, { "name": "show_sys_info", "implementationType": "native", "implementation": "setPage(PAGE_ID_SYS_INFO);" }, { "name": "show_sys_info2", "implementationType": "native", "implementation": "setPage(PAGE_ID_SYS_INFO2);" }, { "name": "show_main_help_page", "implementationType": "native", "implementation": "setPage(PAGE_ID_MAIN_HELP);" }, { "name": "show_edit_mode_step_help", "implementationType": "native", "implementation": "pushPage(PAGE_ID_EDIT_MODE_STEP_HELP);" }, { "name": "show_edit_mode_slider_help", "implementationType": "native", "implementation": "pushPage(PAGE_ID_EDIT_MODE_SLIDER_HELP);" }, { "name": "show_ch_settings_prot", "implementationType": "native", "implementation": "setPage(PAGE_ID_CH_SETTINGS_PROT);" }, { "name": "show_ch_settings_prot_clear", "implementationType": "native", "implementation": "gui::selectChannel();\nsetPage(PAGE_ID_CH_SETTINGS_PROT_CLEAR);" }, { "name": "show_ch_settings_prot_ocp", "implementationType": "native", "implementation": "gui::selectChannel();\npushPage(PAGE_ID_CH_SETTINGS_PROT_OCP);" }, { "name": "show_ch_settings_prot_ovp", "implementationType": "native", "implementation": "gui::selectChannel();\npushPage(PAGE_ID_CH_SETTINGS_PROT_OVP);" }, { "name": "show_ch_settings_prot_opp", "implementationType": "native", "implementation": "gui::selectChannel();\npushPage(PAGE_ID_CH_SETTINGS_PROT_OPP);" }, { "name": "show_ch_settings_prot_otp", "implementationType": "native", "implementation": "gui::selectChannel();\npushPage(PAGE_ID_CH_SETTINGS_PROT_OTP);" }, { "name": "show_ch_settings_trigger", "implementationType": "native", "implementation": "setPage(PAGE_ID_CH_SETTINGS_TRIGGER);" }, { "name": "show_ch_settings_lists", "implementationType": "native", "implementation": "pushPage(PAGE_ID_CH_SETTINGS_LISTS);" }, { "name": "show_ch_settings_adv", "implementationType": "native", "implementation": "setPage(PAGE_ID_CH_SETTINGS_ADV);" }, { "name": "show_ch_settings_adv_lripple", "implementationType": "native", "implementation": "gui::selectChannel();\npushPage(PAGE_ID_CH_SETTINGS_ADV_LRIPPLE);" }, { "name": "show_ch_settings_adv_remote", "implementationType": "native", "implementation": "setPage(PAGE_ID_CH_SETTINGS_ADV_REMOTE);" }, { "name": "show_ch_settings_adv_ranges", "implementationType": "native", "implementation": "setPage(PAGE_ID_CH_SETTINGS_ADV_RANGES);" }, { "name": "show_ch_settings_adv_tracking", "implementationType": "native", "implementation": "setPage(PAGE_ID_CH_SETTINGS_ADV_TRACKING);" }, { "name": "show_ch_settings_adv_coupling", "implementationType": "native", "implementation": "setPage(PAGE_ID_CH_SETTINGS_ADV_COUPLING);" }, { "name": "show_ch_settings_adv_view", "implementationType": "native", "implementation": "pushPage(PAGE_ID_CH_SETTINGS_ADV_VIEW);" }, { "name": "show_ch_settings_info", "implementationType": "native", "implementation": "setPage(PAGE_ID_CH_SETTINGS_INFO);" }, { "name": "show_ch_settings_info_cal", "implementationType": "native", "implementation": "pushPage(PAGE_ID_SYS_SETTINGS_CAL_CH);" }, { "name": "sys_settings_cal_edit_password", "implementationType": "native", "implementation": "editCalibrationPassword();" }, { "name": "sys_settings_cal_ch_wiz_start", "implementationType": "native", "implementation": "gui::calibration::start();" }, { "name": "sys_settings_cal_ch_wiz_step_previous", "implementationType": "native", "implementation": "gui::calibration::previousStep();" }, { "name": "sys_settings_cal_ch_wiz_step_next", "implementationType": "native", "implementation": "gui::calibration::nextStep();" }, { "name": "sys_settings_cal_ch_wiz_stop_and_show_previous_page", "implementationType": "native", "implementation": "gui::calibration::stop(popPage);\n" }, { "name": "sys_settings_cal_ch_wiz_stop_and_show_main_page", "implementationType": "native", "implementation": "gui::calibration::stop(action_show_main_page);\n" }, { "name": "sys_settings_cal_ch_wiz_step_set", "implementationType": "native", "implementation": "gui::calibration::set();" }, { "name": "sys_settings_cal_ch_wiz_step_set_level_value", "implementationType": "native", "implementation": "gui::calibration::setLevelValue();" }, { "name": "sys_settings_cal_ch_wiz_save", "implementationType": "native", "implementation": "gui::calibration::save();\n" }, { "name": "sys_settings_cal_toggle_enable", "implementationType": "native", "implementation": "gui::calibration::toggleEnable();\n" }, { "name": "ch_settings_prot_clear", "implementationType": "native", "implementation": "ChSettingsProtectionPage::clear();" }, { "name": "ch_settings_prot_clear_and_disable", "implementationType": "native", "implementation": "ChSettingsProtectionPage::clearAndDisable();" }, { "name": "ch_settings_prot_toggle_state", "implementationType": "native", "implementation": "((ChSettingsProtectionSetPage *)getActivePage())->toggleState();" }, { "name": "ch_settings_prot_edit_limit", "implementationType": "native", "implementation": "((ChSettingsProtectionSetPage *)getActivePage())->editLimit();" }, { "name": "ch_settings_prot_edit_level", "implementationType": "native", "implementation": "((ChSettingsProtectionSetPage *)getActivePage())->editLevel();" }, { "name": "ch_settings_prot_edit_delay", "implementationType": "native", "implementation": "((ChSettingsProtectionSetPage *)getActivePage())->editDelay();" }, { "name": "set", "implementationType": "native", "implementation": "((SetPage *)getActivePage())->set();" }, { "name": "discard", "implementationType": "native", "implementation": "((SetPage *)getActivePage())->discard();" }, { "name": "edit_field", "implementationType": "native", "implementation": "((SetPage *)getActivePage())->edit();" }, { "name": "event_queue_previous_page", "implementationType": "native", "implementation": "event_queue::moveToPreviousPage();\n" }, { "name": "event_queue_next_page", "implementationType": "native", "implementation": "event_queue::moveToNextPage();\n" }, { "name": "ch_settings_adv_lripple_toggle_status", "implementationType": "native", "implementation": "((ChSettingsAdvLRipplePage *)getActivePage())->toggleStatus();" }, { "name": "ch_settings_adv_lripple_toggle_auto_mode", "implementationType": "native", "implementation": "((ChSettingsAdvLRipplePage *)getActivePage())->toggleAutoMode();" }, { "name": "ch_settings_adv_remote_toggle_sense", "implementationType": "native", "implementation": "((ChSettingsAdvRemotePage *)getActivePage())->toggleSense();" }, { "name": "ch_settings_adv_remote_toggle_programming", "implementationType": "native", "implementation": "((ChSettingsAdvRemotePage *)getActivePage())->toggleProgramming();" }, { "name": "dateTime.selectDstRule", "implementationType": "native", "implementation": "((SysSettingsDateTimePage *)getActivePage())->selectDstRule();\n" }, { "name": "show_user_profiles", "implementationType": "native", "implementation": "setPage(PAGE_ID_USER_PROFILES);" }, { "name": "show_user_profiles2", "implementationType": "native", "implementation": "setPage(PAGE_ID_USER_PROFILES2);" }, { "name": "show_user_profile_settings", "implementationType": "native", "implementation": "((UserProfilesPage *)getActivePage())->showProfile();\n" }, { "name": "profiles.toggleAutoRecall", "implementationType": "native", "implementation": "((UserProfilesPage *)getActivePage())->toggleAutoRecall();" }, { "name": "profile.toggleIsAutoRecallLocation", "implementationType": "native", "implementation": "((UserProfilesPage *)getActivePage())->toggleIsAutoRecallLocation();" }, { "name": "profile.recall", "implementationType": "native", "implementation": "((UserProfilesPage *)getActivePage())->recall();" }, { "name": "profile.save", "implementationType": "native", "implementation": "((UserProfilesPage *)getActivePage())->save();" }, { "name": "profile.delete", "implementationType": "native", "implementation": "((UserProfilesPage *)getActivePage())->deleteProfile();" }, { "name": "profile.editRemark", "implementationType": "native", "implementation": "((UserProfilesPage *)getActivePage())->editRemark();" }, { "name": "toggle_channels_view_mode", "implementationType": "native", "implementation": "persist_conf::toggleChannelsViewMode();" }, { "name": "ethernet.toggle", "implementationType": "native", "implementation": "#if OPTION_ETHERNET\n((SysSettingsEthernetPage *)getActivePage())->toggle();\n#endif\n" }, { "name": "ethernet.toggleDhcp", "implementationType": "native", "implementation": "#if OPTION_ETHERNET\n((SysSettingsEthernetPage *)getActivePage())->toggleDhcp();\n#endif\n" }, { "name": "ethernet.editMacAddress", "implementationType": "native", "implementation": "#if OPTION_ETHERNET\n((SysSettingsEthernetPage *)getActivePage())->editMacAddress();\n#endif" }, { "name": "ethernet.editStaticAddress", "implementationType": "native", "implementation": "#if OPTION_ETHERNET\n((SysSettingsEthernetPage *)getActivePage())->editStaticAddress();\n#endif" }, { "name": "ethernet.editIpAddress", "implementationType": "native", "implementation": "#if OPTION_ETHERNET\n((SysSettingsEthernetStaticPage *)getActivePage())->editIpAddress();\n#endif" }, { "name": "ethernet.editDns", "implementationType": "native", "implementation": "#if OPTION_ETHERNET\n((SysSettingsEthernetStaticPage *)getActivePage())->editDns();\n#endif" }, { "name": "ethernet.editGateway", "implementationType": "native", "implementation": "#if OPTION_ETHERNET\n((SysSettingsEthernetStaticPage *)getActivePage())->editGateway();\n#endif" }, { "name": "ethernet.editSubnetMask", "implementationType": "native", "implementation": "#if OPTION_ETHERNET\n((SysSettingsEthernetStaticPage *)getActivePage())->editSubnetMask();\n#endif" }, { "name": "ethernet.editScpiPort", "implementationType": "native", "implementation": "#if OPTION_ETHERNET\n((SysSettingsEthernetPage *)getActivePage())->editScpiPort();\n#endif" }, { "name": "ch_settings_adv_coupling_uncouple", "implementationType": "native", "implementation": "((ChSettingsAdvCouplingPage *)getActivePage())->uncouple();" }, { "name": "ch_settings_adv_coupling_set_parallel_info", "implementationType": "native", "implementation": "((ChSettingsAdvCouplingPage *)getActivePage())->setParallelInfo();" }, { "name": "ch_settings_adv_coupling_set_series_info", "implementationType": "native", "implementation": "((ChSettingsAdvCouplingPage *)getActivePage())->setSeriesInfo();" }, { "name": "ch_settings_adv_coupling_set_parallel", "implementationType": "native", "implementation": "((ChSettingsAdvCouplingPage *)getActivePage())->setParallel();" }, { "name": "ch_settings_adv_coupling_set_series", "implementationType": "native", "implementation": "((ChSettingsAdvCouplingPage *)getActivePage())->setSeries();" }, { "name": "ch_settings_adv_toggle_tracking_mode", "implementationType": "native", "implementation": "((ChSettingsAdvTrackingPage *)getActivePage())->toggleTrackingMode();" }, { "name": "sys.settings.protections.toggleOutputProtectionCouple", "implementationType": "native", "implementation": "SysSettingsProtectionsPage::toggleOutputProtectionCouple();" }, { "name": "sys.settings.protections.toggleShutdownWhenProtectionTripped", "implementationType": "native", "implementation": "SysSettingsProtectionsPage::toggleShutdownWhenProtectionTripped();" }, { "name": "sys.settings.protections.toggleForceDisablingAllOutputsOnPowerUp", "implementationType": "native", "implementation": "SysSettingsProtectionsPage::toggleForceDisablingAllOutputsOnPowerUp();" }, { "name": "sys.settings.protections.aux.otp.toggleState", "implementationType": "native", "implementation": "((SysSettingsAuxOtpPage *)getActivePage())->toggleState();" }, { "name": "sys.settings.protections.aux.otp.editLevel", "implementationType": "native", "implementation": "((SysSettingsAuxOtpPage *)getActivePage())->editLevel();" }, { "name": "sys.settings.protections.aux.otp.editDelay", "implementationType": "native", "implementation": "((SysSettingsAuxOtpPage *)getActivePage())->editDelay();" }, { "name": "sys.settings.protections.aux.otp.clear", "implementationType": "native", "implementation": "SysSettingsAuxOtpPage::clear();" }, { "name": "on_last_error_event_action", "implementationType": "native", "implementation": "onLastErrorEventAction();" }, { "name": "edit_system_password", "implementationType": "native", "implementation": "editSystemPassword();" }, { "name": "sys.frontPanel.lock", "implementationType": "native", "implementation": "lockFrontPanel();\r\n" }, { "name": "sys.frontPanel.unlock", "implementationType": "native", "implementation": "unlockFrontPanel();\r\n" }, { "name": "sys.settings.sound.toggle", "implementationType": "native", "implementation": "((SysSettingsSoundPage *)getActivePage())->toggleSound();" }, { "name": "sys.settings.sound.toggleClick", "implementationType": "native", "implementation": "((SysSettingsSoundPage *)getActivePage())->toggleClickSound();" }, { "name": "ch.settings.adv.view.editDisplayValue1", "implementationType": "native", "implementation": "((ChSettingsAdvViewPage *)getActivePage())->editDisplayValue1();" }, { "name": "ch.settings.adv.view.editDisplayValue2", "implementationType": "native", "implementation": "((ChSettingsAdvViewPage *)getActivePage())->editDisplayValue2();" }, { "name": "ch.settings.adv.view.swapDisplayValues", "implementationType": "native", "implementation": "((ChSettingsAdvViewPage *)getActivePage())->swapDisplayValues();" }, { "name": "ch.settings.adv.view.editYTViewRate", "implementationType": "native", "implementation": "((ChSettingsAdvViewPage *)getActivePage())->editYTViewRate();" }, { "name": "select_enum_item", "implementationType": "native", "implementation": "((SelectFromEnumPage *)getActivePage())->selectEnumItem();\n" }, { "name": "error_alert_action", "implementationType": "native", "implementation": "errorMessageAction();" }, { "name": "upDown", "implementationType": "native", "implementation": "upDown();" }, { "name": "sys.settings.encoder.toggleConfirmationMode", "implementationType": "native", "implementation": "#if OPTION_ENCODER\n((SysSettingsEncoderPage *)getActivePage())->toggleConfirmationMode();\n#endif" }, { "name": "turnDisplayOff", "implementationType": "native", "implementation": "gui::turnDisplayOff();\n" }, { "name": "ch.settings.trigger.editTriggerMode", "implementationType": "native", "implementation": "((ChSettingsTriggerPage *)getActivePage())->editTriggerMode();" }, { "name": "ch.settings.trigger.editVoltageTriggerValue", "implementationType": "native", "implementation": "((ChSettingsTriggerPage *)getActivePage())->editVoltageTriggerValue();" }, { "name": "ch.settings.trigger.editCurrentTriggerValue", "implementationType": "native", "implementation": "((ChSettingsTriggerPage *)getActivePage())->editCurrentTriggerValue();" }, { "name": "ch.settings.trigger.editListCount", "implementationType": "native", "implementation": "((ChSettingsTriggerPage *)getActivePage())->editListCount();" }, { "name": "ch.settings.trigger.toggleOutputState", "implementationType": "native", "implementation": "((ChSettingsTriggerPage *)getActivePage())->toggleOutputState();" }, { "name": "ch.settings.trigger.editOnListStop", "implementationType": "native", "implementation": "((ChSettingsTriggerPage *)getActivePage())->editTriggerOnListStop();" }, { "name": "channel.lists.previousPage", "implementationType": "native", "implementation": "((ChSettingsListsPage *)getActivePage())->previousPage();" }, { "name": "channel.lists.nextPage", "implementationType": "native", "implementation": "((ChSettingsListsPage *)getActivePage())->nextPage();" }, { "name": "channel.lists.edit", "implementationType": "native", "implementation": "((ChSettingsListsPage *)getActivePage())->edit();" }, { "name": "show_channel_lists_insert_menu", "implementationType": "native", "implementation": "((ChSettingsListsPage *)getActivePage())->showInsertMenu();" }, { "name": "show_channel_lists_delete_menu", "implementationType": "native", "implementation": "((ChSettingsListsPage *)getActivePage())->showDeleteMenu();\n" }, { "name": "channel.lists.insertRowAbove", "implementationType": "native", "implementation": "popPage();\n((ChSettingsListsPage *)getActivePage())->insertRowAbove();" }, { "name": "channel.lists.insertRowBelow", "implementationType": "native", "implementation": "popPage();\n((ChSettingsListsPage *)getActivePage())->insertRowBelow();" }, { "name": "channel.lists.deleteRow", "implementationType": "native", "implementation": "popPage();\n((ChSettingsListsPage *)getActivePage())->deleteRow();" }, { "name": "channel.lists.clearColumn", "implementationType": "native", "implementation": "popPage();\n((ChSettingsListsPage *)getActivePage())->clearColumn();" }, { "name": "channel.lists.deleteRows", "implementationType": "native", "implementation": "popPage();\n((ChSettingsListsPage *)getActivePage())->deleteRows();" }, { "name": "channel.lists.deleteAll", "implementationType": "native", "implementation": "popPage();\n((ChSettingsListsPage *)getActivePage())->deleteAll();" }, { "name": "channel.initiateTrigger", "implementationType": "native", "implementation": "channelInitiateTrigger();" }, { "name": "channel.setToFixed", "implementationType": "native", "implementation": "channelSetToFixed();" }, { "name": "channel.enableOutput", "implementationType": "native", "implementation": "channelEnableOutput();" }, { "name": "trigger.selectSource", "implementationType": "native", "implementation": "((SysSettingsTriggerPage *)getActivePage())->selectSource();" }, { "name": "trigger.editDelay", "implementationType": "native", "implementation": "((SysSettingsTriggerPage *)getActivePage())->editDelay();" }, { "name": "trigger.toggleInitiateContinuously", "implementationType": "native", "implementation": "((SysSettingsTriggerPage *)getActivePage())->toggleInitiateContinuously();" }, { "name": "trigger.generateManual", "implementationType": "native", "implementation": "if (trigger::generateTrigger(trigger::SOURCE_MANUAL, false) != SCPI_ERROR_TRIGGER_IGNORED) {\n sound::playClick();\n return;\n}\n" }, { "name": "trigger.showGeneralSettings", "implementationType": "native", "implementation": "pushPage(PAGE_ID_SYS_SETTINGS_TRIGGER);" }, { "name": "showStandByMenu", "implementationType": "native", "implementation": "pushPage(PAGE_ID_STAND_BY_MENU);" }, { "name": "reset", "implementationType": "native", "implementation": "gui::reset();" }, { "name": "ch.settings.adv.ranges.selectMode", "implementationType": "native", "implementation": "((ChSettingsAdvRangesPage *)getActivePage())->selectMode();" }, { "name": "ch.settings.adv.ranges.toggleAutoRanging", "implementationType": "native", "implementation": "((ChSettingsAdvRangesPage *)getActivePage())->toggleAutoRanging();" }, { "name": "ioPin.togglePolarity", "implementationType": "native", "implementation": "((SysSettingsIOPinsPage *)getActivePage())->togglePolarity();" }, { "name": "ioPin.selectFunction", "implementationType": "native", "implementation": "((SysSettingsIOPinsPage *)getActivePage())->selectFunction();" }, { "name": "serial.toggle", "implementationType": "native", "implementation": "((SysSettingsSerialPage *)getActivePage())->toggle();" }, { "name": "serial.selectParity", "implementationType": "native", "implementation": "((SysSettingsSerialPage *)getActivePage())->selectParity();" }, { "name": "ntp.toggle", "implementationType": "native", "implementation": "((SysSettingsDateTimePage *)getActivePage())->toggleNtp();" }, { "name": "ntp.editServer", "implementationType": "native", "implementation": "((SysSettingsDateTimePage *)getActivePage())->editNtpServer();" } ], "extensionDefinitions": [ { "name": "R3B4", "buildConfiguration": "R3B4", "buildFolder": "build/extensions", "image": "images/r3b4-front-panel.png", "extensionName": "eez_h24005_r3b4", "idn": "Envox,EEZ H24005 (Due)", "properties": "", "idfName": "EEZ H24005 r3B4", "idfShortName": "H24005-R3B4", "idfFirmwareVersion": "1.1", "idfGuid": "d0964223-a599-43f6-8aa2-4eb52f76a395", "idfRevisionNumber": "1.1.2", "idfDescription": "EEZ H24005 two channel power supply", "idfSupportedModels": "H24005 r3B4", "idfRevisionComments": "Initial version", "idfAuthor": "Envox", "sdlFriendlyName": "EEZ H24005 r3B4" }, { "name": "R5B12", "buildConfiguration": "R5B12", "buildFolder": "build/extensions", "image": "images/r5b12-front-panel.png", "extensionName": "eez_h24005_r5b12", "idn": "Envox,EEZ H24005 (Due)", "idfName": "EEZ H24005 r5B12", "idfShortName": "H24005-R5B12", "idfFirmwareVersion": "1.1", "idfGuid": "d2283db7-1e5f-4020-aa2b-bedeee6343a2", "idfRevisionNumber": "1.1.2", "idfDescription": "EEZ H24005 two channel power supply", "idfSupportedModels": "H24005 r5B12", "idfRevisionComments": "Initial version", "idfAuthor": "Envox", "sdlFriendlyName": "EEZ H24005 r5B12" }, { "name": "Simulator", "doNotBuild": false, "buildConfiguration": "Simulator", "buildFolder": "build/extensions", "image": "images/simulator-front-panel.png", "extensionName": "eez_h24005_simulator", "idn": "Envox,EEZ H24005 (Simulator)", "idfName": "EEZ H24005 Simulator", "idfShortName": "H24005sim", "idfFirmwareVersion": "1.1", "idfGuid": "6f5029f7-a785-445d-af5b-9b66fa13eeca", "idfRevisionNumber": "1.1.2", "idfDescription": "Simulator for EEZ H24005 power supply", "idfSupportedModels": "H24005", "idfRevisionComments": "Initial version", "idfAuthor": "Envox", "sdlFriendlyName": "EEZ H24005 simulator" } ], "gui": { "storyboard": { "pages": [ { "x": -432, "y": -1633, "page": "welcome" }, { "x": -432, "y": -946, "page": "main" }, { "x": 202, "y": 106, "page": "ch_settings_prot" }, { "x": 1705, "y": -656, "page": "ch_settings_info" }, { "x": 728, "y": -449, "page": "ch_settings_adv" }, { "x": 604, "y": 505, "page": "ch_settings_prot_opp" }, { "x": -504, "y": 505, "page": "ch_settings_prot_clear" }, { "x": 651, "y": 76, "page": "ch_settings_adv_lripple" }, { "x": 1385, "y": 76, "page": "ch_settings_adv_rsense" }, { "x": 1754, "y": 76, "page": "ch_settings_adv_rprog" }, { "x": 0, "y": -1301, "page": "entering_standby" }, { "x": 372, "y": -1311, "page": "standby" }, { "x": -504, "y": -93, "page": "edit_mode_slider" }, { "x": -1253, "y": -93, "page": "edit_mode_keypad" }, { "x": -1925, "y": -382, "page": "sys_settings" }, { "x": -1925, "y": 48, "page": "sys_settings_cal" }, { "x": -1925, "y": 388, "page": "sys_settings_cal_ch_wiz_step" }, { "x": -1152, "y": -1018, "page": "main_help" }, { "x": -131, "y": 505, "page": "ch_settings_prot_ocp" }, { "x": 236, "y": 505, "page": "ch_settings_prot_ovp" }, { "x": 974, "y": 505, "page": "ch_settings_prot_otp" }, { "x": -732, "y": -1311, "page": "self_test_result" }, { "x": -1925, "y": 728, "page": "sys_settings_cal_ch_wiz_finish" }, { "x": -432, "y": -2048, "page": "ethernet_init" }, { "x": -878, "y": -93, "page": "edit_mode_step" } ], "lines": [ { "source": { "page": "welcome" }, "target": { "page": "entering_standby" } }, { "source": { "page": "entering_standby" }, "target": { "page": "standby" } }, { "source": { "page": "main" }, "target": { "page": "entering_standby" } }, { "source": { "page": "main" }, "target": { "page": "edit_mode_slider" } }, { "source": { "page": "main" }, "target": { "page": "edit_mode_step_BACKUP" } }, { "source": { "page": "main" }, "target": { "page": "edit_mode_keypad" } }, { "source": { "page": "main" }, "target": { "page": "ch_settings_disp" } }, { "source": { "page": "main" }, "target": { "page": "sys_profiles" } }, { "source": { "page": "main" }, "target": { "page": "sys_settings" } }, { "source": { "page": "main" }, "target": { "page": "main_help" } }, { "source": { "page": "sys_settings" }, "target": { "page": "sys_settings_cal" } }, { "source": { "page": "sys_settings_cal" }, "target": { "page": "sys_settings_cal_ch_wiz_step" } }, { "source": { "page": "sys_settings_cal_ch_wiz_step" }, "target": { "page": "sys_settings_cal_wiz2" } }, { "source": { "page": "sys_settings_cal_wiz2" }, "target": { "page": "sys_settings_cal_wiz3" } }, { "source": { "page": "main" }, "target": { "page": "ch_settings_prot" } }, { "source": { "page": "main" }, "target": { "page": "ch_settings_adv" } }, { "source": { "page": "main" }, "target": { "page": "ch_settings_info" } }, { "source": { "page": "ch_settings_prot" }, "target": { "page": "ch_settings_prot_clear" } }, { "source": { "page": "ch_settings_prot" }, "target": { "page": "ch_settings_prot_opp" } }, { "source": { "page": "ch_settings_adv" }, "target": { "page": "ch_settings_adv_lripple" } }, { "source": { "page": "ch_settings_adv" }, "target": { "page": "ch_settings_adv_limits" } }, { "source": { "page": "ch_settings_adv" }, "target": { "page": "ch_settings_adv_rsense" } }, { "source": { "page": "ch_settings_adv" }, "target": { "page": "ch_settings_adv_rprog" } }, { "source": { "page": "ch_settings_prot" }, "target": { "page": "ch_settings_prot_ocp" } }, { "source": { "page": "ch_settings_prot" }, "target": { "page": "ch_settings_prot_ovp" } }, { "source": { "page": "ch_settings_prot" }, "target": { "page": "ch_settings_prot_otp" } }, { "source": { "page": "welcome" }, "target": { "page": "self_test_result" } }, { "source": { "page": "self_test_result" }, "target": { "page": "main" } }, { "source": { "page": "sys_settings_cal_ch_wiz_step" }, "target": { "page": "sys_settings_cal_ch_wiz_finish" } }, { "source": { "page": "ethernet_init" }, "target": { "page": "welcome" } }, { "source": { "page": "main" }, "target": { "page": "edit_mode_step" } }, { "source": { "page": "welcome" }, "target": { "page": "main" } } ] }, "pages": [ { "name": "ethernet_init", "description": "Startup information about Ethernet communication initialization", "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "data": "", "left": 8, "top": 200, "width": 312, "height": 40, "text": "Ethernet initialization, please wait...", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "screen_calibration_intro", "description": "Touchscreen calibration introduction", "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_info_S" }, "left": 8, "top": 0, "width": 304, "height": 26, "text": "Initial touchscreen calibration", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "default_S" }, "left": 8, "top": 26, "width": 304, "height": 138, "text": "Use a stylus or something similar to touch as close to the center of the highlighted crosshair as possible. Keep as still as possible and keep holding until the highlight is removed. Repeat for all crosshairs in sequence." }, { "type": "MultilineText", "style": { "inheritFrom": "default_S" }, "left": 8, "top": 164, "width": 304, "height": 50, "text": "Do NOT use your finger as a calibration stylus or the result WILL BE imprecise." }, { "type": "Text", "style": { "inheritFrom": "edit_info_S" }, "left": 8, "top": 214, "width": 304, "height": 26, "text": "Touch screen to start!", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "screen_calibration_yes_no", "description": "Touchscreen calibration confirmation", "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "menu_S" }, "data": "alert_message", "left": 0, "top": 66, "width": 320, "height": 37, "focusStyle": { "inheritFrom": "menu_S" } }, { "type": "Text", "style": { "inheritFrom": "menu_S" }, "action": "yes", "left": 79, "top": 160, "width": 48, "height": 40, "text": "Yes", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "menu_S" }, "action": "no", "left": 141, "top": 160, "width": 100, "height": 40, "text": "Start again", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "menu_S" }, "data": "alert_message", "left": 0, "top": 0, "width": 240, "height": 160, "focusStyle": { "inheritFrom": "menu_S" } }, { "type": "Text", "style": { "inheritFrom": "menu_S" }, "action": "yes", "left": 20, "top": 220, "width": 48, "height": 40, "text": "Yes", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "menu_S" }, "action": "no", "left": 80, "top": 220, "width": 50, "height": 40, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "menu_S" }, "action": "cancel", "left": 134, "top": 220, "width": 88, "height": 40, "text": "Cancel", "focusStyle": {} } ] } }, { "name": "screen_calibration_yes_no_cancel", "description": "Touchscreen calibration confirmation with cancel", "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "menu_S" }, "data": "alert_message", "left": 0, "top": 66, "width": 320, "height": 37, "focusStyle": { "inheritFrom": "menu_S" } }, { "type": "Text", "style": { "inheritFrom": "menu_S" }, "action": "yes", "left": 48, "top": 160, "width": 48, "height": 40, "text": "Yes", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "menu_S" }, "action": "no", "left": 110, "top": 160, "width": 100, "height": 40, "text": "Start again", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "menu_S" }, "action": "cancel", "left": 210, "top": 160, "width": 88, "height": 40, "text": "Cancel", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "menu_S" }, "data": "alert_message", "left": 0, "top": 0, "width": 240, "height": 160, "focusStyle": { "inheritFrom": "menu_S" } }, { "type": "Text", "style": { "inheritFrom": "menu_S" }, "action": "yes", "left": 20, "top": 220, "width": 48, "height": 40, "text": "Yes", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "menu_S" }, "action": "no", "left": 80, "top": 220, "width": 50, "height": 40, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "menu_S" }, "action": "cancel", "left": 134, "top": 220, "width": 88, "height": 40, "text": "Cancel", "focusStyle": {} } ] } }, { "name": "welcome", "description": "Welcome screen, display channels capacity and firmware revision", "widgets": [ { "type": "Text", "style": { "inheritFrom": "default" }, "left": 0, "top": 26, "width": 320, "height": 40, "text": "Welcome to EEZ PSU", "focusStyle": {} }, { "type": "Bitmap", "style": { "inheritFrom": "default" }, "left": 0, "top": 74, "width": 320, "height": 66, "bitmap": "logo" }, { "type": "DisplayData", "style": { "inheritFrom": "default_S" }, "data": "model_info", "left": 0, "top": 140, "width": 320, "height": 25, "focusStyle": { "inheritFrom": "default_S" } }, { "type": "DisplayData", "style": { "inheritFrom": "default_S" }, "data": "firmware_info", "left": 0, "top": 165, "width": 320, "height": 30, "focusStyle": { "inheritFrom": "default_S" } }, { "type": "Text", "style": { "inheritFrom": "default_S" }, "left": 0, "top": 210, "width": 320, "height": 30, "text": "github.com/eez-open", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [ { "type": "Text", "style": { "inheritFrom": "default" }, "left": 0, "top": 44, "width": 240, "height": 40, "text": "Welcome to", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "default" }, "left": 0, "top": 84, "width": 240, "height": 36, "text": "EEZ PSU", "focusStyle": {} }, { "type": "Bitmap", "style": { "inheritFrom": "default" }, "left": 0, "top": 120, "width": 240, "height": 78, "bitmap": "logo" }, { "type": "DisplayData", "style": { "inheritFrom": "default_S" }, "data": "model_info", "left": 0, "top": 198, "width": 240, "height": 30, "focusStyle": { "inheritFrom": "default_S" } }, { "type": "DisplayData", "style": { "inheritFrom": "default_S" }, "data": "firmware_info", "left": 0, "top": 228, "width": 240, "height": 30, "focusStyle": { "inheritFrom": "default_S" } } ] } }, { "name": "self_test_result", "description": "List of error detected during power on self test procedure", "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_info_S" }, "left": 0, "top": 0, "width": 320, "height": 34, "text": "Selt-test is not passed:", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "default_S" }, "data": "self_test_result", "left": 0, "top": 34, "width": 320, "height": 170, "text": "" }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 192, "top": 204, "width": 88, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 280, "top": 204, "width": 40, "height": 36, "text": "X", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "sys.RlState", "left": 144, "top": 204, "width": 48, "height": 36, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 0, "width": 48, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "data": "", "action": "sys.frontPanel.unlock", "left": 0, "top": 0, "width": 48, "height": 36, "text": "N", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "data": "", "action": "sys.frontPanel.unlock", "left": 0, "top": 0, "width": 48, "height": 36, "text": "N", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 204, "width": 144, "height": 36 } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [ { "type": "MultilineText", "style": { "inheritFrom": "default_S" }, "data": "self_test_result", "left": 0, "top": 40, "width": 240, "height": 240, "text": "" }, { "type": "Text", "style": { "inheritFrom": "edit_info_S" }, "left": 0, "top": 0, "width": 240, "height": 32, "text": "Selt-test is not passed:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "exit_edit_mode", "left": 192, "top": 284, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 284, "width": 192, "height": 36 } ] } }, { "name": "main", "description": "Main menu", "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "EventQueue.lastEvent.type", "left": 0, "top": 0, "width": 28, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_center" }, "action": "show_event_queue", "left": 0, "top": 0, "width": 28, "height": 28, "text": "\\u0083", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "event_info_icon" }, "action": "show_event_queue", "left": 0, "top": 0, "width": 28, "height": 28, "text": "\\u0083", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "event_warning_icon" }, "action": "show_event_queue", "left": 0, "top": 0, "width": 28, "height": 28, "text": "\\u0083", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "event_error_icon" }, "action": "show_event_queue", "left": 0, "top": 0, "width": 28, "height": 28, "text": "\\u0083", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "sys.temp.aux.status", "left": 28, "top": 0, "width": 28, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_invalid_S" }, "action": "", "left": 0, "top": 0, "width": 28, "height": 28, "text": "\\u0089", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "otp_aux", "left": 0, "top": 0, "width": 28, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_sys_settings_aux_otp", "left": 0, "top": 0, "width": 28, "height": 28, "text": "\\u0089", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_sys_settings_aux_otp", "left": 0, "top": 0, "width": 28, "height": 28, "text": "\\u0089", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_sys_settings_aux_otp", "left": 0, "top": 0, "width": 28, "height": 28, "text": "\\u0089", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 28, "height": 28 } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "serial.status", "left": 56, "top": 0, "width": 28, "height": 28, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "action": "", "left": 0, "top": 0, "width": 28, "height": 28 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "serial.isConnected", "left": 0, "top": 0, "width": 28, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_sys_settings_serial", "width": 28, "height": 28, "text": "\\u0094", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "button_indicator_on" }, "action": "show_sys_settings_serial", "width": 28, "height": 28, "text": "\\u0094", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "action": "", "left": 0, "top": 0, "width": 28, "height": 28 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "action": "", "left": 0, "top": 0, "width": 28, "height": 28 } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ethernet.installed", "left": 84, "top": 0, "width": 28, "height": 28, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "action": "", "left": 0, "top": 0, "width": 28, "height": 28 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ethernet.status", "left": 0, "top": 0, "width": 28, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "button_indicator_error" }, "action": "show_sys_settings_ethernet", "left": 0, "top": 0, "width": 28, "height": 28, "text": "\\u0095", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ethernet.isConnected", "left": 0, "top": 0, "width": 28, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "button_indicator_off" }, "action": "show_sys_settings_ethernet", "left": 0, "top": 0, "width": 28, "height": 28, "text": "\\u0095", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "button_indicator_on" }, "action": "show_sys_settings_ethernet", "left": 0, "top": 0, "width": 28, "height": 28, "text": "\\u0095", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "action": "", "left": 0, "top": 0, "width": 28, "height": 28 }, { "type": "Text", "style": { "inheritFrom": "button_indicator_error" }, "action": "show_sys_settings_ethernet", "left": 0, "top": 0, "width": 28, "height": 28, "text": "\\u0095", "focusStyle": {} } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ioPins.inhibitState", "left": 112, "top": 0, "width": 30, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_S" }, "action": "", "left": 0, "top": 0, "width": 30, "height": 28, "text": "\\u0096", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_blink_S" }, "action": "", "left": 0, "top": 0, "width": 30, "height": 28, "text": "\\u0096", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 30, "height": 28 } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "viewStatus", "left": 142, "top": 0, "width": 150, "height": 28, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 150, "height": 28 }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 0, "width": 150, "height": 28, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 75, "height": 28, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "default_S" }, "data": "channel.list.countdown", "left": 0, "top": 0, "width": 75, "height": 28, "focusStyle": { "inheritFrom": "default_S" } } ] }, "listType": "horizontal" }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 150, "height": 28, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "default_S_left" }, "data": "dlog.status", "left": 0, "top": 0, "width": 150, "height": 28, "focusStyle": { "inheritFrom": "default_S_left" } } ] } ] }, { "type": "Text", "style": { "inheritFrom": "edit_S" }, "action": "toggle_channels_view_mode", "left": 292, "top": 0, "width": 28, "height": 28, "text": "\\u0087", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.coupling.mode", "left": 0, "top": 28, "width": 320, "height": 176, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channelsViewMode", "left": 0, "top": 0, "width": 320, "height": 176, "widgets": [ { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 0, "width": 320, "height": 176, "itemWidget": { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.status", "left": 0, "top": 0, "width": 160, "height": 176, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 160, "height": 176 }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 160, "height": 176, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "action": "", "left": 0, "top": 0, "width": 160, "height": 56, "widgets": [ { "type": "Text", "style": { "inheritFrom": "channel_off_landscape" }, "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 160, "height": 56, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 160, "height": 56, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "mon_value_landscape_L_right" }, "data": "channel.monValue", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 160, "height": 56, "focusStyle": { "inheritFrom": "mon_value_landscape_L_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "mon_value_ur_landscape_L_right" }, "data": "channel.monValue", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 160, "height": 56, "focusStyle": { "inheritFrom": "mon_value_ur_landscape_L_right" } } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "lrip", "left": 0, "top": 56, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 24, "text": "LRip", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 24, "text": "LRip", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ocp", "left": 0, "top": 80, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ovp", "left": 0, "top": 104, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "otp_ch", "left": 0, "top": 128, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "opp", "left": 0, "top": 152, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "trigger.isInitiated", "left": 48, "top": 56, "width": 112, "height": 83, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 112, "height": 83, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.rprog.status", "left": 0, "top": 0, "width": 112, "height": 43, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 112, "height": 43, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "default" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 112, "height": 43, "focusStyle": { "inheritFrom": "mon_value_focus" } }, { "type": "DisplayData", "style": { "inheritFrom": "mon_value" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 112, "height": 43, "focusStyle": { "inheritFrom": "mon_value_focus" } } ] }, { "type": "DisplayData", "style": { "inheritFrom": "mon_dac" }, "data": "channel.u.monDac", "action": "", "left": 0, "top": 0, "width": 112, "height": 43, "focusStyle": { "inheritFrom": "mon_dac" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 43, "width": 112, "height": 40, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "default" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 112, "height": 40, "focusStyle": { "inheritFrom": "mon_value_focus" } }, { "type": "DisplayData", "style": { "inheritFrom": "mon_value" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 112, "height": 40, "focusStyle": { "inheritFrom": "mon_value_focus" } } ] } ] }, { "type": "Button", "style": { "inheritFrom": "mon_value" }, "data": "trigger.isInitiated", "action": "trigger.generateManual", "left": 0, "top": 0, "width": 112, "height": 83, "text": "\\u0093TRG", "enabled": "trigger.isManual", "disabledStyle": { "inheritFrom": "default" } } ] }, { "type": "Text", "style": { "inheritFrom": "edit_S" }, "action": "show_channel_settings", "left": 48, "top": 138, "width": 112, "height": 38, "text": "` Settings", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "channel_error" }, "left": 0, "top": 0, "width": 160, "height": 176, "text": "ERROR", "focusStyle": {} } ] }, "listType": "horizontal" }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 0, "width": 320, "height": 176, "itemWidget": { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.status", "left": 0, "top": 0, "width": 320, "height": 88, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 320, "height": 88 }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 320, "height": 88, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_S" }, "action": "show_channel_settings", "left": 0, "top": 0, "width": 55, "height": 58, "text": "` Set", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "action": "", "left": 55, "top": 0, "width": 200, "height": 58, "widgets": [ { "type": "Text", "style": { "inheritFrom": "channel_off_landscape" }, "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 200, "height": 58, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 200, "height": 58, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 200, "height": 58, "widgets": [ { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_U_defualt" }, "data": "channel.displayValue1", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 200, "height": 28, "orientation": "left-right", "textStyle": { "inheritFrom": "bar_graph_text" }, "line1Data": "channel.u.set", "line1Style": { "inheritFrom": "bar_graph_set_line" }, "line2Data": "channel.u.limit", "line2Style": { "inheritFrom": "bar_graph_limit_line" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 28, "width": 200, "height": 2 }, { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_I_default" }, "data": "channel.displayValue2", "action": "channel.toggleOutput", "left": 0, "top": 30, "width": 200, "height": 28, "orientation": "left-right", "textStyle": { "inheritFrom": "bar_graph_text" }, "line1Data": "channel.i.set", "line1Style": { "inheritFrom": "bar_graph_set_line" }, "line2Data": "channel.i.limit", "line2Style": { "inheritFrom": "bar_graph_limit_line" } } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 200, "height": 58, "widgets": [ { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_unregulated" }, "data": "channel.displayValue1", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 200, "height": 28, "orientation": "left-right", "textStyle": { "inheritFrom": "bar_graph_text" }, "line1Data": "channel.u.set", "line1Style": { "inheritFrom": "bar_graph_set_line" }, "line2Data": "channel.u.limit", "line2Style": { "inheritFrom": "bar_graph_limit_line" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 28, "width": 200, "height": 2 }, { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_unregulated" }, "data": "channel.displayValue2", "action": "channel.toggleOutput", "left": 0, "top": 30, "width": 200, "height": 28, "orientation": "left-right", "textStyle": { "inheritFrom": "bar_graph_text" }, "line1Data": "channel.i.set", "line1Style": { "inheritFrom": "bar_graph_set_line" }, "line2Data": "channel.i.limit", "line2Style": { "inheritFrom": "bar_graph_limit_line" } } ] } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "trigger.isInitiated", "left": 255, "top": 0, "width": 65, "height": 58, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 65, "height": 58, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.rprog.status", "left": 0, "top": 0, "width": 65, "height": 28, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 65, "height": 28, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 65, "height": 28, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 65, "height": 28, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] }, { "type": "DisplayData", "style": { "inheritFrom": "mon_dac_S" }, "data": "channel.u.monDac", "action": "", "left": 0, "top": 0, "width": 65, "height": 28, "focusStyle": { "inheritFrom": "mon_dac_S" } } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 28, "width": 65, "height": 2 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 30, "width": 65, "height": 28, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 65, "height": 28, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 65, "height": 28, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] } ] }, { "type": "Button", "style": { "inheritFrom": "edit_value_active_S_center" }, "data": "trigger.isInitiated", "action": "trigger.generateManual", "left": 0, "top": 0, "width": 65, "height": 58, "text": "\\u0093TRG", "enabled": "trigger.isManual", "disabledStyle": { "inheritFrom": "edit_value_S_centered" } } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 58, "width": 320, "height": 3 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "lrip", "left": 0, "top": 61, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 24, "text": "LRip", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 24, "text": "LRip", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ocp", "left": 48, "top": 61, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ovp", "left": 96, "top": 61, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "otp_ch", "left": 144, "top": 61, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "opp", "left": 192, "top": 61, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} } ] }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.p.mon", "left": 240, "top": 60, "width": 80, "height": 26, "focusStyle": { "inheritFrom": "edit_value_S_right" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 84, "width": 240, "height": 4 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 240, "top": 86, "width": 80, "height": 2 } ] }, { "type": "Text", "style": { "inheritFrom": "channel_error" }, "left": 0, "top": 0, "width": 320, "height": 88, "text": "ERROR", "focusStyle": {} } ] }, "listType": "vertical" }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 0, "width": 320, "height": 176, "itemWidget": { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.status", "left": 0, "top": 0, "width": 160, "height": 176, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 160, "height": 176 }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 160, "height": 176, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_S" }, "action": "show_channel_settings", "left": 0, "top": 0, "width": 48, "height": 30, "text": "` Set", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 47, "top": 0, "width": 2, "height": 148 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 159, "top": 0, "width": 1, "height": 176 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "action": "", "left": 49, "top": 0, "width": 110, "height": 133, "widgets": [ { "type": "Text", "style": { "inheritFrom": "channel_off_landscape" }, "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 110, "height": 133, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 110, "height": 133, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 110, "height": 133, "widgets": [ { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_U_defualt" }, "data": "channel.displayValue1", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 54, "height": 133, "orientation": "bottom-top", "textStyle": { "inheritFrom": "bar_graph_text_vertical" }, "line1Data": "channel.u.set", "line1Style": { "inheritFrom": "bar_graph_set_line" }, "line2Data": "channel.u.limit", "line2Style": { "inheritFrom": "bar_graph_limit_line" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 54, "top": 0, "width": 2, "height": 133 }, { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_I_default" }, "data": "channel.displayValue2", "action": "channel.toggleOutput", "left": 56, "top": 0, "width": 54, "height": 133, "orientation": "bottom-top", "textStyle": { "inheritFrom": "bar_graph_text_vertical" }, "line1Data": "channel.i.set", "line1Style": { "inheritFrom": "bar_graph_set_line" }, "line2Data": "channel.i.limit", "line2Style": { "inheritFrom": "bar_graph_limit_line" } } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 110, "height": 133, "widgets": [ { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_unregulated" }, "data": "channel.displayValue1", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 54, "height": 133, "orientation": "bottom-top", "textStyle": { "inheritFrom": "bar_graph_text_vertical" }, "line1Data": "channel.u.set", "line1Style": { "inheritFrom": "bar_graph_set_line" }, "line2Data": "channel.u.limit", "line2Style": { "inheritFrom": "bar_graph_limit_line" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 54, "top": 0, "width": 2, "height": 133 }, { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_unregulated" }, "data": "channel.displayValue2", "action": "channel.toggleOutput", "left": 56, "top": 0, "width": 54, "height": 133, "orientation": "bottom-top", "textStyle": { "inheritFrom": "bar_graph_text_vertical" }, "line1Data": "channel.i.set", "line1Style": { "inheritFrom": "bar_graph_set_line" }, "line2Data": "channel.i.limit", "line2Style": { "inheritFrom": "bar_graph_limit_line" } } ] } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "lrip", "left": 0, "top": 28, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 24, "text": "LRip", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 24, "text": "LRip", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ocp", "left": 0, "top": 52, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ovp", "left": 0, "top": 76, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "otp_ch", "left": 0, "top": 100, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "opp", "left": 0, "top": 124, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 148, "width": 49, "height": 28 }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_centered" }, "data": "channel.p.mon", "left": 49, "top": 154, "width": 110, "height": 22, "focusStyle": { "inheritFrom": "edit_value_S_centered" } }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "trigger.isInitiated", "left": 49, "top": 133, "width": 110, "height": 24, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 110, "height": 24, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.rprog.status", "left": 0, "top": 0, "width": 55, "height": 24, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 55, "height": 24, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_centered" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 55, "height": 24, "focusStyle": { "inheritFrom": "edit_S_focus" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_S" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 55, "height": 24, "focusStyle": { "inheritFrom": "edit_S_focus" } } ] }, { "type": "DisplayData", "style": { "inheritFrom": "mon_dac_S" }, "data": "channel.u.monDac", "action": "", "left": 0, "top": 0, "width": 55, "height": 24, "focusStyle": { "inheritFrom": "mon_dac_S" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 55, "top": 0, "width": 55, "height": 24, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_centered" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 55, "height": 24, "focusStyle": { "inheritFrom": "edit_S_focus" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_S" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 55, "height": 24, "focusStyle": { "inheritFrom": "edit_S_focus" } } ] } ] }, { "type": "Button", "style": { "inheritFrom": "edit_value_active_S_center" }, "data": "trigger.isInitiated", "action": "trigger.generateManual", "left": 0, "top": 0, "width": 110, "height": 24, "text": "\\u0093TRG", "enabled": "trigger.isManual", "disabledStyle": { "inheritFrom": "edit_value_S_centered" } } ] } ] }, { "type": "Text", "style": { "inheritFrom": "channel_error" }, "left": 0, "top": 0, "width": 160, "height": 176, "text": "ERROR", "focusStyle": {} } ] }, "listType": "horizontal" }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 0, "width": 320, "height": 176, "itemWidget": { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.status", "left": 0, "top": 0, "width": 320, "height": 88, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 320, "height": 88 }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 320, "height": 88, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_S" }, "action": "show_channel_settings", "left": 0, "top": 0, "width": 56, "height": 58, "text": "` Set", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "action": "", "left": 56, "top": 0, "width": 202, "height": 58, "widgets": [ { "type": "Text", "style": { "inheritFrom": "channel_off_landscape" }, "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 202, "height": 58, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 202, "height": 58, "widgets": [ { "type": "YTGraph", "style": { "inheritFrom": "yt_graph" }, "data": "channel.displayValue1", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 202, "height": 58, "y1Style": { "inheritFrom": "yt_graph_U_defualt" }, "y2Data": "channel.displayValue2", "y2Style": { "inheritFrom": "yt_graph_I_default" } }, { "type": "YTGraph", "style": { "inheritFrom": "yt_graph" }, "data": "channel.displayValue1", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 202, "height": 58, "y1Style": { "inheritFrom": "yt_graph_unregulated" }, "y2Data": "channel.displayValue2", "y2Style": { "inheritFrom": "yt_graph_unregulated" } } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "trigger.isInitiated", "left": 258, "top": 0, "width": 62, "height": 58, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 62, "height": 58, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.rprog.status", "left": 0, "top": 0, "width": 62, "height": 28, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 62, "height": 28, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 62, "height": 28, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 62, "height": 28, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] }, { "type": "DisplayData", "style": { "inheritFrom": "mon_dac_S" }, "data": "channel.u.monDac", "action": "", "left": 0, "top": 0, "width": 62, "height": 28, "focusStyle": { "inheritFrom": "mon_dac_S" } } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 28, "width": 62, "height": 2 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 30, "width": 62, "height": 28, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 62, "height": 28, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 62, "height": 28, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] } ] }, { "type": "Button", "style": { "inheritFrom": "edit_value_active_S_center" }, "data": "trigger.isInitiated", "action": "trigger.generateManual", "left": 0, "top": 0, "width": 62, "height": 58, "text": "\\u0093TRG", "enabled": "trigger.isManual", "disabledStyle": { "inheritFrom": "edit_value_S_centered" } } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 58, "width": 320, "height": 3 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "lrip", "left": 0, "top": 61, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 24, "text": "LRip", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 24, "text": "LRip", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ocp", "left": 48, "top": 61, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ovp", "left": 96, "top": 61, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "otp_ch", "left": 144, "top": 61, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "opp", "left": 192, "top": 61, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} } ] }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.p.mon", "left": 240, "top": 60, "width": 80, "height": 26, "focusStyle": { "inheritFrom": "edit_value_S_right" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 85, "width": 240, "height": 3 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 240, "top": 86, "width": 80, "height": 2 } ] }, { "type": "Text", "style": { "inheritFrom": "channel_error" }, "left": 0, "top": 0, "width": 320, "height": 88, "text": "ERROR", "focusStyle": {} } ] }, "listType": "vertical" } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 320, "height": 176, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 11, "height": 30 }, { "type": "Text", "style": { "inheritFrom": "coupled_info_S" }, "left": 11, "top": 0, "width": 37, "height": 30, "text": "\\u0081", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "coupled_info_S" }, "left": 48, "top": 0, "width": 133, "height": 30, "text": "Coupling mode:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "coupled_info_S" }, "left": 181, "top": 0, "width": 128, "height": 30, "text": "Parallel", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 309, "top": 0, "width": 11, "height": 30 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 30, "width": 320, "height": 8 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channelsViewMode", "left": 0, "top": 38, "width": 320, "height": 138, "widgets": [ { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 320, "height": 138, "layout": "CoupledChannelsDefaultView" }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 320, "height": 138, "layout": "CoupledChannelsHorizontalBarView" }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 320, "height": 138, "layout": "CoupledChannelsVerticalBarView" }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 320, "height": 138, "layout": "CoupledChannelsYTBarView" } ] } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 320, "height": 176, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 11, "height": 30 }, { "type": "Text", "style": { "inheritFrom": "coupled_info_S" }, "left": 11, "top": 0, "width": 37, "height": 30, "text": "\\u0081", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "coupled_info_S" }, "left": 48, "top": 0, "width": 133, "height": 30, "text": "Coupling mode:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "coupled_info_S" }, "left": 181, "top": 0, "width": 128, "height": 30, "text": "Series", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 309, "top": 0, "width": 11, "height": 30 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 30, "width": 320, "height": 8 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channelsViewMode", "left": 0, "top": 38, "width": 320, "height": 138, "widgets": [ { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 320, "height": 138, "layout": "CoupledChannelsDefaultView" }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 320, "height": 138, "layout": "CoupledChannelsHorizontalBarView" }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 320, "height": 138, "layout": "CoupledChannelsVerticalBarView" }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 320, "height": 138, "layout": "CoupledChannelsYTBarView" } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channelsViewMode", "left": 0, "top": 0, "width": 320, "height": 176, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 320, "height": 176, "widgets": [ { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 0, "width": 320, "height": 176, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 160, "height": 176, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "action": "", "left": 0, "top": 0, "width": 160, "height": 56, "widgets": [ { "type": "Text", "style": { "inheritFrom": "channel_off_landscape" }, "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 160, "height": 56, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 160, "height": 56, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "mon_value_landscape_L_right" }, "data": "channel.monValue", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 160, "height": 56, "focusStyle": { "inheritFrom": "mon_value_landscape_L_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "mon_value_ur_landscape_L_right" }, "data": "channel.monValue", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 160, "height": 56, "focusStyle": { "inheritFrom": "mon_value_ur_landscape_L_right" } } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "lrip", "left": 0, "top": 56, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 24, "text": "LRip", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 24, "text": "LRip", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "trigger.isInitiated", "left": 48, "top": 56, "width": 112, "height": 83, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 112, "height": 83, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.rprog.status", "left": 0, "top": 0, "width": 112, "height": 43, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 112, "height": 43, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 112, "height": 43, "focusStyle": { "inheritFrom": "mon_value_focus" } }, { "type": "DisplayData", "style": { "inheritFrom": "mon_value" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 112, "height": 43, "focusStyle": { "inheritFrom": "mon_value_focus" } } ] }, { "type": "DisplayData", "style": { "inheritFrom": "mon_dac" }, "data": "channel.u.monDac", "action": "", "left": 0, "top": 0, "width": 112, "height": 43, "focusStyle": { "inheritFrom": "mon_dac" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 43, "width": 112, "height": 40, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 112, "height": 40, "focusStyle": { "inheritFrom": "mon_value_focus" } }, { "type": "DisplayData", "style": { "inheritFrom": "mon_value" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 112, "height": 40, "focusStyle": { "inheritFrom": "mon_value_focus" } } ] } ] }, { "type": "Button", "style": { "inheritFrom": "mon_value" }, "data": "trigger.isInitiated", "action": "trigger.generateManual", "left": 0, "top": 0, "width": 112, "height": 83, "text": "\\u0093TRG", "enabled": "trigger.isManual", "disabledStyle": { "inheritFrom": "default" } } ] } ] }, "listType": "horizontal" }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 80, "width": 320, "height": 96, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ocp", "left": 0, "top": 0, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ovp", "left": 0, "top": 24, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "otp_ch", "left": 0, "top": 48, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "opp", "left": 0, "top": 72, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_S" }, "action": "show_channel_settings", "left": 48, "top": 58, "width": 112, "height": 38, "text": "` Settings", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 160, "top": 0, "width": 48, "height": 64 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 208, "top": 59, "width": 112, "height": 5 }, { "type": "Text", "style": { "inheritFrom": "default_S" }, "action": "", "left": 160, "top": 64, "width": 160, "height": 32, "text": "\\u008A Tracking mode", "focusStyle": {} } ] } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 320, "height": 176, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 240, "height": 173, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_S" }, "action": "show_channel_settings", "left": 0, "top": 0, "width": 55, "height": 58, "text": "` Set", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "default_S" }, "action": "", "left": 48, "top": 58, "width": 192, "height": 30, "text": "\\u008A Tracking mode", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 88, "width": 55, "height": 58 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ocp", "left": 48, "top": 149, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ovp", "left": 96, "top": 149, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "otp_ch", "left": 144, "top": 149, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "opp", "left": 192, "top": 149, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} } ] } ] }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 0, "width": 320, "height": 176, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 320, "height": 88, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "action": "", "left": 55, "top": 0, "width": 200, "height": 58, "widgets": [ { "type": "Text", "style": { "inheritFrom": "channel_off_landscape" }, "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 200, "height": 58, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 200, "height": 58, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 200, "height": 58, "widgets": [ { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_U_defualt" }, "data": "channel.displayValue1", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 200, "height": 28, "orientation": "left-right", "textStyle": { "inheritFrom": "bar_graph_text" }, "line1Data": "channel.u.set", "line1Style": { "inheritFrom": "bar_graph_set_line" }, "line2Data": "channel.u.limit", "line2Style": { "inheritFrom": "bar_graph_limit_line" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 28, "width": 200, "height": 2 }, { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_I_default" }, "data": "channel.displayValue2", "action": "channel.toggleOutput", "left": 0, "top": 30, "width": 200, "height": 28, "orientation": "left-right", "textStyle": { "inheritFrom": "bar_graph_text" }, "line1Data": "channel.i.set", "line1Style": { "inheritFrom": "bar_graph_set_line" }, "line2Data": "channel.i.limit", "line2Style": { "inheritFrom": "bar_graph_limit_line" } } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 200, "height": 58, "widgets": [ { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_unregulated" }, "data": "channel.displayValue1", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 200, "height": 28, "orientation": "left-right", "textStyle": { "inheritFrom": "bar_graph_text" }, "line1Data": "channel.u.set", "line1Style": { "inheritFrom": "bar_graph_set_line" }, "line2Data": "channel.u.limit", "line2Style": { "inheritFrom": "bar_graph_limit_line" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 28, "width": 200, "height": 2 }, { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_unregulated" }, "data": "channel.displayValue2", "action": "channel.toggleOutput", "left": 0, "top": 30, "width": 200, "height": 28, "orientation": "left-right", "textStyle": { "inheritFrom": "bar_graph_text" }, "line1Data": "channel.i.set", "line1Style": { "inheritFrom": "bar_graph_set_line" }, "line2Data": "channel.i.limit", "line2Style": { "inheritFrom": "bar_graph_limit_line" } } ] } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "trigger.isInitiated", "left": 255, "top": 0, "width": 65, "height": 58, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 65, "height": 58, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.rprog.status", "left": 0, "top": 0, "width": 65, "height": 28, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 65, "height": 28, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 65, "height": 28, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 65, "height": 28, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] }, { "type": "DisplayData", "style": { "inheritFrom": "mon_dac_S" }, "data": "channel.u.monDac", "action": "", "left": 0, "top": 0, "width": 65, "height": 28, "focusStyle": { "inheritFrom": "mon_dac_S" } } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 28, "width": 65, "height": 2 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 30, "width": 65, "height": 28, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 65, "height": 28, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 65, "height": 28, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] } ] }, { "type": "Button", "style": { "inheritFrom": "edit_value_active_S_center" }, "data": "trigger.isInitiated", "action": "trigger.generateManual", "left": 0, "top": 0, "width": 65, "height": 58, "text": "\\u0093TRG", "enabled": "trigger.isManual", "disabledStyle": { "inheritFrom": "edit_value_S_centered" } } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 58, "width": 255, "height": 3 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "lrip", "left": 0, "top": 61, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 24, "text": "LRip", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 24, "text": "LRip", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 85, "width": 255, "height": 3 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 240, "top": 58, "width": 15, "height": 30 }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.p.mon", "left": 240, "top": 60, "width": 80, "height": 28, "focusStyle": { "inheritFrom": "edit_value_S_right" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 255, "top": 58, "width": 65, "height": 2 } ] }, "listType": "vertical" } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 320, "height": 176, "widgets": [ { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 0, "width": 320, "height": 176, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 160, "height": 176, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 48, "top": 0, "width": 1, "height": 176 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 159, "top": 0, "width": 1, "height": 176 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "action": "", "left": 49, "top": 0, "width": 110, "height": 133, "widgets": [ { "type": "Text", "style": { "inheritFrom": "channel_off_landscape" }, "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 110, "height": 133, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 110, "height": 133, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 110, "height": 133, "widgets": [ { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_U_defualt" }, "data": "channel.displayValue1", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 54, "height": 133, "orientation": "bottom-top", "textStyle": { "inheritFrom": "bar_graph_text_vertical" }, "line1Data": "channel.u.set", "line1Style": { "inheritFrom": "bar_graph_set_line" }, "line2Data": "channel.u.limit", "line2Style": { "inheritFrom": "bar_graph_limit_line" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 54, "top": 0, "width": 2, "height": 133 }, { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_I_default" }, "data": "channel.displayValue2", "action": "channel.toggleOutput", "left": 56, "top": 0, "width": 54, "height": 133, "orientation": "bottom-top", "textStyle": { "inheritFrom": "bar_graph_text_vertical" }, "line1Data": "channel.i.set", "line1Style": { "inheritFrom": "bar_graph_set_line" }, "line2Data": "channel.i.limit", "line2Style": { "inheritFrom": "bar_graph_limit_line" } } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 110, "height": 133, "widgets": [ { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_unregulated" }, "data": "channel.displayValue1", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 54, "height": 133, "orientation": "bottom-top", "textStyle": { "inheritFrom": "bar_graph_text_vertical" }, "line1Data": "channel.u.set", "line1Style": { "inheritFrom": "bar_graph_set_line" }, "line2Data": "channel.u.limit", "line2Style": { "inheritFrom": "bar_graph_limit_line" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 54, "top": 0, "width": 2, "height": 133 }, { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_unregulated" }, "data": "channel.displayValue2", "action": "channel.toggleOutput", "left": 56, "top": 0, "width": 54, "height": 133, "orientation": "bottom-top", "textStyle": { "inheritFrom": "bar_graph_text_vertical" }, "line1Data": "channel.i.set", "line1Style": { "inheritFrom": "bar_graph_set_line" }, "line2Data": "channel.i.limit", "line2Style": { "inheritFrom": "bar_graph_limit_line" } } ] } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "lrip", "left": 0, "top": 28, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 24, "text": "LRip", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 24, "text": "LRip", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 148, "width": 49, "height": 28 }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_centered" }, "data": "channel.p.mon", "left": 49, "top": 154, "width": 111, "height": 22, "focusStyle": { "inheritFrom": "edit_value_S_centered" } }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "trigger.isInitiated", "left": 49, "top": 133, "width": 110, "height": 24, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 110, "height": 24, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.rprog.status", "left": 0, "top": 0, "width": 56, "height": 24, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 56, "height": 24, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_centered" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 56, "height": 24, "focusStyle": { "inheritFrom": "edit_S_focus" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_S" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 56, "height": 24, "focusStyle": { "inheritFrom": "edit_S_focus" } } ] }, { "type": "DisplayData", "style": { "inheritFrom": "mon_dac_S" }, "data": "channel.u.monDac", "action": "", "left": 0, "top": 0, "width": 56, "height": 24, "focusStyle": { "inheritFrom": "mon_dac_S" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 55, "top": 0, "width": 55, "height": 24, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_centered" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 55, "height": 24, "focusStyle": { "inheritFrom": "edit_S_focus" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_S" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 55, "height": 24, "focusStyle": { "inheritFrom": "edit_S_focus" } } ] } ] }, { "type": "Button", "style": { "inheritFrom": "edit_value_active_S_center" }, "data": "trigger.isInitiated", "action": "trigger.generateManual", "left": 0, "top": 0, "width": 110, "height": 24, "text": "\\u0093TRG", "enabled": "trigger.isManual", "disabledStyle": { "inheritFrom": "edit_value_S_centered" } } ] } ] }, "listType": "horizontal" }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 208, "height": 148, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ocp", "left": 0, "top": 52, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ovp", "left": 0, "top": 76, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "otp_ch", "left": 0, "top": 100, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "opp", "left": 0, "top": 124, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_S" }, "action": "show_channel_settings", "left": 0, "top": 0, "width": 48, "height": 30, "text": "` Set", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 160, "top": 0, "width": 48, "height": 28 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 159, "top": 52, "width": 49, "height": 96 }, { "type": "Text", "style": { "inheritFrom": "default_S" }, "action": "", "left": 169, "top": 68, "width": 32, "height": 32, "text": "\\u008A", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "default_S" }, "action": "", "left": 160, "top": 100, "width": 48, "height": 23, "text": "Track", "focusStyle": {} } ] } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 320, "height": 176, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 240, "height": 173, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_S" }, "action": "show_channel_settings", "left": 0, "top": 0, "width": 56, "height": 58, "text": "` Set", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "default_S" }, "action": "", "left": 48, "top": 58, "width": 192, "height": 30, "text": "\\u008A Tracking mode", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 88, "width": 56, "height": 58 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ocp", "left": 48, "top": 149, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OCP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ovp", "left": 96, "top": 149, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OVP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "otp_ch", "left": 144, "top": 149, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OTP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "opp", "left": 192, "top": 149, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 48, "height": 24, "text": "OPP", "focusStyle": {} } ] } ] }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 0, "width": 320, "height": 176, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 320, "height": 88, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "action": "", "left": 56, "top": 0, "width": 202, "height": 58, "widgets": [ { "type": "Text", "style": { "inheritFrom": "channel_off_landscape" }, "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 202, "height": 58, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 202, "height": 58, "widgets": [ { "type": "YTGraph", "style": { "inheritFrom": "yt_graph" }, "data": "channel.displayValue1", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 202, "height": 58, "y1Style": { "inheritFrom": "yt_graph_U_defualt" }, "y2Data": "channel.displayValue2", "y2Style": { "inheritFrom": "yt_graph_I_default" } }, { "type": "YTGraph", "style": { "inheritFrom": "yt_graph" }, "data": "channel.displayValue1", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 202, "height": 58, "y1Style": { "inheritFrom": "yt_graph_unregulated" }, "y2Data": "channel.displayValue2", "y2Style": { "inheritFrom": "yt_graph_unregulated" } } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "trigger.isInitiated", "left": 258, "top": 0, "width": 62, "height": 58, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 62, "height": 58, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.rprog.status", "left": 0, "top": 0, "width": 62, "height": 28, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 62, "height": 28, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 62, "height": 28, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 62, "height": 28, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] }, { "type": "DisplayData", "style": { "inheritFrom": "mon_dac_S" }, "data": "channel.u.monDac", "action": "", "left": 0, "top": 0, "width": 62, "height": 28, "focusStyle": { "inheritFrom": "mon_dac_S" } } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 28, "width": 62, "height": 2 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 30, "width": 62, "height": 28, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 62, "height": 28, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 62, "height": 28, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] } ] }, { "type": "Button", "style": { "inheritFrom": "edit_value_active_S_center" }, "data": "trigger.isInitiated", "action": "trigger.generateManual", "left": 0, "top": 0, "width": 62, "height": 58, "text": "\\u0093TRG", "enabled": "trigger.isManual", "disabledStyle": { "inheritFrom": "edit_value_S_centered" } } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 58, "width": 255, "height": 3 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "lrip", "left": 0, "top": 61, "width": 48, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 24, "text": "LRip", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 24, "text": "LRip", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 85, "width": 255, "height": 3 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 240, "top": 58, "width": 15, "height": 30 }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.p.mon", "left": 240, "top": 60, "width": 80, "height": 28, "focusStyle": { "inheritFrom": "edit_value_S_right" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 255, "top": 58, "width": 65, "height": 2 } ] }, "listType": "vertical" } ] } ] } ] }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_sys_settings", "left": 0, "top": 204, "width": 48, "height": 36, "text": "P", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_user_profiles", "left": 48, "top": 204, "width": 48, "height": 36, "text": "R", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_sys_info", "left": 96, "top": 204, "width": 48, "height": 36, "text": "?", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "sys.RlState", "left": 144, "top": 204, "width": 48, "height": 36, "widgets": [ { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "data": "", "action": "sys.frontPanel.lock", "left": 0, "top": 0, "width": 48, "height": 36, "text": "L", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "data": "", "action": "sys.frontPanel.unlock", "left": 0, "top": 0, "width": 48, "height": 36, "text": "N", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button_disabled" }, "data": "", "action": "", "left": 0, "top": 0, "width": 48, "height": 36, "text": "N", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_help_page", "left": 192, "top": 204, "width": 48, "height": 36, "text": "H", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 240, "top": 204, "width": 32, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "showStandByMenu", "left": 272, "top": 204, "width": 48, "height": 36, "text": "Q", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [ { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 28, "width": 240, "height": 256, "itemWidget": { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.status", "left": 0, "top": 0, "width": 240, "height": 128, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 240, "height": 128 }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 240, "height": 128, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "action": "", "left": 0, "top": 0, "width": 240, "height": 88, "widgets": [ { "type": "Text", "style": { "inheritFrom": "channel_off_L" }, "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 240, "height": 88, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 240, "height": 88, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "mon_value_L" }, "data": "channel.monValue", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 240, "height": 88, "focusStyle": { "inheritFrom": "mon_value_L" } }, { "type": "DisplayData", "style": { "inheritFrom": "mon_value_L_ur" }, "data": "channel.monValue", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 240, "height": 88, "focusStyle": { "inheritFrom": "mon_value_L_ur" } } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 88, "width": 106, "height": 40, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "default" }, "data": "channel.u.set", "action": "", "left": 0, "top": 0, "width": 106, "height": 40, "focusStyle": { "inheritFrom": "default" } }, { "type": "DisplayData", "style": { "inheritFrom": "mon_value" }, "data": "channel.u.set", "action": "edit", "left": 0, "top": 0, "width": 106, "height": 40, "focusStyle": { "inheritFrom": "mon_value" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 106, "top": 88, "width": 106, "height": 40, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "default" }, "data": "channel.i.set", "action": "", "left": 0, "top": 0, "width": 106, "height": 40, "focusStyle": { "inheritFrom": "default" } }, { "type": "DisplayData", "style": { "inheritFrom": "mon_value" }, "data": "channel.i.set", "action": "edit", "left": 0, "top": 0, "width": 106, "height": 40, "focusStyle": { "inheritFrom": "mon_value" } } ] }, { "type": "Text", "style": { "inheritFrom": "default_S" }, "action": "show_channel_settings", "left": 212, "top": 88, "width": 28, "height": 40, "text": "`", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "channel_error" }, "left": 0, "top": 0, "width": 240, "height": 128, "text": "ERROR", "focusStyle": {} } ] }, "listType": "vertical" }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "touch_screen_calibration", "left": 0, "top": 284, "width": 48, "height": 36, "text": "P", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button_disabled" }, "left": 48, "top": 284, "width": 48, "height": 36, "text": "?", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button_disabled" }, "left": 96, "top": 284, "width": 48, "height": 36, "text": "!", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button_disabled" }, "left": 144, "top": 284, "width": 48, "height": 36, "text": "L", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "showStandByMenu", "left": 192, "top": 284, "width": 48, "height": 36, "text": "Q", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "EventQueue.lastEvent.type", "left": 0, "top": 0, "width": 240, "height": 28, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 240, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_S" }, "action": "show_event_queue", "left": 0, "top": 0, "width": 28, "height": 28, "text": "\\u0083", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 28, "top": 0, "width": 212, "height": 28 } ] }, { "type": "DisplayData", "style": { "inheritFrom": "event_info" }, "data": "EventQueue.lastEvent.message", "action": "show_event_queue", "left": 0, "top": 0, "width": 240, "height": 28, "focusStyle": { "inheritFrom": "event_info" } }, { "type": "DisplayData", "style": { "inheritFrom": "event_warning" }, "data": "EventQueue.lastEvent.message", "action": "show_event_queue", "left": 0, "top": 0, "width": 240, "height": 28, "focusStyle": { "inheritFrom": "event_warning" } }, { "type": "DisplayData", "style": { "inheritFrom": "event_error" }, "data": "EventQueue.lastEvent.message", "action": "show_event_queue", "left": 0, "top": 0, "width": 240, "height": 28, "focusStyle": { "inheritFrom": "event_error" } } ] } ] } }, { "name": "main_help", "description": "Main menu help page", "widgets": [ { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 252, "height": 204 }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 204, "width": 272, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "edit_value_S_left" }, "left": 8, "top": 19, "width": 232, "height": 112, "text": "Select any yellow colored text to open related menu, editing page or to trigger an action (e.g. on this page switching off selected channel output)." }, { "type": "MultilineText", "style": { "inheritFrom": "edit_value_S_left" }, "left": 8, "top": 131, "width": 232, "height": 73, "text": "For more information please visit: www.envox.hr/ezz or github.com/eez-open" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "edit_mode_keypad", "description": "Keypad value edit mode", "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 204, "width": 320, "height": 36, "widgets": [ { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "", "left": 0, "top": 0, "width": 48, "height": 36, "text": "K", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "edit_mode_step", "left": 48, "top": 0, "width": 48, "height": 36, "text": "M", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "edit_mode_slider", "left": 96, "top": 0, "width": 48, "height": 36, "text": "S", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 144, "top": 0, "width": 128, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "exit_edit_mode", "left": 272, "top": 0, "width": 48, "height": 36, "text": "B", "focusStyle": {} } ] }, { "type": "DisplayData", "style": { "inheritFrom": "edit_info_S" }, "data": "edit_info", "left": 0, "top": 0, "width": 240, "height": 32, "focusStyle": { "inheritFrom": "edit_info_S" } }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 30, "width": 240, "height": 174, "widgets": [ { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 2, "width": 60, "height": 43, "text": "7", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 60, "top": 2, "width": 60, "height": 43, "text": "8", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 120, "top": 2, "width": 60, "height": 43, "text": "9", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key_icons" }, "action": "keypad_back", "left": 180, "top": 2, "width": 60, "height": 43, "text": "<", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 45, "width": 60, "height": 43, "text": "4", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 60, "top": 45, "width": 60, "height": 43, "text": "5", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 120, "top": 45, "width": 60, "height": 43, "text": "6", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "key" }, "data": "edit_unit", "action": "keypad_unit", "left": 180, "top": 45, "width": 60, "height": 43, "focusStyle": { "inheritFrom": "key" } }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 88, "width": 60, "height": 43, "text": "1", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 60, "top": 88, "width": 60, "height": 43, "text": "2", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 120, "top": 88, "width": 60, "height": 43, "text": "3", "focusStyle": {} }, { "type": "Button", "style": { "inheritFrom": "key" }, "action": "keypad_option2", "left": 180, "top": 88, "width": 60, "height": 43, "text": "def", "enabled": "keypad_option2_enabled", "disabledStyle": { "inheritFrom": "key_disabled" } }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 131, "width": 60, "height": 43, "text": "0", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 60, "top": 131, "width": 60, "height": 43, "text": ".", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key_icons" }, "action": "keypad_sign", "left": 120, "top": 131, "width": 60, "height": 43, "text": "-", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key_icons" }, "action": "keypad_ok", "left": 180, "top": 131, "width": 60, "height": 43, "text": "O", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 240, "top": 0, "width": 12, "height": 204 }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_info_S" }, "data": "edit_info", "left": 0, "top": 0, "width": 240, "height": 32, "focusStyle": { "inheritFrom": "edit_info_S" } }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 32, "width": 240, "height": 108, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 120, "height": 108, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "left": 0, "top": 0, "width": 120, "height": 36, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value" }, "left": 0, "top": 0, "width": 120, "height": 36, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 120, "height": 36, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value" }, "data": "channel.monValue", "left": 0, "top": 0, "width": 120, "height": 36, "focusStyle": { "inheritFrom": "edit_value" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_ur" }, "data": "channel.monValue", "left": 0, "top": 0, "width": 120, "height": 36, "focusStyle": { "inheritFrom": "edit_value_ur" } } ] } ] }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value" }, "data": "channel.u.set", "left": 0, "top": 36, "width": 120, "height": 36, "focusStyle": { "inheritFrom": "edit_value" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value" }, "data": "channel.i.set", "left": 0, "top": 72, "width": 120, "height": 36, "focusStyle": { "inheritFrom": "edit_value" } } ] }, "listType": "horizontal" }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 140, "width": 240, "height": 144, "widgets": [ { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 0, "width": 60, "height": 36, "text": "7", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 60, "top": 0, "width": 60, "height": 36, "text": "8", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 120, "top": 0, "width": 60, "height": 36, "text": "9", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key_icons" }, "action": "keypad_back", "left": 180, "top": 0, "width": 60, "height": 36, "text": "<", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 36, "width": 60, "height": 36, "text": "4", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 60, "top": 36, "width": 60, "height": 36, "text": "5", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 120, "top": 36, "width": 60, "height": 36, "text": "6", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key_icons" }, "action": "keypad_clear", "left": 180, "top": 36, "width": 60, "height": 36, "text": "C", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 72, "width": 60, "height": 36, "text": "1", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 60, "top": 72, "width": 60, "height": 36, "text": "2", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 120, "top": 72, "width": 60, "height": 36, "text": "3", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key_icons" }, "action": "keypad_ok", "left": 180, "top": 72, "width": 60, "height": 36, "text": "O", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 108, "width": 60, "height": 36, "text": "0", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 60, "top": 108, "width": 60, "height": 36, "text": ".", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key_icons" }, "action": "keypad_sign", "left": 120, "top": 108, "width": 60, "height": 36, "text": "-", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "key" }, "data": "edit_unit", "action": "keypad_unit", "left": 180, "top": 108, "width": 60, "height": 36, "focusStyle": { "inheritFrom": "key" } } ] }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "edit_mode_slider", "left": 0, "top": 284, "width": 48, "height": 36, "text": "S", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "edit_mode_step", "left": 48, "top": 284, "width": 48, "height": 36, "text": "M", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "edit_mode_keypad", "left": 96, "top": 284, "width": 48, "height": 36, "text": "K", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 144, "top": 284, "width": 48, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "exit_edit_mode", "left": 192, "top": 284, "width": 48, "height": 36, "text": "X", "focusStyle": {} } ] } }, { "name": "edit_mode_step", "description": "Step value edit mode", "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 204, "width": 320, "height": 36, "widgets": [ { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "edit_mode_keypad", "left": 0, "top": 0, "width": 48, "height": 36, "text": "K", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "", "left": 48, "top": 0, "width": 48, "height": 36, "text": "M", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "edit_mode_slider", "left": 96, "top": 0, "width": 48, "height": 36, "text": "S", "focusStyle": {} }, { "type": "ToggleButton", "style": { "inheritFrom": "bottom_button" }, "data": "edit_mode_interactive_mode_selector", "action": "toggle_interactive_mode", "left": 144, "top": 0, "width": 48, "height": 36, "text1": "I", "text2": "J" }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_edit_mode_step_help", "left": 192, "top": 0, "width": 48, "height": 36, "text": "H", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 240, "top": 0, "width": 32, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "exit_edit_mode", "left": 272, "top": 0, "width": 48, "height": 36, "text": "B", "focusStyle": {} } ] }, { "type": "ButtonGroup", "style": { "inheritFrom": "default_S" }, "data": "edit_steps", "left": 0, "top": 0, "width": 36, "height": 204 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 36, "top": 0, "width": 12, "height": 204 }, { "type": "DisplayData", "style": { "inheritFrom": "edit_info_S" }, "data": "edit_info1", "left": 48, "top": 0, "width": 204, "height": 25, "focusStyle": { "inheritFrom": "edit_info_S" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_info_S" }, "data": "edit_info2", "left": 48, "top": 25, "width": 204, "height": 25, "focusStyle": { "inheritFrom": "edit_info_S" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_L" }, "data": "edit_value", "left": 48, "top": 50, "width": 204, "height": 66, "focusStyle": { "inheritFrom": "edit_value_L" } }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isTracked", "left": 48, "top": 116, "width": 204, "height": 52, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 204, "height": 52, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "lrip", "left": 0, "top": 20, "width": 48, "height": 23, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 23, "text": "LRip", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 23, "text": "LRip", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 78, "height": 20 }, { "type": "DisplayData", "style": { "inheritFrom": "value" }, "data": "channel.p.mon", "left": 78, "top": 0, "width": 126, "height": 52, "focusStyle": { "inheritFrom": "value" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 43, "width": 78, "height": 9 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 48, "top": 20, "width": 30, "height": 23 } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 204, "height": 52, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 20, "height": 52 }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 10, "top": 0, "width": 182, "height": 52, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 182, "height": 26, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 10, "top": 0, "width": 36, "height": 26, "text": "Channel protections", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "lrip", "left": 46, "top": 0, "width": 48, "height": 26, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 26, "text": "LRip", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 26, "text": "LRip", "focusStyle": {} } ] }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "channel.p.mon", "left": 103, "top": 0, "width": 71, "height": 26, "focusStyle": { "inheritFrom": "value_S" } } ] }, "listType": "vertical" }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 104, "top": 0, "width": 9, "height": 52 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 184, "top": 0, "width": 20, "height": 52 } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "edit_mode_interactive_mode_selector", "left": 48, "top": 168, "width": 204, "height": 36, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 204, "height": 36 }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 204, "height": 36, "widgets": [ { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "non_interactive_enter", "left": 0, "top": 0, "width": 102, "height": 36, "text": "~ Set", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "non_interactive_discard", "left": 102, "top": 0, "width": 102, "height": 36, "text": " Discard", "focusStyle": {} } ] } ] }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_info_S" }, "data": "edit_info", "left": 38, "top": 0, "width": 200, "height": 32, "focusStyle": { "inheritFrom": "edit_info_S" } }, { "type": "ButtonGroup", "style": { "inheritFrom": "default_S" }, "data": "edit_steps", "left": 0, "top": 0, "width": 36, "height": 284 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "edit_mode_interactive_mode_selector", "left": 38, "top": 32, "width": 202, "height": 252, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 202, "height": 252, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_L" }, "data": "edit_value", "left": 0, "top": 0, "width": 202, "height": 72, "focusStyle": { "inheritFrom": "edit_value_L" } }, { "type": "MultilineText", "style": { "inheritFrom": "edit_info_S" }, "left": 0, "top": 72, "width": 140, "height": 180, "text": "Interactive mode: Move up/down to change value step in a time." }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 140, "top": 72, "width": 60, "height": 172, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 60, "height": 90, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "left": 0, "top": 0, "width": 60, "height": 30, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_right" }, "left": 0, "top": 0, "width": 60, "height": 30, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 60, "height": 30, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.monValue", "left": 0, "top": 0, "width": 60, "height": 30, "focusStyle": { "inheritFrom": "edit_value_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_ur_S_right" }, "data": "channel.monValue", "left": 0, "top": 0, "width": 60, "height": 30, "focusStyle": { "inheritFrom": "edit_value_ur_S_right" } } ] } ] }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.u.set", "left": 0, "top": 30, "width": 60, "height": 30, "focusStyle": { "inheritFrom": "edit_value_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.i.set", "left": 0, "top": 60, "width": 60, "height": 30, "focusStyle": { "inheritFrom": "edit_value_S_right" } } ] }, "listType": "vertical" } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 202, "height": 252, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_L" }, "data": "edit_value", "left": 0, "top": 0, "width": 202, "height": 60, "focusStyle": { "inheritFrom": "edit_value_L" } }, { "type": "MultilineText", "style": { "inheritFrom": "edit_info_S" }, "left": 0, "top": 60, "width": 140, "height": 156, "text": "Non-interactive mode: Move up/down to change value.\nSelect Enter to confirm." }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 140, "top": 60, "width": 60, "height": 172, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 60, "height": 78, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "left": 0, "top": 0, "width": 60, "height": 26, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_right" }, "left": 0, "top": 0, "width": 60, "height": 26, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 60, "height": 26, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.monValue", "left": 0, "top": 0, "width": 60, "height": 26, "focusStyle": { "inheritFrom": "edit_value_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_ur_S_right" }, "data": "channel.monValue", "left": 0, "top": 0, "width": 60, "height": 26, "focusStyle": { "inheritFrom": "edit_value_ur_S_right" } } ] } ] }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.u.set", "left": 0, "top": 26, "width": 60, "height": 26, "focusStyle": { "inheritFrom": "edit_value_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.i.set", "left": 0, "top": 52, "width": 60, "height": 26, "focusStyle": { "inheritFrom": "edit_value_S_right" } } ] }, "listType": "vertical" }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "non_interactive_enter", "left": 8, "top": 216, "width": 96, "height": 36, "text": "~ Set", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "non_interactive_discard", "left": 104, "top": 216, "width": 96, "height": 36, "text": " Discard", "focusStyle": {} } ] } ] }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "edit_mode_slider", "left": 0, "top": 284, "width": 48, "height": 36, "text": "S", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "edit_mode_step", "left": 48, "top": 284, "width": 48, "height": 36, "text": "M", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "edit_mode_keypad", "left": 96, "top": 284, "width": 48, "height": 36, "text": "K", "focusStyle": {} }, { "type": "ToggleButton", "style": { "inheritFrom": "bottom_button" }, "data": "edit_mode_interactive_mode_selector", "action": "toggle_interactive_mode", "left": 144, "top": 284, "width": 48, "height": 36, "text1": "I", "text2": "J" }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "exit_edit_mode", "left": 192, "top": 284, "width": 48, "height": 36, "text": "X", "focusStyle": {} } ] } }, { "name": "edit_mode_step_help", "description": "Step value edit mode help page", "widgets": [ { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 8, "top": 0, "width": 244, "height": 32, "text": "\\u0084 Interactive mode:", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "edit_value_S_left" }, "left": 8, "top": 32, "width": 244, "height": 71, "text": "Move left/right to change value by selected step in a time." }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 8, "top": 112, "width": 244, "height": 32, "text": "\\u0085 Non-interactive mode:", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "edit_value_S_left" }, "left": 8, "top": 144, "width": 244, "height": 48, "text": "Move left/right to change value and confirm with \\u0086 option." }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 204, "width": 272, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "B", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "edit_mode_slider", "description": "Slider value edit mode", "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 204, "width": 320, "height": 36, "widgets": [ { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "edit_mode_keypad", "left": 0, "top": 0, "width": 48, "height": 36, "text": "K", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "edit_mode_step", "left": 48, "top": 0, "width": 48, "height": 36, "text": "M", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "", "left": 96, "top": 0, "width": 48, "height": 36, "text": "S", "focusStyle": {} }, { "type": "ToggleButton", "style": { "inheritFrom": "bottom_button" }, "data": "edit_mode_interactive_mode_selector", "action": "toggle_interactive_mode", "left": 144, "top": 0, "width": 48, "height": 36, "text1": "I", "text2": "J" }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_edit_mode_slider_help", "left": 192, "top": 0, "width": 48, "height": 36, "text": "H", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 240, "top": 0, "width": 32, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "exit_edit_mode", "left": 272, "top": 0, "width": 48, "height": 36, "text": "B", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 36, "height": 204, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "yellow_1" }, "data": "", "left": 0, "top": 0, "width": 36, "height": 34 }, { "type": "Rectangle", "style": { "inheritFrom": "yellow_2" }, "data": "", "left": 0, "top": 34, "width": 36, "height": 34 }, { "type": "Rectangle", "style": { "inheritFrom": "yellow_3" }, "data": "", "left": 0, "top": 68, "width": 36, "height": 34 }, { "type": "Rectangle", "style": { "inheritFrom": "yellow_4" }, "data": "", "left": 0, "top": 102, "width": 36, "height": 34 }, { "type": "Rectangle", "style": { "inheritFrom": "yellow_5" }, "data": "", "left": 0, "top": 136, "width": 36, "height": 34 }, { "type": "Rectangle", "style": { "inheritFrom": "yellow_6" }, "data": "", "left": 0, "top": 170, "width": 36, "height": 34 } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 36, "top": 0, "width": 12, "height": 204 }, { "type": "DisplayData", "style": { "inheritFrom": "edit_info_S" }, "data": "edit_info1", "left": 48, "top": 0, "width": 204, "height": 25, "focusStyle": { "inheritFrom": "edit_info_S" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_info_S" }, "data": "edit_info2", "left": 48, "top": 25, "width": 204, "height": 25, "focusStyle": { "inheritFrom": "edit_info_S" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_L" }, "data": "edit_value", "left": 48, "top": 50, "width": 204, "height": 66, "focusStyle": { "inheritFrom": "edit_value_L" } }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isTracked", "left": 48, "top": 116, "width": 204, "height": 52, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 204, "height": 52, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "lrip", "left": 0, "top": 20, "width": 48, "height": 23, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 23, "text": "LRip", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 23, "text": "LRip", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 78, "height": 20 }, { "type": "DisplayData", "style": { "inheritFrom": "value" }, "data": "channel.p.mon", "left": 78, "top": 0, "width": 126, "height": 52, "focusStyle": { "inheritFrom": "value" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 43, "width": 78, "height": 9 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 48, "top": 20, "width": 30, "height": 23 } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 204, "height": 52, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 20, "height": 52 }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 10, "top": 0, "width": 182, "height": 52, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 182, "height": 26, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 10, "top": 0, "width": 36, "height": 26, "text": "Channel protections", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "lrip", "left": 46, "top": 0, "width": 48, "height": 26, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 26, "text": "LRip", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 48, "height": 26, "text": "LRip", "focusStyle": {} } ] }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "channel.p.mon", "left": 103, "top": 0, "width": 71, "height": 26, "focusStyle": { "inheritFrom": "value_S" } } ] }, "listType": "vertical" }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 104, "top": 0, "width": 9, "height": 52 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 184, "top": 0, "width": 20, "height": 52 } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "edit_mode_interactive_mode_selector", "left": 48, "top": 168, "width": 204, "height": 36, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 204, "height": 36 }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 204, "height": 36, "widgets": [ { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "non_interactive_enter", "left": 0, "top": 0, "width": 102, "height": 36, "text": "~ Set", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "non_interactive_discard", "left": 102, "top": 0, "width": 102, "height": 36, "text": " Discard", "focusStyle": {} } ] } ] }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_info_S" }, "data": "edit_info", "left": 38, "top": 0, "width": 202, "height": 32, "focusStyle": { "inheritFrom": "edit_info_S" } }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "edit_mode_interactive_mode_selector", "left": 38, "top": 32, "width": 202, "height": 252, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 202, "height": 252, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_L" }, "data": "edit_value", "left": 0, "top": 0, "width": 202, "height": 72, "focusStyle": { "inheritFrom": "edit_value_L" } }, { "type": "MultilineText", "style": { "inheritFrom": "edit_info_S" }, "left": 0, "top": 72, "width": 140, "height": 180, "text": "Interactive mode: Move up/down to change value.\nUse leftmost pos. for coarse and righmost pos. for fine adjustment." }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 140, "top": 72, "width": 60, "height": 172, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 60, "height": 90, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "left": 0, "top": 0, "width": 60, "height": 30, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_right" }, "left": 0, "top": 0, "width": 60, "height": 30, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 60, "height": 30, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.monValue", "left": 0, "top": 0, "width": 60, "height": 30, "focusStyle": { "inheritFrom": "edit_value_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_ur_S_right" }, "data": "channel.monValue", "left": 0, "top": 0, "width": 60, "height": 30, "focusStyle": { "inheritFrom": "edit_value_ur_S_right" } } ] } ] }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.u.set", "left": 0, "top": 30, "width": 60, "height": 30, "focusStyle": { "inheritFrom": "edit_value_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.i.set", "left": 0, "top": 60, "width": 60, "height": 30, "focusStyle": { "inheritFrom": "edit_value_S_right" } } ] }, "listType": "vertical" } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 202, "height": 252, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_L" }, "data": "edit_value", "left": 0, "top": 0, "width": 202, "height": 60, "focusStyle": { "inheritFrom": "edit_value_L" } }, { "type": "MultilineText", "style": { "inheritFrom": "edit_info_S" }, "left": 0, "top": 60, "width": 140, "height": 156, "text": "Non-interactive mode: Move up/down to change value.\nSelect Enter to confirm." }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 140, "top": 60, "width": 60, "height": 172, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 60, "height": 78, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "left": 0, "top": 0, "width": 60, "height": 26, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_right" }, "left": 0, "top": 0, "width": 60, "height": 26, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 60, "height": 26, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.monValue", "left": 0, "top": 0, "width": 60, "height": 26, "focusStyle": { "inheritFrom": "edit_value_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_ur_S_right" }, "data": "channel.monValue", "left": 0, "top": 0, "width": 60, "height": 26, "focusStyle": { "inheritFrom": "edit_value_ur_S_right" } } ] } ] }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.u.set", "left": 0, "top": 26, "width": 60, "height": 26, "focusStyle": { "inheritFrom": "edit_value_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.i.set", "left": 0, "top": 52, "width": 60, "height": 26, "focusStyle": { "inheritFrom": "edit_value_S_right" } } ] }, "listType": "vertical" }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "non_interactive_enter", "left": 0, "top": 216, "width": 100, "height": 36, "text": "~ Set", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "non_interactive_discard", "left": 100, "top": 216, "width": 102, "height": 36, "text": " Discard", "focusStyle": {} } ] } ] }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "edit_mode_slider", "left": 0, "top": 284, "width": 48, "height": 36, "text": "S", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "edit_mode_step", "left": 48, "top": 284, "width": 48, "height": 36, "text": "M", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "edit_mode_keypad", "left": 96, "top": 284, "width": 48, "height": 36, "text": "K", "focusStyle": {} }, { "type": "ToggleButton", "style": { "inheritFrom": "bottom_button" }, "data": "edit_mode_interactive_mode_selector", "action": "toggle_interactive_mode", "left": 144, "top": 284, "width": 48, "height": 36, "text1": "I", "text2": "J" }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "exit_edit_mode", "left": 192, "top": 284, "width": 48, "height": 36, "text": "X", "focusStyle": {} } ] } }, { "name": "edit_mode_slider_help", "description": "Slider value edit mode help page", "widgets": [ { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 8, "top": 0, "width": 244, "height": 32, "text": "\\u0084 Interactive mode:", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "edit_value_S_left" }, "left": 8, "top": 32, "width": 244, "height": 71, "text": "Move left/right to change value. Use upper area for coarse and lower for the fine adjustment." }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 8, "top": 120, "width": 244, "height": 32, "text": "\\u0085 Non-interactive mode:", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "edit_value_S_left" }, "left": 8, "top": 152, "width": 244, "height": 52, "text": "Move left/right to change value and confirm with \\u0086 option." }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 204, "width": 272, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "B", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "info_alert", "description": "Info message, single line", "style": "info_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "info_alert" }, "data": "alert_message", "left": 0, "top": 8, "width": 280, "height": 32, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "info_alert_button" }, "action": "ok", "left": 110, "top": 48, "width": 60, "height": 32, "text": "OK", "focusStyle": {} } ], "left": 20, "top": 76, "width": 280, "height": 88, "portrait": { "x": 0, "y": 104, "width": 240, "height": 112, "style": "error_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_active_S" }, "action": "yes", "left": 90, "top": 72, "width": 60, "height": 32, "text": "OK", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "error_alert" }, "left": 0, "top": 0, "width": 240, "height": 64, "text": "Multiline text" } ] } }, { "name": "info_long_alert", "description": "Info message, two line", "style": "info_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "info_alert" }, "data": "alert_message", "left": 0, "top": 8, "width": 280, "height": 28, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "info_alert" }, "data": "alert_message_2", "left": 0, "top": 36, "width": 280, "height": 28, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "info_alert_button" }, "action": "ok", "left": 110, "top": 72, "width": 60, "height": 32, "text": "OK", "focusStyle": {} } ], "left": 20, "top": 64, "width": 280, "height": 112, "portrait": { "x": 0, "y": 104, "width": 240, "height": 112, "style": "error_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_active_S" }, "action": "yes", "left": 90, "top": 72, "width": 60, "height": 32, "text": "OK", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "error_alert" }, "left": 0, "top": 0, "width": 240, "height": 64, "text": "Multiline text" } ] } }, { "name": "toast3_alert", "description": "Info message", "style": "toast_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "toast_alert" }, "data": "alert_message", "left": 0, "top": 8, "width": 280, "height": 28, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "toast_alert" }, "data": "alert_message_2", "left": 0, "top": 36, "width": 280, "height": 28, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "toast_alert" }, "data": "alert_message_3", "left": 0, "top": 64, "width": 280, "height": 28, "text": "", "focusStyle": {} } ], "left": 20, "top": 64, "width": 280, "height": 100, "portrait": { "x": 0, "y": 104, "width": 240, "height": 112, "style": "error_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_active_S" }, "action": "yes", "left": 90, "top": 72, "width": 60, "height": 32, "text": "OK", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "error_alert" }, "left": 0, "top": 0, "width": 240, "height": 64, "text": "Multiline text" } ] } }, { "name": "error_alert", "description": "Error message, single line", "style": "error_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "error_alert" }, "data": "alert_message", "left": 0, "top": 8, "width": 280, "height": 32, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "error_alert_button" }, "action": "ok", "left": 110, "top": 48, "width": 60, "height": 32, "text": "OK", "focusStyle": {} } ], "left": 20, "top": 76, "width": 280, "height": 88, "portrait": { "x": 0, "y": 104, "width": 240, "height": 112, "style": "error_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_active_S" }, "action": "yes", "left": 90, "top": 72, "width": 60, "height": 32, "text": "OK", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "error_alert" }, "left": 0, "top": 0, "width": 240, "height": 64, "text": "Multiline text" } ] } }, { "name": "error_long_alert", "description": "Error message, two line", "style": "error_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "error_alert" }, "data": "alert_message", "left": 0, "top": 8, "width": 280, "height": 28, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "error_alert" }, "data": "alert_message_2", "left": 0, "top": 36, "width": 280, "height": 28, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "error_alert_button" }, "action": "ok", "left": 110, "top": 72, "width": 60, "height": 32, "text": "OK", "focusStyle": {} } ], "left": 20, "top": 64, "width": 280, "height": 112, "portrait": { "x": 0, "y": 104, "width": 240, "height": 112, "style": "error_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_active_S" }, "action": "yes", "left": 90, "top": 72, "width": 60, "height": 32, "text": "OK", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "error_alert" }, "left": 0, "top": 0, "width": 240, "height": 64, "text": "Multiline text" } ] } }, { "name": "error_alert_with_action", "description": "Error message, two line with action", "style": "error_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "error_alert" }, "data": "alert_message", "left": 0, "top": 8, "width": 280, "height": 28, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "error_alert_button" }, "data": "alert_message_2", "action": "error_alert_action", "left": 40, "top": 36, "width": 200, "height": 32, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "error_alert_button" }, "action": "ok", "left": 110, "top": 72, "width": 60, "height": 32, "text": "OK", "focusStyle": {} } ], "left": 20, "top": 76, "width": 280, "height": 112, "portrait": { "x": 0, "y": 104, "width": 240, "height": 112, "style": "error_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_active_S" }, "action": "yes", "left": 90, "top": 72, "width": 60, "height": 32, "text": "OK", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "error_alert" }, "left": 0, "top": 0, "width": 240, "height": 64, "text": "Multiline text" } ] } }, { "name": "error_toast_alert", "description": "Error message", "style": "error_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "error_alert" }, "data": "alert_message", "left": 0, "top": 8, "width": 280, "height": 32, "text": "", "focusStyle": {} } ], "left": 20, "top": 76, "width": 280, "height": 48, "portrait": { "x": 0, "y": 104, "width": 240, "height": 112, "style": "error_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_active_S" }, "action": "yes", "left": 90, "top": 72, "width": 60, "height": 32, "text": "OK", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "error_alert" }, "left": 0, "top": 0, "width": 240, "height": 64, "text": "Multiline text" } ] } }, { "name": "yes_no", "description": "Confirmation message", "style": "yes_no", "widgets": [ { "type": "Text", "style": { "inheritFrom": "yes_no" }, "data": "alert_message", "left": 0, "top": 8, "width": 280, "height": 32, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "yes_no_button" }, "action": "yes", "left": 85, "top": 48, "width": 48, "height": 32, "text": "Yes", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "yes_no_button" }, "action": "no", "left": 147, "top": 48, "width": 48, "height": 32, "text": "No", "focusStyle": {} } ], "left": 20, "top": 76, "width": 280, "height": 88, "portrait": { "x": 0, "y": 104, "width": 240, "height": 112, "style": "error_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_active_S" }, "action": "yes", "left": 90, "top": 72, "width": 60, "height": 32, "text": "OK", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "error_alert" }, "left": 0, "top": 0, "width": 240, "height": 64, "text": "Multiline text" } ] } }, { "name": "are_you_sure_with_message", "description": "Confirmation message with additional information", "style": "yes_no", "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "yes_no_background" }, "left": 0, "top": 0, "width": 280, "height": 8 }, { "type": "Text", "style": { "inheritFrom": "yes_no" }, "data": "", "left": 0, "top": 8, "width": 280, "height": 32, "text": "Are you sure?", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "yes_no_message" }, "data": "alert_message", "left": 0, "top": 40, "width": 280, "height": 32, "text": "Are you sure?", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "yes_no_background" }, "left": 0, "top": 72, "width": 85, "height": 32 }, { "type": "Text", "style": { "inheritFrom": "yes_no_button" }, "action": "yes", "left": 85, "top": 72, "width": 48, "height": 32, "text": "Yes", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "yes_no_background" }, "left": 133, "top": 72, "width": 14, "height": 32 }, { "type": "Text", "style": { "inheritFrom": "yes_no_button" }, "action": "no", "left": 147, "top": 72, "width": 48, "height": 32, "text": "No", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "yes_no_background" }, "left": 195, "top": 72, "width": 85, "height": 32 }, { "type": "Rectangle", "style": { "inheritFrom": "yes_no_background" }, "left": 0, "top": 104, "width": 280, "height": 8 } ], "left": 20, "top": 64, "width": 280, "height": 112, "portrait": { "x": 0, "y": 104, "width": 240, "height": 112, "style": "error_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_active_S" }, "action": "yes", "left": 90, "top": 72, "width": 60, "height": 32, "text": "OK", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "error_alert" }, "left": 0, "top": 0, "width": 240, "height": 64, "text": "Multiline text" } ] } }, { "name": "yes_no_later", "description": "Confirmation message with option Later", "style": "yes_no", "widgets": [ { "type": "Text", "style": { "inheritFrom": "yes_no" }, "data": "alert_message", "left": 0, "top": 8, "width": 280, "height": 32, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "yes_no_button" }, "action": "yes", "left": 54, "top": 48, "width": 48, "height": 32, "text": "Yes", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "yes_no_button" }, "action": "no", "left": 116, "top": 48, "width": 48, "height": 32, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "yes_no_button" }, "action": "later", "left": 173, "top": 48, "width": 64, "height": 32, "text": "Later", "focusStyle": {} } ], "left": 20, "top": 76, "width": 280, "height": 88, "portrait": { "x": 0, "y": 104, "width": 240, "height": 112, "style": "error_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_active_S" }, "action": "yes", "left": 90, "top": 72, "width": 60, "height": 32, "text": "OK", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "error_alert" }, "left": 0, "top": 0, "width": 240, "height": 64, "text": "Multiline text" } ] } }, { "name": "text_message", "description": "Textual message", "style": "text_message", "widgets": [ { "type": "Text", "style": { "inheritFrom": "text_message" }, "data": "textMessage", "left": 0, "top": 28, "width": 280, "height": 32, "text": "", "focusStyle": {} } ], "closePageIfTouchedOutside": true, "left": 20, "top": 76, "width": 280, "height": 88, "portrait": { "x": 0, "y": 104, "width": 240, "height": 112, "style": "error_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_active_S" }, "action": "yes", "left": 90, "top": 72, "width": 60, "height": 32, "text": "OK", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "error_alert" }, "left": 0, "top": 0, "width": 240, "height": 64, "text": "Multiline text" } ] } }, { "name": "async_operation_in_progress", "description": "Async operation in progress (e.g. NTP server connection)", "style": "async_operation", "widgets": [ { "type": "Text", "style": { "inheritFrom": "async_operation" }, "data": "alert_message", "left": 0, "top": 16, "width": 280, "height": 28, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "async_operation" }, "data": "asyncOperationThrobber", "left": 0, "top": 44, "width": 280, "height": 28, "text": "", "focusStyle": {} } ], "closePageIfTouchedOutside": false, "left": 20, "top": 76, "width": 280, "height": 88, "portrait": { "x": 0, "y": 104, "width": 240, "height": 112, "style": "error_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_active_S" }, "action": "yes", "left": 90, "top": 72, "width": 60, "height": 32, "text": "OK", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "error_alert" }, "left": 0, "top": 0, "width": 240, "height": 64, "text": "Multiline text" } ] } }, { "name": "progress", "description": "Async operation in progress (e.g. NTP server connection)", "style": "async_operation", "widgets": [ { "type": "Text", "style": { "inheritFrom": "async_operation" }, "data": "alert_message", "left": 0, "top": 16, "width": 240, "height": 28, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "async_operation" }, "data": "progress", "left": 0, "top": 44, "width": 240, "height": 28, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "async_operation_action" }, "action": "cancel", "left": 70, "top": 80, "width": 100, "height": 28, "text": "Abort", "focusStyle": {} } ], "closePageIfTouchedOutside": false, "left": 40, "top": 58, "width": 240, "height": 124, "portrait": { "x": 0, "y": 104, "width": 240, "height": 112, "style": "error_alert", "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_active_S" }, "action": "yes", "left": 90, "top": 72, "width": 60, "height": 32, "text": "OK", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "error_alert" }, "left": 0, "top": 0, "width": 240, "height": 64, "text": "Multiline text" } ] } }, { "name": "event_queue", "description": "Event viewer queue", "widgets": [ { "type": "List", "style": { "inheritFrom": "default" }, "data": "EventQueue.events", "left": 0, "top": 0, "width": 320, "height": 196, "itemWidget": { "type": "Select", "style": { "inheritFrom": "default" }, "data": "EventQueue.events.type", "action": "", "left": 0, "top": 0, "width": 320, "height": 28, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 320, "height": 28 }, { "type": "DisplayData", "style": { "inheritFrom": "event_info" }, "data": "EventQueue.events.message", "action": "", "left": 0, "top": 0, "width": 320, "height": 28, "focusStyle": { "inheritFrom": "event_info" } }, { "type": "DisplayData", "style": { "inheritFrom": "event_warning" }, "data": "EventQueue.events.message", "action": "", "left": 0, "top": 0, "width": 320, "height": 28, "focusStyle": { "inheritFrom": "event_warning" } }, { "type": "DisplayData", "style": { "inheritFrom": "event_error" }, "data": "EventQueue.events.message", "action": "", "left": 0, "top": 0, "width": 320, "height": 28, "focusStyle": { "inheritFrom": "event_error" } } ] }, "listType": "vertical" }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "EventQueue.multiplePages", "left": 0, "top": 204, "width": 272, "height": 36, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 0, "width": 272, "height": 36 }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 272, "height": 36, "widgets": [ { "type": "Button", "style": { "inheritFrom": "bottom_button" }, "action": "event_queue_previous_page", "left": 0, "top": 0, "width": 48, "height": 36, "text": "(", "enabled": "EventQueue.previousPageEnabled", "disabledStyle": { "inheritFrom": "bottom_button_disabled" } }, { "type": "Button", "style": { "inheritFrom": "bottom_button" }, "action": "event_queue_next_page", "left": 48, "top": 0, "width": 48, "height": 36, "text": ")", "enabled": "EventQueue.nextPageEnabled", "disabledStyle": { "inheritFrom": "bottom_button_disabled" } }, { "type": "DisplayData", "style": { "inheritFrom": "bottom_button_textual_S_left" }, "data": "EventQueue.pageInfo", "left": 96, "top": 0, "width": 176, "height": 36, "focusStyle": { "inheritFrom": "default" } } ] } ] }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [ { "type": "List", "style": { "inheritFrom": "default" }, "data": "EventQueue.events", "left": 0, "top": 0, "width": 240, "height": 280, "itemWidget": { "type": "Select", "style": { "inheritFrom": "default" }, "data": "EventQueue.events.type", "left": 0, "top": 0, "width": 240, "height": 28, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 240, "height": 28 }, { "type": "DisplayData", "style": { "inheritFrom": "event_info" }, "data": "EventQueue.events.message", "action": "", "left": 0, "top": 0, "width": 240, "height": 28, "focusStyle": { "inheritFrom": "event_info" } }, { "type": "DisplayData", "style": { "inheritFrom": "event_warning" }, "data": "EventQueue.events.message", "action": "", "left": 0, "top": 0, "width": 240, "height": 28, "focusStyle": { "inheritFrom": "event_warning" } }, { "type": "DisplayData", "style": { "inheritFrom": "event_error" }, "data": "EventQueue.events.message", "action": "", "left": 0, "top": 0, "width": 240, "height": 28, "focusStyle": { "inheritFrom": "event_error" } } ] }, "listType": "vertical" }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "EventQueue.multiplePages", "left": 0, "top": 284, "width": 204, "height": 36, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 0, "width": 204, "height": 36 }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 204, "height": 36, "widgets": [ { "type": "Button", "style": { "inheritFrom": "bottom_button" }, "action": "event_queue_previous_page", "left": 0, "top": 0, "width": 36, "height": 36, "text": "(", "enabled": "EventQueue.previousPageEnabled", "disabledStyle": { "inheritFrom": "bottom_button_disabled" } }, { "type": "Button", "style": { "inheritFrom": "bottom_button" }, "action": "event_queue_next_page", "left": 36, "top": 0, "width": 36, "height": 36, "text": ")", "enabled": "EventQueue.nextPageEnabled", "disabledStyle": { "inheritFrom": "bottom_button_disabled" } }, { "type": "DisplayData", "style": { "inheritFrom": "bottom_button_textual_S_left" }, "data": "EventQueue.pageInfo", "left": 72, "top": 0, "width": 132, "height": 36, "focusStyle": { "inheritFrom": "default" } } ] } ] }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 204, "top": 284, "width": 36, "height": 36, "text": "X", "focusStyle": {} } ] } }, { "name": "keypad", "description": "Enter generic text string", "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_left" }, "data": "keypad_text", "left": 0, "top": 0, "width": 320, "height": 34, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 32, "width": 320, "height": 208, "widgets": [ { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 2, "width": 32, "height": 42, "text": "1", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 32, "top": 2, "width": 32, "height": 42, "text": "2", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 64, "top": 2, "width": 32, "height": 42, "text": "3", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 96, "top": 2, "width": 32, "height": 42, "text": "4", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 128, "top": 2, "width": 32, "height": 42, "text": "5", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 160, "top": 2, "width": 32, "height": 42, "text": "6", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 192, "top": 2, "width": 32, "height": 42, "text": "7", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 224, "top": 2, "width": 32, "height": 42, "text": "8", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 256, "top": 2, "width": 32, "height": 42, "text": "9", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 288, "top": 2, "width": 32, "height": 42, "text": "0", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 44, "width": 32, "height": 42, "text": "Q", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 32, "top": 44, "width": 32, "height": 42, "text": "W", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 64, "top": 44, "width": 32, "height": 42, "text": "E", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 96, "top": 44, "width": 32, "height": 42, "text": "R", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 128, "top": 44, "width": 32, "height": 42, "text": "T", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 160, "top": 44, "width": 32, "height": 42, "text": "Y", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 192, "top": 44, "width": 32, "height": 42, "text": "U", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 224, "top": 44, "width": 32, "height": 42, "text": "I", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 256, "top": 44, "width": 32, "height": 42, "text": "O", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 288, "top": 44, "width": 32, "height": 42, "text": "P", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 85, "width": 32, "height": 42, "text": "A", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 32, "top": 85, "width": 32, "height": 42, "text": "S", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 64, "top": 85, "width": 32, "height": 42, "text": "D", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 96, "top": 85, "width": 32, "height": 42, "text": "F", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 128, "top": 85, "width": 32, "height": 42, "text": "G", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 160, "top": 85, "width": 32, "height": 42, "text": "H", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 192, "top": 85, "width": 32, "height": 42, "text": "J", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 224, "top": 85, "width": 32, "height": 42, "text": "K", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 256, "top": 85, "width": 32, "height": 42, "text": "L", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 288, "top": 85, "width": 32, "height": 42, "text": "#", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 127, "width": 32, "height": 42, "text": "Z", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 32, "top": 127, "width": 32, "height": 42, "text": "X", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 64, "top": 127, "width": 32, "height": 42, "text": "C", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 96, "top": 127, "width": 32, "height": 42, "text": "V", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 128, "top": 127, "width": 32, "height": 42, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 160, "top": 127, "width": 32, "height": 42, "text": "N", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 192, "top": 127, "width": 32, "height": 42, "text": "M", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 224, "top": 127, "width": 32, "height": 42, "text": ",", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 256, "top": 127, "width": 32, "height": 42, "text": ".", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 288, "top": 127, "width": 32, "height": 42, "text": "/", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key_spec_icons" }, "action": "keypad_back", "left": 0, "top": 168, "width": 64, "height": 40, "text": "<", "focusStyle": {} }, { "type": "ToggleButton", "style": { "inheritFrom": "key_spec" }, "data": "keypad_caps", "action": "keypad_caps", "left": 64, "top": 168, "width": 64, "height": 40, "text1": "abc", "text2": "ABC" }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_space", "left": 128, "top": 168, "width": 64, "height": 40, "text": "SP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key_spec_icons" }, "action": "keypad_cancel", "left": 192, "top": 168, "width": 64, "height": 40, "text": "U", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key_spec_icons" }, "action": "keypad_ok", "left": 256, "top": 168, "width": 64, "height": 40, "text": "I", "focusStyle": {} } ] } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "numeric_keypad", "description": "Enter generic numeric value", "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_left" }, "data": "keypad_text", "left": 0, "top": 0, "width": 240, "height": 32, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 30, "width": 240, "height": 174, "widgets": [ { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 2, "width": 60, "height": 43, "text": "7", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 60, "top": 2, "width": 60, "height": 43, "text": "8", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 120, "top": 2, "width": 60, "height": 43, "text": "9", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key_icons" }, "action": "keypad_back", "left": 180, "top": 2, "width": 60, "height": 43, "text": "<", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 45, "width": 60, "height": 43, "text": "4", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 60, "top": 45, "width": 60, "height": 43, "text": "5", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 120, "top": 45, "width": 60, "height": 43, "text": "6", "focusStyle": {} }, { "type": "Button", "style": { "inheritFrom": "key" }, "data": "edit_unit", "action": "keypad_unit", "left": 180, "top": 45, "width": 60, "height": 43, "enabled": "keypad_unit_enabled", "disabledStyle": { "inheritFrom": "key_disabled" } }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 88, "width": 60, "height": 43, "text": "1", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 60, "top": 88, "width": 60, "height": 43, "text": "2", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 120, "top": 88, "width": 60, "height": 43, "text": "3", "focusStyle": {} }, { "type": "Button", "style": { "inheritFrom": "key" }, "data": "keypad_option1_text", "action": "keypad_option1", "left": 180, "top": 88, "width": 60, "height": 43, "text": "", "enabled": "keypad_option1_enabled", "disabledStyle": { "inheritFrom": "key_disabled" } }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 131, "width": 60, "height": 43, "text": "0", "focusStyle": {} }, { "type": "Button", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 60, "top": 131, "width": 60, "height": 43, "text": ".", "enabled": "keypad_dot_enabled", "disabledStyle": { "inheritFrom": "key_disabled" } }, { "type": "Button", "style": { "inheritFrom": "key_icons" }, "action": "keypad_sign", "left": 120, "top": 131, "width": 60, "height": 43, "text": "-", "enabled": "keypad_sign_enabled", "disabledStyle": { "inheritFrom": "key_disabled" } }, { "type": "Button", "style": { "inheritFrom": "key" }, "data": "keypad_option2_text", "action": "keypad_option2", "left": 180, "top": 131, "width": 60, "height": 43, "text": "", "enabled": "keypad_option2_enabled", "disabledStyle": { "inheritFrom": "key_disabled" } } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 240, "top": 0, "width": 12, "height": 204 }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 204, "width": 224, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "keypad_cancel", "left": 224, "top": 204, "width": 48, "height": 36, "text": "U", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "keypad_ok", "left": 272, "top": 204, "width": 48, "height": 36, "text": "I", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_info_S" }, "data": "edit_info", "left": 0, "top": 0, "width": 240, "height": 32, "focusStyle": { "inheritFrom": "edit_info_S" } }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 32, "width": 240, "height": 108, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 120, "height": 108, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "left": 0, "top": 0, "width": 120, "height": 36, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value" }, "left": 0, "top": 0, "width": 120, "height": 36, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 120, "height": 36, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value" }, "data": "channel.monValue", "left": 0, "top": 0, "width": 120, "height": 36, "focusStyle": { "inheritFrom": "edit_value" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_ur" }, "data": "channel.monValue", "left": 0, "top": 0, "width": 120, "height": 36, "focusStyle": { "inheritFrom": "edit_value_ur" } } ] } ] }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value" }, "data": "channel.u.set", "left": 0, "top": 36, "width": 120, "height": 36, "focusStyle": { "inheritFrom": "edit_value" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value" }, "data": "channel.i.set", "left": 0, "top": 72, "width": 120, "height": 36, "focusStyle": { "inheritFrom": "edit_value" } } ] }, "listType": "horizontal" }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 140, "width": 240, "height": 144, "widgets": [ { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 0, "width": 60, "height": 36, "text": "7", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 60, "top": 0, "width": 60, "height": 36, "text": "8", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 120, "top": 0, "width": 60, "height": 36, "text": "9", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key_icons" }, "action": "keypad_back", "left": 180, "top": 0, "width": 60, "height": 36, "text": "<", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 36, "width": 60, "height": 36, "text": "4", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 60, "top": 36, "width": 60, "height": 36, "text": "5", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 120, "top": 36, "width": 60, "height": 36, "text": "6", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key_icons" }, "action": "keypad_clear", "left": 180, "top": 36, "width": 60, "height": 36, "text": "C", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 72, "width": 60, "height": 36, "text": "1", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 60, "top": 72, "width": 60, "height": 36, "text": "2", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 120, "top": 72, "width": 60, "height": 36, "text": "3", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key_icons" }, "action": "keypad_ok", "left": 180, "top": 72, "width": 60, "height": 36, "text": "O", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 0, "top": 108, "width": 60, "height": 36, "text": "0", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key" }, "action": "keypad_key", "left": 60, "top": 108, "width": 60, "height": 36, "text": ".", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "key_icons" }, "action": "keypad_sign", "left": 120, "top": 108, "width": 60, "height": 36, "text": "-", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "key" }, "data": "edit_unit", "action": "keypad_unit", "left": 180, "top": 108, "width": 60, "height": 36, "focusStyle": { "inheritFrom": "key" } } ] }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "edit_mode_slider", "left": 0, "top": 284, "width": 48, "height": 36, "text": "S", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "edit_mode_step", "left": 48, "top": 284, "width": 48, "height": 36, "text": "M", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "edit_mode_keypad", "left": 96, "top": 284, "width": 48, "height": 36, "text": "K", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 144, "top": 284, "width": 48, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "exit_edit_mode", "left": 192, "top": 284, "width": 48, "height": 36, "text": "X", "focusStyle": {} } ] } }, { "name": "ch_settings_prot", "description": "Clear, disable and define channel's protection parameters", "widgets": [ { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 196, "top": 28, "width": 56, "height": 140 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCoupledOrTracked", "left": 6, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 6, "top": 0, "width": 36, "height": 28, "text": "Channel protections", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 42, "top": 0, "width": 204, "height": 28, "text": "Protection settings", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 0, "top": 0, "width": 246, "height": 28, "text": "Channels protection settings", "focusStyle": {} } ] } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_ch_settings_prot_clear", "left": 16, "top": 28, "width": 180, "height": 28, "text": "Clear / Disable", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_ch_settings_prot_ocp", "left": 16, "top": 56, "width": 180, "height": 28, "text": "Current limit and OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_ch_settings_prot_ovp", "left": 16, "top": 84, "width": 180, "height": 28, "text": "Voltage limit and OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_ch_settings_prot_opp", "left": 16, "top": 112, "width": 180, "height": 28, "text": "Power limit and OPP", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.protection.otp.installed", "left": 16, "top": 140, "width": 236, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "action": "", "left": 0, "top": 0, "width": 236, "height": 28, "text": "Temp. (OTP) not installed", "focusStyle": {} }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 236, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 180, "height": 28, "text": "Temperature (OTP)", "focusStyle": {} } ] } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 168, "width": 252, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "show_ch_settings_prot", "left": 0, "top": 204, "width": 48, "height": 36, "text": "E", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_trigger", "left": 48, "top": 204, "width": 48, "height": 36, "text": "T", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_adv", "left": 96, "top": 204, "width": 48, "height": 36, "text": "G", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_info", "left": 144, "top": 204, "width": 48, "height": 36, "text": "?", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 192, "top": 204, "width": 80, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_settings_prot_clear", "description": "Clear and/or disable selected channel's protection(s)", "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCoupledOrTracked", "left": 6, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 6, "top": 0, "width": 36, "height": 28, "text": "Channel protections", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 42, "top": 0, "width": 204, "height": 28, "text": "Clear channel protection", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 0, "top": 0, "width": 246, "height": 28, "text": "Clear channels protection", "focusStyle": {} } ] } ] }, { "type": "MultilineText", "style": { "inheritFrom": "edit_value_S_right" }, "left": 16, "top": 28, "width": 236, "height": 100, "text": "Make sure that load is disconnected before clear tripped protection(s)." }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch_settings_prot_clear", "left": 16, "top": 128, "width": 143, "height": 32, "text": "Clear", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 159, "top": 128, "width": 93, "height": 32 }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch_settings_prot_clear_and_disable", "left": 16, "top": 160, "width": 143, "height": 32, "text": "Clear and disable", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 159, "top": 160, "width": 93, "height": 32 }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "show_ch_settings_prot", "left": 0, "top": 204, "width": 48, "height": 36, "text": "E", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_trigger", "left": 48, "top": 204, "width": 48, "height": 36, "text": "T", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_adv", "left": 96, "top": 204, "width": 48, "height": 36, "text": "G", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_info", "left": 144, "top": 204, "width": 48, "height": 36, "text": "?", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 192, "top": 204, "width": 80, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_settings_prot_ovp", "description": "Channel over-voltage protection settings", "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCoupledOrTracked", "left": 6, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 6, "top": 0, "width": 36, "height": 28, "text": "Channel protections", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 42, "top": 0, "width": 204, "height": 28, "text": "Set over-voltage protection", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 0, "top": 0, "width": 246, "height": 28, "text": "Set over-voltage protection", "focusStyle": {} } ] } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 28, "width": 119, "height": 28, "text": "Limit:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.protection.ovp.limit", "action": "ch_settings_prot_edit_limit", "left": 135, "top": 28, "width": 78, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 56, "width": 119, "height": 28, "text": "OVP active:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.protection.ovp.state", "left": 135, "top": 56, "width": 78, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch_settings_prot_toggle_state", "left": 0, "top": 0, "width": 78, "height": 28, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch_settings_prot_toggle_state", "left": 0, "top": 0, "width": 78, "height": 28, "text": "Yes", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 84, "width": 119, "height": 28, "text": "Trip level:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.protection.ovp.level", "action": "ch_settings_prot_edit_level", "left": 135, "top": 84, "width": 78, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 112, "width": 119, "height": 28, "text": "Trip delay:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.protection.ovp.delay", "action": "ch_settings_prot_edit_delay", "left": 135, "top": 112, "width": 78, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 140, "width": 119, "height": 28, "text": "Output voltage:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "left": 135, "top": 140, "width": 78, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 0, "top": 0, "width": 78, "height": 28, "text": "OFF", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "channel.u.mon", "left": 0, "top": 0, "width": 78, "height": 28, "focusStyle": { "inheritFrom": "value_S" } } ] }, { "type": "Button", "style": { "inheritFrom": "non_interactive_button_S" }, "data": "", "action": "set", "left": 16, "top": 168, "width": 101, "height": 32, "text": "~ Set", "enabled": "setPage.dirty", "disabledStyle": { "inheritFrom": "non_interactive_button_S_disabled" } }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "discard", "left": 117, "top": 168, "width": 96, "height": 32, "text": " Discard", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "show_ch_settings_prot", "left": 0, "top": 204, "width": 48, "height": 36, "text": "E", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_trigger", "left": 48, "top": 204, "width": 48, "height": 36, "text": "T", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_adv", "left": 96, "top": 204, "width": 48, "height": 36, "text": "G", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_info", "left": 144, "top": 204, "width": 48, "height": 36, "text": "?", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 192, "top": 204, "width": 80, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_settings_prot_ocp", "description": "Channel over-current protection settings", "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCoupledOrTracked", "left": 6, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 6, "top": 0, "width": 36, "height": 28, "text": "Channel protections", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 42, "top": 0, "width": 204, "height": 28, "text": "Set over-current protection", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 0, "top": 0, "width": 246, "height": 28, "text": "Set over-current protection", "focusStyle": {} } ] } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 28, "width": 119, "height": 28, "text": "Limit:", "focusStyle": {} }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 135, "top": 28, "width": 98, "height": 28, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.protection.ocp.limit", "action": "ch_settings_prot_edit_limit", "left": 0, "top": 0, "width": 74, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.protection.ocp.maxCurrentLimitCause", "left": 74, "top": 0, "width": 24, "height": 28, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 24, "height": 28 }, { "type": "Text", "style": { "inheritFrom": "max_current_limit_cause" }, "left": 0, "top": 0, "width": 24, "height": 28, "text": "\\u0088", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "max_current_limit_cause" }, "left": 0, "top": 0, "width": 24, "height": 28, "text": "\\u0089", "focusStyle": {} } ] } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 56, "width": 119, "height": 28, "text": "OCP active:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.protection.ocp.state", "left": 135, "top": 56, "width": 78, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch_settings_prot_toggle_state", "left": 0, "top": 0, "width": 78, "height": 28, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch_settings_prot_toggle_state", "left": 0, "top": 0, "width": 78, "height": 28, "text": "Yes", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 84, "width": 119, "height": 28, "text": "Trip delay:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.protection.ocp.delay", "action": "ch_settings_prot_edit_delay", "left": 135, "top": 84, "width": 78, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 112, "width": 119, "height": 28, "text": "Output current:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "left": 135, "top": 112, "width": 78, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 0, "top": 0, "width": 78, "height": 28, "text": "OFF", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "channel.i.mon", "left": 0, "top": 0, "width": 78, "height": 28, "focusStyle": { "inheritFrom": "value_S" } } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 16, "top": 140, "width": 197, "height": 28 }, { "type": "Button", "style": { "inheritFrom": "non_interactive_button_S" }, "data": "", "action": "set", "left": 16, "top": 168, "width": 101, "height": 32, "text": "~ Set", "enabled": "setPage.dirty", "disabledStyle": { "inheritFrom": "non_interactive_button_S_disabled" } }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "discard", "left": 117, "top": 168, "width": 96, "height": 32, "text": " Discard", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "show_ch_settings_prot", "left": 0, "top": 204, "width": 48, "height": 36, "text": "E", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_trigger", "left": 48, "top": 204, "width": 48, "height": 36, "text": "T", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_adv", "left": 96, "top": 204, "width": 48, "height": 36, "text": "G", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_info", "left": 144, "top": 204, "width": 48, "height": 36, "text": "?", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 192, "top": 204, "width": 80, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_settings_prot_opp", "description": "Channel over-power protection settings", "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCoupledOrTracked", "left": 6, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 6, "top": 0, "width": 36, "height": 28, "text": "Channel protections", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 42, "top": 0, "width": 204, "height": 28, "text": "Set over-power protection", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 0, "top": 0, "width": 246, "height": 28, "text": "Set over-power protection", "focusStyle": {} } ] } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 28, "width": 119, "height": 28, "text": "Limit:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.protection.opp.limit", "action": "ch_settings_prot_edit_limit", "left": 135, "top": 28, "width": 78, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 56, "width": 119, "height": 28, "text": "OPP active:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.protection.opp.state", "left": 135, "top": 56, "width": 58, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch_settings_prot_toggle_state", "left": 0, "top": 0, "width": 58, "height": 28, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch_settings_prot_toggle_state", "left": 0, "top": 0, "width": 58, "height": 28, "text": "Yes", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 84, "width": 119, "height": 28, "text": "Trip level:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.protection.opp.level", "action": "ch_settings_prot_edit_level", "left": 135, "top": 84, "width": 78, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 112, "width": 119, "height": 28, "text": "Trip delay:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.protection.opp.delay", "action": "ch_settings_prot_edit_delay", "left": 135, "top": 112, "width": 78, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 140, "width": 119, "height": 28, "text": "Output power:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "left": 135, "top": 140, "width": 78, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 0, "top": 0, "width": 78, "height": 28, "text": "OFF", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "channel.p.mon", "left": 0, "top": 0, "width": 78, "height": 28, "focusStyle": { "inheritFrom": "value_S" } } ] }, { "type": "Button", "style": { "inheritFrom": "non_interactive_button_S" }, "data": "", "action": "set", "left": 16, "top": 168, "width": 101, "height": 32, "text": "~ Set", "enabled": "setPage.dirty", "disabledStyle": { "inheritFrom": "non_interactive_button_S_disabled" } }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "discard", "left": 117, "top": 168, "width": 96, "height": 32, "text": " Discard", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "show_ch_settings_prot", "left": 0, "top": 204, "width": 48, "height": 36, "text": "E", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_trigger", "left": 48, "top": 204, "width": 48, "height": 36, "text": "T", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_adv", "left": 96, "top": 204, "width": 48, "height": 36, "text": "G", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_info", "left": 144, "top": 204, "width": 48, "height": 36, "text": "?", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 192, "top": 204, "width": 80, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_settings_prot_otp", "description": "Channel over-temperature protection settings\n", "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCoupledOrTracked", "left": 6, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 6, "top": 0, "width": 36, "height": 28, "text": "Channel protections", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 42, "top": 0, "width": 204, "height": 28, "text": "Set temperature protection", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 0, "top": 0, "width": 246, "height": 28, "text": "Set temperature protection", "focusStyle": {} } ] } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 28, "width": 119, "height": 28, "text": "OTP active:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.protection.otp.state", "left": 135, "top": 28, "width": 60, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch_settings_prot_toggle_state", "left": 0, "top": 0, "width": 60, "height": 28, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch_settings_prot_toggle_state", "left": 0, "top": 0, "width": 60, "height": 28, "text": "Yes", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 56, "width": 119, "height": 28, "text": "Trip level:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.protection.otp.level", "action": "ch_settings_prot_edit_level", "left": 135, "top": 56, "width": 87, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 84, "width": 119, "height": 28, "text": "Trip delay:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.protection.otp.delay", "action": "ch_settings_prot_edit_delay", "left": 135, "top": 84, "width": 96, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 112, "width": 119, "height": 28, "text": "Current temp.:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCoupledOrTracked", "left": 135, "top": 112, "width": 96, "height": 56, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 96, "height": 56, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.tempStatus", "left": 0, "top": 0, "width": 96, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "event_error" }, "data": "", "left": 0, "top": 0, "width": 96, "height": 28, "text": "Invalid", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "channel.temp", "left": 0, "top": 0, "width": 96, "height": 28, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "data": "", "left": 0, "top": 0, "width": 96, "height": 28, "text": "Not installed", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 28, "width": 96, "height": 28 } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 96, "height": 56, "widgets": [ { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 0, "width": 96, "height": 56, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 96, "height": 28, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.tempStatus", "left": 0, "top": 0, "width": 96, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "event_error" }, "data": "", "left": 0, "top": 0, "width": 96, "height": 28, "text": "Invalid", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "channel.temp", "left": 0, "top": 0, "width": 96, "height": 28, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "data": "", "left": 0, "top": 0, "width": 96, "height": 28, "text": "Not installed", "focusStyle": {} } ] } ] }, "listType": "vertical" } ] } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 16, "top": 140, "width": 119, "height": 28 }, { "type": "Button", "style": { "inheritFrom": "non_interactive_button_S" }, "data": "", "action": "set", "left": 16, "top": 168, "width": 101, "height": 32, "text": "~ Set", "enabled": "setPage.dirty", "disabledStyle": { "inheritFrom": "non_interactive_button_S_disabled" } }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "discard", "left": 117, "top": 168, "width": 96, "height": 32, "text": " Discard", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "show_ch_settings_prot", "left": 0, "top": 204, "width": 48, "height": 36, "text": "E", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_trigger", "left": 48, "top": 204, "width": 48, "height": 36, "text": "T", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_adv", "left": 96, "top": 204, "width": 48, "height": 36, "text": "G", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_info", "left": 144, "top": 204, "width": 48, "height": 36, "text": "?", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 192, "top": 204, "width": 80, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_settings_trigger", "description": "Channel trigger settings", "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCoupledOrTracked", "left": 0, "top": 0, "width": 252, "height": 28, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 252, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 6, "top": 0, "width": 36, "height": 28, "text": "Channel protections", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 42, "top": 0, "width": 210, "height": 28, "text": "Trigger settings", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 252, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 0, "top": 0, "width": 252, "height": 28, "text": "Channels trigger", "focusStyle": {} } ] } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 28, "width": 115, "height": 28, "text": "Trigger mode:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.trigger.mode", "action": "ch.settings.trigger.editTriggerMode", "left": 131, "top": 28, "width": 68, "height": 28, "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.trigger.mode", "left": 16, "top": 56, "width": 236, "height": 112, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "width": 236, "height": 112 }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 236, "height": 112, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 115, "height": 28, "text": "List count:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.list.count", "action": "ch.settings.trigger.editListCount", "left": 115, "top": 0, "width": 68, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_ch_settings_lists", "left": 0, "top": 28, "width": 115, "height": 28, "text": "Edit lists", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 115, "top": 28, "width": 102, "height": 28 }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 56, "width": 115, "height": 28, "text": "Output state:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.trigger.outputState", "left": 115, "top": 56, "width": 68, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch.settings.trigger.toggleOutputState", "width": 68, "height": 28, "text": "OFF", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch.settings.trigger.toggleOutputState", "width": 68, "height": 28, "text": "ON", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 84, "width": 115, "height": 28, "text": "On list stop:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.trigger.onListStop", "action": "ch.settings.trigger.editOnListStop", "left": 115, "top": 84, "width": 121, "height": 28, "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 236, "height": 112, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 149, "height": 28, "text": "Voltage step value:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.u.trigger.value", "action": "ch.settings.trigger.editVoltageTriggerValue", "left": 149, "top": 0, "width": 68, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 28, "width": 149, "height": 28, "text": "Current step value:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.i.trigger.value", "action": "ch.settings.trigger.editCurrentTriggerValue", "left": 149, "top": 28, "width": 68, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 56, "width": 115, "height": 28, "text": "Output state:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.trigger.outputState", "left": 115, "top": 56, "width": 68, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch.settings.trigger.toggleOutputState", "width": 68, "height": 28, "text": "Off", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch.settings.trigger.toggleOutputState", "width": 68, "height": 28, "text": "On", "focusStyle": {} } ] } ] } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "trigger.showGeneralSettings", "left": 16, "top": 168, "width": 236, "height": 28, "text": "General trigger settings", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_prot", "left": 0, "top": 204, "width": 48, "height": 36, "text": "E", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "show_ch_settings_trigger", "left": 48, "top": 204, "width": 48, "height": 36, "text": "T", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_adv", "left": 96, "top": 204, "width": 48, "height": 36, "text": "G", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_info", "left": 144, "top": 204, "width": 48, "height": 36, "text": "?", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 192, "top": 204, "width": 80, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_settings_lists", "description": "Channel LIST settings", "widgets": [ { "type": "ListGraph", "style": { "inheritFrom": "yt_graph" }, "data": "channel.lists", "left": 2, "top": 2, "width": 250, "height": 82, "dwellData": "channel.list.dwell", "y1Data": "channel.list.voltage", "y1Style": { "inheritFrom": "yt_graph_U_defualt" }, "y2Data": "channel.list.current", "y2Style": { "inheritFrom": "yt_graph_I_default" }, "cursorData": "channel.lists.cursor", "cursorStyle": { "inheritFrom": "list_graph_cursor" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_centered" }, "left": 0, "top": 84, "width": 33, "height": 24, "text": "#", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_centered" }, "left": 33, "top": 84, "width": 73, "height": 24, "text": "Dwell", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "yt_graph_U_defualt_label" }, "left": 106, "top": 84, "width": 73, "height": 24, "text": "Voltage", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "yt_graph_I_default_label" }, "left": 179, "top": 84, "width": 73, "height": 24, "text": "Current", "focusStyle": {} }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channel.lists", "left": 0, "top": 108, "width": 252, "height": 96, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 252, "height": 24, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_centered" }, "data": "channel.list.index", "left": 0, "top": 0, "width": 33, "height": 24, "focusStyle": { "inheritFrom": "edit_value_S_centered" } }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.list.dwellEnabled", "left": 33, "top": 0, "width": 73, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_centered" }, "data": "", "action": "", "left": 0, "top": 0, "width": 73, "height": 24, "text": "\\u0092", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_center" }, "data": "channel.list.dwell", "action": "channel.lists.edit", "left": 0, "top": 0, "width": 73, "height": 24, "focusStyle": { "inheritFrom": "edit_value_focus_S_center" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.list.voltageEnabled", "left": 106, "top": 0, "width": 73, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_centered" }, "data": "", "action": "", "left": 0, "top": 0, "width": 73, "height": 24, "text": "\\u0092", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_center" }, "data": "channel.list.voltage", "action": "channel.lists.edit", "left": 0, "top": 0, "width": 73, "height": 24, "focusStyle": { "inheritFrom": "edit_value_focus_S_center" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.list.currentEnabled", "left": 179, "top": 0, "width": 73, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_centered" }, "data": "", "action": "", "left": 0, "top": 0, "width": 73, "height": 24, "text": "\\u0092", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_center" }, "data": "channel.list.current", "action": "channel.lists.edit", "left": 0, "top": 0, "width": 73, "height": 24, "focusStyle": { "inheritFrom": "edit_value_focus_S_center" } } ] } ] }, "listType": "vertical" }, { "type": "Button", "style": { "inheritFrom": "bottom_button" }, "action": "channel.lists.previousPage", "left": 0, "top": 204, "width": 45, "height": 36, "text": "(", "enabled": "channel.lists.previousPageEnabled", "disabledStyle": { "inheritFrom": "bottom_button_disabled" } }, { "type": "Button", "style": { "inheritFrom": "bottom_button" }, "action": "channel.lists.nextPage", "left": 45, "top": 204, "width": 45, "height": 36, "text": ")", "enabled": "channel.lists.nextPageEnabled", "disabledStyle": { "inheritFrom": "bottom_button_disabled" } }, { "type": "Button", "style": { "inheritFrom": "bottom_button" }, "action": "show_channel_lists_insert_menu", "left": 90, "top": 204, "width": 45, "height": 36, "text": "V", "enabled": "channel.lists.insertMenuEnabled", "disabledStyle": { "inheritFrom": "bottom_button_disabled" } }, { "type": "Button", "style": { "inheritFrom": "bottom_button" }, "action": "show_channel_lists_delete_menu", "left": 135, "top": 204, "width": 45, "height": 36, "text": "W", "enabled": "channel.lists.deleteMenuEnabled", "disabledStyle": { "inheritFrom": "bottom_button_disabled" } }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "left": 180, "top": 204, "width": 45, "height": 36, "text": "Y", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "discard", "left": 230, "top": 204, "width": 45, "height": 36, "text": "U", "focusStyle": {} }, { "type": "Button", "style": { "inheritFrom": "bottom_button" }, "action": "set", "left": 275, "top": 204, "width": 45, "height": 36, "text": "I", "enabled": "setPage.dirty", "disabledStyle": { "inheritFrom": "bottom_button_disabled" } }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 225, "top": 204, "width": 5, "height": 36 }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_settings_lists_insert_menu", "description": "Channel LIST insert menu", "style": "select_enum_item_popup_container", "widgets": [ { "type": "Text", "style": { "inheritFrom": "select_enum_item_popup_item" }, "data": "", "action": "channel.lists.insertRowAbove", "left": 12, "top": 12, "width": 140, "height": 32, "text": "Insert row above", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "select_enum_item_popup_item" }, "data": "", "action": "channel.lists.insertRowBelow", "left": 12, "top": 44, "width": 140, "height": 32, "text": "Insert row below", "focusStyle": {} } ], "closePageIfTouchedOutside": true, "left": 78, "top": 76, "width": 164, "height": 88, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_settings_lists_delete_menu", "description": "Channel LIST delete menu", "style": "select_enum_item_popup_container", "widgets": [ { "type": "Button", "style": { "inheritFrom": "select_enum_item_popup_item" }, "action": "channel.lists.deleteRow", "left": 12, "top": 12, "width": 218, "height": 32, "text": "Delete row", "enabled": "channel.lists.deleteRowEnabled", "disabledStyle": { "inheritFrom": "select_enum_item_popup_disabled_item" } }, { "type": "Button", "style": { "inheritFrom": "select_enum_item_popup_item" }, "action": "channel.lists.clearColumn", "left": 12, "top": 44, "width": 248, "height": 32, "text": "Clear column from cursor down", "enabled": "channel.lists.clearColumnEnabled", "disabledStyle": { "inheritFrom": "select_enum_item_popup_disabled_item" } }, { "type": "Button", "style": { "inheritFrom": "select_enum_item_popup_item" }, "action": "channel.lists.deleteRows", "left": 12, "top": 76, "width": 218, "height": 32, "text": "Delete all from cursor down", "enabled": "channel.lists.deleteRowsEnabled", "disabledStyle": { "inheritFrom": "select_enum_item_popup_disabled_item" } }, { "type": "Text", "style": { "inheritFrom": "select_enum_item_popup_item" }, "action": "channel.lists.deleteAll", "left": 12, "top": 108, "width": 218, "height": 32, "text": "Delete all", "focusStyle": {} } ], "closePageIfTouchedOutside": true, "left": 25, "top": 44, "width": 270, "height": 152, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_start_list", "description": "Channel start LIST menu", "style": "select_enum_item_popup_container", "widgets": [ { "type": "Text", "style": { "inheritFrom": "select_enum_item_popup_item" }, "action": "channel.enableOutput", "left": 12, "top": 76, "width": 148, "height": 32, "text": "Only enable output", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "select_enum_item_popup_item" }, "action": "channel.initiateTrigger", "left": 12, "top": 12, "width": 148, "height": 32, "text": "Initiate trigger", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "select_enum_item_popup_item" }, "action": "channel.setToFixed", "left": 12, "top": 44, "width": 148, "height": 32, "text": "Set to fixed", "focusStyle": {} } ], "closePageIfTouchedOutside": true, "left": 74, "top": 60, "width": 172, "height": 120, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_settings_adv", "description": "Set advanced channel's options", "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCoupledOrTracked", "left": 6, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 6, "top": 0, "width": 36, "height": 28, "text": "Channel protections", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 42, "top": 0, "width": 204, "height": 28, "text": "Advanced settings", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 0, "top": 0, "width": 246, "height": 28, "text": "Channels advanced settings", "focusStyle": {} } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.coupling.mode", "left": 16, "top": 28, "width": 236, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 236, "height": 28, "text": "Low ripple mode", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 236, "height": 28, "text": "Low ripple mode", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "action": "", "left": 0, "top": 0, "width": 236, "height": 28, "text": "Low ripple mode \\u008c", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 236, "height": 28, "text": "Low ripple mode", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_ch_settings_adv_remote", "left": 16, "top": 56, "width": 236, "height": 28, "text": "Sensing and programming", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.ranges.supported", "left": 16, "top": 84, "width": 236, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "left": 0, "top": 0, "width": 236, "height": 28, "text": "Current ranges (unsupported)", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_ch_settings_adv_ranges", "left": 0, "top": 0, "width": 236, "height": 28, "text": "Current ranges", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.coupling.isAllowed", "left": 16, "top": 112, "width": 236, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "action": "", "left": 0, "top": 0, "width": 236, "height": 28, "text": "Tracking control", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCoupled", "left": 0, "top": 0, "width": 236, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_ch_settings_adv_tracking", "left": 0, "top": 0, "width": 236, "height": 28, "text": "Tracking control", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "action": "", "left": 0, "top": 0, "width": 236, "height": 28, "text": "Tracking control \\u008c", "focusStyle": {} } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.coupling.isAllowed", "left": 16, "top": 140, "width": 236, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "action": "", "left": 0, "top": 0, "width": 236, "height": 28, "text": "Coupling settings", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isTracked", "left": 0, "top": 0, "width": 236, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_ch_settings_adv_coupling", "left": 0, "top": 0, "width": 236, "height": 28, "text": "Coupling settings", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "action": "", "left": 0, "top": 0, "width": 236, "height": 28, "text": "Coupling settings \\u008c", "focusStyle": {} } ] } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_ch_settings_adv_view", "left": 16, "top": 168, "width": 236, "height": 28, "text": "Display view", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 16, "top": 196, "width": 236, "height": 8 }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_prot", "left": 0, "top": 204, "width": 48, "height": 36, "text": "E", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_trigger", "left": 48, "top": 204, "width": 48, "height": 36, "text": "T", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "show_ch_settings_adv", "left": 96, "top": 204, "width": 48, "height": 36, "text": "G", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_info", "left": 144, "top": 204, "width": 48, "height": 36, "text": "?", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 192, "top": 204, "width": 80, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_settings_adv_lripple", "description": "Lower ripple mode of operation information and settings", "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCoupledOrTracked", "left": 6, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 6, "top": 0, "width": 36, "height": 28, "text": "Channel protections", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 42, "top": 0, "width": 204, "height": 28, "text": "Low-ripple mode settings", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 0, "top": 0, "width": 246, "height": 28, "text": "Low-ripple mode settings", "focusStyle": {} } ] } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 28, "width": 162, "height": 24, "text": "Max. dissipation:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "channel.lripple.maxDissipation", "left": 178, "top": 28, "width": 74, "height": 24, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 52, "width": 162, "height": 24, "text": "Calc. dissipation:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "channel.lripple.calculatedDissipation", "left": 178, "top": 52, "width": 74, "height": 24, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_left" }, "left": 16, "top": 76, "width": 162, "height": 42, "text": "Auto mode:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.lripple.autoMode", "left": 178, "top": 76, "width": 74, "height": 42, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_left" }, "action": "ch_settings_adv_lripple_toggle_auto_mode", "left": 0, "top": 0, "width": 74, "height": 42, "text": "OFF", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_left" }, "action": "ch_settings_adv_lripple_toggle_auto_mode", "left": 0, "top": 0, "width": 74, "height": 42, "text": "ON", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_left" }, "left": 16, "top": 112, "width": 162, "height": 42, "text": "Status:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.lripple.autoMode", "left": 178, "top": 112, "width": 74, "height": 42, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.lripple.isAllowed", "left": 0, "top": 0, "width": 74, "height": 42, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_left" }, "action": "", "left": 0, "top": 0, "width": 74, "height": 42, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.lripple.status", "left": 0, "top": 0, "width": 74, "height": 42, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_left" }, "action": "ch_settings_adv_lripple_toggle_status", "left": 0, "top": 0, "width": 74, "height": 42, "text": "OFF", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_left" }, "action": "ch_settings_adv_lripple_toggle_status", "left": 0, "top": 0, "width": 74, "height": 42, "text": "ON", "focusStyle": {} } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.lripple.status", "left": 0, "top": 0, "width": 74, "height": 42, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_left" }, "action": "", "left": 0, "top": 0, "width": 74, "height": 42, "text": "OFF", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_left" }, "action": "", "left": 0, "top": 0, "width": 74, "height": 42, "text": "ON", "focusStyle": {} } ] } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 16, "top": 154, "width": 236, "height": 9 }, { "type": "Button", "style": { "inheritFrom": "non_interactive_button_S" }, "data": "", "action": "set", "left": 16, "top": 163, "width": 101, "height": 36, "text": "~ Set", "enabled": "setPage.dirty", "disabledStyle": { "inheritFrom": "non_interactive_button_S_disabled" } }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "discard", "left": 117, "top": 163, "width": 96, "height": 36, "text": " Discard", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 213, "top": 163, "width": 39, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_prot", "left": 0, "top": 204, "width": 48, "height": 36, "text": "E", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_trigger", "left": 48, "top": 204, "width": 48, "height": 36, "text": "T", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "show_ch_settings_adv", "left": 96, "top": 204, "width": 48, "height": 36, "text": "G", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_info", "left": 144, "top": 204, "width": 48, "height": 36, "text": "?", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 192, "top": 204, "width": 80, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_settings_adv_remote", "description": "Output voltage remote sensing and programming settings", "style": "edit_value_active_S_left", "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCoupledOrTracked", "left": 6, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 6, "top": 0, "width": 36, "height": 28, "text": "Channel protections", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 42, "top": 0, "width": 204, "height": 28, "text": "Sensing and programming", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 0, "top": 0, "width": 246, "height": 28, "text": "Set remote voltage sense", "focusStyle": {} } ] } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 16, "top": 28, "width": 224, "height": 76, "widgets": [ { "type": "MultilineText", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 224, "height": 49, "text": "Remote voltage sensing (operational only in CV mode)" }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 48, "width": 68, "height": 28, "text": "Status:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.coupling.isSeries", "left": 80, "top": 48, "width": 56, "height": 28, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.rsense.status", "left": 0, "top": 0, "width": 56, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch_settings_adv_remote_toggle_sense", "left": 0, "top": 0, "width": 56, "height": 28, "text": "OFF", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch_settings_adv_remote_toggle_sense", "left": 0, "top": 0, "width": 56, "height": 28, "text": "ON", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "action": "", "left": 0, "top": 0, "width": 56, "height": 28, "text": "OFF \\u008c", "focusStyle": {} } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.rprog.installed", "left": 16, "top": 104, "width": 224, "height": 100, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "action": "", "left": 0, "top": 0, "width": 224, "height": 100, "text": "Remote prog. not installed", "focusStyle": {} }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 224, "height": 100, "widgets": [ { "type": "MultilineText", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 224, "height": 72, "text": "Remote voltage programming using external signal source (+2.5 V for full scale)" }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 72, "width": 68, "height": 28, "text": "Status:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCoupledOrTracked", "left": 80, "top": 72, "width": 56, "height": 28, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.rprog.status", "left": 0, "top": 0, "width": 56, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch_settings_adv_remote_toggle_programming", "left": 0, "top": 0, "width": 56, "height": 28, "text": "OFF", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch_settings_adv_remote_toggle_programming", "left": 0, "top": 0, "width": 56, "height": 28, "text": "ON", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "action": "", "left": 0, "top": 0, "width": 56, "height": 28, "text": "OFF \\u008c", "focusStyle": {} } ] } ] } ] }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_prot", "left": 0, "top": 204, "width": 48, "height": 36, "text": "E", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_trigger", "left": 48, "top": 204, "width": 48, "height": 36, "text": "T", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "show_ch_settings_adv", "left": 96, "top": 204, "width": 48, "height": 36, "text": "G", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_info", "left": 144, "top": 204, "width": 48, "height": 36, "text": "?", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 192, "top": 204, "width": 80, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_settings_adv_ranges", "description": "Channel current ranges settings (Power board r5B12 only)", "style": "edit_value_active_S_left", "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCoupledOrTracked", "left": 6, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 6, "top": 0, "width": 36, "height": 28, "text": "Channel protections", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 42, "top": 0, "width": 204, "height": 28, "text": "Current ranges", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 0, "top": 0, "width": 246, "height": 28, "text": "Set remote voltage sense", "focusStyle": {} } ] } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 28, "width": 115, "height": 28, "text": "Current range:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.ranges.mode", "action": "ch.settings.adv.ranges.selectMode", "left": 131, "top": 28, "width": 121, "height": 28, "text": "Best (default) / 0.5A / 5A", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 56, "width": 115, "height": 28, "text": "Autoranging:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.ranges.autoRanging", "left": 131, "top": 56, "width": 48, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch.settings.adv.ranges.toggleAutoRanging", "left": 0, "top": 0, "width": 48, "height": 28, "text": "OFF", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch.settings.adv.ranges.toggleAutoRanging", "left": 0, "top": 0, "width": 48, "height": 28, "text": "ON", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "left": 16, "top": 84, "width": 236, "height": 28, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 236, "height": 28 }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 236, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 146, "height": 28, "text": "Currently selected:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.ranges.currentlySelected", "left": 146, "top": 0, "width": 90, "height": 28, "text": "0.5A", "focusStyle": {} } ] } ] }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_prot", "left": 0, "top": 204, "width": 48, "height": 36, "text": "E", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_trigger", "left": 48, "top": 204, "width": 48, "height": 36, "text": "T", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "show_ch_settings_adv", "left": 96, "top": 204, "width": 48, "height": 36, "text": "G", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_info", "left": 144, "top": 204, "width": 48, "height": 36, "text": "?", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 192, "top": 204, "width": 80, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_settings_adv_tracking", "description": "Channels tracking mode of operation settings", "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 0, "top": 0, "width": 246, "height": 28, "text": "Set channels tracking mode", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 28, "width": 224, "height": 118, "text": "Tracking output programming values and protections. Protection tripping on one channel will disable both channels." }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 240, "top": 28, "width": 12, "height": 118 }, { "type": "Text", "style": { "inheritFrom": "edit_value_left" }, "left": 16, "top": 146, "width": 101, "height": 42, "text": "Status:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isTracked", "left": 117, "top": 146, "width": 62, "height": 42, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_left" }, "action": "ch_settings_adv_toggle_tracking_mode", "left": 0, "top": 0, "width": 62, "height": 42, "text": "OFF", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_left" }, "action": "ch_settings_adv_toggle_tracking_mode", "left": 0, "top": 0, "width": 62, "height": 42, "text": "ON", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 179, "top": 146, "width": 73, "height": 42 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 16, "top": 188, "width": 236, "height": 16 }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_prot", "left": 0, "top": 204, "width": 48, "height": 36, "text": "E", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_trigger", "left": 48, "top": 204, "width": 48, "height": 36, "text": "T", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "show_ch_settings_adv", "left": 96, "top": 204, "width": 48, "height": 36, "text": "G", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_info", "left": 144, "top": 204, "width": 48, "height": 36, "text": "?", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 192, "top": 204, "width": 80, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_settings_adv_coupling", "description": "Channels coupling mode of operation settings", "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 246, "height": 28, "text": "Set channels coupling mode", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 28, "width": 236, "height": 78, "text": "Combine channels for higher max. output current or voltage." }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.coupling.mode", "left": 16, "top": 106, "width": 236, "height": 76, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 236, "height": 76, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_left" }, "action": "ch_settings_adv_coupling_set_parallel_info", "left": 0, "top": 0, "width": 236, "height": 38, "text": "Set parallel", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_left" }, "action": "ch_settings_adv_coupling_set_series_info", "left": 0, "top": 38, "width": 236, "height": 38, "text": "Set series", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 236, "height": 76, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_left" }, "action": "ch_settings_adv_coupling_uncouple", "left": 0, "top": 0, "width": 236, "height": 38, "text": "Uncouple", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_left" }, "action": "ch_settings_adv_coupling_set_series_info", "left": 0, "top": 38, "width": 236, "height": 38, "text": "Set series", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 236, "height": 76, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_left" }, "action": "ch_settings_adv_coupling_uncouple", "left": 0, "top": 0, "width": 236, "height": 38, "text": "Uncouple", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_left" }, "action": "ch_settings_adv_coupling_set_parallel_info", "left": 0, "top": 38, "width": 236, "height": 38, "text": "Set parallel", "focusStyle": {} } ] } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 16, "top": 182, "width": 236, "height": 22 }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_prot", "left": 0, "top": 204, "width": 48, "height": 36, "text": "E", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_trigger", "left": 48, "top": 204, "width": 48, "height": 36, "text": "T", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "show_ch_settings_adv", "left": 96, "top": 204, "width": 48, "height": 36, "text": "G", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_info", "left": 144, "top": 204, "width": 48, "height": 36, "text": "?", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 192, "top": 204, "width": 80, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_settings_adv_coupling_info", "description": "Channel coupling information page", "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_S" }, "left": 0, "top": 0, "width": 320, "height": 42, "text": "When coupled use CH1- and CH2+", "focusStyle": {} }, { "type": "Bitmap", "style": { "inheritFrom": "default" }, "left": 0, "top": 42, "width": 320, "height": 120, "bitmap": "bp_coupled" }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.coupling.selectedMode", "left": 0, "top": 204, "width": 132, "height": 36, "widgets": [ { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "ch_settings_adv_coupling_set_parallel", "left": 0, "top": 0, "width": 132, "height": 36, "text": "Set parallel", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "ch_settings_adv_coupling_set_series", "left": 0, "top": 0, "width": 132, "height": 36, "text": "Set series", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 132, "top": 204, "width": 92, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "sys_settings_cal_ch_wiz_stop_and_show_previous_page", "left": 224, "top": 204, "width": 48, "height": 36, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default_S" }, "data": "channel.coupling.selectedMode", "left": 0, "top": 162, "width": 320, "height": 42, "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_S" }, "left": 0, "top": 0, "width": 320, "height": 42, "text": "\\u0082 Max. output current will be doubled", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "default_S" }, "left": 0, "top": 0, "width": 320, "height": 42, "text": "\\u0081 Take precautions with voltage over 50V", "focusStyle": {} } ] } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_settings_adv_view", "description": "Channel display view settings\n", "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCoupledOrTracked", "left": 6, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 6, "top": 0, "width": 36, "height": 28, "text": "Channel protections", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 42, "top": 0, "width": 204, "height": 28, "text": "Display view settings", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 0, "top": 0, "width": 246, "height": 28, "text": "Set temperature protection", "focusStyle": {} } ] } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 28, "width": 135, "height": 28, "text": "Display value #1:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.displayViewSettings.displayValue1", "action": "ch.settings.adv.view.editDisplayValue1", "left": 151, "top": 28, "width": 101, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 56, "width": 135, "height": 28, "text": "Display value #2:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.displayViewSettings.displayValue2", "action": "ch.settings.adv.view.editDisplayValue2", "left": 151, "top": 56, "width": 101, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ch.settings.adv.view.swapDisplayValues", "left": 16, "top": 84, "width": 236, "height": 28, "text": "Swap selected values", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 16, "top": 112, "width": 236, "height": 5 }, { "type": "Rectangle", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 117, "width": 236, "height": 1 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 16, "top": 118, "width": 236, "height": 5 }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 123, "width": 135, "height": 28, "text": "YT view rate:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.displayViewSettings.ytViewRate", "action": "ch.settings.adv.view.editYTViewRate", "left": 151, "top": 123, "width": 101, "height": 28, "text": "100ms", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 16, "top": 151, "width": 236, "height": 17 }, { "type": "Button", "style": { "inheritFrom": "non_interactive_button_S" }, "data": "", "action": "set", "left": 16, "top": 168, "width": 101, "height": 32, "text": "~ Set", "enabled": "setPage.dirty", "disabledStyle": { "inheritFrom": "non_interactive_button_S_disabled" } }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "discard", "left": 117, "top": 168, "width": 96, "height": 32, "text": " Discard", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 213, "top": 168, "width": 39, "height": 32 }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_prot", "left": 0, "top": 204, "width": 48, "height": 36, "text": "E", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_trigger", "left": 48, "top": 204, "width": 48, "height": 36, "text": "T", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "show_ch_settings_adv", "left": 96, "top": 204, "width": 48, "height": 36, "text": "G", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_info", "left": 144, "top": 204, "width": 48, "height": 36, "text": "?", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 192, "top": 204, "width": 80, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "ch_settings_info", "description": "Retrieve channel's informations such as how long channel output is active, sensor temperature, self-test result and calibration status (CAL:STAT command). \"Calib. params:\" can be ON, OFF, Uncalibrated, Corrupted. Selecting this option when it's uncalibrated or calibration data is corrupted will lead to Calibration wizard.", "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCoupledOrTracked", "left": 0, "top": 0, "width": 252, "height": 196, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 252, "height": 196, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 6, "top": 0, "width": 36, "height": 28, "text": "Channel protections", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 42, "top": 0, "width": 210, "height": 28, "text": "Information", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 28, "width": 119, "height": 28, "text": "Total On time:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "channel.onTime.total", "left": 135, "top": 28, "width": 117, "height": 28, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 56, "width": 119, "height": 28, "text": "Last On time:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "channel.onTime.last", "left": 135, "top": 56, "width": 117, "height": 28, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 84, "width": 119, "height": 28, "text": "Temperature:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.tempStatus", "left": 135, "top": 84, "width": 117, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "event_error" }, "data": "", "left": 0, "top": 0, "width": 117, "height": 28, "text": "Invalid", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "channel.temp", "left": 0, "top": 0, "width": 117, "height": 28, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "data": "", "left": 0, "top": 0, "width": 117, "height": 28, "text": "Not installed", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 112, "width": 119, "height": 28, "text": "Calib. params:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.calibration.status", "action": "", "left": 135, "top": 112, "width": 117, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_ch_settings_info_cal", "left": 0, "top": 0, "width": 117, "height": 28, "text": "Calibrate", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_ch_settings_info_cal", "left": 0, "top": 0, "width": 117, "height": 28, "text": "Recalibrate", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 140, "width": 119, "height": 28, "text": "Calib. enabled:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.calibration.status", "action": "", "left": 135, "top": 140, "width": 117, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "action": "", "left": 0, "top": 0, "width": 117, "height": 28, "text": "Not allowed", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.calibration.state", "action": "", "left": 0, "top": 0, "width": 117, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "sys_settings_cal_toggle_enable", "left": 0, "top": 0, "width": 117, "height": 28, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "sys_settings_cal_toggle_enable", "left": 0, "top": 0, "width": 117, "height": 28, "text": "Yes", "focusStyle": {} } ] } ] }, { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "left": 16, "top": 168, "width": 236, "height": 28, "text": "Debug and SCPI registers", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 252, "height": 196, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 0, "top": 0, "width": 252, "height": 28, "text": "Channels information", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 28, "width": 112, "height": 28, "text": "Total On time:", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 16, "top": 56, "width": 112, "height": 28 }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 128, "top": 28, "width": 124, "height": 56, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 124, "height": 28, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "channel.onTime.total", "left": 0, "top": 0, "width": 124, "height": 28, "focusStyle": { "inheritFrom": "value_S" } } ] }, "listType": "vertical" }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 84, "width": 112, "height": 28, "text": "Last On time:", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 16, "top": 112, "width": 112, "height": 28 }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 128, "top": 84, "width": 124, "height": 56, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 124, "height": 28, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "channel.onTime.last", "left": 0, "top": 0, "width": 124, "height": 28, "focusStyle": { "inheritFrom": "value_S" } } ] }, "listType": "vertical" }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 140, "width": 112, "height": 28, "text": "Temperature:", "focusStyle": {} }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 128, "top": 140, "width": 124, "height": 56, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 124, "height": 28, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.tempStatus", "left": 0, "top": 0, "width": 124, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "event_error" }, "data": "", "left": 0, "top": 0, "width": 124, "height": 28, "text": "Invalid", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "channel.temp", "left": 0, "top": 0, "width": 124, "height": 28, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "data": "", "left": 0, "top": 0, "width": 124, "height": 28, "text": "Not installed", "focusStyle": {} } ] } ] }, "listType": "vertical" }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 16, "top": 168, "width": 112, "height": 28 } ] } ] }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_prot", "left": 0, "top": 204, "width": 48, "height": 36, "text": "E", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_trigger", "left": 48, "top": 204, "width": 48, "height": 36, "text": "T", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page" }, "action": "show_ch_settings_adv", "left": 96, "top": 204, "width": 48, "height": 36, "text": "G", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "tab_page_selected" }, "action": "show_ch_settings_info", "left": 144, "top": 204, "width": 48, "height": 36, "text": "?", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 192, "top": 204, "width": 80, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "sys_settings", "description": "System settings. Some of options will require that all channels outputs are turned off. In that case output status will not be displayed on the right.", "widgets": [ { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 246, "height": 32, "text": "System settings (1)", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "sys.temp.aux.status", "left": 12, "top": 32, "width": 240, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "left": 0, "top": 0, "width": 240, "height": 28, "text": "AUX temp. (OTP) invalid", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_aux_otp", "left": 0, "top": 0, "width": 240, "height": 28, "text": "Set / Clear AUX sensor OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "left": 0, "top": 0, "width": 240, "height": 28, "text": "AUX temp. (OTP) not installed", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_protections", "left": 12, "top": 60, "width": 240, "height": 28, "text": "System protection settings", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_trigger", "left": 12, "top": 88, "width": 240, "height": 29, "text": "Trigger", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_io", "left": 12, "top": 116, "width": 240, "height": 28, "text": "Digital I/O", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_date_time", "left": 12, "top": 144, "width": 240, "height": 28, "text": "Set date and time", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "sys.encoder.installed", "left": 12, "top": 172, "width": 240, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "action": "", "left": 0, "top": 0, "width": 240, "height": 28, "text": "Encoder", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_encoder", "left": 0, "top": 0, "width": 240, "height": 28, "text": "Encoder", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "bottom_button_disabled" }, "left": 0, "top": 204, "width": 48, "height": 36, "text": "(", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_sys_settings2", "left": 48, "top": 204, "width": 48, "height": 36, "text": ")", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 96, "top": 204, "width": 176, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "sys_settings_aux_otp", "description": "AUX temperature sensor settings\n", "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 246, "height": 32, "text": "Set AUX temperature protection", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 32, "width": 119, "height": 28, "text": "OTP active:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "sys.temp.aux.otp.state", "left": 135, "top": 32, "width": 60, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "sys.settings.protections.aux.otp.toggleState", "left": 0, "top": 0, "width": 60, "height": 28, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "sys.settings.protections.aux.otp.toggleState", "left": 0, "top": 0, "width": 60, "height": 28, "text": "Yes", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 60, "width": 119, "height": 28, "text": "Current temp.:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "sys.temp.aux.status", "left": 135, "top": 60, "width": 96, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "event_error" }, "data": "", "left": 0, "top": 0, "width": 96, "height": 28, "text": "Invalid", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "sys.temp.aux", "left": 0, "top": 0, "width": 96, "height": 28, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "data": "", "left": 0, "top": 0, "width": 96, "height": 28, "text": "Not installed", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 88, "width": 119, "height": 28, "text": "Trip level:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "sys.temp.aux.otp.level", "action": "sys.settings.protections.aux.otp.editLevel", "left": 135, "top": 88, "width": 96, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 116, "width": 119, "height": 28, "text": "Trip delay:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "sys.temp.aux.otp.delay", "action": "sys.settings.protections.aux.otp.editDelay", "left": 135, "top": 116, "width": 96, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 16, "top": 140, "width": 236, "height": 64 }, { "type": "Button", "style": { "inheritFrom": "non_interactive_button_S" }, "data": "", "action": "set", "left": 0, "top": 204, "width": 72, "height": 36, "text": "~ Set", "enabled": "setPage.dirty", "disabledStyle": { "inheritFrom": "non_interactive_button_S_disabled" } }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "discard", "left": 72, "top": 204, "width": 96, "height": 36, "text": " Discard", "focusStyle": {} }, { "type": "Button", "style": { "inheritFrom": "non_interactive_button_S" }, "data": "", "action": "sys.settings.protections.aux.otp.clear", "left": 168, "top": 204, "width": 63, "height": 36, "text": "Clear", "enabled": "sys.temp.aux.otp.isTripped", "disabledStyle": { "inheritFrom": "non_interactive_button_S_disabled" } }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 231, "top": 204, "width": 41, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "sys_settings_protections", "description": "Define selected protection values\n", "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 246, "height": 33, "text": "System protection settings", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 33, "width": 179, "height": 57, "text": "Shutdown when protection tripped" }, { "type": "Select", "style": { "inheritFrom": "edit_value_L" }, "data": "sys.shutdownWhenProtectionTripped", "action": "", "left": 195, "top": 33, "width": 57, "height": 57, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active" }, "action": "sys.settings.protections.toggleShutdownWhenProtectionTripped", "left": 0, "top": 0, "width": 57, "height": 57, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active" }, "action": "sys.settings.protections.toggleShutdownWhenProtectionTripped", "left": 0, "top": 0, "width": 57, "height": 57, "text": "Yes", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "sys.shutdownWhenProtectionTripped", "left": 16, "top": 90, "width": 236, "height": 57, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 236, "height": 57, "widgets": [ { "type": "MultilineText", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 179, "height": 57, "text": "Switch off all outputs when protection tripped" }, { "type": "Select", "style": { "inheritFrom": "edit_value_L" }, "data": "sys.outputProtectionCoupled", "action": "", "left": 179, "top": 0, "width": 57, "height": 57, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active" }, "action": "sys.settings.protections.toggleOutputProtectionCouple", "left": 0, "top": 0, "width": 57, "height": 57, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active" }, "action": "sys.settings.protections.toggleOutputProtectionCouple", "left": 0, "top": 0, "width": 57, "height": 57, "text": "Yes", "focusStyle": {} } ] } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 236, "height": 57, "widgets": [ { "type": "MultilineText", "style": { "inheritFrom": "default_disabled_S_left" }, "left": 0, "top": 0, "width": 179, "height": 57, "text": "Switch off all outputs when protection tripped" }, { "type": "Select", "style": { "inheritFrom": "edit_value_L" }, "data": "sys.outputProtectionCoupled", "action": "", "left": 179, "top": 0, "width": 57, "height": 57, "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_disabled" }, "action": "", "left": 0, "top": 0, "width": 57, "height": 57, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "default_disabled" }, "action": "", "left": 0, "top": 0, "width": 57, "height": 57, "text": "Yes", "focusStyle": {} } ] } ] } ] }, { "type": "MultilineText", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 147, "width": 179, "height": 57, "text": "Force disabling of all outputs on power up" }, { "type": "Select", "style": { "inheritFrom": "edit_value_L" }, "data": "sys.forceDisablingAllOutputsOnPowerUp", "action": "", "left": 195, "top": 147, "width": 57, "height": 57, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active" }, "action": "sys.settings.protections.toggleForceDisablingAllOutputsOnPowerUp", "left": 0, "top": 0, "width": 57, "height": 57, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active" }, "action": "sys.settings.protections.toggleForceDisablingAllOutputsOnPowerUp", "left": 0, "top": 0, "width": 57, "height": 57, "text": "Yes", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 204, "width": 224, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 224, "top": 204, "width": 48, "height": 36, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "sys_settings_trigger", "description": "General trigger settings", "widgets": [ { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 246, "height": 32, "text": "General trigger settings", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 32, "width": 68, "height": 28, "text": "Source:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "trigger.source", "action": "trigger.selectSource", "left": 84, "top": 32, "width": 97, "height": 28, "text": "", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 181, "top": 32, "width": 71, "height": 28 }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 60, "width": 68, "height": 28, "text": "Delay:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "trigger.delay", "action": "trigger.editDelay", "left": 84, "top": 60, "width": 67, "height": 28, "text": "0s", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 151, "top": 60, "width": 101, "height": 28 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 151, "top": 88, "width": 101, "height": 28 }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 88, "width": 165, "height": 28, "text": "Initiate continuously:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "trigger.initiateContinuously", "left": 181, "top": 88, "width": 71, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "", "action": "trigger.toggleInitiateContinuously", "width": 71, "height": 28, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "", "action": "trigger.toggleInitiateContinuously", "width": 71, "height": 28, "text": "Yes", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 16, "top": 144, "width": 236, "height": 60 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "Button", "style": { "inheritFrom": "non_interactive_button_S" }, "data": "", "action": "set", "left": 0, "top": 204, "width": 101, "height": 36, "text": "~ Set", "enabled": "setPage.dirty", "disabledStyle": { "inheritFrom": "non_interactive_button_S_disabled" } }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "discard", "left": 101, "top": 204, "width": 96, "height": 36, "text": " Discard", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 197, "top": 204, "width": 27, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 224, "top": 204, "width": 48, "height": 36, "text": "B", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "sys_settings_io", "description": "Digital I/O pin settings\n", "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 246, "height": 32, "text": "Digital I/O pin settings", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 6, "top": 41, "width": 71, "height": 28, "text": "Name:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_centered" }, "left": 77, "top": 41, "width": 58, "height": 28, "text": "Ext trg", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_centered" }, "left": 135, "top": 41, "width": 58, "height": 28, "text": "Dout1", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_centered" }, "left": 193, "top": 41, "width": 58, "height": 28, "text": "Dout2", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 6, "top": 69, "width": 71, "height": 28, "text": "Pin #:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 6, "top": 125, "width": 71, "height": 28, "text": "Polarity:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 6, "top": 97, "width": 71, "height": 28, "text": "Function:", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 135, "top": 69, "width": 116, "height": 84 }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "ioPins", "left": 77, "top": 69, "width": 175, "height": 84, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 58, "height": 84, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_centered" }, "data": "ioPin.number", "width": 58, "height": 28, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_center" }, "data": "ioPin.function", "action": "ioPin.selectFunction", "top": 28, "width": 58, "height": 28, "text": "Pos", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ioPin.polarity", "left": 0, "top": 56, "width": 58, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_center" }, "action": "ioPin.togglePolarity", "top": 0, "width": 58, "height": 28, "text": "Neg", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_center" }, "action": "ioPin.togglePolarity", "width": 58, "height": 28, "text": "Pos", "focusStyle": {} } ] } ] }, "listType": "horizontal" }, { "type": "Button", "style": { "inheritFrom": "non_interactive_button_S" }, "data": "", "action": "set", "left": 0, "top": 204, "width": 72, "height": 36, "text": "~ Set", "enabled": "setPage.dirty", "disabledStyle": { "inheritFrom": "non_interactive_button_S_disabled" } }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "discard", "left": 72, "top": 204, "width": 96, "height": 36, "text": " Discard", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 168, "top": 204, "width": 104, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "sys_settings_date_time", "description": "Date and time and NTP server settings", "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 246, "height": 32, "text": "Set date and time", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ethernet.installed", "left": 12, "top": 32, "width": 240, "height": 168, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 240, "height": 168, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 89, "height": 28, "text": "Date:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "dateTime.year", "action": "edit_field", "left": 89, "top": 0, "width": 48, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 135, "top": 0, "width": 14, "height": 28, "text": "-", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "dateTime.month", "action": "edit_field", "left": 149, "top": 0, "width": 26, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 175, "top": 0, "width": 14, "height": 28, "text": "-", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "dateTime.day", "action": "edit_field", "left": 189, "top": 0, "width": 26, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 215, "top": 0, "width": 25, "height": 28 }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 28, "width": 89, "height": 28, "text": "Time:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "dateTime.hour", "action": "edit_field", "left": 89, "top": 28, "width": 26, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 115, "top": 28, "width": 12, "height": 28, "text": ":", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "dateTime.minute", "action": "edit_field", "left": 127, "top": 28, "width": 26, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 153, "top": 28, "width": 12, "height": 28, "text": ":", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "dateTime.second", "action": "edit_field", "left": 165, "top": 28, "width": 26, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 191, "top": 28, "width": 49, "height": 28 }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 56, "width": 89, "height": 28, "text": "Time zone:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "dateTime.timeZone", "action": "edit_field", "left": 89, "top": 56, "width": 89, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 178, "top": 56, "width": 62, "height": 28 }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 84, "width": 89, "height": 28, "text": "DST:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "dateTime.DST", "left": 89, "top": 84, "width": 60, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "dateTime.selectDstRule", "width": 60, "height": 28, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "dateTime.selectDstRule", "width": 60, "height": 28, "text": "Yes", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 149, "top": 84, "width": 91, "height": 28 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 112, "width": 240, "height": 56 } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 240, "height": 168, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ntp.enabled", "left": 0, "top": 0, "width": 240, "height": 112, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 240, "height": 112, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ntp.toggle", "left": null, "top": 0, "width": 240, "height": 28, "text": "Enable NTP", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": null, "top": 28, "width": 240, "height": 28 }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 56, "width": 89, "height": 28, "text": "Date:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "dateTime.year", "action": "edit_field", "left": 89, "top": 56, "width": 48, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 135, "top": 56, "width": 14, "height": 28, "text": "-", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "dateTime.month", "action": "edit_field", "left": 149, "top": 56, "width": 26, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 175, "top": 56, "width": 14, "height": 28, "text": "-", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "dateTime.day", "action": "edit_field", "left": 189, "top": 56, "width": 26, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 215, "top": 56, "width": 25, "height": 28 }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 84, "width": 89, "height": 28, "text": "Time:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "dateTime.hour", "action": "edit_field", "left": 89, "top": 84, "width": 26, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 115, "top": 84, "width": 12, "height": 28, "text": ":", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "dateTime.minute", "action": "edit_field", "left": 127, "top": 84, "width": 26, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 153, "top": 84, "width": 12, "height": 28, "text": ":", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "dateTime.second", "action": "edit_field", "left": 165, "top": 84, "width": 26, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 191, "top": 84, "width": 49, "height": 28 } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 240, "height": 112, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ntp.toggle", "width": 240, "height": 28, "text": "Disable NTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 28, "width": 89, "height": 28, "text": "NTP server:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "ntp.server", "action": "ntp.editServer", "left": 89, "top": 28, "width": 151, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 56, "width": 89, "height": 28, "text": "Date:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_left" }, "data": "dateTime.date", "action": "", "left": 89, "top": 56, "width": 151, "height": 28, "focusStyle": { "inheritFrom": "edit_value_S_left" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 84, "width": 89, "height": 28, "text": "Time:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_left" }, "data": "dateTime.time", "action": "", "left": 89, "top": 84, "width": 151, "height": 28, "focusStyle": { "inheritFrom": "edit_value_S_left" } } ] } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 112, "width": 89, "height": 28, "text": "Time zone:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "dateTime.timeZone", "action": "edit_field", "left": 89, "top": 112, "width": 96, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 185, "top": 112, "width": 55, "height": 28 }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 140, "width": 89, "height": 28, "text": "DST:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "dateTime.DST", "action": "dateTime.selectDstRule", "left": 89, "top": 140, "width": 96, "height": 28, "text": "Yes", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 185, "top": 140, "width": 55, "height": 28 } ] } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 12, "top": 200, "width": 240, "height": 4 }, { "type": "Button", "style": { "inheritFrom": "non_interactive_button_S" }, "data": "", "action": "set", "left": 0, "top": 204, "width": 101, "height": 36, "text": "~ Set", "enabled": "setPage.dirty", "disabledStyle": { "inheritFrom": "non_interactive_button_S_disabled" } }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "discard", "left": 101, "top": 204, "width": 96, "height": 36, "text": " Discard", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 197, "top": 204, "width": 75, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "sys_settings_encoder", "description": "Encoder settings", "widgets": [ { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 246, "height": 32, "text": "Encoder settings", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 30, "width": 153, "height": 28, "text": "Confirmation mode:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "sys.encoder.confirmationMode", "left": 165, "top": 30, "width": 65, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "sys.settings.encoder.toggleConfirmationMode", "left": 0, "top": 0, "width": 65, "height": 28, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "sys.settings.encoder.toggleConfirmationMode", "left": 0, "top": 0, "width": 65, "height": 28, "text": "Yes", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 63, "width": 236, "height": 1 }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 69, "width": 240, "height": 28, "text": "Knob acceleration sensitivity:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 101, "width": 108, "height": 28, "text": "Moving up:", "focusStyle": {} }, { "type": "UpDown", "style": { "inheritFrom": "edit_value_S_centered" }, "data": "sys.encoder.movingUpSpeed", "action": "upDown", "left": 120, "top": 101, "width": 87, "height": 28, "buttonsStyle": { "inheritFrom": "edit_S" }, "downButtonText": "\\u008F", "upButtonText": "\\u0090" }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 139, "width": 108, "height": 28, "text": "Moving down:", "focusStyle": {} }, { "type": "UpDown", "style": { "inheritFrom": "edit_value_S_centered" }, "data": "sys.encoder.movingDownSpeed", "action": "upDown", "left": 120, "top": 139, "width": 87, "height": 28, "buttonsStyle": { "inheritFrom": "edit_S" }, "downButtonText": "\\u008F", "upButtonText": "\\u0090" }, { "type": "Button", "style": { "inheritFrom": "non_interactive_button_S" }, "data": "", "action": "set", "left": 0, "top": 204, "width": 101, "height": 36, "text": "~ Set", "enabled": "setPage.dirty", "disabledStyle": { "inheritFrom": "non_interactive_button_S_disabled" } }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "discard", "left": 101, "top": 204, "width": 96, "height": 36, "text": " Discard", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 197, "top": 204, "width": 75, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "sys_settings2", "description": "System settings page 2 (serial, Ethernet, calibraton, display, sound, system password)", "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 246, "height": 32, "text": "System settings (2)", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_serial", "left": 12, "top": 32, "width": 240, "height": 28, "text": "Serial (via USB) settings", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ethernet.installed", "left": 12, "top": 60, "width": 240, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "action": "", "left": 0, "top": 0, "width": 240, "height": 28, "text": "Ethernet not installed", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_ethernet", "left": 0, "top": 0, "width": 240, "height": 28, "text": "Ethernet settings", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCoupledOrTracked", "left": 12, "top": 88, "width": 240, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_cal", "left": 0, "top": 0, "width": 240, "height": 28, "text": "Channel calibration", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "action": "", "left": 0, "top": 0, "width": 240, "height": 28, "text": "Channel calibration \\u008c", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_display", "left": 12, "top": 116, "width": 240, "height": 28, "text": "Display settings", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_sound", "left": 12, "top": 144, "width": 240, "height": 28, "text": "Sound", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 172, "width": 137, "height": 28, "text": "System password", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "sys.password.isSet", "left": 149, "top": 172, "width": 103, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "edit_system_password", "left": 0, "top": 0, "width": 103, "height": 28, "text": "Set", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "edit_system_password", "left": 0, "top": 0, "width": 103, "height": 28, "text": "Change", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_sys_settings", "left": 0, "top": 204, "width": 48, "height": 36, "text": "(", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button_disabled" }, "left": 48, "top": 204, "width": 48, "height": 36, "text": ")", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 96, "top": 204, "width": 176, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "sys_settings_serial", "description": "Serial (via USB) settings", "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 246, "height": 32, "text": "Serial settings", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "serial.enabled", "left": 12, "top": 32, "width": 212, "height": 140, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 212, "height": 140, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "serial.toggle", "left": null, "top": 0, "width": 212, "height": 28, "text": "Enable Serial", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 28, "width": 212, "height": 112 } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 212, "height": 140, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "serial.toggle", "left": null, "top": 0, "width": 212, "height": 28, "text": "Disable Serial", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "data": "", "left": 0, "top": 28, "width": 93, "height": 28, "text": "Baud:", "focusStyle": {} }, { "type": "UpDown", "style": { "inheritFrom": "edit_value_S_centered" }, "data": "serial.baud", "action": "upDown", "left": 93, "top": 28, "width": 119, "height": 28, "buttonsStyle": { "inheritFrom": "edit_S" }, "downButtonText": "\\u008F", "upButtonText": "\\u0090" }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 56, "width": 93, "height": 28, "text": "Parity:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "serial.parity", "action": "serial.selectParity", "left": 93, "top": 56, "width": 119, "height": 28, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 84, "width": 93, "height": 28, "text": "Bits:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "data": "", "action": "", "left": 93, "top": 84, "width": 119, "height": 28, "text": "8", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 112, "width": 93, "height": 28, "text": "Stop bits:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "data": "", "action": "", "left": 93, "top": 112, "width": 119, "height": 28, "text": "1", "focusStyle": {} } ] } ] }, { "type": "Button", "style": { "inheritFrom": "non_interactive_button_S" }, "data": "", "action": "set", "left": 0, "top": 204, "width": 101, "height": 36, "text": "~ Set", "enabled": "setPage.dirty", "disabledStyle": { "inheritFrom": "non_interactive_button_S_disabled" } }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "discard", "left": 101, "top": 204, "width": 96, "height": 36, "text": " Discard", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 197, "top": 204, "width": 27, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 224, "top": 204, "width": 48, "height": 36, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 120, "height": 32, "text": "Password:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "left": 120, "top": 0, "width": 120, "height": 32, "text": "Change", "focusStyle": {} }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 66, "width": 240, "height": 64, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "data": "", "action": "", "left": 0, "top": 0, "width": 240, "height": 32, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "data": "channel.label", "left": 0, "top": 0, "width": 120, "height": 32, "text": "", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.calibration.status", "action": "show_sys_settings_cal_ch", "left": 120, "top": 0, "width": 120, "height": 32, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_cal_ch", "left": 0, "top": 0, "width": 120, "height": 32, "text": "Calibrated", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_cal_ch", "left": 0, "top": 0, "width": 120, "height": 32, "text": "Not calibrated", "focusStyle": {} } ] } ] }, "listType": "vertical" }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 269, "width": 168, "height": 51 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 168, "top": 269, "width": 36, "height": 51, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 204, "top": 269, "width": 36, "height": 51, "text": "X", "focusStyle": {} } ] } }, { "name": "sys_settings_ethernet", "description": "Ethernet settings", "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 246, "height": 32, "text": "Ethernet settings", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ethernet.enabled", "left": 12, "top": 32, "width": 240, "height": 140, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 240, "height": 140, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ethernet.toggle", "left": 0, "top": 0, "width": 240, "height": 28, "text": "Enable Ethernet", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 28, "width": 240, "height": 112 } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 240, "height": 140, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ethernet.toggle", "left": 0, "top": 0, "width": 240, "height": 28, "text": "Disable Ethernet", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 28, "width": 71, "height": 28, "text": "DHCP:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ethernet.dhcp", "left": 71, "top": 28, "width": 60, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "", "action": "ethernet.toggleDhcp", "left": 0, "top": 0, "width": 60, "height": 28, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "", "action": "ethernet.toggleDhcp", "left": 0, "top": 0, "width": 60, "height": 28, "text": "Yes", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 131, "top": 28, "width": 109, "height": 28 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ethernet.dhcp", "left": 0, "top": 56, "width": 240, "height": 56, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 240, "height": 56, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "ethernet.editStaticAddress", "left": null, "top": null, "width": 240, "height": 28, "text": "Edit static address", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 28, "width": 95, "height": 28, "text": "SCPI port:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "ethernet.scpiPort", "action": "ethernet.editScpiPort", "left": 95, "top": 28, "width": 60, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 155, "top": 28, "width": 85, "height": 28 } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 240, "height": 56, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 95, "height": 28, "text": "IP address:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "ethernet.ipAddress", "left": 95, "top": 0, "width": 145, "height": 28, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 28, "width": 95, "height": 28, "text": "SCPI port:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "ethernet.scpiPort", "action": "ethernet.editScpiPort", "left": 95, "top": 28, "width": 60, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 155, "top": 28, "width": 85, "height": 28 } ] } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 112, "width": 71, "height": 28, "text": "MAC:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "ethernet.mac", "action": "ethernet.editMacAddress", "left": 71, "top": 112, "width": 169, "height": 28, "focusStyle": { "inheritFrom": "edit_value_active_S_left" } } ] } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 12, "top": 172, "width": 240, "height": 6 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ethernet.status", "left": 6, "top": 178, "width": 246, "height": 26, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 26, "widgets": [ { "type": "Text", "style": { "inheritFrom": "event_error" }, "action": "ethernet.toggle", "width": 246, "height": 26, "text": "\\u0082 Ethernet errror", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 26, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 246, "height": 26 } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 26, "widgets": [ { "type": "Text", "style": { "inheritFrom": "event_info" }, "left": null, "top": null, "width": 246, "height": 26, "text": "\\u0080 Ethernet init. skipped at start", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 246, "height": 26, "widgets": [ { "type": "Text", "style": { "inheritFrom": "event_warning" }, "action": "ethernet.toggle", "width": 246, "height": 26, "text": "\\u0081 Ethernet not connected", "focusStyle": {} } ] } ] }, { "type": "Button", "style": { "inheritFrom": "non_interactive_button_S" }, "data": "", "action": "set", "left": 0, "top": 204, "width": 101, "height": 36, "text": "~ Set", "enabled": "setPage.dirty", "disabledStyle": { "inheritFrom": "non_interactive_button_S_disabled" } }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "discard", "left": 101, "top": 204, "width": 96, "height": 36, "text": " Discard", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 197, "top": 204, "width": 27, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 224, "top": 204, "width": 48, "height": 36, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 120, "height": 32, "text": "Password:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "left": 120, "top": 0, "width": 120, "height": 32, "text": "Change", "focusStyle": {} }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 66, "width": 240, "height": 64, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "data": "", "action": "", "left": 0, "top": 0, "width": 240, "height": 32, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "data": "channel.label", "left": 0, "top": 0, "width": 120, "height": 32, "text": "", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.calibration.status", "action": "show_sys_settings_cal_ch", "left": 120, "top": 0, "width": 120, "height": 32, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_cal_ch", "left": 0, "top": 0, "width": 120, "height": 32, "text": "Calibrated", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_cal_ch", "left": 0, "top": 0, "width": 120, "height": 32, "text": "Not calibrated", "focusStyle": {} } ] } ] }, "listType": "vertical" }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 269, "width": 168, "height": 51 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 168, "top": 269, "width": 36, "height": 51, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 204, "top": 269, "width": 36, "height": 51, "text": "X", "focusStyle": {} } ] } }, { "name": "sys_settings_ethernet_static", "description": "Ethernet static address settings", "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 246, "height": 32, "text": "Ethernet static address", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 32, "width": 107, "height": 28, "text": "IP address:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "ethernet.ipAddress", "action": "ethernet.editIpAddress", "left": 119, "top": 32, "width": 133, "height": 28, "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 60, "width": 107, "height": 28, "text": "DNS:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "ethernet.dns", "action": "ethernet.editDns", "left": 119, "top": 60, "width": 133, "height": 28, "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 88, "width": 107, "height": 28, "text": "Gateway:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "ethernet.gateway", "action": "ethernet.editGateway", "left": 119, "top": 88, "width": 133, "height": 28, "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 116, "width": 107, "height": 28, "text": "Subnet mask:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "ethernet.subnetMask", "action": "ethernet.editSubnetMask", "left": 119, "top": 116, "width": 133, "height": 28, "focusStyle": {} }, { "type": "Button", "style": { "inheritFrom": "non_interactive_button_S" }, "data": "", "action": "set", "left": 0, "top": 204, "width": 101, "height": 36, "text": "~ Set", "enabled": "setPage.dirty", "disabledStyle": { "inheritFrom": "non_interactive_button_S_disabled" } }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "discard", "left": 101, "top": 204, "width": 96, "height": 36, "text": " Discard", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 197, "top": 204, "width": 27, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 224, "top": 204, "width": 48, "height": 36, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 120, "height": 32, "text": "Password:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "left": 120, "top": 0, "width": 120, "height": 32, "text": "Change", "focusStyle": {} }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 66, "width": 240, "height": 64, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "data": "", "action": "", "left": 0, "top": 0, "width": 240, "height": 32, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "data": "channel.label", "left": 0, "top": 0, "width": 120, "height": 32, "text": "", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.calibration.status", "action": "show_sys_settings_cal_ch", "left": 120, "top": 0, "width": 120, "height": 32, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_cal_ch", "left": 0, "top": 0, "width": 120, "height": 32, "text": "Calibrated", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_cal_ch", "left": 0, "top": 0, "width": 120, "height": 32, "text": "Not calibrated", "focusStyle": {} } ] } ] }, "listType": "vertical" }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 269, "width": 168, "height": 51 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 168, "top": 269, "width": 36, "height": 51, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 204, "top": 269, "width": 36, "height": 51, "text": "X", "focusStyle": {} } ] } }, { "name": "sys_settings_cal", "description": "Calibration general information, active calibration settings (CAL:STAT), change password (CAL:PASS:NEW) and enter wizard.", "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 32, "width": 162, "height": 30, "text": "Calibration password:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "sys_settings_cal_edit_password", "left": 190, "top": 32, "width": 114, "height": 30, "text": "Change", "focusStyle": {} }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 16, "top": 73, "width": 290, "height": 130, "itemWidget": { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.status", "left": 0, "top": 0, "width": 290, "height": 65, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 290, "height": 65 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.calibration.status", "action": "", "left": 0, "top": 0, "width": 290, "height": 65, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 290, "height": 65, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "data": "channel.shortLabel", "left": 0, "top": 0, "width": 42, "height": 30, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_cal_ch", "left": 42, "top": 0, "width": 74, "height": 30, "text": "Calibrate", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 116, "top": 0, "width": 90, "height": 30 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 30, "width": 290, "height": 30 } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 290, "height": 65, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "data": "channel.shortLabel", "left": 0, "top": 0, "width": 42, "height": 30, "text": "", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.calibration.state", "action": "", "left": 42, "top": 0, "width": 64, "height": 30, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "sys_settings_cal_toggle_enable", "left": 0, "top": 0, "width": 64, "height": 30, "text": "Enable", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "sys_settings_cal_toggle_enable", "left": 0, "top": 0, "width": 64, "height": 30, "text": "Disable", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 106, "top": 0, "width": 10, "height": 30 }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_cal_ch", "left": 116, "top": 0, "width": 90, "height": 30, "text": "Recalibrate", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.calibration.date", "left": 0, "top": 30, "width": 96, "height": 30, "text": "Date", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.calibration.remark", "left": 96, "top": 30, "width": 194, "height": 30, "text": "Remark", "focusStyle": {} } ] } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 290, "height": 65 } ] }, "listType": "vertical" }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 204, "width": 224, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 224, "top": 204, "width": 48, "height": 36, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 314, "height": 32, "text": "Callibration settings", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 120, "height": 32, "text": "Password:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "left": 120, "top": 0, "width": 120, "height": 32, "text": "Change", "focusStyle": {} }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 66, "width": 240, "height": 64, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "data": "", "action": "", "left": 0, "top": 0, "width": 240, "height": 32, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "data": "channel.label", "left": 0, "top": 0, "width": 120, "height": 32, "text": "", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.calibration.status", "action": "show_sys_settings_cal_ch", "left": 120, "top": 0, "width": 120, "height": 32, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_cal_ch", "left": 0, "top": 0, "width": 120, "height": 32, "text": "Calibrated", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_cal_ch", "left": 0, "top": 0, "width": 120, "height": 32, "text": "Not calibrated", "focusStyle": {} } ] } ] }, "listType": "vertical" }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 269, "width": 168, "height": 51 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 168, "top": 269, "width": 36, "height": 51, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 204, "top": 269, "width": 36, "height": 51, "text": "X", "focusStyle": {} } ] } }, { "name": "sys_settings_cal_ch", "description": "Channel callibration settings", "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 6, "top": 0, "width": 36, "height": 28, "text": "Channel protections", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 42, "top": 0, "width": 230, "height": 28, "text": "Channel callibration settings", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 28, "width": 120, "height": 26, "text": "Last calibrated:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.calibration.date", "left": 136, "top": 28, "width": 134, "height": 26, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 54, "width": 66, "height": 26, "text": "Remark:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.calibration.remark", "left": 82, "top": 54, "width": 230, "height": 26, "text": "", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default_inverse" }, "data": "channel.calibration.status", "left": 16, "top": 80, "width": 304, "height": 124, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 304, "height": 124 }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 304, "height": 124, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 290, "height": 30, "text": "Calibration parameters:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "cal_ch_u_min", "left": 16, "top": 30, "width": 64, "height": 26, "text": "Text", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "cal_ch_u_mid", "left": 96, "top": 30, "width": 64, "height": 26, "text": "Text", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "cal_ch_u_max", "left": 176, "top": 30, "width": 64, "height": 26, "text": "Text", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "cal_ch_i0_min", "left": 16, "top": 56, "width": 64, "height": 26, "text": "Text", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "cal_ch_i0_mid", "left": 96, "top": 56, "width": 64, "height": 26, "text": "Text", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "cal_ch_i0_max", "left": 176, "top": 56, "width": 64, "height": 26, "text": "Text", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "cal_ch_i1_min", "left": 16, "top": 82, "width": 64, "height": 26, "text": "Text", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "cal_ch_i1_mid", "left": 96, "top": 82, "width": 64, "height": 26, "text": "Text", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "cal_ch_i1_max", "left": 176, "top": 82, "width": 64, "height": 26, "text": "Text", "focusStyle": {} } ] } ] }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "sys_settings_cal_ch_wiz_start", "left": 0, "top": 204, "width": 224, "height": 36, "text": "Start calibration wizard", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 224, "top": 204, "width": 48, "height": 36, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "sys_settings_cal_ch_wiz_step", "description": "Channel calibration wizard steps", "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 6, "top": 0, "width": 36, "height": 28, "text": "Channel protections", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 42, "top": 0, "width": 120, "height": 28, "text": "Calibration", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.calibration.step.isSetRemarkStep", "left": 16, "top": 28, "width": 304, "height": 76, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 304, "height": 76, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.calibration.step.num", "left": 0, "top": 0, "width": 230, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 230, "height": 28, "text": "Voltage MIN point", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 230, "height": 28, "text": "Voltage MID point", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 230, "height": 28, "text": "Voltage MAX point", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.hasSupportForCurrentDualRange", "left": 0, "top": 0, "width": 230, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 230, "height": 28, "text": "Current MIN point", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 230, "height": 28, "text": "Current [0-5A] MIN point", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.hasSupportForCurrentDualRange", "left": 0, "top": 0, "width": 230, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 230, "height": 28, "text": "Current MID point", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 230, "height": 28, "text": "Current [0-5A] MID point", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.hasSupportForCurrentDualRange", "left": 0, "top": 0, "width": 230, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 230, "height": 28, "text": "Current MAX point", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 230, "height": 28, "text": "Current [0-5A] MAX point", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 230, "height": 28, "text": "Current [0-500mA] MIN point", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 230, "height": 28, "text": "Current [0-500mA] MID point", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 230, "height": 28, "text": "Current [0-500mA] MAX point", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "channel.calibration.step.levelValue", "action": "sys_settings_cal_ch_wiz_step_set_level_value", "left": 230, "top": 0, "width": 74, "height": 28, "text": "", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "default_S" }, "left": 0, "top": 28, "width": 304, "height": 48, "text": "Enter output value measured with external precision instrument" } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 304, "height": 76, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "data": "", "left": 0, "top": 0, "width": 304, "height": 28, "text": "Calibration remark (max. 32 char.)", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 28, "width": 304, "height": 48 } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.calibration.step.status", "left": 16, "top": 104, "width": 290, "height": 40, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value" }, "data": "", "left": 0, "top": 0, "width": 290, "height": 40, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value" }, "data": "channel.calibration.step.value", "left": 0, "top": 0, "width": 290, "height": 40, "text": "Text", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.calibration.step.status", "left": 16, "top": 144, "width": 118, "height": 40, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_left" }, "data": "", "action": "sys_settings_cal_ch_wiz_step_set", "left": 0, "top": 0, "width": 118, "height": 40, "text": "Set", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_left" }, "data": "", "action": "sys_settings_cal_ch_wiz_step_set", "left": 0, "top": 0, "width": 118, "height": 40, "text": "Change", "focusStyle": {} } ] }, { "type": "Button", "style": { "inheritFrom": "bottom_button" }, "action": "sys_settings_cal_ch_wiz_step_previous", "left": 0, "top": 204, "width": 48, "height": 36, "text": "(", "enabled": "channel.calibration.step.prevEnabled", "disabledStyle": { "inheritFrom": "bottom_button_disabled" } }, { "type": "Button", "style": { "inheritFrom": "bottom_button" }, "action": "sys_settings_cal_ch_wiz_step_next", "left": 48, "top": 204, "width": 48, "height": 36, "text": ")", "enabled": "channel.calibration.step.nextEnabled", "disabledStyle": { "inheritFrom": "bottom_button_disabled" } }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 96, "top": 204, "width": 128, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "sys_settings_cal_ch_wiz_stop_and_show_previous_page", "left": 224, "top": 204, "width": 48, "height": 36, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "sys_settings_cal_ch_wiz_stop_and_show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "sys_settings_cal_ch_wiz_finish", "description": "Channel calibration wizard final step", "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_S" }, "left": 0, "top": 52, "width": 320, "height": 32, "text": "Save calibration parameters?", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "sys_settings_cal_ch_wiz_save", "left": 58, "top": 116, "width": 101, "height": 36, "text": "~ Save", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "non_interactive_button_S" }, "action": "sys_settings_cal_ch_wiz_stop_and_show_previous_page", "left": 159, "top": 116, "width": 96, "height": 36, "text": " Discard", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 48, "top": 204, "width": 176, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "sys_settings_cal_ch_wiz_stop_and_show_previous_page", "left": 224, "top": 204, "width": 48, "height": 36, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "sys_settings_cal_ch_wiz_stop_and_show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "Button", "style": { "inheritFrom": "bottom_button" }, "action": "sys_settings_cal_ch_wiz_step_previous", "left": 0, "top": 204, "width": 48, "height": 36, "text": "(", "enabled": "channel.calibration.step.prevEnabled", "disabledStyle": { "inheritFrom": "bottom_button_disabled" } }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 6, "top": 0, "width": 36, "height": 28, "text": "Channel protections", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 42, "top": 0, "width": 120, "height": 28, "text": "Calibration", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "sys_settings_screen_calibration", "description": "Touchscreen calibration", "widgets": [ { "type": "MultilineText", "style": { "inheritFrom": "default_S" }, "left": 8, "top": 8, "width": 304, "height": 141, "text": "Use a stylus or something similar to touch as close to the center of the highlighted crosshair as possible. Keep holding as still as possible until the highlight is removed. Repeat for all crosshairs in sequence." }, { "type": "Text", "style": { "inheritFrom": "default_S" }, "left": 8, "top": 149, "width": 35, "height": 26, "text": "\\u0081", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "default_S" }, "left": 43, "top": 149, "width": 269, "height": 51, "text": "Do not use your finger as a stylus or the result will be imprecise." }, { "type": "Text", "style": { "inheritFrom": "bottom_button_textual_S_left" }, "action": "touch_screen_calibration", "left": 0, "top": 204, "width": 64, "height": 36, "text": "Start", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 64, "top": 204, "width": 160, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 224, "top": 204, "width": 48, "height": 36, "text": "B", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "sys_settings_display", "description": "Display settings", "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 246, "height": 32, "text": "Display settings", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 32, "width": 140, "height": 28, "text": "Brightness:", "focusStyle": {} }, { "type": "UpDown", "style": { "inheritFrom": "edit_value_S_centered" }, "data": "sys.display.brightness", "action": "upDown", "left": 156, "top": 32, "width": 82, "height": 28, "buttonsStyle": { "inheritFrom": "edit_S" }, "downButtonText": "\\u008F", "upButtonText": "\\u0090" }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 238, "top": 32, "width": 14, "height": 28 }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 60, "width": 140, "height": 28, "text": "Luminosity:", "focusStyle": {} }, { "type": "UpDown", "style": { "inheritFrom": "edit_value_S_centered" }, "data": "sys.display.backgroundLuminosityStep", "action": "upDown", "left": 156, "top": 60, "width": 82, "height": 28, "buttonsStyle": { "inheritFrom": "edit_S" }, "downButtonText": "\\u008F", "upButtonText": "\\u0090" }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 238, "top": 58, "width": 14, "height": 28 }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 16, "top": 86, "width": 84, "height": 28, "text": "Backgnd", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 100, "top": 86, "width": 84, "height": 28, "text": "Status", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 184, "top": 86, "width": 68, "height": 28, "text": "Pop up", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_center" }, "left": 16, "top": 114, "width": 58, "height": 34, "text": "@", "ignoreLuminocity": true, "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 74, "top": 114, "width": 26, "height": 34 }, { "type": "Text", "style": { "inheritFrom": "toast_alert" }, "left": 100, "top": 114, "width": 29, "height": 34, "text": "@", "ignoreLuminocity": false, "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "toast_alert" }, "left": 129, "top": 114, "width": 29, "height": 34, "text": "@", "ignoreLuminocity": true, "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 158, "top": 114, "width": 26, "height": 34 }, { "type": "Text", "style": { "inheritFrom": "error_alert_button" }, "left": 184, "top": 114, "width": 29, "height": 34, "text": "@", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "error_alert_button" }, "left": 213, "top": 114, "width": 29, "height": 34, "text": "@", "ignoreLuminocity": true, "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 242, "top": 114, "width": 10, "height": 34 }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "show_sys_settings_screen_calibration", "left": 16, "top": 148, "width": 236, "height": 28, "text": "Touchscreen calibration", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "turnDisplayOff", "left": 16, "top": 176, "width": 236, "height": 28, "text": "Turn display off", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 204, "width": 224, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 224, "top": 204, "width": 48, "height": 36, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "sys_settings_sound", "description": "Sound settings", "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 246, "height": 32, "text": "Sound control", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_left" }, "left": 16, "top": 32, "width": 156, "height": 42, "text": "Sound:", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 172, "top": 32, "width": 6, "height": 42 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "sys.sound.isEnabled", "left": 178, "top": 32, "width": 74, "height": 42, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_left" }, "action": "sys.settings.sound.toggle", "left": 0, "top": 0, "width": 74, "height": 42, "text": "OFF", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_left" }, "action": "sys.settings.sound.toggle", "left": 0, "top": 0, "width": 74, "height": 42, "text": "ON", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_left" }, "left": 16, "top": 74, "width": 156, "height": 42, "text": "Click sound:", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 172, "top": 74, "width": 6, "height": 42 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "sys,sound.isClickEnabled", "left": 178, "top": 74, "width": 74, "height": 42, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_left" }, "action": "sys.settings.sound.toggleClick", "left": 0, "top": 0, "width": 74, "height": 42, "text": "OFF", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_left" }, "action": "sys.settings.sound.toggleClick", "left": 0, "top": 0, "width": 74, "height": 42, "text": "ON", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 204, "width": 224, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 224, "top": 204, "width": 48, "height": 36, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "sys_settings_diag", "description": "", "widgets": [ { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 228, "height": 28, "text": "System diagnostics", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 204, "width": 224, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 224, "top": 204, "width": 48, "height": 36, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "user_profiles", "description": "User profiles information and settings", "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 306, "height": 30, "text": "User profiles (1)", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 8, "top": 30, "width": 181, "height": 28, "text": "Autorecall on power-on:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "profiles.autoRecall.status", "left": 189, "top": 30, "width": 40, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "profiles.toggleAutoRecall", "left": 0, "top": 0, "width": 40, "height": 28, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "profiles.toggleAutoRecall", "left": 0, "top": 0, "width": 40, "height": 28, "text": "Yes", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 229, "top": 30, "width": 83, "height": 28 }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 8, "top": 58, "width": 133, "height": 28, "text": "Power-on profile:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "profiles.autoRecall.location", "left": 141, "top": 58, "width": 35, "height": 28, "text": "", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 176, "top": 58, "width": 136, "height": 28 }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "profiles.list1", "left": 8, "top": 86, "width": 304, "height": 116, "itemWidget": { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 304, "height": 28, "layout": "Profile" }, "listType": "vertical" }, { "type": "Text", "style": { "inheritFrom": "bottom_button_disabled" }, "left": 0, "top": 204, "width": 48, "height": 36, "text": "(", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_user_profiles2", "left": 48, "top": 204, "width": 48, "height": 36, "text": ")", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 96, "top": 204, "width": 176, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "user_profiles2", "description": "User profiles information and settings page 2", "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 306, "height": 30, "text": "User profiles (2)", "focusStyle": {} }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "profiles.list2", "left": 8, "top": 30, "width": 304, "height": 168, "itemWidget": { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 304, "height": 28, "layout": "Profile" }, "listType": "vertical" }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_user_profiles", "left": 0, "top": 204, "width": 48, "height": 36, "text": "(", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button_disabled" }, "action": "", "left": 48, "top": 204, "width": 48, "height": 36, "text": ")", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 96, "top": 204, "width": 176, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "user_profile_settings", "description": "User profile information and settings", "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 94, "height": 30, "text": "User profile", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "profile.label", "left": 100, "top": 0, "width": 36, "height": 30, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 136, "top": 0, "width": 176, "height": 30, "text": "settings", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "profile.status", "left": 8, "top": 30, "width": 304, "height": 174, "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_S" }, "left": 0, "top": 0, "width": 304, "height": 174, "text": "-- Not used --", "focusStyle": {} }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 304, "height": 174, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 195, "height": 28, "text": "Use as Power-up profile:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "profile.isAutoRecallLocation", "left": 195, "top": 0, "width": 40, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "profile.toggleIsAutoRecallLocation", "left": 0, "top": 0, "width": 40, "height": 28, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "action": "", "left": 0, "top": 0, "width": 40, "height": 28, "text": "Yes", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 235, "top": 0, "width": 69, "height": 28 }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 28, "width": 304, "height": 28, "text": "Remark:", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "edit_value_active_S_left" }, "data": "profile.remark", "action": "profile.editRemark", "left": 0, "top": 56, "width": 304, "height": 46, "text": "" }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 0, "top": 102, "width": 304, "height": 56, "layout": "ProfileBasicInfo" }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 158, "width": 304, "height": 16 } ] } ] }, { "type": "Button", "style": { "inheritFrom": "bottom_button_textual_S" }, "action": "profile.recall", "left": 0, "top": 204, "width": 56, "height": 36, "text": "Recall", "enabled": "profile.status", "disabledStyle": { "inheritFrom": "bottom_button_textual_S_disabled" } }, { "type": "Text", "style": { "inheritFrom": "bottom_button_textual_S" }, "action": "profile.save", "left": 56, "top": 204, "width": 56, "height": 36, "text": "Save", "focusStyle": {} }, { "type": "Button", "style": { "inheritFrom": "bottom_button_textual_S" }, "action": "profile.delete", "left": 112, "top": 204, "width": 56, "height": 36, "text": "Delete", "enabled": "profile.status", "disabledStyle": { "inheritFrom": "bottom_button_textual_S_disabled" } }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 168, "top": 204, "width": 56, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 224, "top": 204, "width": 48, "height": 36, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "user_profile_0_settings", "description": "Default profile information and settings", "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 94, "height": 30, "text": "User profile", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "profile.label", "left": 100, "top": 0, "width": 36, "height": 30, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 136, "top": 0, "width": 176, "height": 30, "text": "settings", "focusStyle": {} }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 8, "top": 30, "width": 304, "height": 174, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 195, "height": 28, "text": "Use as Power-up profile:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "profile.isAutoRecallLocation", "left": 195, "top": 0, "width": 40, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_left" }, "action": "profile.toggleIsAutoRecallLocation", "left": 0, "top": 0, "width": 40, "height": 28, "text": "No", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "action": "", "left": 0, "top": 0, "width": 40, "height": 28, "text": "Yes", "focusStyle": {} } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 235, "top": 0, "width": 69, "height": 28 }, { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 0, "top": 28, "width": 304, "height": 56, "layout": "ProfileBasicInfo" }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 84, "width": 304, "height": 90 } ] }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 0, "top": 204, "width": 224, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_previous_page", "left": 224, "top": 204, "width": 48, "height": 36, "text": "B", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "sys_info", "description": "System information", "widgets": [ { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 246, "height": 32, "text": "System information (1)", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 30, "width": 118, "height": 28, "text": "Total On time:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "sys.onTime.total", "left": 130, "top": 30, "width": 122, "height": 28, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 58, "width": 118, "height": 28, "text": "Last On time:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "sys.onTime.last", "left": 130, "top": 58, "width": 122, "height": 28, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 86, "width": 118, "height": 28, "text": "Temp. AUX:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "sys.temp.aux.status", "left": 130, "top": 86, "width": 122, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "event_error" }, "data": "", "left": 0, "top": 0, "width": 122, "height": 28, "text": "Invalid", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "sys.temp.aux", "left": 0, "top": 0, "width": 122, "height": 28, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "data": "", "left": 0, "top": 0, "width": 122, "height": 28, "text": "Not installed", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 114, "width": 118, "height": 28, "text": "Fan speed:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "sys.info.fan.status", "left": 130, "top": 114, "width": 122, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "event_error" }, "data": "", "left": 0, "top": 0, "width": 122, "height": 28, "text": "Fault", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "sys.info.fan.speed", "left": 0, "top": 0, "width": 122, "height": 28, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "data": "", "left": 0, "top": 0, "width": 122, "height": 28, "text": "Unsupported", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "default_disabled_S_left" }, "data": "", "left": 0, "top": 0, "width": 122, "height": 28, "text": "Not installed", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 142, "width": 118, "height": 28, "text": "Firmware:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "sys.info.firmwareVer", "left": 130, "top": 142, "width": 122, "height": 28, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 12, "top": 198, "width": 240, "height": 6 }, { "type": "Text", "style": { "inheritFrom": "bottom_button_disabled" }, "left": 0, "top": 204, "width": 48, "height": 36, "text": "(", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_sys_info2", "left": 48, "top": 204, "width": 48, "height": 36, "text": ")", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 96, "top": 204, "width": 176, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 170, "width": 118, "height": 28, "text": "Serial No.:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "sys.info.serialNo", "left": 130, "top": 170, "width": 122, "height": 28, "focusStyle": { "inheritFrom": "value_S" } } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "sys_info2", "description": "System information page 2", "widgets": [ { "type": "LayoutView", "style": { "inheritFrom": "default" }, "left": 252, "top": 0, "width": 68, "height": 204, "layout": "Channels" }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "left": 6, "top": 0, "width": 246, "height": 32, "text": "System information (2)", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 32, "width": 118, "height": 28, "text": "CPU board:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "sys.info.cpu", "left": 130, "top": 32, "width": 122, "height": 28, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 60, "width": 118, "height": 28, "text": "Ethernet:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "sys.info.ethernet", "left": 130, "top": 60, "width": 122, "height": 28, "text": "", "focusStyle": {} }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 12, "top": 88, "width": 240, "height": 56, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 240, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "data": "channel.boardInfo.label", "left": 0, "top": 0, "width": 118, "height": 28, "text": "Firmware:", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.status", "left": 118, "top": 0, "width": 122, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "", "left": 0, "top": 0, "width": 122, "height": 28, "text": "Not installed", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "channel.boardInfo.revision", "left": 0, "top": 0, "width": 122, "height": 28, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "channel.boardInfo.revision", "left": 0, "top": 0, "width": 122, "height": 28, "focusStyle": { "inheritFrom": "value_S" } } ] } ] }, "listType": "vertical" }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 12, "top": 144, "width": 118, "height": 28, "text": "SCPI Version:", "focusStyle": {} }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "sys.info.scpiVer", "left": 130, "top": 144, "width": 122, "height": 28, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_sys_info", "left": 0, "top": 204, "width": 48, "height": 36, "text": "(", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "bottom_button_disabled" }, "left": 48, "top": 204, "width": 48, "height": 36, "text": ")", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "bottom_button_background" }, "left": 96, "top": 204, "width": 176, "height": 36 }, { "type": "Text", "style": { "inheritFrom": "bottom_button" }, "action": "show_main_page", "left": 272, "top": 204, "width": 48, "height": 36, "text": "X", "focusStyle": {} } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "stand_by_menu", "description": "Standby menu", "style": "select_enum_item_popup_container", "widgets": [ { "type": "Text", "style": { "inheritFrom": "select_enum_item_popup_item" }, "action": "reset", "left": 12, "top": 76, "width": 122, "height": 32, "text": "Reset (*RST)", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "select_enum_item_popup_item" }, "action": "standBy", "left": 12, "top": 12, "width": 122, "height": 32, "text": "Standby", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "select_enum_item_popup_item" }, "action": "turnDisplayOff", "left": 12, "top": 44, "width": 122, "height": 32, "text": "Display off", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "dark_line" }, "left": 12, "top": 112, "width": 122, "height": 2 }, { "type": "Text", "style": { "inheritFrom": "select_enum_item_popup_item" }, "action": "show_previous_page", "left": 13, "top": 118, "width": 122, "height": 32, "text": "Cancel", "focusStyle": {} } ], "closePageIfTouchedOutside": true, "left": 87, "top": 32, "width": 146, "height": 162, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "entering_standby", "description": "Information about entering standby mode", "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 320, "height": 90 }, { "type": "Text", "style": { "inheritFrom": "default" }, "left": 0, "top": 90, "width": 320, "height": 40, "text": "Entering standby...", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 130, "width": 320, "height": 36 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 166, "width": 44, "height": 50 }, { "type": "MultilineText", "style": { "inheritFrom": "default_S" }, "left": 44, "top": 166, "width": 240, "height": 50, "text": "Press and hold anywhere on the screen to wake up." }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 284, "top": 166, "width": 36, "height": 50 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 216, "width": 320, "height": 24 } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_S" }, "left": 0, "top": 61, "width": 240, "height": 40, "text": "Entering stand-by mode...", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "default_S" }, "left": 28, "top": 240, "width": 200, "height": 70, "text": "Press and hold anywhere on the screen to wake up." } ] } }, { "name": "standby", "description": "Standby mode page that is displayed when power is applied and last known PSU state was standby.", "widgets": [ { "type": "Text", "style": { "inheritFrom": "default" }, "left": 0, "top": 90, "width": 320, "height": 40, "text": "Standby mode", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "default_S" }, "left": 44, "top": 166, "width": 240, "height": 50, "text": "Press and hold anywhere on the screen to wake up." } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [ { "type": "Text", "style": { "inheritFrom": "default" }, "left": 0, "top": 60, "width": 240, "height": 40, "text": "Stand-by mode", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "default_S" }, "left": 28, "top": 240, "width": 200, "height": 70, "text": "Press and hold anywhere on the screen to wake up." } ] } }, { "name": "display_off", "description": "Information that display is turning off", "style": "display_off", "widgets": [ { "type": "Text", "style": { "inheritFrom": "display_off" }, "left": 0, "top": 57, "width": 320, "height": 40, "text": "Display is going OFF", "focusStyle": {} }, { "type": "MultilineText", "style": { "inheritFrom": "display_off_S" }, "left": 39, "top": 150, "width": 240, "height": 70, "text": "Press and hold anywhere on the screen to turn ON." } ], "left": 0, "top": 0, "width": 320, "height": 240, "portrait": { "x": 0, "y": 0, "width": 240, "height": 320, "widgets": [] } }, { "name": "Channels", "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 92, "width": 64, "height": 20 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 64, "top": 0, "width": 4, "height": 204 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.coupling.mode", "left": 0, "top": 0, "width": 64, "height": 204, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 64, "height": 204, "widgets": [ { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 0, "width": 64, "height": 204, "itemWidget": { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.status", "left": 0, "top": 0, "width": 64, "height": 112, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 64, "height": 112, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 64, "height": 92 } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 64, "height": 112, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "left": 0, "top": 0, "width": 64, "height": 32, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_right" }, "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 64, "height": 32, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 64, "height": 32, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.monValue", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 64, "height": 32, "focusStyle": { "inheritFrom": "edit_value_active_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.monValue", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 64, "height": 32, "focusStyle": { "inheritFrom": "edit_value_active_S_right" } } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "trigger.isInitiated", "left": 0, "top": 32, "width": 64, "height": 60, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 64, "height": 60, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.rprog.status", "left": 0, "top": 0, "width": 64, "height": 30, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 64, "height": 30, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] }, { "type": "DisplayData", "style": { "inheritFrom": "mon_dac_S" }, "data": "channel.u.monDac", "action": "", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "mon_dac_S" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 30, "width": 64, "height": 30, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] } ] }, { "type": "Button", "style": { "inheritFrom": "edit_value_active_S_center" }, "data": "trigger.isInitiated", "action": "trigger.generateManual", "left": 0, "top": 0, "width": 64, "height": 60, "text": "\\u0093TRG", "enabled": "trigger.isManual", "disabledStyle": { "inheritFrom": "edit_value_S_centered" } } ] } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 64, "height": 112, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 64, "height": 92 } ] } ] }, "listType": "vertical" } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 64, "height": 204, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.status", "left": 0, "top": 0, "width": 64, "height": 112, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 64, "height": 112 }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 64, "height": 112, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "left": 0, "top": 0, "width": 64, "height": 32, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_right" }, "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 64, "height": 32, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 64, "height": 32, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.monValue", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 64, "height": 32, "focusStyle": { "inheritFrom": "edit_value_active_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.monValue", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 64, "height": 32, "focusStyle": { "inheritFrom": "edit_value_active_S_right" } } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "trigger.isInitiated", "left": 0, "top": 32, "width": 64, "height": 60, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 64, "height": 60, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isVoltageBalanced", "left": 0, "top": 0, "width": 64, "height": 30, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 64, "height": 30, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 64, "height": 30, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "set_value_S_right_balanced" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "set_value_S_right_balanced" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCurrentBalanced", "left": 0, "top": 30, "width": 64, "height": 30, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 64, "height": 30, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 64, "height": 30, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "set_value_S_right_balanced" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "set_value_S_right_balanced" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] } ] } ] }, { "type": "Button", "style": { "inheritFrom": "edit_value_active_S_center" }, "data": "trigger.isInitiated", "action": "trigger.generateManual", "left": 0, "top": 0, "width": 64, "height": 60, "text": "\\u0093TRG", "enabled": "trigger.isManual", "disabledStyle": { "inheritFrom": "edit_value_S_centered" } } ] } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 64, "height": 112 } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 112, "width": 64, "height": 8 }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_centered" }, "left": 0, "top": 120, "width": 64, "height": 22, "text": "\\u0081", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 142, "width": 64, "height": 30, "text": "Coupled:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "coupled_info_S" }, "left": 0, "top": 172, "width": 64, "height": 32, "text": "Parallel", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 64, "height": 204, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.status", "left": 0, "top": 0, "width": 64, "height": 112, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 64, "height": 112 }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 64, "height": 112, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "left": 0, "top": 0, "width": 64, "height": 32, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_right" }, "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 64, "height": 32, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 64, "height": 32, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.monValue", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 64, "height": 32, "focusStyle": { "inheritFrom": "edit_value_active_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.monValue", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 64, "height": 32, "focusStyle": { "inheritFrom": "edit_value_active_S_right" } } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "trigger.isInitiated", "left": 0, "top": 32, "width": 64, "height": 60, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 64, "height": 60, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isVoltageBalanced", "left": 0, "top": 0, "width": 64, "height": 30, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 64, "height": 30, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 64, "height": 30, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "set_value_S_right_balanced" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "set_value_S_right_balanced" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCurrentBalanced", "left": 0, "top": 30, "width": 64, "height": 30, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 64, "height": 30, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 64, "height": 30, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "set_value_S_right_balanced" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "set_value_S_right_balanced" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] } ] } ] }, { "type": "Button", "style": { "inheritFrom": "edit_value_active_S_center" }, "data": "trigger.isInitiated", "action": "trigger.generateManual", "left": 0, "top": 0, "width": 64, "height": 60, "text": "\\u0093TRG", "enabled": "trigger.isManual", "disabledStyle": { "inheritFrom": "edit_value_S_centered" } } ] } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 64, "height": 112 } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 112, "width": 64, "height": 10 }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_centered" }, "left": 0, "top": 120, "width": 64, "height": 22, "text": "\\u0081", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 142, "width": 64, "height": 30, "text": "Coupled:", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "coupled_info_S" }, "left": 0, "top": 172, "width": 64, "height": 32, "text": "Series", "focusStyle": {} } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 64, "height": 204, "widgets": [ { "type": "Text", "style": { "inheritFrom": "default_S" }, "action": "show_channel_settings", "left": 0, "top": 90, "width": 64, "height": 24, "text": "\\u008ATrack", "focusStyle": {} }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 0, "top": 0, "width": 64, "height": 204, "itemWidget": { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.status", "left": 0, "top": 0, "width": 64, "height": 112, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 64, "height": 112, "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 64, "height": 92 } ] }, { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 64, "height": 112, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "left": 0, "top": 0, "width": 64, "height": 32, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_active_S_right" }, "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 64, "height": 32, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 64, "height": 32, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.monValue", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 64, "height": 32, "focusStyle": { "inheritFrom": "edit_value_active_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.monValue", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 64, "height": 32, "focusStyle": { "inheritFrom": "edit_value_active_S_right" } } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "trigger.isInitiated", "left": 0, "top": 32, "width": 64, "height": 60, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 64, "height": 60, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 64, "height": 30, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "inheritFrom": "edit_value_active_S_right" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 30, "width": 64, "height": 30, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value_S_right" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 64, "height": 30, "focusStyle": { "inheritFrom": "edit_value_focus_S_right" } }, { "type": "DisplayData", "style": { "i