{ "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": { "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" } ] } ] } ], "left": 0, "top": 0, "width": 68, "height": 204, "isUsedAsCustomWidget": true }, { "name": "Profile", "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 304, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_S" }, "data": "profile.label", "action": "show_user_profile_settings", "left": 0, "top": 0, "width": 36, "height": 28, "text": "", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "data": "profile.remark", "left": 36, "top": 0, "width": 268, "height": 28, "text": "", "focusStyle": {} } ] } ], "left": 0, "top": 0, "width": 304, "height": 28, "isUsedAsCustomWidget": true }, { "name": "ProfileBasicInfo", "description": "", "widgets": [ { "type": "Text", "style": { "inheritFrom": "edit_value_S_left" }, "left": 0, "top": 0, "width": 94, "height": 29, "text": "Basic info:", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 29, "width": 94, "height": 27 }, { "type": "List", "style": { "inheritFrom": "default" }, "data": "channels", "left": 94, "top": 0, "width": 210, "height": 56, "itemWidget": { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 210, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "channel.shortLabel", "left": 0, "top": 0, "width": 36, "height": 28, "text": "", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "profile.channel.outputState", "left": 36, "top": 0, "width": 30, "height": 28, "widgets": [ { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "", "left": 0, "top": 0, "width": 30, "height": 28, "text": "Off", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "value_S" }, "data": "", "left": 0, "top": 0, "width": 30, "height": 28, "text": "On", "focusStyle": {} } ] }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "profile.channel.u.set", "left": 66, "top": 0, "width": 64, "height": 28, "focusStyle": { "inheritFrom": "value_S" } }, { "type": "DisplayData", "style": { "inheritFrom": "value_S" }, "data": "profile.channel.i.set", "left": 130, "top": 0, "width": 80, "height": 28, "focusStyle": { "inheritFrom": "value_S" } } ] }, "listType": "vertical" } ], "left": 0, "top": 0, "width": 304, "height": 56, "isUsedAsCustomWidget": true }, { "name": "CoupledChannelsDefaultView", "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 208, "height": 14 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 208, "top": 0, "width": 112, "height": 10 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "action": "", "left": 48, "top": 14, "width": 155, "height": 86, "widgets": [ { "type": "Text", "style": { "inheritFrom": "channel_off_landscape" }, "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 155, "height": 86, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 155, "height": 86, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "mon_value_landscape_L_right" }, "data": "channel.monValue", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 155, "height": 86, "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": 155, "height": 86, "focusStyle": { "inheritFrom": "mon_value_ur_landscape_L_right" } } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "lrip", "left": 0, "top": 14, "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": 38, "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": 62, "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": 86, "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": 110, "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": 203, "top": 10, "width": 117, "height": 80, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 117, "height": 80, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isVoltageBalanced", "left": 0, "top": 0, "width": 117, "height": 40, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 117, "height": 40, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 117, "height": 40, "focusStyle": { "inheritFrom": "mon_value_focus" } }, { "type": "DisplayData", "style": { "inheritFrom": "mon_value" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 117, "height": 40, "focusStyle": { "inheritFrom": "mon_value_focus" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 117, "height": 40, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "set_value_balanced" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 117, "height": 40, "focusStyle": { "inheritFrom": "set_value_focus_balanced" } }, { "type": "DisplayData", "style": { "inheritFrom": "set_value_balanced" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 117, "height": 40, "focusStyle": { "inheritFrom": "set_value_focus_balanced" } } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCurrentBalanced", "left": 0, "top": 40, "width": 117, "height": 40, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 117, "height": 40, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 117, "height": 40, "focusStyle": { "inheritFrom": "mon_value_focus" } }, { "type": "DisplayData", "style": { "inheritFrom": "mon_value" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 117, "height": 40, "focusStyle": { "inheritFrom": "mon_value_focus" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 117, "height": 40, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "set_value_balanced" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 117, "height": 40, "focusStyle": { "inheritFrom": "set_value_focus_balanced" } }, { "type": "DisplayData", "style": { "inheritFrom": "set_value_balanced" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 117, "height": 40, "focusStyle": { "inheritFrom": "set_value_focus_balanced" } } ] } ] } ] }, { "type": "Button", "style": { "inheritFrom": "mon_value" }, "data": "trigger.isInitiated", "action": "trigger.generateManual", "left": 0, "top": 0, "width": 117, "height": 80, "text": "\\u0093TRG", "enabled": "trigger.isManual", "disabledStyle": { "inheritFrom": "default" } } ] }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 208, "top": 90, "width": 112, "height": 10 }, { "type": "Text", "style": { "inheritFrom": "edit_S" }, "action": "show_channel_settings", "left": 48, "top": 100, "width": 155, "height": 34, "text": "` Settings", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 203, "top": 124, "width": 117, "height": 10 }, { "type": "DisplayData", "style": { "inheritFrom": "default" }, "data": "channel.p.mon", "left": 203, "top": 90, "width": 117, "height": 34, "focusStyle": { "inheritFrom": "default" } }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 134, "width": 320, "height": 4 } ], "left": 0, "top": 0, "width": 320, "height": 138, "isUsedAsCustomWidget": true }, { "name": "CoupledChannelsHorizontalBarView", "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 320, "height": 5 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 5, "width": 8, "height": 106 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "action": "", "left": 8, "top": 5, "width": 195, "height": 106, "widgets": [ { "type": "Text", "style": { "inheritFrom": "channel_off_landscape" }, "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 195, "height": 106, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 195, "height": 106, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 195, "height": 106, "widgets": [ { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_U_defualt" }, "data": "channel.displayValue1", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 195, "height": 50, "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": 50, "width": 195, "height": 6 }, { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_I_default" }, "data": "channel.displayValue2", "action": "channel.toggleOutput", "left": 0, "top": 56, "width": 195, "height": 50, "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": 195, "height": 106, "widgets": [ { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_unregulated" }, "data": "channel.displayValue1", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 195, "height": 50, "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": 50, "width": 195, "height": 6 }, { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_unregulated" }, "data": "channel.displayValue2", "action": "channel.toggleOutput", "left": 0, "top": 56, "width": 195, "height": 50, "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": 203, "top": 4, "width": 117, "height": 72, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 117, "height": 72, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isVoltageBalanced", "left": 0, "top": 0, "width": 117, "height": 36, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 117, "height": 36, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "mon_value_focus" } }, { "type": "DisplayData", "style": { "inheritFrom": "mon_value" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "mon_value_focus" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 117, "height": 36, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "set_value_balanced" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "set_value_focus_balanced" } }, { "type": "DisplayData", "style": { "inheritFrom": "set_value_balanced" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "set_value_focus_balanced" } } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCurrentBalanced", "left": 0, "top": 36, "width": 117, "height": 36, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 117, "height": 36, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "mon_value_focus" } }, { "type": "DisplayData", "style": { "inheritFrom": "mon_value" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "mon_value_focus" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 117, "height": 36, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "set_value_balanced" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "set_value_focus_balanced" } }, { "type": "DisplayData", "style": { "inheritFrom": "set_value_balanced" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "set_value_focus_balanced" } } ] } ] } ] }, { "type": "Button", "style": { "inheritFrom": "mon_value" }, "data": "trigger.isInitiated", "action": "trigger.generateManual", "left": 0, "top": 0, "width": 117, "height": 72, "text": "\\u0093TRG", "enabled": "trigger.isManual", "disabledStyle": { "inheritFrom": "default" } } ] }, { "type": "DisplayData", "style": { "inheritFrom": "default" }, "data": "channel.p.mon", "left": 203, "top": 76, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "default" } }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "lrip", "left": 0, "top": 114, "width": 45, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 45, "height": 24, "text": "LRip", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 45, "height": 24, "text": "LRip", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ocp", "left": 45, "top": 114, "width": 45, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OCP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ovp", "left": 90, "top": 114, "width": 45, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OVP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "otp_ch", "left": 135, "top": 114, "width": 45, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OTP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "opp", "left": 180, "top": 114, "width": 45, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OPP", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_S" }, "action": "show_channel_settings", "left": 225, "top": 114, "width": 95, "height": 24, "text": "` Settings", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 111, "width": 320, "height": 3 } ], "left": 0, "top": 0, "width": 320, "height": 138, "isUsedAsCustomWidget": true }, { "name": "CoupledChannelsVerticalBarView", "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 320, "height": 4 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 4, "width": 62, "height": 10 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "action": "", "left": 54, "top": 4, "width": 149, "height": 130, "widgets": [ { "type": "Text", "style": { "inheritFrom": "channel_off_landscape" }, "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 149, "height": 130, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 149, "height": 130, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 149, "height": 130, "widgets": [ { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_U_defualt" }, "data": "channel.displayValue1", "action": "channel.toggleOutput", "left": 2, "top": 0, "width": 65, "height": 130, "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": 67, "top": 0, "width": 10, "height": 130 }, { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_I_default" }, "data": "channel.displayValue2", "action": "channel.toggleOutput", "left": 77, "top": 0, "width": 65, "height": 130, "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": 149, "height": 130, "widgets": [ { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_unregulated" }, "data": "channel.displayValue1", "action": "channel.toggleOutput", "left": 2, "top": 0, "width": 65, "height": 130, "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": 67, "top": 0, "width": 10, "height": 130 }, { "type": "BarGraph", "style": { "inheritFrom": "bar_graph_unregulated" }, "data": "channel.displayValue2", "action": "channel.toggleOutput", "left": 77, "top": 0, "width": 65, "height": 130, "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": 14, "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": 38, "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": 62, "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": 86, "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": 110, "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": 48, "top": 14, "width": 8, "height": 120 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 196, "top": 4, "width": 7, "height": 130 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "trigger.isInitiated", "left": 203, "top": 4, "width": 117, "height": 72, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 117, "height": 72, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isVoltageBalanced", "left": 0, "top": 0, "width": 117, "height": 36, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 117, "height": 36, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "mon_value_focus" } }, { "type": "DisplayData", "style": { "inheritFrom": "mon_value" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "mon_value_focus" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 117, "height": 36, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "set_value_balanced" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "set_value_focus_balanced" } }, { "type": "DisplayData", "style": { "inheritFrom": "set_value_balanced" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "set_value_focus_balanced" } } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCurrentBalanced", "left": 0, "top": 36, "width": 117, "height": 36, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 117, "height": 36, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "mon_value_focus" } }, { "type": "DisplayData", "style": { "inheritFrom": "mon_value" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "mon_value_focus" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 117, "height": 36, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "set_value_balanced" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "set_value_focus_balanced" } }, { "type": "DisplayData", "style": { "inheritFrom": "set_value_balanced" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "set_value_focus_balanced" } } ] } ] } ] }, { "type": "Button", "style": { "inheritFrom": "mon_value" }, "data": "trigger.isInitiated", "action": "trigger.generateManual", "left": 0, "top": 0, "width": 117, "height": 72, "text": "\\u0093TRG", "enabled": "trigger.isManual", "disabledStyle": { "inheritFrom": "default" } } ] }, { "type": "DisplayData", "style": { "inheritFrom": "default" }, "data": "channel.p.mon", "left": 203, "top": 76, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "default" } }, { "type": "Text", "style": { "inheritFrom": "edit_S" }, "action": "show_channel_settings", "left": 203, "top": 112, "width": 117, "height": 26, "text": "` Settings", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 134, "width": 216, "height": 4 } ], "left": 0, "top": 0, "width": 320, "height": 138, "isUsedAsCustomWidget": true }, { "name": "CoupledChannelsYTBarView", "widgets": [ { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 0, "width": 320, "height": 5 }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 5, "width": 8, "height": 106 }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputState", "action": "", "left": 1, "top": 5, "width": 202, "height": 106, "widgets": [ { "type": "Text", "style": { "inheritFrom": "channel_off_landscape" }, "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 202, "height": 106, "text": "OFF", "focusStyle": {} }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.outputMode", "left": 0, "top": 0, "width": 202, "height": 106, "widgets": [ { "type": "YTGraph", "style": { "inheritFrom": "yt_graph" }, "data": "channel.displayValue1", "action": "channel.toggleOutput", "left": 0, "top": 0, "width": 202, "height": 106, "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": 106, "y1Style": { "inheritFrom": "yt_graph_unregulated" }, "y2Data": "channel.displayValue2", "y2Style": { "inheritFrom": "yt_graph_unregulated" } } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "trigger.isInitiated", "left": 203, "top": 4, "width": 117, "height": 72, "widgets": [ { "type": "Container", "style": { "inheritFrom": "default" }, "left": 0, "top": 0, "width": 117, "height": 72, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isVoltageBalanced", "left": 0, "top": 0, "width": 117, "height": 36, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 117, "height": 36, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "mon_value_focus" } }, { "type": "DisplayData", "style": { "inheritFrom": "mon_value" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "mon_value_focus" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 117, "height": 36, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "set_value_balanced" }, "data": "channel.u.edit", "action": "", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "set_value_focus_balanced" } }, { "type": "DisplayData", "style": { "inheritFrom": "set_value_balanced" }, "data": "channel.u.edit", "action": "edit", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "set_value_focus_balanced" } } ] } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "channel.isCurrentBalanced", "left": 0, "top": 36, "width": 117, "height": 36, "widgets": [ { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 117, "height": 36, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "edit_value" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "mon_value_focus" } }, { "type": "DisplayData", "style": { "inheritFrom": "mon_value" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "mon_value_focus" } } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "editEnabled", "left": 0, "top": 0, "width": 117, "height": 36, "widgets": [ { "type": "DisplayData", "style": { "inheritFrom": "set_value_balanced" }, "data": "channel.i.edit", "action": "", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "set_value_focus_balanced" } }, { "type": "DisplayData", "style": { "inheritFrom": "set_value_balanced" }, "data": "channel.i.edit", "action": "edit", "left": 0, "top": 0, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "set_value_focus_balanced" } } ] } ] } ] }, { "type": "Button", "style": { "inheritFrom": "mon_value" }, "data": "trigger.isInitiated", "action": "trigger.generateManual", "left": 0, "top": 0, "width": 117, "height": 72, "text": "\\u0093TRG", "enabled": "trigger.isManual", "disabledStyle": { "inheritFrom": "default" } } ] }, { "type": "DisplayData", "style": { "inheritFrom": "default" }, "data": "channel.p.mon", "left": 203, "top": 76, "width": 117, "height": 36, "focusStyle": { "inheritFrom": "default" } }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "lrip", "left": 0, "top": 114, "width": 45, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 45, "height": 24, "text": "LRip", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_adv_lripple", "left": 0, "top": 0, "width": 45, "height": 24, "text": "LRip", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ocp", "left": 45, "top": 114, "width": 45, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ocp", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OCP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OCP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "ovp", "left": 90, "top": 114, "width": 45, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_ovp", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OVP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OVP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "otp_ch", "left": 135, "top": 114, "width": 45, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_otp", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OTP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OTP", "focusStyle": {} } ] }, { "type": "Select", "style": { "inheritFrom": "default" }, "data": "opp", "left": 180, "top": 114, "width": 45, "height": 24, "widgets": [ { "type": "Text", "style": { "inheritFrom": "prot_indicator_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_set_S" }, "action": "show_ch_settings_prot_opp", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OPP", "focusStyle": {} }, { "type": "Text", "style": { "inheritFrom": "prot_indicator_trip_S" }, "action": "show_ch_settings_prot_clear", "left": 0, "top": 0, "width": 45, "height": 24, "text": "OPP", "focusStyle": {} } ] }, { "type": "Text", "style": { "inheritFrom": "edit_S" }, "action": "show_channel_settings", "left": 225, "top": 114, "width": 95, "height": 24, "text": "` Settings", "focusStyle": {} }, { "type": "Rectangle", "style": { "inheritFrom": "default_inverse" }, "left": 0, "top": 111, "width": 320, "height": 3 } ], "left": 0, "top": 0, "width": 320, "height": 138, "isUsedAsCustomWidget": true } ], "styles": [ { "name": "bar_graph_I_default", "description": "", "inheritFrom": "", "font": "medium", "color": "#c830c8", "backgroundColor": "#d3d3d3" }, { "name": "bar_graph_limit_line", "inheritFrom": "default", "color": "#ff0000", "backgroundColor": "#ff0000", "borderSize": 1, "borderColor": "#ff0000" }, { "name": "bar_graph_set_line", "inheritFrom": "default", "color": "#808080", "borderSize": 1 }, { "name": "bar_graph_text", "description": "", "inheritFrom": "", "font": "small", "alignHorizontal": "left", "color": "#404040", "backgroundColor": "#ffff00", "padding": "0 4" }, { "name": "bar_graph_text_vertical", "description": "", "inheritFrom": "", "font": "small", "alignHorizontal": "center", "alignVertical": "top", "color": "#404040", "backgroundColor": "#ffff00", "padding": 0 }, { "name": "bar_graph_U_defualt", "description": "", "inheritFrom": "", "font": "medium", "color": "#ffb000", "backgroundColor": "#d3d3d3" }, { "name": "bar_graph_unregulated", "description": "", "inheritFrom": "", "font": "medium", "color": "#ff0000", "backgroundColor": "#d3d3d3" }, { "name": "bottom_button", "font": "icons", "alignHorizontal": "center", "alignVertical": "center", "color": "#2F2F2F", "backgroundColor": "#E9F5F9", "borderSize": 0, "borderColor": "#D3D3D3", "padding": "0 4" }, { "name": "bottom_button_background", "font": "icons", "alignHorizontal": "center", "alignVertical": "center", "color": "#e9f5f9", "backgroundColor": "#2f2f2f", "borderSize": 0, "borderColor": "#D3D3D3", "padding": "0 4" }, { "name": "bottom_button_disabled", "font": "icons", "alignHorizontal": "center", "alignVertical": "center", "color": "#CDCDCD", "backgroundColor": "#E9F5F9", "borderSize": 0, "borderColor": "#D3D3D3", "padding": "0 4" }, { "name": "bottom_button_textual", "font": "medium", "alignHorizontal": "center", "alignVertical": "center", "color": "#2F2F2F", "backgroundColor": "#E9F5F9", "borderSize": 0, "borderColor": "#D3D3D3", "padding": "0 4" }, { "name": "bottom_button_textual_S", "inheritFrom": "bottom_button", "font": "small", "alignHorizontal": "center", "alignVertical": "center", "color": "#2F2F2F", "backgroundColor": "#E9F5F9", "borderSize": 0, "borderColor": "#D3D3D3", "padding": "0 4" }, { "name": "bottom_button_textual_S_left", "inheritFrom": "bottom_button_textual", "font": "small", "alignHorizontal": "left" }, { "name": "bottom_button_textual_S_disabled", "inheritFrom": "bottom_button_textual_S", "color": "#c0c0c0" }, { "name": "channel_error", "inheritFrom": "default", "font": "medium", "alignHorizontal": "center", "alignVertical": "center", "color": "#FF0000", "borderSize": 0, "padding": 0 }, { "name": "channel_off_L", "inheritFrom": "default", "font": "large", "alignHorizontal": "center", "alignVertical": "center", "color": "#FFFF00", "borderSize": 0, "padding": 0 }, { "name": "channel_off_landscape", "inheritFrom": "default", "font": "large_landscape", "alignHorizontal": "center", "alignVertical": "center", "color": "#FFFF00", "borderSize": 0, "padding": 0 }, { "name": "channel_off", "inheritFrom": "default", "font": "medium", "alignHorizontal": "center", "alignVertical": "center", "color": "#FFFFFF", "borderSize": 0, "padding": 0 }, { "name": "coupled_info", "description": "Previous background color was: #52b5d3\nNew one was changed intentionally to test inheritance.", "font": "medium", "alignHorizontal": "center", "color": "#FFFFFF", "backgroundColor": "#ff0000", "borderColor": "#D3D3D3", "padding": "0 3" }, { "name": "coupled_info_S", "description": "Previous background color was: #52b5d3\nNew one was changed intentionally to test inheritance.", "inheritFrom": "coupled_info", "font": "small", "alignHorizontal": "center" }, { "name": "default", "description": "Previous background color was: #52b5d3\nNew one was changed intentionally to test inheritance.", "font": "medium", "color": "#FFFFFF", "backgroundColor": "#5080ff", "borderColor": "#D3D3D3" }, { "name": "default_disabled", "description": "", "inheritFrom": "default", "font": "medium", "color": "#c0c0c0" }, { "name": "default_active_S", "inheritFrom": "default", "color": "#ffff00" }, { "name": "default_disabled_S", "description": "", "inheritFrom": "default", "font": "small", "color": "#c0c0c0" }, { "name": "default_disabled_S_left", "description": "", "inheritFrom": "default", "font": "small", "alignHorizontal": "left", "color": "#c0c0c0" }, { "name": "default_disabled_S_right", "description": "", "inheritFrom": "default", "font": "small", "alignHorizontal": "right", "color": "#c0c0c0" }, { "name": "default_edit", "description": "", "inheritFrom": "default", "font": "medium", "color": "#FFFFFF" }, { "name": "default_edit_inverse", "description": "", "inheritFrom": "default", "font": "medium", "backgroundColor": "#ffffff" }, { "name": "default_ICONS", "inheritFrom": "default", "font": "icons" }, { "name": "default_inverse", "description": "", "inheritFrom": "default", "font": "medium", "color": "#5080ff", "backgroundColor": "#5080ff" }, { "name": "default_L", "inheritFrom": "default", "font": "large", "alignHorizontal": "center", "alignVertical": "center", "color": "#FFFFFF", "borderSize": 0, "padding": 0 }, { "name": "default_S", "inheritFrom": "default", "font": "small" }, { "name": "default_S_left", "inheritFrom": "default", "font": "small", "alignHorizontal": "left" }, { "name": "edit_info_S", "inheritFrom": "default", "font": "small", "alignHorizontal": "center", "alignVertical": "center", "color": "#c8e7f0", "borderSize": 0, "padding": 0 }, { "name": "edit_mode_slider_scale", "inheritFrom": "default", "font": "medium", "alignHorizontal": "center", "alignVertical": "center", "color": "#FFFFFF", "borderSize": 0, "padding": 0 }, { "name": "edit_mode_step_vertical_slider", "inheritFrom": "default", "font": "medium", "alignHorizontal": "center", "alignVertical": "center", "color": "#FFFFFF", "borderSize": 0, "padding": 0 }, { "name": "edit_S", "inheritFrom": "default", "font": "small", "color": "#ffff00" }, { "name": "edit_S_focus", "inheritFrom": "edit_S", "font": "small", "color": "#5080ff", "backgroundColor": "#ffff00" }, { "name": "edit_value", "inheritFrom": "default", "font": "medium", "alignHorizontal": "center", "alignVertical": "center", "color": "#FFFFFF", "borderSize": 0, "padding": 0 }, { "name": "edit_value_active", "inheritFrom": "default", "font": "medium", "alignHorizontal": "center", "alignVertical": "center", "color": "#FFFF00", "borderSize": 0, "padding": 0 }, { "name": "edit_value_active_left", "inheritFrom": "default", "font": "medium", "alignHorizontal": "left", "alignVertical": "center", "color": "#FFFF00", "borderSize": 0, "padding": 0 }, { "name": "edit_value_active_S_left", "inheritFrom": "default", "font": "small", "alignHorizontal": "left", "alignVertical": "center", "color": "#FFFF00", "borderSize": 0, "padding": 0 }, { "name": "edit_value_active_S_right", "inheritFrom": "default", "font": "small", "alignHorizontal": "right", "alignVertical": "center", "color": "#FFFF00", "borderSize": 0, "padding": 0 }, { "name": "edit_value_active_S_center", "inheritFrom": "default", "font": "small", "alignHorizontal": "center", "alignVertical": "center", "color": "#FFFF00", "borderSize": 0, "padding": 0 }, { "name": "edit_value_focus_S_right", "inheritFrom": "default", "font": "small", "alignHorizontal": "right", "alignVertical": "center", "color": "#5080ff", "backgroundColor": "#ffff00", "borderSize": 0, "borderColor": "#D3D3D3", "padding": 0 }, { "name": "edit_value_focus_S_center", "inheritFrom": "default", "font": "small", "alignHorizontal": "center", "alignVertical": "center", "color": "#5080ff", "backgroundColor": "#ffff00", "borderSize": 0, "borderColor": "#D3D3D3", "padding": 0 }, { "name": "edit_value_L", "inheritFrom": "default", "font": "large", "alignHorizontal": "center", "alignVertical": "center", "color": "#c8e7f0", "borderSize": 0, "padding": 0 }, { "name": "edit_value_left", "inheritFrom": "default", "font": "medium", "alignHorizontal": "left", "alignVertical": "center", "color": "#FFFFFF", "borderSize": 0, "padding": 0 }, { "name": "edit_value_S_centered", "inheritFrom": "default", "font": "small", "alignHorizontal": "center", "alignVertical": "center", "color": "#FFFFFF", "borderSize": 0, "padding": 0 }, { "name": "edit_value_S_left", "inheritFrom": "default", "font": "small", "alignHorizontal": "left", "alignVertical": "center", "color": "#FFFFFF", "borderSize": 0, "padding": 0 }, { "name": "edit_value_S_right", "inheritFrom": "default", "font": "small", "alignHorizontal": "right", "alignVertical": "center", "color": "#FFFFFF", "borderSize": 0, "padding": 0 }, { "name": "edit_value_ur", "inheritFrom": "default", "font": "medium", "alignHorizontal": "center", "alignVertical": "center", "color": "#FF0000", "borderSize": 0, "padding": 0 }, { "name": "edit_value_ur_S_right", "inheritFrom": "default", "font": "small", "alignHorizontal": "right", "alignVertical": "center", "color": "#FF0000", "borderSize": 0, "padding": 0 }, { "name": "error_alert", "inheritFrom": "default_S", "backgroundColor": "#f78000" }, { "name": "error_alert_button", "inheritFrom": "error_alert", "color": "#ffff00" }, { "name": "event_error", "inheritFrom": "event_info", "color": "#ff0000" }, { "name": "event_error_icon", "inheritFrom": "event_info", "alignHorizontal": "center", "color": "#ff0000" }, { "name": "event_info", "inheritFrom": "default_S", "alignHorizontal": "left", "color": "#80ff80" }, { "name": "event_info_icon", "inheritFrom": "default_S", "alignHorizontal": "center", "color": "#80ff80" }, { "name": "event_warning", "inheritFrom": "event_info", "color": "#ff8040" }, { "name": "event_warning_icon", "inheritFrom": "event_info", "alignHorizontal": "center", "color": "#ff8040" }, { "name": "info_alert", "inheritFrom": "default_S", "backgroundColor": "#5fd3b4" }, { "name": "info_alert_button", "inheritFrom": "info_alert", "color": "#ffff00" }, { "name": "yes_no", "inheritFrom": "default_S", "backgroundColor": "#f78000" }, { "name": "yes_no_background", "inheritFrom": "default_S", "color": "#f78000", "backgroundColor": "#f78000" }, { "name": "yes_no_message", "inheritFrom": "default_S", "color": "#c0c0c0", "backgroundColor": "#f78000" }, { "name": "yes_no_button", "inheritFrom": "yes_no", "color": "#ffff00" }, { "name": "key", "inheritFrom": "default_edit_inverse", "font": "medium", "alignHorizontal": "center", "alignVertical": "center", "color": "#5080ff", "backgroundColor": "#FFFF00", "borderSize": 1, "padding": 0 }, { "name": "key_disabled", "inheritFrom": "key", "color": "#ffff00", "backgroundColor": "#ffff00" }, { "name": "key_icons", "inheritFrom": "key", "font": "icons", "alignHorizontal": "center", "alignVertical": "center", "backgroundColor": "#FFFF00", "borderSize": 1, "padding": 0 }, { "name": "key_spec", "inheritFrom": "default_edit_inverse", "font": "medium", "alignHorizontal": "center", "alignVertical": "center", "color": "#2f2f2f", "backgroundColor": "#e9f5f9", "borderSize": 1, "padding": 0 }, { "name": "key_spec_icons", "inheritFrom": "key_spec", "font": "icons" }, { "name": "max_current_limit_cause", "inheritFrom": "default_S", "alignHorizontal": "left", "color": "#ff0000" }, { "name": "menu_S", "inheritFrom": "default", "font": "small", "alignHorizontal": "center", "alignVertical": "center", "color": "#FFFFFF", "borderSize": 0, "padding": 0 }, { "name": "mon_dac", "inheritFrom": "default", "font": "medium", "alignHorizontal": "center", "alignVertical": "center", "color": "#ff0000", "borderSize": 0, "padding": 0 }, { "name": "mon_dac_S", "inheritFrom": "mon_dac", "font": "small", "alignHorizontal": "right" }, { "name": "mon_value", "inheritFrom": "default", "font": "medium", "alignHorizontal": "center", "alignVertical": "center", "color": "#FFFF00", "borderSize": 0, "padding": 0 }, { "name": "mon_value_L", "inheritFrom": "default", "font": "large", "alignHorizontal": "center", "alignVertical": "center", "color": "#FFFF00", "borderSize": 0, "padding": 0 }, { "name": "mon_value_L_ur", "inheritFrom": "default", "font": "large", "alignHorizontal": "center", "alignVertical": "center", "color": "#FF0000", "borderSize": 0, "padding": 0 }, { "name": "mon_value_landscape_L_right", "inheritFrom": "default", "font": "large_landscape", "alignHorizontal": "right", "alignVertical": "center", "color": "#FFFF00", "borderSize": 0, "padding": 0 }, { "name": "mon_value_ur", "inheritFrom": "default", "font": "medium", "alignHorizontal": "center", "alignVertical": "center", "color": "#FF0000", "borderSize": 0, "padding": 0 }, { "name": "mon_value_ur_landscape_L_right", "inheritFrom": "default", "font": "large_landscape", "alignHorizontal": "right", "alignVertical": "center", "color": "#FF0000", "borderSize": 0, "padding": 0 }, { "name": "mon_value_focus", "inheritFrom": "mon_value", "font": "medium", "alignHorizontal": "center", "alignVertical": "center", "color": "#5080ff", "backgroundColor": "#ffff00", "borderSize": 0, "padding": 0 }, { "name": "non_interactive_button_S", "font": "small", "alignHorizontal": "center", "alignVertical": "center", "color": "#2F2F2F", "backgroundColor": "#E9F5F9", "borderSize": 0, "borderColor": "#D3D3D3", "padding": 0 }, { "name": "non_interactive_button_S_disabled", "inheritFrom": "non_interactive_button_S", "color": "#c0c0c0" }, { "name": "prot_indicator_S", "inheritFrom": "default", "font": "small", "alignHorizontal": "center", "alignVertical": "center", "color": "#ffff40", "borderSize": 0, "padding": 0 }, { "name": "prot_indicator_set_S", "inheritFrom": "default", "font": "small", "alignHorizontal": "center", "alignVertical": "center", "color": "#e0e000", "backgroundColor": "#00a030", "borderSize": 0, "borderColor": "#D3D3D3", "padding": 0 }, { "name": "prot_indicator_trip_S", "inheritFrom": "default", "font": "small", "alignHorizontal": "center", "alignVertical": "center", "color": "#e0e000", "backgroundColor": "#ff0000", "borderSize": 0, "borderColor": "#D3D3D3", "padding": 0 }, { "name": "prot_indicator_invalid_S", "inheritFrom": "default", "font": "small", "alignHorizontal": "center", "alignVertical": "center", "color": "#ff0000", "borderSize": 0, "padding": 0 }, { "name": "prot_indicator_blink_S", "inheritFrom": "default", "font": "small", "alignHorizontal": "center", "alignVertical": "center", "color": "#ff0000", "borderSize": 0, "padding": 0, "blink": true }, { "name": "set_value_balanced", "inheritFrom": "default", "font": "medium", "alignHorizontal": "center", "alignVertical": "center", "color": "#c0c000", "borderSize": 0, "padding": 0 }, { "name": "set_value_focus_balanced", "inheritFrom": "mon_value", "font": "medium", "alignHorizontal": "center", "alignVertical": "center", "color": "#5080ff", "backgroundColor": "#c0c000", "borderSize": 0, "padding": 0 }, { "name": "set_value_S_right_balanced", "inheritFrom": "default", "font": "small", "alignHorizontal": "right", "alignVertical": "center", "color": "#c0c000", "borderSize": 0, "padding": 0 }, { "name": "tab_page", "inheritFrom": "default", "font": "icons", "alignHorizontal": "center", "alignVertical": "center", "color": "#FFFF7F", "backgroundColor": "#808080", "borderSize": 0, "padding": 0 }, { "name": "tab_page_selected", "inheritFrom": "default", "font": "icons", "alignHorizontal": "center", "alignVertical": "center", "color": "#FFFF00", "borderSize": 0, "padding": 0 }, { "name": "top_bar_S", "font": "small", "alignHorizontal": "center", "alignVertical": "center", "color": "#2F2F2F", "backgroundColor": "#E9F5F9", "borderSize": 0, "borderColor": "#D3D3D3", "padding": "0 4" }, { "name": "value", "inheritFrom": "default", "font": "medium", "alignHorizontal": "left", "color": "#c8e7f0" }, { "name": "value_S", "inheritFrom": "default", "font": "small", "alignHorizontal": "left", "color": "#c8e7f0" }, { "name": "value_L", "inheritFrom": "default", "font": "large", "alignHorizontal": "center", "alignVertical": "center", "color": "#c8e7f0", "borderSize": 0, "padding": 0 }, { "name": "yellow_1", "inheritFrom": "default", "color": "#ffff00" }, { "name": "yellow_2", "inheritFrom": "default", "color": "#ffff77" }, { "name": "yellow_3", "inheritFrom": "default", "color": "#ffff99" }, { "name": "yellow_4", "inheritFrom": "default", "color": "#ffffB3" }, { "name": "yellow_5", "inheritFrom": "default", "color": "#ffffcc" }, { "name": "yellow_6", "inheritFrom": "default", "color": "#ffffe5" }, { "name": "toast_alert", "inheritFrom": "default_S", "backgroundColor": "#808080" }, { "name": "default_L_landscape", "inheritFrom": "default", "font": "large_landscape", "alignHorizontal": "center", "alignVertical": "center", "color": "#FFFFFF", "borderSize": 0, "padding": 0 }, { "name": "yt_graph_U_defualt", "description": "", "inheritFrom": "default", "font": "small", "color": "#ffb000", "backgroundColor": "#000000" }, { "name": "yt_graph_U_defualt_label", "description": "", "inheritFrom": "default", "font": "small", "color": "#ffb000" }, { "name": "yt_graph_I_default", "description": "", "inheritFrom": "default", "font": "small", "color": "#c830c8", "backgroundColor": "#000000" }, { "name": "yt_graph_I_default_label", "description": "", "inheritFrom": "default", "font": "small", "color": "#c830c8" }, { "name": "yt_graph", "description": "", "inheritFrom": "default", "font": "small", "backgroundColor": "#000000", "borderSize": 0, "borderColor": "#ffffff" }, { "name": "yt_graph_unregulated", "description": "", "inheritFrom": "default", "font": "small", "color": "#ff0000", "backgroundColor": "#000000" }, { "name": "select_enum_item_popup_container", "inheritFrom": "default_S", "backgroundColor": "#cae7f0", "padding": 10 }, { "name": "select_enum_item_popup_item", "inheritFrom": "select_enum_item_popup_container", "alignHorizontal": "left", "color": "#2f2f2f", "padding": 5 }, { "name": "select_enum_item_popup_disabled_item", "inheritFrom": "select_enum_item_popup_item", "color": "#c0c0c0" }, { "name": "display_off", "inheritFrom": "default", "color": "#e6e6e6", "backgroundColor": "#202020" }, { "name": "display_off_S", "inheritFrom": "display_off", "font": "small", "color": "#e6e6e6", "backgroundColor": "#202020" }, { "name": "list_graph_cursor", "description": "", "inheritFrom": "default", "font": "small", "backgroundColor": "#525252", "borderSize": 0, "borderColor": "#ffffff" }, { "name": "dark_line", "font": "small", "color": "#2f2f2f", "borderColor": "#2f2f2f" }, { "name": "text_message", "inheritFrom": "default_S", "backgroundColor": "#008080" }, { "name": "button_indicator_off", "inheritFrom": "default", "font": "small", "alignHorizontal": "center", "alignVertical": "center", "color": "#ffff40", "borderSize": 0, "padding": 0 }, { "name": "button_indicator_on", "inheritFrom": "default", "font": "small", "alignHorizontal": "center", "alignVertical": "center", "color": "#e0e000", "backgroundColor": "#00a030", "borderSize": 0, "borderColor": "#D3D3D3", "padding": 0 }, { "name": "button_indicator_error", "inheritFrom": "default", "font": "small", "alignHorizontal": "center", "alignVertical": "center", "color": "#e0e000", "backgroundColor": "#ff0000", "borderSize": 0, "borderColor": "#D3D3D3", "padding": 0 }, { "name": "async_operation", "inheritFrom": "default_S", "backgroundColor": "#808000" }, { "name": "async_operation_action", "inheritFrom": "default_S", "color": "#ffff00", "backgroundColor": "#808000" } ], "fonts": [ { "name": "small", "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf" }, "height": 25, "ascent": 20, "descent": 5, "glyphs": [ { "encoding": 32, "x": 0, "y": 0, "width": 0, "height": 0, "dx": 5, "glyphBitmap": { "width": 0, "height": 0, "pixelArray": [] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 32 } }, { "encoding": 33, "x": 1, "y": 0, "width": 2, "height": 15, "dx": 4, "glyphBitmap": { "width": 2, "height": 15, "pixelArray": [ 192, 192, 192, 192, 192, 192, 192, 192, 192, 64, 64, 64, 0, 192, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 33 } }, { "encoding": 34, "x": 1, "y": 10, "width": 6, "height": 5, "dx": 7, "glyphBitmap": { "width": 6, "height": 5, "pixelArray": [ 220, 216, 216, 216, 216 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 34 } }, { "encoding": 35, "x": 1, "y": 0, "width": 8, "height": 15, "dx": 10, "glyphBitmap": { "width": 8, "height": 15, "pixelArray": [ 51, 55, 54, 118, 255, 255, 102, 102, 255, 255, 236, 204, 204, 204, 204 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 35 } }, { "encoding": 36, "x": 1, "y": -2, "width": 8, "height": 19, "dx": 9, "glyphBitmap": { "width": 8, "height": 19, "pixelArray": [ 16, 16, 124, 254, 198, 198, 224, 240, 120, 60, 30, 14, 71, 199, 231, 254, 124, 16, 16 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 36 } }, { "encoding": 37, "x": 1, "y": 0, "width": 17, "height": 15, "dx": 18, "glyphBitmap": { "width": 17, "height": 15, "pixelArray": [ 120, 96, 0, 252, 96, 0, 204, 96, 0, 204, 192, 0, 204, 192, 0, 204, 192, 0, 204, 128, 0, 253, 158, 0, 121, 191, 0, 1, 179, 128, 3, 51, 128, 3, 51, 128, 3, 51, 128, 2, 63, 0, 6, 30, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 37 } }, { "encoding": 38, "x": 1, "y": 0, "width": 9, "height": 15, "dx": 11, "glyphBitmap": { "width": 9, "height": 15, "pixelArray": [ 60, 0, 126, 0, 102, 0, 102, 0, 102, 0, 108, 0, 56, 0, 48, 0, 121, 128, 253, 128, 205, 128, 199, 0, 199, 0, 255, 128, 121, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 38 } }, { "encoding": 39, "x": 1, "y": 10, "width": 2, "height": 5, "dx": 6, "glyphBitmap": { "width": 2, "height": 5, "pixelArray": [ 192, 192, 192, 192, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 39 } }, { "encoding": 40, "x": 1, "y": -2, "width": 4, "height": 18, "dx": 6, "glyphBitmap": { "width": 4, "height": 18, "pixelArray": [ 16, 112, 96, 96, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 96, 96, 112, 16 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 40 } }, { "encoding": 41, "x": 1, "y": -2, "width": 4, "height": 18, "dx": 6, "glyphBitmap": { "width": 4, "height": 18, "pixelArray": [ 192, 224, 96, 96, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 96, 96, 224, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 41 } }, { "encoding": 42, "x": 1, "y": 8, "width": 6, "height": 7, "dx": 8, "glyphBitmap": { "width": 6, "height": 7, "pixelArray": [ 48, 180, 252, 120, 120, 108, 40 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 42 } }, { "encoding": 43, "x": 0, "y": 4, "width": 8, "height": 8, "dx": 8, "glyphBitmap": { "width": 8, "height": 8, "pixelArray": [ 24, 24, 24, 255, 255, 24, 24, 24 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 43 } }, { "encoding": 44, "x": 1, "y": -2, "width": 2, "height": 5, "dx": 4, "glyphBitmap": { "width": 2, "height": 5, "pixelArray": [ 192, 192, 64, 192, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 44 } }, { "encoding": 45, "x": 1, "y": 5, "width": 5, "height": 2, "dx": 7, "glyphBitmap": { "width": 5, "height": 2, "pixelArray": [ 248, 248 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 45 } }, { "encoding": 46, "x": 1, "y": 0, "width": 2, "height": 3, "dx": 4, "glyphBitmap": { "width": 2, "height": 3, "pixelArray": [ 192, 192, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 46 } }, { "encoding": 47, "x": 1, "y": 0, "width": 6, "height": 15, "dx": 8, "glyphBitmap": { "width": 6, "height": 15, "pixelArray": [ 12, 8, 24, 24, 24, 48, 48, 48, 32, 96, 96, 96, 192, 192, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 47 } }, { "encoding": 48, "x": 1, "y": 0, "width": 8, "height": 15, "dx": 10, "glyphBitmap": { "width": 8, "height": 15, "pixelArray": [ 60, 126, 231, 231, 231, 231, 231, 231, 231, 231, 231, 231, 231, 126, 60 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 48 } }, { "encoding": 49, "x": 1, "y": 0, "width": 6, "height": 15, "dx": 10, "glyphBitmap": { "width": 6, "height": 15, "pixelArray": [ 28, 124, 124, 156, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 49 } }, { "encoding": 50, "x": 1, "y": 0, "width": 8, "height": 15, "dx": 10, "glyphBitmap": { "width": 8, "height": 15, "pixelArray": [ 60, 126, 231, 231, 231, 7, 14, 14, 28, 56, 56, 112, 224, 255, 255 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 50 } }, { "encoding": 51, "x": 1, "y": 0, "width": 8, "height": 15, "dx": 9, "glyphBitmap": { "width": 8, "height": 15, "pixelArray": [ 60, 254, 231, 199, 7, 6, 28, 30, 6, 7, 199, 199, 231, 254, 60 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 51 } }, { "encoding": 52, "x": 1, "y": 0, "width": 8, "height": 15, "dx": 10, "glyphBitmap": { "width": 8, "height": 15, "pixelArray": [ 30, 30, 62, 62, 62, 110, 110, 238, 206, 255, 255, 14, 14, 14, 14 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 52 } }, { "encoding": 53, "x": 1, "y": 0, "width": 8, "height": 15, "dx": 9, "glyphBitmap": { "width": 8, "height": 15, "pixelArray": [ 254, 254, 224, 192, 192, 220, 254, 231, 7, 7, 7, 231, 230, 126, 60 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 53 } }, { "encoding": 54, "x": 1, "y": 0, "width": 8, "height": 15, "dx": 10, "glyphBitmap": { "width": 8, "height": 15, "pixelArray": [ 60, 126, 231, 231, 224, 252, 254, 231, 231, 231, 231, 231, 231, 126, 60 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 54 } }, { "encoding": 55, "x": 1, "y": 0, "width": 6, "height": 15, "dx": 8, "glyphBitmap": { "width": 6, "height": 15, "pixelArray": [ 252, 252, 12, 28, 28, 24, 24, 24, 56, 56, 48, 48, 112, 112, 96 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 55 } }, { "encoding": 56, "x": 1, "y": 0, "width": 8, "height": 15, "dx": 10, "glyphBitmap": { "width": 8, "height": 15, "pixelArray": [ 60, 126, 230, 231, 230, 230, 124, 126, 230, 199, 199, 199, 231, 254, 60 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 56 } }, { "encoding": 57, "x": 1, "y": 0, "width": 8, "height": 15, "dx": 10, "glyphBitmap": { "width": 8, "height": 15, "pixelArray": [ 60, 126, 230, 199, 199, 199, 231, 255, 63, 7, 7, 199, 230, 126, 60 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 57 } }, { "encoding": 58, "x": 1, "y": 2, "width": 3, "height": 8, "dx": 4, "glyphBitmap": { "width": 3, "height": 8, "pixelArray": [ 224, 224, 0, 0, 0, 0, 224, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 58 } }, { "encoding": 59, "x": 1, "y": -2, "width": 3, "height": 12, "dx": 5, "glyphBitmap": { "width": 3, "height": 12, "pixelArray": [ 224, 224, 224, 0, 0, 0, 0, 0, 224, 224, 96, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 59 } }, { "encoding": 60, "x": 1, "y": 2, "width": 5, "height": 10, "dx": 7, "glyphBitmap": { "width": 5, "height": 10, "pixelArray": [ 8, 24, 120, 224, 192, 192, 240, 56, 24, 8 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 60 } }, { "encoding": 61, "x": 1, "y": 5, "width": 6, "height": 5, "dx": 8, "glyphBitmap": { "width": 6, "height": 5, "pixelArray": [ 252, 252, 0, 252, 252 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 61 } }, { "encoding": 62, "x": 1, "y": 2, "width": 6, "height": 10, "dx": 7, "glyphBitmap": { "width": 6, "height": 10, "pixelArray": [ 128, 224, 240, 56, 28, 28, 120, 240, 192, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 62 } }, { "encoding": 63, "x": 1, "y": 0, "width": 8, "height": 15, "dx": 9, "glyphBitmap": { "width": 8, "height": 15, "pixelArray": [ 124, 254, 198, 199, 6, 14, 14, 28, 56, 48, 48, 0, 48, 48, 48 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 63 } }, { "encoding": 64, "x": 1, "y": -3, "width": 16, "height": 18, "dx": 18, "glyphBitmap": { "width": 16, "height": 18, "pixelArray": [ 3, 240, 15, 252, 28, 14, 48, 6, 113, 243, 99, 243, 103, 51, 198, 115, 206, 99, 206, 99, 206, 99, 206, 230, 231, 252, 99, 56, 112, 0, 56, 0, 31, 240, 7, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 64 } }, { "encoding": 65, "x": 0, "y": 0, "width": 10, "height": 15, "dx": 10, "glyphBitmap": { "width": 10, "height": 15, "pixelArray": [ 30, 0, 30, 0, 30, 0, 30, 0, 30, 0, 63, 0, 55, 0, 51, 0, 51, 0, 51, 0, 127, 128, 127, 128, 99, 128, 97, 128, 225, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 65 } }, { "encoding": 66, "x": 1, "y": 0, "width": 9, "height": 15, "dx": 11, "glyphBitmap": { "width": 9, "height": 15, "pixelArray": [ 254, 0, 255, 0, 227, 0, 227, 0, 227, 0, 227, 0, 254, 0, 255, 0, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 255, 0, 254, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 66 } }, { "encoding": 67, "x": 1, "y": 0, "width": 8, "height": 15, "dx": 10, "glyphBitmap": { "width": 8, "height": 15, "pixelArray": [ 62, 127, 227, 227, 227, 224, 224, 224, 224, 227, 227, 227, 227, 127, 62 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 67 } }, { "encoding": 68, "x": 1, "y": 0, "width": 9, "height": 15, "dx": 11, "glyphBitmap": { "width": 9, "height": 15, "pixelArray": [ 254, 0, 255, 0, 227, 0, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 231, 0, 255, 0, 254, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 68 } }, { "encoding": 69, "x": 1, "y": 0, "width": 7, "height": 15, "dx": 8, "glyphBitmap": { "width": 7, "height": 15, "pixelArray": [ 254, 254, 224, 224, 224, 224, 252, 252, 224, 224, 224, 224, 224, 254, 254 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 69 } }, { "encoding": 70, "x": 1, "y": 0, "width": 6, "height": 15, "dx": 8, "glyphBitmap": { "width": 6, "height": 15, "pixelArray": [ 252, 252, 224, 224, 224, 224, 252, 252, 224, 224, 224, 224, 224, 224, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 70 } }, { "encoding": 71, "x": 1, "y": 0, "width": 9, "height": 15, "dx": 11, "glyphBitmap": { "width": 9, "height": 15, "pixelArray": [ 62, 0, 127, 0, 227, 0, 227, 128, 227, 128, 224, 0, 224, 0, 239, 128, 239, 128, 227, 128, 227, 128, 227, 128, 227, 128, 127, 128, 61, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 71 } }, { "encoding": 72, "x": 1, "y": 0, "width": 9, "height": 15, "dx": 11, "glyphBitmap": { "width": 9, "height": 15, "pixelArray": [ 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 255, 128, 255, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 72 } }, { "encoding": 73, "x": 1, "y": 0, "width": 3, "height": 15, "dx": 5, "glyphBitmap": { "width": 3, "height": 15, "pixelArray": [ 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 73 } }, { "encoding": 74, "x": 0, "y": 0, "width": 5, "height": 15, "dx": 6, "glyphBitmap": { "width": 5, "height": 15, "pixelArray": [ 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 248, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 74 } }, { "encoding": 75, "x": 1, "y": 0, "width": 9, "height": 15, "dx": 10, "glyphBitmap": { "width": 9, "height": 15, "pixelArray": [ 227, 128, 231, 0, 231, 0, 238, 0, 238, 0, 252, 0, 252, 0, 252, 0, 236, 0, 238, 0, 238, 0, 231, 0, 231, 0, 227, 0, 227, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 75 } }, { "encoding": 76, "x": 1, "y": 0, "width": 7, "height": 15, "dx": 8, "glyphBitmap": { "width": 7, "height": 15, "pixelArray": [ 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 254, 254 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 76 } }, { "encoding": 77, "x": 1, "y": 0, "width": 11, "height": 15, "dx": 13, "glyphBitmap": { "width": 11, "height": 15, "pixelArray": [ 224, 224, 241, 224, 241, 224, 241, 224, 241, 224, 209, 96, 219, 96, 219, 96, 219, 96, 218, 96, 206, 96, 206, 96, 206, 96, 206, 96, 196, 96 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 77 } }, { "encoding": 78, "x": 1, "y": 0, "width": 8, "height": 15, "dx": 10, "glyphBitmap": { "width": 8, "height": 15, "pixelArray": [ 195, 227, 227, 243, 243, 251, 251, 251, 239, 239, 239, 231, 231, 227, 227 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 78 } }, { "encoding": 79, "x": 1, "y": 0, "width": 9, "height": 15, "dx": 11, "glyphBitmap": { "width": 9, "height": 15, "pixelArray": [ 62, 0, 127, 0, 227, 0, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 0, 127, 0, 62, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 79 } }, { "encoding": 80, "x": 1, "y": 0, "width": 9, "height": 15, "dx": 10, "glyphBitmap": { "width": 9, "height": 15, "pixelArray": [ 254, 0, 255, 0, 227, 0, 227, 0, 227, 128, 227, 0, 255, 0, 254, 0, 224, 0, 224, 0, 224, 0, 224, 0, 224, 0, 224, 0, 224, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 80 } }, { "encoding": 81, "x": 1, "y": -3, "width": 9, "height": 18, "dx": 11, "glyphBitmap": { "width": 9, "height": 18, "pixelArray": [ 62, 0, 127, 0, 227, 0, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 0, 127, 0, 62, 0, 7, 0, 3, 0, 1, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 81 } }, { "encoding": 82, "x": 1, "y": 0, "width": 9, "height": 15, "dx": 11, "glyphBitmap": { "width": 9, "height": 15, "pixelArray": [ 254, 0, 255, 0, 227, 0, 227, 128, 227, 128, 227, 0, 255, 0, 254, 0, 238, 0, 230, 0, 231, 0, 231, 0, 231, 0, 227, 0, 227, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 82 } }, { "encoding": 83, "x": 1, "y": 0, "width": 8, "height": 15, "dx": 9, "glyphBitmap": { "width": 8, "height": 15, "pixelArray": [ 124, 254, 230, 199, 224, 240, 120, 60, 30, 15, 71, 199, 231, 126, 60 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 83 } }, { "encoding": 84, "x": 0, "y": 0, "width": 8, "height": 15, "dx": 8, "glyphBitmap": { "width": 8, "height": 15, "pixelArray": [ 255, 255, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 84 } }, { "encoding": 85, "x": 1, "y": 0, "width": 9, "height": 15, "dx": 11, "glyphBitmap": { "width": 9, "height": 15, "pixelArray": [ 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 128, 227, 0, 127, 0, 62, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 85 } }, { "encoding": 86, "x": 0, "y": 0, "width": 9, "height": 15, "dx": 10, "glyphBitmap": { "width": 9, "height": 15, "pixelArray": [ 225, 128, 97, 128, 99, 128, 115, 128, 115, 0, 51, 0, 51, 0, 55, 0, 63, 0, 62, 0, 30, 0, 30, 0, 30, 0, 30, 0, 28, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 86 } }, { "encoding": 87, "x": 1, "y": 0, "width": 12, "height": 15, "dx": 14, "glyphBitmap": { "width": 12, "height": 15, "pixelArray": [ 198, 48, 198, 48, 206, 112, 206, 112, 239, 96, 239, 96, 111, 96, 107, 96, 123, 96, 121, 224, 121, 192, 121, 192, 121, 192, 49, 192, 49, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 87 } }, { "encoding": 88, "x": 0, "y": 0, "width": 9, "height": 15, "dx": 9, "glyphBitmap": { "width": 9, "height": 15, "pixelArray": [ 227, 128, 115, 0, 115, 0, 55, 0, 62, 0, 30, 0, 30, 0, 28, 0, 30, 0, 62, 0, 54, 0, 55, 0, 115, 0, 99, 128, 227, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 88 } }, { "encoding": 89, "x": 0, "y": 0, "width": 9, "height": 15, "dx": 9, "glyphBitmap": { "width": 9, "height": 15, "pixelArray": [ 227, 128, 99, 128, 115, 0, 119, 0, 55, 0, 62, 0, 62, 0, 30, 0, 28, 0, 28, 0, 28, 0, 28, 0, 28, 0, 28, 0, 28, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 89 } }, { "encoding": 90, "x": 1, "y": 0, "width": 7, "height": 15, "dx": 8, "glyphBitmap": { "width": 7, "height": 15, "pixelArray": [ 254, 254, 12, 28, 24, 56, 56, 48, 112, 112, 96, 224, 224, 254, 254 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 90 } }, { "encoding": 91, "x": 1, "y": -2, "width": 5, "height": 18, "dx": 7, "glyphBitmap": { "width": 5, "height": 18, "pixelArray": [ 248, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 192, 248 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 91 } }, { "encoding": 92, "x": 1, "y": 0, "width": 6, "height": 15, "dx": 8, "glyphBitmap": { "width": 6, "height": 15, "pixelArray": [ 192, 192, 192, 96, 96, 96, 32, 48, 48, 48, 24, 24, 24, 8, 12 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 92 } }, { "encoding": 93, "x": 0, "y": -2, "width": 5, "height": 18, "dx": 6, "glyphBitmap": { "width": 5, "height": 18, "pixelArray": [ 248, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 248 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 93 } }, { "encoding": 94, "x": 1, "y": 9, "width": 7, "height": 6, "dx": 9, "glyphBitmap": { "width": 7, "height": 6, "pixelArray": [ 56, 56, 108, 108, 238, 198 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 94 } }, { "encoding": 95, "x": 0, "y": -3, "width": 7, "height": 2, "dx": 7, "glyphBitmap": { "width": 7, "height": 2, "pixelArray": [ 254, 254 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 95 } }, { "encoding": 96, "x": 0, "y": -2, "width": 19, "height": 19, "dx": 19, "glyphBitmap": { "width": 19, "height": 19, "pixelArray": [ 127, 255, 192, 255, 255, 224, 248, 127, 224, 248, 127, 224, 195, 0, 96, 248, 127, 224, 255, 255, 224, 255, 255, 224, 255, 195, 224, 224, 19, 224, 224, 24, 224, 255, 195, 224, 255, 255, 224, 255, 255, 224, 193, 204, 96, 193, 204, 96, 225, 204, 224, 255, 255, 224, 127, 255, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 96 } }, { "encoding": 97, "x": 1, "y": 0, "width": 7, "height": 11, "dx": 9, "glyphBitmap": { "width": 7, "height": 11, "pixelArray": [ 120, 252, 206, 206, 30, 126, 238, 206, 206, 254, 126 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 97 } }, { "encoding": 98, "x": 1, "y": 0, "width": 7, "height": 15, "dx": 9, "glyphBitmap": { "width": 7, "height": 15, "pixelArray": [ 224, 224, 224, 224, 252, 254, 230, 230, 230, 230, 230, 230, 230, 254, 252 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 98 } }, { "encoding": 99, "x": 1, "y": 0, "width": 7, "height": 11, "dx": 8, "glyphBitmap": { "width": 7, "height": 11, "pixelArray": [ 120, 252, 206, 206, 192, 192, 192, 206, 206, 252, 120 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 99 } }, { "encoding": 100, "x": 1, "y": 0, "width": 7, "height": 15, "dx": 9, "glyphBitmap": { "width": 7, "height": 15, "pixelArray": [ 14, 14, 14, 14, 126, 254, 238, 206, 206, 206, 206, 206, 238, 254, 126 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 100 } }, { "encoding": 101, "x": 1, "y": 0, "width": 7, "height": 11, "dx": 8, "glyphBitmap": { "width": 7, "height": 11, "pixelArray": [ 120, 252, 206, 206, 254, 254, 192, 206, 206, 252, 120 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 101 } }, { "encoding": 102, "x": 0, "y": 0, "width": 6, "height": 15, "dx": 6, "glyphBitmap": { "width": 6, "height": 15, "pixelArray": [ 60, 60, 48, 48, 252, 252, 48, 48, 48, 48, 48, 48, 48, 48, 48 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 102 } }, { "encoding": 103, "x": 0, "y": -3, "width": 9, "height": 14, "dx": 9, "glyphBitmap": { "width": 9, "height": 14, "pixelArray": [ 61, 128, 127, 0, 102, 0, 103, 0, 103, 0, 102, 0, 62, 0, 124, 0, 96, 0, 127, 0, 103, 0, 99, 0, 255, 0, 126, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 103 } }, { "encoding": 104, "x": 1, "y": 0, "width": 7, "height": 15, "dx": 9, "glyphBitmap": { "width": 7, "height": 15, "pixelArray": [ 224, 224, 224, 224, 238, 254, 230, 230, 230, 230, 230, 230, 230, 230, 230 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 104 } }, { "encoding": 105, "x": 1, "y": 0, "width": 3, "height": 15, "dx": 5, "glyphBitmap": { "width": 3, "height": 15, "pixelArray": [ 224, 224, 0, 0, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 105 } }, { "encoding": 106, "x": 0, "y": -3, "width": 4, "height": 18, "dx": 5, "glyphBitmap": { "width": 4, "height": 18, "pixelArray": [ 112, 112, 0, 0, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 112, 240, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 106 } }, { "encoding": 107, "x": 1, "y": 0, "width": 8, "height": 15, "dx": 9, "glyphBitmap": { "width": 8, "height": 15, "pixelArray": [ 224, 224, 224, 224, 231, 238, 238, 252, 252, 252, 236, 238, 238, 231, 231 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 107 } }, { "encoding": 108, "x": 1, "y": 0, "width": 3, "height": 15, "dx": 5, "glyphBitmap": { "width": 3, "height": 15, "pixelArray": [ 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 108 } }, { "encoding": 109, "x": 1, "y": 0, "width": 12, "height": 11, "dx": 14, "glyphBitmap": { "width": 12, "height": 11, "pixelArray": [ 220, 224, 255, 240, 198, 112, 198, 112, 198, 112, 198, 112, 198, 112, 198, 112, 198, 112, 198, 112, 198, 112 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 109 } }, { "encoding": 110, "x": 1, "y": 0, "width": 7, "height": 11, "dx": 9, "glyphBitmap": { "width": 7, "height": 11, "pixelArray": [ 254, 254, 238, 238, 238, 238, 238, 238, 238, 238, 238 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 110 } }, { "encoding": 111, "x": 1, "y": 0, "width": 7, "height": 11, "dx": 9, "glyphBitmap": { "width": 7, "height": 11, "pixelArray": [ 120, 252, 206, 206, 206, 206, 206, 206, 206, 252, 120 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 111 } }, { "encoding": 112, "x": 1, "y": -3, "width": 7, "height": 14, "dx": 9, "glyphBitmap": { "width": 7, "height": 14, "pixelArray": [ 252, 254, 230, 230, 230, 230, 230, 230, 230, 254, 252, 224, 224, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 112 } }, { "encoding": 113, "x": 1, "y": -3, "width": 7, "height": 14, "dx": 9, "glyphBitmap": { "width": 7, "height": 14, "pixelArray": [ 126, 254, 238, 206, 206, 206, 206, 206, 238, 254, 126, 14, 14, 14 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 113 } }, { "encoding": 114, "x": 1, "y": 0, "width": 5, "height": 11, "dx": 7, "glyphBitmap": { "width": 5, "height": 11, "pixelArray": [ 248, 248, 224, 224, 224, 224, 224, 224, 224, 224, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 114 } }, { "encoding": 115, "x": 0, "y": 0, "width": 7, "height": 11, "dx": 8, "glyphBitmap": { "width": 7, "height": 11, "pixelArray": [ 60, 124, 102, 96, 120, 60, 30, 46, 230, 126, 60 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 115 } }, { "encoding": 116, "x": 0, "y": 0, "width": 6, "height": 14, "dx": 6, "glyphBitmap": { "width": 6, "height": 14, "pixelArray": [ 112, 112, 112, 252, 252, 112, 112, 112, 112, 112, 112, 112, 60, 60 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 116 } }, { "encoding": 117, "x": 1, "y": 0, "width": 7, "height": 11, "dx": 9, "glyphBitmap": { "width": 7, "height": 11, "pixelArray": [ 238, 238, 238, 238, 238, 238, 238, 238, 238, 254, 238 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 117 } }, { "encoding": 118, "x": 0, "y": 0, "width": 7, "height": 11, "dx": 8, "glyphBitmap": { "width": 7, "height": 11, "pixelArray": [ 230, 102, 102, 110, 110, 124, 60, 60, 60, 60, 56 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 118 } }, { "encoding": 119, "x": 0, "y": 0, "width": 11, "height": 11, "dx": 11, "glyphBitmap": { "width": 11, "height": 11, "pixelArray": [ 230, 96, 110, 96, 110, 192, 110, 192, 110, 192, 106, 192, 107, 192, 59, 192, 59, 128, 57, 128, 49, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 119 } }, { "encoding": 120, "x": 0, "y": 0, "width": 8, "height": 11, "dx": 8, "glyphBitmap": { "width": 8, "height": 11, "pixelArray": [ 231, 102, 126, 60, 60, 56, 60, 60, 110, 102, 231 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 120 } }, { "encoding": 121, "x": 0, "y": -3, "width": 8, "height": 14, "dx": 8, "glyphBitmap": { "width": 8, "height": 14, "pixelArray": [ 231, 230, 102, 102, 126, 62, 60, 60, 60, 28, 24, 24, 120, 112 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 121 } }, { "encoding": 122, "x": 1, "y": 0, "width": 6, "height": 11, "dx": 7, "glyphBitmap": { "width": 6, "height": 11, "pixelArray": [ 252, 248, 24, 56, 48, 112, 96, 224, 224, 252, 252 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 122 } }, { "encoding": 123, "x": 1, "y": -2, "width": 5, "height": 18, "dx": 6, "glyphBitmap": { "width": 5, "height": 18, "pixelArray": [ 56, 120, 112, 112, 112, 112, 96, 224, 224, 96, 112, 112, 112, 112, 112, 112, 120, 56 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 123 } }, { "encoding": 124, "x": 1, "y": -3, "width": 3, "height": 18, "dx": 5, "glyphBitmap": { "width": 3, "height": 18, "pixelArray": [ 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 124 } }, { "encoding": 125, "x": 1, "y": -2, "width": 5, "height": 18, "dx": 7, "glyphBitmap": { "width": 5, "height": 18, "pixelArray": [ 224, 240, 112, 112, 112, 112, 112, 56, 56, 112, 112, 112, 112, 112, 112, 112, 240, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 125 } }, { "encoding": 126, "x": 1, "y": 0, "width": 16, "height": 16, "dx": 19, "glyphBitmap": { "width": 16, "height": 16, "pixelArray": [ 255, 255, 255, 255, 255, 255, 255, 243, 255, 227, 255, 199, 255, 143, 231, 31, 226, 63, 224, 63, 240, 127, 252, 127, 252, 255, 254, 255, 255, 255, 127, 255 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 126 } }, { "encoding": 127, "x": 1, "y": 0, "width": 16, "height": 16, "dx": 19, "glyphBitmap": { "width": 16, "height": 16, "pixelArray": [ 127, 255, 255, 255, 247, 247, 227, 227, 225, 195, 240, 135, 248, 15, 252, 31, 252, 31, 248, 15, 240, 135, 225, 195, 227, 227, 247, 247, 255, 255, 127, 255 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.14.bdf", "encoding": 127 } }, { "encoding": 128, "x": 0, "y": -2, "width": 19, "height": 19, "dx": 19, "glyphBitmap": { "width": 19, "height": 19, "pixelArray": [ 3, 248, 0, 15, 254, 0, 31, 159, 0, 63, 15, 128, 127, 15, 192, 127, 159, 192, 255, 255, 224, 254, 31, 224, 254, 63, 224, 254, 63, 224, 252, 63, 224, 252, 127, 224, 252, 127, 224, 124, 111, 192, 124, 15, 192, 60, 63, 128, 30, 127, 0, 15, 254, 0, 3, 248, 0 ] }, "source": { "filePath": "fonts\\bdf\\webhostinghub-glyphs.14.bdf", "encoding": 62229 } }, { "encoding": 129, "x": 0, "y": -1, "width": 19, "height": 17, "dx": 19, "glyphBitmap": { "width": 19, "height": 17, "pixelArray": [ 0, 64, 0, 0, 224, 0, 0, 224, 0, 1, 240, 0, 3, 248, 0, 3, 24, 0, 7, 28, 0, 7, 28, 0, 15, 30, 0, 31, 31, 0, 31, 191, 0, 63, 255, 128, 63, 191, 128, 127, 31, 192, 255, 255, 224, 255, 255, 224, 255, 255, 224 ] }, "source": { "filePath": "fonts\\bdf\\webhostinghub-glyphs.14.bdf", "encoding": 62230 } }, { "encoding": 130, "x": 0, "y": -2, "width": 19, "height": 19, "dx": 19, "glyphBitmap": { "width": 19, "height": 19, "pixelArray": [ 3, 248, 0, 15, 254, 0, 31, 31, 0, 60, 7, 128, 112, 225, 192, 113, 241, 192, 225, 240, 224, 224, 224, 224, 192, 224, 96, 192, 224, 96, 192, 224, 96, 224, 64, 224, 224, 0, 224, 112, 65, 192, 112, 225, 192, 60, 7, 128, 31, 31, 0, 15, 254, 0, 3, 248, 0 ] }, "source": { "filePath": "fonts\\bdf\\webhostinghub-glyphs.14.bdf", "encoding": 61530 } }, { "encoding": 131, "x": 0, "y": -2, "width": 19, "height": 19, "dx": 19, "glyphBitmap": { "width": 19, "height": 19, "pixelArray": [ 127, 255, 0, 64, 1, 128, 103, 253, 128, 247, 253, 128, 224, 1, 128, 71, 253, 128, 224, 1, 128, 247, 253, 128, 64, 1, 128, 71, 225, 128, 247, 240, 0, 224, 15, 128, 71, 157, 192, 224, 29, 224, 247, 156, 32, 64, 31, 224, 96, 31, 224, 63, 239, 192, 0, 7, 128 ] }, "source": { "filePath": "fonts\\bdf\\webhostinghub-glyphs.14.bdf", "encoding": 62060 } }, { "encoding": 132, "x": 0, "y": 1, "width": 18, "height": 15, "dx": 18, "glyphBitmap": { "width": 18, "height": 15, "pixelArray": [ 127, 252, 0, 192, 3, 128, 128, 7, 192, 128, 15, 128, 128, 31, 0, 140, 62, 0, 158, 124, 0, 159, 248, 0, 143, 242, 0, 135, 226, 0, 131, 194, 0, 129, 130, 0, 128, 2, 0, 192, 6, 0, 127, 252, 0 ] }, "source": { "filePath": "fonts\\bdf\\FontAwesome.14.bdf", "encoding": 61510 } }, { "encoding": 133, "x": 1, "y": 1, "width": 17, "height": 11, "dx": 19, "glyphBitmap": { "width": 17, "height": 11, "pixelArray": [ 39, 255, 0, 115, 255, 0, 248, 7, 0, 252, 7, 0, 112, 7, 0, 112, 7, 0, 112, 7, 0, 112, 31, 128, 112, 15, 128, 127, 231, 0, 127, 242, 0 ] }, "source": { "filePath": "fonts\\bdf\\webhostinghub-glyphs.14.bdf", "encoding": 62762 } }, { "encoding": 134, "x": 1, "y": 0, "width": 16, "height": 16, "dx": 19, "glyphBitmap": { "width": 16, "height": 16, "pixelArray": [ 255, 255, 255, 255, 255, 255, 255, 243, 255, 227, 255, 199, 255, 143, 231, 31, 226, 63, 224, 63, 240, 127, 252, 127, 252, 255, 254, 255, 255, 255, 127, 255 ] }, "source": { "filePath": "fonts\\bdf\\heydings_icons.14.bdf", "encoding": 79 } }, { "encoding": 135, "x": 0, "y": -2, "width": 19, "height": 19, "dx": 19, "glyphBitmap": { "width": 19, "height": 19, "pixelArray": [ 3, 248, 0, 15, 254, 0, 31, 31, 0, 63, 31, 128, 113, 17, 192, 112, 1, 192, 240, 1, 224, 248, 11, 224, 192, 24, 96, 192, 16, 96, 192, 48, 96, 248, 51, 224, 240, 97, 224, 115, 249, 192, 127, 191, 192, 63, 31, 128, 31, 191, 0, 15, 254, 0, 3, 248, 0 ] }, "source": { "filePath": "fonts\\bdf\\webhostinghub-glyphs.14.bdf", "encoding": 61446 } }, { "encoding": 136, "x": 0, "y": -2, "width": 19, "height": 19, "dx": 19, "glyphBitmap": { "width": 19, "height": 19, "pixelArray": [ 127, 255, 192, 223, 255, 96, 143, 30, 32, 220, 7, 96, 242, 9, 224, 246, 29, 224, 238, 30, 224, 231, 240, 224, 193, 240, 96, 193, 240, 96, 193, 240, 96, 225, 252, 224, 239, 14, 224, 247, 13, 224, 242, 9, 224, 220, 7, 96, 143, 30, 32, 223, 255, 96, 127, 255, 192 ] }, "source": { "filePath": "fonts\\bdf\\webhostinghub-glyphs.14.bdf", "encoding": 61450 } }, { "encoding": 137, "x": 4, "y": -2, "width": 11, "height": 19, "dx": 19, "glyphBitmap": { "width": 11, "height": 19, "pixelArray": [ 14, 0, 31, 0, 59, 128, 49, 128, 49, 128, 49, 128, 49, 128, 49, 128, 49, 128, 113, 192, 224, 224, 192, 96, 192, 96, 192, 96, 192, 96, 224, 224, 123, 192, 63, 128, 31, 0 ] }, "source": { "filePath": "fonts\\bdf\\webhostinghub-glyphs.14.bdf", "encoding": 61965 } }, { "encoding": 138, "x": 0, "y": -2, "width": 18, "height": 17, "dx": 18, "glyphBitmap": { "width": 18, "height": 17, "pixelArray": [ 62, 0, 0, 127, 0, 0, 99, 128, 0, 193, 192, 0, 192, 192, 0, 227, 192, 0, 115, 192, 0, 63, 220, 0, 31, 254, 0, 4, 119, 0, 0, 243, 128, 0, 209, 192, 0, 192, 192, 0, 225, 192, 0, 115, 128, 0, 63, 0, 0, 30, 0 ] }, "source": { "filePath": "fonts\\bdf\\FontAwesome.14.bdf", "encoding": 61633 } }, { "encoding": 139, "x": 0, "y": -3, "width": 17, "height": 20, "dx": 19, "glyphBitmap": { "width": 17, "height": 20, "pixelArray": [ 0, 96, 0, 1, 240, 0, 7, 28, 0, 13, 18, 0, 9, 34, 0, 9, 35, 128, 9, 36, 128, 9, 36, 128, 9, 36, 128, 120, 0, 128, 200, 0, 128, 136, 0, 128, 192, 0, 128, 64, 0, 128, 32, 0, 128, 48, 0, 128, 24, 0, 128, 8, 1, 128, 15, 255, 0, 3, 255, 0 ] }, "source": { "filePath": "fonts/bdf/FontAwesome.14.bdf", "encoding": 62038 } }, { "encoding": 140, "x": 1, "y": 0, "width": 17, "height": 19, "dx": 19, "glyphBitmap": { "width": 17, "height": 19, "pixelArray": [ 3, 224, 0, 7, 240, 0, 15, 120, 0, 28, 28, 0, 24, 12, 0, 24, 12, 0, 24, 12, 0, 24, 12, 0, 127, 255, 0, 255, 255, 128, 254, 63, 128, 252, 31, 128, 252, 31, 128, 254, 63, 128, 254, 63, 128, 254, 63, 128, 254, 63, 128, 252, 31, 128, 255, 255, 128 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.14.bdf", "encoding": 61630 } }, { "encoding": 141, "x": 0, "y": -2, "width": 19, "height": 19, "dx": 19, "glyphBitmap": { "width": 19, "height": 19, "pixelArray": [ 3, 248, 0, 14, 14, 0, 24, 3, 0, 48, 1, 128, 96, 0, 192, 64, 0, 64, 192, 0, 96, 128, 0, 32, 128, 0, 32, 128, 0, 32, 128, 0, 32, 128, 0, 32, 192, 0, 96, 64, 0, 64, 96, 0, 192, 48, 1, 128, 24, 3, 0, 14, 14, 0, 3, 248, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.14.bdf", "encoding": 61884 } }, { "encoding": 142, "x": 0, "y": -2, "width": 19, "height": 19, "dx": 19, "glyphBitmap": { "width": 19, "height": 19, "pixelArray": [ 3, 248, 0, 14, 14, 0, 24, 3, 0, 48, 1, 128, 96, 0, 192, 65, 240, 64, 195, 248, 96, 135, 252, 32, 135, 252, 32, 135, 252, 32, 135, 252, 32, 135, 252, 32, 195, 248, 96, 65, 240, 64, 96, 0, 192, 48, 1, 128, 24, 3, 0, 14, 14, 0, 3, 248, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.14.bdf", "encoding": 62822 } }, { "encoding": 143, "x": 4, "y": -2, "width": 11, "height": 19, "dx": 19, "glyphBitmap": { "width": 11, "height": 19, "pixelArray": [ 0, 192, 1, 224, 3, 224, 7, 224, 15, 192, 31, 128, 63, 0, 126, 0, 252, 0, 248, 0, 252, 0, 126, 0, 63, 0, 31, 128, 15, 192, 7, 224, 3, 224, 1, 224, 0, 192 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.14.bdf", "encoding": 62601 } }, { "encoding": 144, "x": 4, "y": -2, "width": 11, "height": 19, "dx": 19, "glyphBitmap": { "width": 11, "height": 19, "pixelArray": [ 96, 0, 240, 0, 248, 0, 252, 0, 126, 0, 63, 0, 31, 128, 15, 192, 7, 224, 3, 224, 7, 224, 15, 192, 31, 128, 63, 0, 126, 0, 252, 0, 248, 0, 240, 0, 96, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.14.bdf", "encoding": 62600 } }, { "encoding": 145, "x": 0, "y": 3, "width": 19, "height": 9, "dx": 19, "glyphBitmap": { "width": 19, "height": 9, "pixelArray": [ 62, 15, 128, 127, 31, 192, 227, 184, 224, 225, 240, 224, 192, 224, 96, 225, 240, 224, 227, 184, 224, 127, 31, 192, 62, 15, 128 ] }, "source": { "filePath": "fonts\\bdf\\webhostinghub-glyphs.14.bdf", "encoding": 8734 } }, { "encoding": 146, "x": 0, "y": 5, "width": 19, "height": 5, "dx": 19, "glyphBitmap": { "width": 19, "height": 5, "pixelArray": [ 255, 255, 224, 255, 255, 224, 255, 255, 224, 255, 255, 224, 255, 255, 224 ] }, "source": { "filePath": "fonts\\bdf\\webhostinghub-glyphs.14.bdf", "encoding": 8722 } }, { "encoding": 147, "x": 0, "y": -2, "width": 19, "height": 19, "dx": 22, "glyphBitmap": { "width": 19, "height": 19, "pixelArray": [ 0, 64, 0, 4, 228, 0, 14, 226, 0, 6, 224, 0, 39, 224, 128, 123, 224, 192, 63, 224, 128, 12, 0, 0, 120, 0, 64, 248, 0, 96, 120, 0, 192, 8, 0, 0, 56, 1, 128, 120, 3, 192, 38, 4, 128, 6, 236, 0, 14, 238, 0, 4, 228, 0, 0, 64, 0 ] }, "source": { "filePath": "fonts\\bdf\\webhostinghub-glyphs.14.bdf", "encoding": 62265 } }, { "encoding": 148, "x": 4, "y": -2, "width": 13, "height": 19, "dx": 19, "glyphBitmap": { "width": 13, "height": 19, "pixelArray": [ 15, 0, 15, 0, 15, 0, 6, 0, 6, 0, 6, 120, 6, 120, 230, 120, 230, 32, 230, 32, 70, 96, 71, 128, 102, 0, 62, 0, 6, 0, 6, 0, 15, 0, 15, 0, 15, 0 ] }, "source": { "filePath": "fonts\\bdf\\webhostinghub-glyphs.14.bdf", "encoding": 61709 } }, { "encoding": 149, "x": 0, "y": -2, "width": 19, "height": 19, "dx": 19, "glyphBitmap": { "width": 19, "height": 19, "pixelArray": [ 1, 248, 0, 1, 248, 0, 1, 248, 0, 1, 248, 0, 1, 248, 0, 0, 32, 0, 0, 32, 0, 0, 32, 0, 0, 32, 0, 255, 255, 224, 8, 2, 0, 8, 2, 0, 8, 2, 0, 8, 2, 0, 63, 31, 128, 63, 31, 128, 63, 31, 128, 63, 31, 128, 63, 31, 128 ] }, "source": { "filePath": "fonts\\bdf\\webhostinghub-glyphs.14.bdf", "encoding": 61606 } }, { "encoding": 150, "x": 0, "y": -2, "width": 19, "height": 19, "dx": 19, "glyphBitmap": { "width": 19, "height": 19, "pixelArray": [ 127, 255, 192, 128, 0, 32, 0, 0, 0, 108, 108, 192, 108, 108, 192, 108, 108, 192, 110, 108, 192, 110, 108, 192, 111, 108, 192, 109, 111, 192, 109, 239, 192, 108, 236, 192, 108, 236, 192, 108, 108, 192, 108, 108, 192, 108, 108, 192, 0, 0, 0, 128, 0, 32, 127, 255, 192 ] }, "source": { "filePath": "fonts\\bdf\\webhostinghub-glyphs.14.bdf", "encoding": 61674 } } ], "screenOrientation": "all" }, { "name": "medium", "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf" }, "height": 43, "ascent": 35, "descent": 8, "glyphs": [ { "encoding": 32, "x": 0, "y": 0, "width": 0, "height": 0, "dx": 8, "glyphBitmap": { "width": 0, "height": 0, "pixelArray": [] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 32 } }, { "encoding": 33, "x": 2, "y": 0, "width": 4, "height": 28, "dx": 8, "glyphBitmap": { "width": 4, "height": 28, "pixelArray": [ 240, 240, 240, 240, 240, 240, 240, 240, 224, 224, 224, 224, 224, 224, 96, 96, 96, 96, 96, 96, 96, 0, 0, 0, 240, 240, 240, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 33 } }, { "encoding": 34, "x": 2, "y": 19, "width": 9, "height": 9, "dx": 12, "glyphBitmap": { "width": 9, "height": 9, "pixelArray": [ 243, 128, 243, 128, 227, 128, 227, 128, 227, 128, 227, 0, 227, 0, 227, 0, 195, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 34 } }, { "encoding": 35, "x": 1, "y": 0, "width": 15, "height": 28, "dx": 17, "glyphBitmap": { "width": 15, "height": 28, "pixelArray": [ 15, 60, 15, 60, 15, 60, 14, 60, 14, 60, 30, 60, 30, 56, 30, 56, 255, 254, 255, 254, 255, 254, 28, 120, 60, 120, 60, 112, 60, 112, 255, 254, 255, 254, 255, 254, 56, 240, 56, 240, 120, 240, 120, 224, 120, 224, 121, 224, 121, 224, 121, 224, 113, 224, 113, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 35 } }, { "encoding": 36, "x": 1, "y": -3, "width": 14, "height": 34, "dx": 16, "glyphBitmap": { "width": 14, "height": 34, "pixelArray": [ 3, 0, 3, 0, 3, 0, 15, 192, 63, 240, 127, 240, 124, 248, 248, 120, 248, 120, 248, 124, 248, 120, 248, 0, 252, 0, 126, 0, 127, 0, 63, 192, 31, 224, 15, 224, 7, 240, 3, 248, 1, 248, 0, 252, 16, 124, 240, 124, 240, 124, 248, 124, 120, 124, 124, 248, 63, 248, 63, 240, 15, 224, 1, 0, 1, 0, 1, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 36 } }, { "encoding": 37, "x": 1, "y": 0, "width": 30, "height": 28, "dx": 32, "glyphBitmap": { "width": 30, "height": 28, "pixelArray": [ 31, 128, 112, 0, 63, 192, 112, 0, 127, 224, 240, 0, 121, 224, 224, 0, 112, 240, 224, 0, 240, 240, 224, 0, 240, 241, 224, 0, 240, 241, 192, 0, 240, 241, 192, 0, 240, 241, 192, 0, 240, 243, 128, 0, 112, 243, 128, 0, 121, 227, 128, 0, 127, 227, 143, 224, 63, 199, 31, 240, 31, 135, 31, 248, 0, 7, 60, 120, 0, 15, 60, 56, 0, 14, 60, 60, 0, 14, 60, 60, 0, 14, 60, 60, 0, 30, 60, 60, 0, 28, 60, 60, 0, 28, 60, 120, 0, 28, 62, 120, 0, 56, 31, 248, 0, 56, 15, 240, 0, 56, 7, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 37 } }, { "encoding": 38, "x": 2, "y": 0, "width": 16, "height": 28, "dx": 20, "glyphBitmap": { "width": 16, "height": 28, "pixelArray": [ 15, 128, 63, 224, 63, 224, 125, 240, 120, 240, 120, 240, 120, 240, 120, 240, 121, 240, 121, 224, 61, 192, 63, 192, 31, 128, 31, 0, 63, 0, 63, 15, 127, 143, 127, 142, 243, 222, 241, 254, 241, 254, 240, 252, 240, 252, 240, 252, 251, 255, 127, 255, 127, 207, 31, 7 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 38 } }, { "encoding": 39, "x": 2, "y": 19, "width": 4, "height": 9, "dx": 11, "glyphBitmap": { "width": 4, "height": 9, "pixelArray": [ 240, 240, 240, 224, 224, 224, 224, 224, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 39 } }, { "encoding": 40, "x": 2, "y": -6, "width": 7, "height": 34, "dx": 11, "glyphBitmap": { "width": 7, "height": 34, "pixelArray": [ 6, 30, 62, 62, 60, 120, 120, 120, 120, 248, 248, 248, 248, 248, 240, 240, 240, 240, 240, 240, 240, 248, 248, 248, 248, 120, 120, 120, 120, 124, 60, 62, 30, 14 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 40 } }, { "encoding": 41, "x": 1, "y": -6, "width": 7, "height": 34, "dx": 10, "glyphBitmap": { "width": 7, "height": 34, "pixelArray": [ 224, 240, 248, 124, 60, 60, 62, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 62, 60, 60, 124, 248, 240, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 41 } }, { "encoding": 42, "x": 1, "y": 16, "width": 12, "height": 12, "dx": 14, "glyphBitmap": { "width": 12, "height": 12, "pixelArray": [ 7, 0, 7, 0, 71, 32, 103, 96, 127, 240, 255, 224, 15, 128, 15, 128, 31, 192, 61, 192, 57, 224, 8, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 42 } }, { "encoding": 43, "x": 1, "y": 7, "width": 13, "height": 14, "dx": 14, "glyphBitmap": { "width": 13, "height": 14, "pixelArray": [ 7, 0, 7, 0, 7, 0, 7, 0, 7, 0, 255, 248, 255, 248, 255, 248, 7, 0, 7, 0, 7, 0, 7, 0, 7, 0, 7, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 43 } }, { "encoding": 44, "x": 1, "y": -5, "width": 5, "height": 10, "dx": 7, "glyphBitmap": { "width": 5, "height": 10, "pixelArray": [ 248, 248, 248, 248, 248, 24, 48, 112, 96, 64 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 44 } }, { "encoding": 45, "x": 2, "y": 9, "width": 8, "height": 3, "dx": 12, "glyphBitmap": { "width": 8, "height": 3, "pixelArray": [ 255, 255, 255 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 45 } }, { "encoding": 46, "x": 2, "y": 0, "width": 4, "height": 5, "dx": 7, "glyphBitmap": { "width": 4, "height": 5, "pixelArray": [ 240, 240, 240, 240, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 46 } }, { "encoding": 47, "x": 1, "y": 0, "width": 11, "height": 28, "dx": 13, "glyphBitmap": { "width": 11, "height": 28, "pixelArray": [ 0, 224, 1, 192, 1, 192, 1, 192, 1, 192, 3, 128, 3, 128, 3, 128, 7, 128, 7, 0, 7, 0, 7, 0, 15, 0, 14, 0, 14, 0, 14, 0, 28, 0, 28, 0, 28, 0, 60, 0, 56, 0, 56, 0, 56, 0, 120, 0, 112, 0, 112, 0, 112, 0, 224, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 47 } }, { "encoding": 48, "x": 1, "y": 0, "width": 14, "height": 28, "dx": 17, "glyphBitmap": { "width": 14, "height": 28, "pixelArray": [ 7, 192, 31, 240, 63, 248, 127, 248, 124, 124, 120, 124, 120, 60, 248, 60, 248, 60, 248, 60, 248, 60, 248, 60, 248, 60, 248, 60, 248, 60, 248, 60, 248, 60, 248, 60, 248, 60, 248, 60, 248, 60, 120, 60, 120, 124, 124, 124, 127, 248, 63, 248, 31, 240, 7, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 48 } }, { "encoding": 49, "x": 3, "y": 0, "width": 9, "height": 28, "dx": 17, "glyphBitmap": { "width": 9, "height": 28, "pixelArray": [ 7, 128, 15, 128, 63, 128, 255, 128, 255, 128, 255, 128, 143, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 49 } }, { "encoding": 50, "x": 2, "y": 0, "width": 13, "height": 28, "dx": 17, "glyphBitmap": { "width": 13, "height": 28, "pixelArray": [ 15, 192, 63, 224, 127, 240, 127, 248, 248, 248, 248, 120, 240, 120, 240, 120, 240, 120, 240, 120, 0, 248, 0, 248, 1, 240, 1, 240, 3, 224, 7, 224, 7, 192, 15, 128, 15, 128, 31, 0, 62, 0, 62, 0, 124, 0, 124, 0, 248, 0, 255, 248, 255, 248, 255, 248 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 50 } }, { "encoding": 51, "x": 1, "y": 0, "width": 14, "height": 28, "dx": 16, "glyphBitmap": { "width": 14, "height": 28, "pixelArray": [ 15, 192, 31, 240, 63, 248, 124, 252, 120, 124, 248, 60, 248, 60, 248, 60, 0, 60, 0, 124, 0, 124, 3, 248, 3, 240, 3, 240, 3, 248, 0, 252, 0, 124, 0, 60, 0, 60, 248, 60, 248, 60, 248, 60, 120, 124, 124, 124, 127, 248, 63, 248, 31, 240, 15, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 51 } }, { "encoding": 52, "x": 1, "y": 0, "width": 15, "height": 28, "dx": 17, "glyphBitmap": { "width": 15, "height": 28, "pixelArray": [ 1, 240, 3, 240, 3, 240, 3, 240, 7, 240, 7, 240, 15, 240, 14, 240, 30, 240, 30, 240, 28, 240, 60, 240, 60, 240, 120, 240, 120, 240, 120, 240, 240, 240, 255, 254, 255, 254, 255, 254, 255, 254, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 52 } }, { "encoding": 53, "x": 2, "y": 0, "width": 13, "height": 28, "dx": 16, "glyphBitmap": { "width": 13, "height": 28, "pixelArray": [ 255, 240, 255, 240, 255, 240, 255, 240, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 247, 192, 255, 240, 255, 240, 248, 248, 240, 120, 0, 120, 0, 120, 0, 120, 0, 120, 0, 120, 240, 120, 240, 120, 240, 120, 248, 248, 252, 240, 127, 240, 63, 224, 31, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 53 } }, { "encoding": 54, "x": 2, "y": 0, "width": 14, "height": 28, "dx": 17, "glyphBitmap": { "width": 14, "height": 28, "pixelArray": [ 15, 192, 63, 224, 127, 240, 124, 248, 248, 120, 248, 120, 240, 120, 240, 0, 240, 0, 240, 0, 240, 0, 247, 224, 255, 240, 255, 248, 248, 248, 240, 120, 240, 120, 240, 124, 240, 124, 240, 124, 240, 124, 240, 120, 240, 120, 248, 248, 125, 248, 127, 240, 63, 224, 15, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 54 } }, { "encoding": 55, "x": 1, "y": 0, "width": 12, "height": 28, "dx": 14, "glyphBitmap": { "width": 12, "height": 28, "pixelArray": [ 255, 240, 255, 240, 255, 240, 1, 240, 1, 224, 1, 224, 1, 224, 3, 224, 3, 224, 3, 192, 3, 192, 3, 192, 7, 192, 7, 192, 7, 128, 7, 128, 7, 128, 15, 128, 15, 128, 15, 0, 15, 0, 15, 0, 31, 0, 31, 0, 30, 0, 30, 0, 62, 0, 62, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 55 } }, { "encoding": 56, "x": 1, "y": 0, "width": 14, "height": 28, "dx": 17, "glyphBitmap": { "width": 14, "height": 28, "pixelArray": [ 15, 192, 31, 240, 63, 248, 124, 248, 120, 120, 120, 124, 120, 124, 120, 124, 120, 124, 120, 120, 124, 248, 63, 240, 31, 240, 31, 240, 63, 248, 124, 120, 120, 124, 248, 60, 248, 60, 248, 60, 248, 60, 248, 60, 120, 60, 120, 124, 124, 248, 63, 248, 31, 240, 15, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 56 } }, { "encoding": 57, "x": 1, "y": 0, "width": 14, "height": 28, "dx": 17, "glyphBitmap": { "width": 14, "height": 28, "pixelArray": [ 7, 192, 31, 240, 63, 248, 126, 248, 124, 124, 120, 124, 120, 60, 248, 60, 248, 60, 248, 60, 248, 60, 120, 60, 120, 124, 124, 252, 127, 252, 63, 252, 15, 188, 0, 60, 0, 60, 0, 60, 0, 60, 120, 60, 120, 124, 120, 124, 124, 248, 63, 248, 31, 240, 15, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 57 } }, { "encoding": 58, "x": 2, "y": 3, "width": 4, "height": 16, "dx": 8, "glyphBitmap": { "width": 4, "height": 16, "pixelArray": [ 240, 240, 240, 240, 240, 0, 0, 0, 0, 0, 0, 0, 240, 240, 240, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 58 } }, { "encoding": 59, "x": 2, "y": -2, "width": 4, "height": 22, "dx": 8, "glyphBitmap": { "width": 4, "height": 22, "pixelArray": [ 240, 240, 240, 240, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 240, 240, 240, 240, 240, 48, 48, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 59 } }, { "encoding": 60, "x": 1, "y": 2, "width": 10, "height": 18, "dx": 13, "glyphBitmap": { "width": 10, "height": 18, "pixelArray": [ 0, 64, 1, 192, 3, 192, 7, 192, 31, 128, 63, 0, 252, 0, 248, 0, 240, 0, 240, 0, 252, 0, 126, 0, 63, 0, 15, 192, 7, 192, 3, 192, 0, 192, 0, 64 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 60 } }, { "encoding": 61, "x": 2, "y": 9, "width": 10, "height": 9, "dx": 14, "glyphBitmap": { "width": 10, "height": 9, "pixelArray": [ 255, 192, 255, 192, 255, 192, 0, 0, 0, 0, 0, 0, 255, 192, 255, 192, 255, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 61 } }, { "encoding": 62, "x": 2, "y": 2, "width": 10, "height": 18, "dx": 13, "glyphBitmap": { "width": 10, "height": 18, "pixelArray": [ 128, 0, 192, 0, 240, 0, 248, 0, 126, 0, 63, 0, 31, 128, 7, 192, 3, 192, 7, 192, 15, 192, 31, 128, 127, 0, 252, 0, 248, 0, 224, 0, 192, 0, 128, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 62 } }, { "encoding": 63, "x": 1, "y": 0, "width": 14, "height": 28, "dx": 16, "glyphBitmap": { "width": 14, "height": 28, "pixelArray": [ 15, 192, 63, 240, 127, 248, 127, 248, 120, 252, 248, 124, 248, 124, 120, 124, 96, 124, 0, 124, 0, 120, 0, 248, 1, 240, 1, 224, 3, 224, 7, 192, 15, 128, 15, 0, 15, 0, 15, 0, 15, 0, 0, 0, 0, 0, 15, 0, 15, 0, 15, 0, 15, 0, 15, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 63 } }, { "encoding": 64, "x": 2, "y": -4, "width": 28, "height": 32, "dx": 31, "glyphBitmap": { "width": 28, "height": 32, "pixelArray": [ 0, 31, 224, 0, 0, 255, 252, 0, 1, 255, 254, 0, 7, 248, 63, 0, 15, 192, 15, 128, 15, 0, 3, 192, 30, 0, 1, 192, 62, 15, 121, 224, 60, 31, 248, 224, 120, 63, 240, 224, 120, 126, 240, 224, 120, 120, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 241, 240, 240, 224, 241, 224, 240, 224, 241, 224, 224, 224, 241, 224, 224, 224, 241, 225, 225, 224, 241, 241, 225, 192, 240, 255, 227, 128, 240, 254, 255, 128, 240, 126, 255, 0, 112, 60, 124, 0, 120, 0, 0, 0, 124, 0, 0, 0, 62, 0, 0, 0, 31, 0, 0, 0, 31, 192, 48, 0, 7, 255, 248, 0, 3, 255, 248, 0, 0, 255, 224, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 64 } }, { "encoding": 65, "x": 1, "y": 0, "width": 16, "height": 28, "dx": 17, "glyphBitmap": { "width": 16, "height": 28, "pixelArray": [ 7, 192, 7, 192, 7, 224, 15, 224, 15, 224, 15, 224, 15, 224, 14, 240, 30, 240, 30, 240, 30, 240, 30, 240, 30, 120, 62, 120, 60, 120, 60, 120, 60, 120, 60, 124, 127, 252, 127, 252, 127, 252, 120, 60, 120, 60, 248, 62, 248, 62, 248, 30, 240, 30, 240, 31 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 65 } }, { "encoding": 66, "x": 2, "y": 0, "width": 15, "height": 28, "dx": 18, "glyphBitmap": { "width": 15, "height": 28, "pixelArray": [ 255, 192, 255, 240, 255, 248, 248, 252, 248, 60, 248, 60, 248, 60, 248, 60, 248, 60, 248, 60, 248, 124, 248, 248, 255, 240, 255, 240, 255, 248, 248, 124, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 252, 255, 252, 255, 248, 255, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 66 } }, { "encoding": 67, "x": 2, "y": 0, "width": 14, "height": 28, "dx": 18, "glyphBitmap": { "width": 14, "height": 28, "pixelArray": [ 15, 192, 63, 240, 127, 248, 124, 252, 248, 124, 248, 60, 248, 60, 248, 60, 248, 60, 248, 60, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 60, 248, 60, 248, 60, 248, 60, 248, 60, 248, 124, 124, 252, 127, 248, 63, 240, 15, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 67 } }, { "encoding": 68, "x": 2, "y": 0, "width": 15, "height": 28, "dx": 18, "glyphBitmap": { "width": 15, "height": 28, "pixelArray": [ 255, 192, 255, 240, 255, 248, 248, 252, 248, 124, 248, 60, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 60, 248, 124, 248, 252, 255, 248, 255, 240, 255, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 68 } }, { "encoding": 69, "x": 2, "y": 0, "width": 11, "height": 28, "dx": 14, "glyphBitmap": { "width": 11, "height": 28, "pixelArray": [ 255, 224, 255, 224, 255, 224, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 255, 192, 255, 192, 255, 192, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 255, 224, 255, 224, 255, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 69 } }, { "encoding": 70, "x": 2, "y": 0, "width": 11, "height": 28, "dx": 14, "glyphBitmap": { "width": 11, "height": 28, "pixelArray": [ 255, 224, 255, 224, 255, 224, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 255, 192, 255, 192, 255, 192, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 70 } }, { "encoding": 71, "x": 2, "y": 0, "width": 15, "height": 28, "dx": 18, "glyphBitmap": { "width": 15, "height": 28, "pixelArray": [ 15, 224, 63, 240, 127, 248, 124, 124, 248, 60, 248, 60, 248, 62, 248, 62, 248, 62, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 249, 254, 249, 254, 249, 254, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 124, 254, 127, 254, 63, 222, 15, 158 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 71 } }, { "encoding": 72, "x": 2, "y": 0, "width": 15, "height": 28, "dx": 19, "glyphBitmap": { "width": 15, "height": 28, "pixelArray": [ 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 255, 254, 255, 254, 255, 254, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 72 } }, { "encoding": 73, "x": 2, "y": 0, "width": 5, "height": 28, "dx": 9, "glyphBitmap": { "width": 5, "height": 28, "pixelArray": [ 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 73 } }, { "encoding": 74, "x": 0, "y": 0, "width": 9, "height": 28, "dx": 11, "glyphBitmap": { "width": 9, "height": 28, "pixelArray": [ 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 15, 128, 63, 0, 255, 0, 254, 0, 252, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 74 } }, { "encoding": 75, "x": 2, "y": 0, "width": 15, "height": 28, "dx": 17, "glyphBitmap": { "width": 15, "height": 28, "pixelArray": [ 248, 62, 248, 124, 248, 124, 248, 120, 248, 248, 248, 248, 249, 240, 249, 240, 249, 224, 251, 224, 251, 224, 255, 192, 255, 192, 255, 192, 255, 192, 255, 224, 251, 224, 249, 224, 249, 240, 249, 240, 248, 248, 248, 248, 248, 248, 248, 124, 248, 124, 248, 60, 248, 62, 248, 62 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 75 } }, { "encoding": 76, "x": 2, "y": 0, "width": 11, "height": 28, "dx": 14, "glyphBitmap": { "width": 11, "height": 28, "pixelArray": [ 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 255, 224, 255, 224, 255, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 76 } }, { "encoding": 77, "x": 2, "y": 0, "width": 19, "height": 28, "dx": 23, "glyphBitmap": { "width": 19, "height": 28, "pixelArray": [ 248, 7, 192, 252, 7, 192, 252, 7, 192, 252, 7, 192, 252, 15, 192, 252, 15, 192, 254, 15, 192, 254, 15, 192, 254, 15, 192, 254, 29, 192, 254, 29, 192, 255, 29, 192, 247, 29, 192, 247, 29, 192, 247, 57, 192, 247, 57, 192, 243, 185, 192, 243, 185, 192, 243, 249, 192, 243, 241, 192, 243, 241, 192, 241, 241, 192, 241, 241, 192, 241, 241, 192, 241, 225, 224, 241, 225, 224, 240, 225, 224, 240, 225, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 77 } }, { "encoding": 78, "x": 2, "y": 0, "width": 14, "height": 28, "dx": 18, "glyphBitmap": { "width": 14, "height": 28, "pixelArray": [ 240, 60, 240, 60, 240, 60, 248, 60, 248, 60, 252, 60, 252, 60, 252, 60, 254, 60, 254, 60, 255, 60, 255, 60, 255, 60, 247, 188, 247, 188, 243, 252, 243, 252, 241, 252, 241, 252, 241, 252, 240, 252, 240, 252, 240, 124, 240, 124, 240, 124, 240, 60, 240, 60, 240, 28 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 78 } }, { "encoding": 79, "x": 2, "y": 0, "width": 15, "height": 28, "dx": 19, "glyphBitmap": { "width": 15, "height": 28, "pixelArray": [ 15, 192, 63, 240, 127, 248, 124, 252, 248, 60, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 60, 124, 124, 127, 248, 63, 240, 15, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 79 } }, { "encoding": 80, "x": 2, "y": 0, "width": 15, "height": 28, "dx": 17, "glyphBitmap": { "width": 15, "height": 28, "pixelArray": [ 255, 224, 255, 240, 255, 248, 248, 252, 248, 124, 248, 60, 248, 60, 248, 62, 248, 62, 248, 60, 248, 60, 248, 124, 255, 248, 255, 248, 255, 224, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 80 } }, { "encoding": 81, "x": 2, "y": -5, "width": 15, "height": 33, "dx": 19, "glyphBitmap": { "width": 15, "height": 33, "pixelArray": [ 15, 192, 63, 240, 127, 248, 124, 252, 248, 60, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 60, 124, 124, 127, 248, 63, 240, 15, 224, 0, 240, 0, 120, 0, 60, 0, 24, 0, 8 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 81 } }, { "encoding": 82, "x": 2, "y": 0, "width": 15, "height": 28, "dx": 18, "glyphBitmap": { "width": 15, "height": 28, "pixelArray": [ 255, 192, 255, 240, 255, 248, 248, 252, 248, 124, 248, 60, 248, 62, 248, 62, 248, 62, 248, 60, 248, 124, 248, 252, 255, 252, 255, 248, 255, 224, 249, 240, 249, 240, 248, 240, 248, 248, 248, 248, 248, 248, 248, 120, 248, 124, 248, 124, 248, 124, 248, 60, 248, 62, 248, 62 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 82 } }, { "encoding": 83, "x": 1, "y": 0, "width": 14, "height": 28, "dx": 16, "glyphBitmap": { "width": 14, "height": 28, "pixelArray": [ 15, 192, 31, 240, 63, 248, 124, 248, 120, 120, 248, 124, 248, 60, 248, 56, 252, 0, 126, 0, 127, 0, 63, 128, 63, 192, 31, 224, 15, 240, 7, 248, 1, 248, 0, 252, 0, 124, 24, 124, 248, 60, 248, 60, 120, 60, 120, 60, 126, 124, 63, 248, 31, 240, 7, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 83 } }, { "encoding": 84, "x": 0, "y": 0, "width": 14, "height": 28, "dx": 14, "glyphBitmap": { "width": 14, "height": 28, "pixelArray": [ 255, 252, 255, 252, 255, 252, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128, 7, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 84 } }, { "encoding": 85, "x": 2, "y": 0, "width": 15, "height": 28, "dx": 19, "glyphBitmap": { "width": 15, "height": 28, "pixelArray": [ 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 62, 248, 60, 248, 124, 124, 252, 127, 248, 63, 240, 15, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 85 } }, { "encoding": 86, "x": 1, "y": 0, "width": 15, "height": 28, "dx": 17, "glyphBitmap": { "width": 15, "height": 28, "pixelArray": [ 240, 30, 240, 30, 248, 62, 248, 62, 120, 60, 120, 60, 120, 60, 120, 60, 124, 124, 60, 120, 60, 120, 60, 120, 60, 120, 62, 120, 30, 248, 30, 240, 30, 240, 30, 240, 30, 240, 15, 240, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 7, 192, 7, 192, 7, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 86 } }, { "encoding": 87, "x": 1, "y": 0, "width": 22, "height": 28, "dx": 24, "glyphBitmap": { "width": 22, "height": 28, "pixelArray": [ 240, 120, 60, 240, 120, 120, 240, 120, 120, 120, 120, 120, 120, 248, 120, 120, 248, 120, 120, 252, 120, 120, 252, 120, 120, 252, 112, 120, 252, 240, 56, 252, 240, 61, 252, 240, 61, 220, 240, 61, 206, 240, 61, 206, 240, 61, 206, 240, 61, 206, 224, 63, 207, 224, 31, 143, 224, 31, 135, 224, 31, 135, 224, 31, 135, 224, 31, 135, 224, 31, 135, 192, 31, 7, 192, 15, 3, 192, 15, 3, 192, 15, 3, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 87 } }, { "encoding": 88, "x": 0, "y": 0, "width": 16, "height": 28, "dx": 16, "glyphBitmap": { "width": 16, "height": 28, "pixelArray": [ 248, 31, 124, 30, 124, 30, 60, 62, 62, 60, 30, 60, 31, 120, 31, 120, 15, 120, 15, 240, 7, 240, 7, 240, 7, 224, 3, 224, 7, 224, 7, 224, 7, 240, 15, 240, 15, 240, 31, 248, 30, 120, 30, 124, 62, 124, 60, 60, 60, 62, 120, 30, 120, 31, 248, 31 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 88 } }, { "encoding": 89, "x": 0, "y": 0, "width": 16, "height": 28, "dx": 16, "glyphBitmap": { "width": 16, "height": 28, "pixelArray": [ 248, 31, 120, 30, 124, 30, 124, 62, 60, 60, 60, 60, 62, 124, 30, 124, 30, 120, 31, 120, 15, 248, 15, 240, 15, 240, 7, 240, 7, 224, 7, 224, 7, 224, 3, 192, 3, 192, 3, 192, 3, 192, 3, 192, 3, 192, 3, 192, 3, 192, 3, 192, 3, 192, 3, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 89 } }, { "encoding": 90, "x": 1, "y": 0, "width": 12, "height": 28, "dx": 14, "glyphBitmap": { "width": 12, "height": 28, "pixelArray": [ 127, 240, 127, 240, 127, 240, 1, 240, 1, 240, 1, 224, 3, 224, 3, 224, 3, 192, 7, 192, 7, 192, 7, 128, 15, 128, 15, 128, 15, 0, 31, 0, 31, 0, 30, 0, 62, 0, 62, 0, 60, 0, 124, 0, 124, 0, 120, 0, 248, 0, 255, 240, 255, 240, 255, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 90 } }, { "encoding": 91, "x": 2, "y": -6, "width": 8, "height": 34, "dx": 11, "glyphBitmap": { "width": 8, "height": 34, "pixelArray": [ 255, 255, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 255, 255 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 91 } }, { "encoding": 92, "x": 1, "y": 0, "width": 11, "height": 28, "dx": 13, "glyphBitmap": { "width": 11, "height": 28, "pixelArray": [ 224, 0, 112, 0, 112, 0, 112, 0, 120, 0, 56, 0, 56, 0, 56, 0, 60, 0, 28, 0, 28, 0, 28, 0, 14, 0, 14, 0, 14, 0, 15, 0, 7, 0, 7, 0, 7, 0, 7, 128, 3, 128, 3, 128, 3, 128, 1, 192, 1, 192, 1, 192, 1, 192, 0, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 92 } }, { "encoding": 93, "x": 1, "y": -6, "width": 8, "height": 34, "dx": 11, "glyphBitmap": { "width": 8, "height": 34, "pixelArray": [ 255, 255, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 255, 255 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 93 } }, { "encoding": 94, "x": 1, "y": 17, "width": 13, "height": 11, "dx": 15, "glyphBitmap": { "width": 13, "height": 11, "pixelArray": [ 15, 128, 15, 128, 15, 192, 31, 192, 29, 192, 61, 224, 60, 224, 56, 240, 120, 240, 120, 112, 240, 120 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 94 } }, { "encoding": 95, "x": 0, "y": -5, "width": 12, "height": 3, "dx": 12, "glyphBitmap": { "width": 12, "height": 3, "pixelArray": [ 255, 240, 255, 240, 255, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 95 } }, { "encoding": 96, "x": 2, "y": 21, "width": 6, "height": 7, "dx": 10, "glyphBitmap": { "width": 6, "height": 7, "pixelArray": [ 240, 120, 120, 56, 56, 28, 28 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 96 } }, { "encoding": 97, "x": 1, "y": 0, "width": 13, "height": 20, "dx": 15, "glyphBitmap": { "width": 13, "height": 20, "pixelArray": [ 15, 128, 63, 224, 127, 240, 125, 240, 120, 240, 120, 240, 120, 240, 0, 240, 3, 240, 15, 240, 62, 240, 124, 240, 120, 240, 248, 240, 248, 240, 248, 240, 249, 240, 127, 240, 126, 248, 28, 120 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 97 } }, { "encoding": 98, "x": 2, "y": 0, "width": 12, "height": 28, "dx": 16, "glyphBitmap": { "width": 12, "height": 28, "pixelArray": [ 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 243, 192, 247, 224, 255, 240, 249, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 249, 240, 255, 240, 255, 224, 243, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 98 } }, { "encoding": 99, "x": 1, "y": 0, "width": 12, "height": 20, "dx": 14, "glyphBitmap": { "width": 12, "height": 20, "pixelArray": [ 15, 128, 63, 224, 127, 240, 125, 240, 120, 240, 248, 240, 248, 240, 248, 240, 248, 0, 248, 0, 248, 0, 248, 0, 248, 240, 248, 240, 248, 240, 120, 240, 125, 240, 127, 240, 63, 224, 15, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 99 } }, { "encoding": 100, "x": 1, "y": 0, "width": 13, "height": 28, "dx": 16, "glyphBitmap": { "width": 13, "height": 28, "pixelArray": [ 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 30, 248, 63, 248, 127, 248, 124, 248, 120, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 120, 248, 124, 248, 127, 248, 63, 248, 30, 248 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 100 } }, { "encoding": 101, "x": 1, "y": 0, "width": 12, "height": 20, "dx": 15, "glyphBitmap": { "width": 12, "height": 20, "pixelArray": [ 15, 128, 63, 224, 127, 224, 125, 240, 120, 240, 248, 240, 248, 240, 248, 240, 255, 240, 255, 240, 248, 0, 248, 0, 248, 0, 248, 240, 248, 240, 120, 240, 125, 240, 127, 240, 63, 224, 15, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 101 } }, { "encoding": 102, "x": 1, "y": 0, "width": 9, "height": 27, "dx": 10, "glyphBitmap": { "width": 9, "height": 27, "pixelArray": [ 15, 128, 31, 128, 63, 128, 62, 0, 60, 0, 60, 0, 60, 0, 255, 128, 255, 128, 255, 128, 60, 0, 60, 0, 60, 0, 60, 0, 60, 0, 60, 0, 60, 0, 60, 0, 60, 0, 60, 0, 60, 0, 60, 0, 60, 0, 60, 0, 60, 0, 60, 0, 60, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 102 } }, { "encoding": 103, "x": 1, "y": -6, "width": 15, "height": 26, "dx": 15, "glyphBitmap": { "width": 15, "height": 26, "pixelArray": [ 15, 140, 63, 220, 127, 254, 121, 240, 120, 240, 120, 240, 248, 240, 248, 240, 248, 240, 120, 240, 120, 240, 127, 240, 63, 224, 63, 192, 112, 0, 240, 0, 255, 192, 127, 240, 63, 248, 120, 248, 240, 56, 240, 56, 248, 120, 255, 248, 255, 240, 63, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 103 } }, { "encoding": 104, "x": 2, "y": 0, "width": 12, "height": 28, "dx": 16, "glyphBitmap": { "width": 12, "height": 28, "pixelArray": [ 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 241, 224, 247, 240, 255, 240, 253, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 104 } }, { "encoding": 105, "x": 2, "y": 0, "width": 4, "height": 27, "dx": 8, "glyphBitmap": { "width": 4, "height": 27, "pixelArray": [ 240, 240, 240, 240, 0, 0, 0, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 105 } }, { "encoding": 106, "x": 0, "y": -5, "width": 7, "height": 32, "dx": 8, "glyphBitmap": { "width": 7, "height": 32, "pixelArray": [ 62, 62, 62, 62, 0, 0, 0, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 126, 252, 252, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 106 } }, { "encoding": 107, "x": 2, "y": 0, "width": 14, "height": 28, "dx": 16, "glyphBitmap": { "width": 14, "height": 28, "pixelArray": [ 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 124, 240, 248, 240, 240, 241, 240, 243, 224, 243, 224, 247, 192, 247, 192, 255, 128, 255, 192, 251, 192, 251, 224, 241, 224, 241, 224, 241, 240, 240, 240, 240, 240, 240, 248, 240, 120, 240, 124 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 107 } }, { "encoding": 108, "x": 2, "y": 0, "width": 5, "height": 28, "dx": 8, "glyphBitmap": { "width": 5, "height": 28, "pixelArray": [ 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 108 } }, { "encoding": 109, "x": 2, "y": 0, "width": 20, "height": 20, "dx": 24, "glyphBitmap": { "width": 20, "height": 20, "pixelArray": [ 243, 195, 192, 247, 231, 224, 255, 255, 240, 249, 249, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 109 } }, { "encoding": 110, "x": 2, "y": 0, "width": 12, "height": 20, "dx": 16, "glyphBitmap": { "width": 12, "height": 20, "pixelArray": [ 241, 224, 247, 224, 255, 240, 249, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 110 } }, { "encoding": 111, "x": 1, "y": 0, "width": 13, "height": 20, "dx": 15, "glyphBitmap": { "width": 13, "height": 20, "pixelArray": [ 15, 128, 63, 224, 127, 240, 125, 240, 120, 240, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 120, 240, 125, 240, 127, 240, 63, 224, 15, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 111 } }, { "encoding": 112, "x": 2, "y": -6, "width": 12, "height": 26, "dx": 16, "glyphBitmap": { "width": 12, "height": 26, "pixelArray": [ 243, 192, 255, 224, 255, 240, 249, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 249, 240, 255, 224, 255, 224, 243, 192, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 112 } }, { "encoding": 113, "x": 1, "y": -6, "width": 13, "height": 26, "dx": 16, "glyphBitmap": { "width": 13, "height": 26, "pixelArray": [ 30, 248, 63, 248, 127, 248, 124, 248, 120, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 248, 120, 248, 124, 248, 127, 248, 63, 248, 30, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248, 0, 248 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 113 } }, { "encoding": 114, "x": 2, "y": 0, "width": 9, "height": 20, "dx": 11, "glyphBitmap": { "width": 9, "height": 20, "pixelArray": [ 241, 128, 247, 128, 247, 128, 255, 128, 252, 128, 248, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0, 240, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 114 } }, { "encoding": 115, "x": 1, "y": 0, "width": 11, "height": 20, "dx": 13, "glyphBitmap": { "width": 11, "height": 20, "pixelArray": [ 31, 0, 63, 128, 127, 192, 249, 224, 241, 224, 240, 192, 248, 0, 124, 0, 126, 0, 63, 0, 31, 128, 15, 192, 3, 224, 17, 224, 225, 224, 241, 224, 249, 224, 127, 224, 63, 192, 31, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 115 } }, { "encoding": 116, "x": 1, "y": 0, "width": 9, "height": 26, "dx": 11, "glyphBitmap": { "width": 9, "height": 26, "pixelArray": [ 124, 0, 124, 0, 124, 0, 124, 0, 124, 0, 124, 0, 255, 128, 255, 128, 255, 128, 124, 0, 124, 0, 124, 0, 124, 0, 124, 0, 124, 0, 124, 0, 124, 0, 124, 0, 124, 0, 124, 0, 124, 0, 60, 0, 62, 0, 63, 128, 31, 128, 15, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 116 } }, { "encoding": 117, "x": 2, "y": 0, "width": 12, "height": 20, "dx": 16, "glyphBitmap": { "width": 12, "height": 20, "pixelArray": [ 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 241, 240, 251, 240, 255, 240, 255, 240, 121, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 117 } }, { "encoding": 118, "x": 0, "y": 0, "width": 13, "height": 20, "dx": 13, "glyphBitmap": { "width": 13, "height": 20, "pixelArray": [ 248, 120, 120, 248, 120, 240, 120, 240, 120, 240, 124, 240, 60, 240, 60, 240, 61, 224, 61, 224, 61, 224, 29, 224, 29, 224, 31, 192, 31, 192, 31, 192, 31, 192, 15, 192, 15, 192, 15, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 118 } }, { "encoding": 119, "x": 1, "y": 0, "width": 18, "height": 20, "dx": 20, "glyphBitmap": { "width": 18, "height": 20, "pixelArray": [ 241, 227, 192, 241, 227, 192, 241, 227, 128, 241, 227, 128, 241, 227, 128, 115, 231, 128, 115, 231, 128, 115, 247, 128, 123, 247, 128, 123, 247, 0, 123, 119, 0, 63, 55, 0, 63, 55, 0, 63, 63, 0, 63, 63, 0, 62, 62, 0, 62, 62, 0, 62, 30, 0, 30, 30, 0, 30, 30, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 119 } }, { "encoding": 120, "x": 0, "y": 0, "width": 14, "height": 20, "dx": 14, "glyphBitmap": { "width": 14, "height": 20, "pixelArray": [ 248, 120, 120, 120, 124, 240, 60, 240, 62, 224, 31, 224, 31, 224, 15, 192, 15, 192, 15, 128, 15, 128, 15, 192, 31, 192, 31, 224, 61, 224, 61, 240, 60, 240, 120, 240, 120, 248, 240, 124 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 120 } }, { "encoding": 121, "x": 0, "y": -5, "width": 13, "height": 25, "dx": 14, "glyphBitmap": { "width": 13, "height": 25, "pixelArray": [ 248, 120, 120, 120, 120, 120, 120, 120, 120, 248, 60, 240, 60, 240, 60, 240, 60, 240, 28, 224, 31, 224, 31, 224, 31, 224, 15, 224, 15, 192, 15, 192, 15, 192, 15, 192, 7, 128, 7, 128, 7, 128, 31, 128, 63, 0, 62, 0, 60, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 121 } }, { "encoding": 122, "x": 1, "y": 0, "width": 10, "height": 20, "dx": 12, "glyphBitmap": { "width": 10, "height": 20, "pixelArray": [ 127, 192, 127, 192, 127, 192, 7, 192, 7, 192, 7, 128, 15, 128, 15, 0, 31, 0, 31, 0, 30, 0, 62, 0, 62, 0, 60, 0, 124, 0, 120, 0, 248, 0, 255, 192, 255, 192, 255, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 122 } }, { "encoding": 123, "x": 1, "y": -6, "width": 9, "height": 34, "dx": 11, "glyphBitmap": { "width": 9, "height": 34, "pixelArray": [ 7, 128, 31, 128, 31, 128, 31, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 60, 0, 252, 0, 248, 0, 252, 0, 60, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 30, 0, 31, 128, 31, 128, 15, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 123 } }, { "encoding": 124, "x": 2, "y": -6, "width": 4, "height": 34, "dx": 8, "glyphBitmap": { "width": 4, "height": 34, "pixelArray": [ 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 124 } }, { "encoding": 125, "x": 1, "y": -6, "width": 9, "height": 34, "dx": 12, "glyphBitmap": { "width": 9, "height": 34, "pixelArray": [ 248, 0, 252, 0, 254, 0, 62, 0, 30, 0, 30, 0, 30, 0, 30, 0, 30, 0, 30, 0, 30, 0, 30, 0, 30, 0, 30, 0, 30, 0, 31, 0, 15, 128, 7, 128, 15, 128, 31, 0, 30, 0, 30, 0, 30, 0, 30, 0, 30, 0, 30, 0, 30, 0, 30, 0, 30, 0, 30, 0, 62, 0, 254, 0, 254, 0, 252, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 125 } }, { "encoding": 126, "x": 1, "y": 12, "width": 13, "height": 5, "dx": 15, "glyphBitmap": { "width": 13, "height": 5, "pixelArray": [ 60, 16, 127, 56, 255, 248, 99, 240, 0, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 126 } }, { "encoding": 127, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 127 } }, { "encoding": 128, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 127 } }, { "encoding": 129, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 127 } }, { "encoding": 130, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 127 } }, { "encoding": 131, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 127 } }, { "encoding": 132, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 127 } }, { "encoding": 133, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 127 } }, { "encoding": 134, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 127 } }, { "encoding": 135, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 127 } }, { "encoding": 136, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 127 } }, { "encoding": 137, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 127 } }, { "encoding": 138, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 127 } }, { "encoding": 139, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 127 } }, { "encoding": 140, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 127 } }, { "encoding": 141, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 127 } }, { "encoding": 142, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 127 } }, { "encoding": 143, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 127 } }, { "encoding": 144, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 127 } }, { "encoding": 145, "x": 1, "y": 3, "width": 19, "height": 12, "dx": 21, "glyphBitmap": { "width": 19, "height": 12, "pixelArray": [ 62, 7, 128, 127, 159, 192, 255, 255, 224, 255, 255, 224, 225, 248, 224, 224, 240, 224, 225, 248, 224, 243, 253, 224, 255, 255, 224, 127, 191, 192, 63, 15, 128, 12, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 8734 } }, { "encoding": 146, "source": { "filePath": "fonts/bdf/Oswald-Medium.24.bdf", "encoding": 8734 } }, { "encoding": 147, "x": 0, "y": -2, "width": 33, "height": 33, "dx": 37, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 0, 1, 192, 0, 0, 0, 1, 192, 0, 0, 0, 227, 227, 128, 0, 1, 227, 227, 192, 0, 1, 243, 224, 192, 0, 0, 243, 224, 0, 0, 0, 251, 224, 0, 0, 24, 127, 224, 12, 0, 62, 127, 224, 30, 0, 63, 191, 224, 14, 0, 63, 223, 224, 14, 0, 15, 255, 192, 8, 0, 3, 240, 0, 0, 0, 1, 192, 0, 0, 0, 63, 128, 0, 6, 0, 255, 128, 0, 7, 128, 255, 128, 0, 7, 128, 255, 0, 0, 15, 128, 63, 0, 0, 14, 0, 1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 15, 128, 0, 24, 0, 63, 128, 0, 62, 0, 63, 128, 0, 126, 0, 62, 96, 0, 62, 0, 24, 112, 3, 12, 0, 0, 248, 15, 128, 0, 0, 243, 231, 128, 0, 1, 243, 231, 192, 0, 1, 227, 227, 192, 0, 0, 227, 227, 128, 0, 0, 1, 192, 0, 0, 0, 1, 192, 0, 0 ] }, "source": { "filePath": "fonts\\bdf\\webhostinghub-glyphs.24.bdf", "encoding": 62265 } } ], "screenOrientation": "all" }, { "name": "large", "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf" }, "height": 90, "ascent": 73, "descent": 17, "glyphs": [ { "encoding": 32, "x": 0, "y": 0, "width": 0, "height": 0, "dx": 16, "glyphBitmap": { "width": 0, "height": 0, "pixelArray": [] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 32 } }, { "encoding": 33, "x": 3, "y": 0, "width": 9, "height": 54, "dx": 15, "glyphBitmap": { "width": 9, "height": 54, "pixelArray": [ 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 127, 128, 127, 128, 127, 128, 127, 128, 127, 0, 127, 0, 127, 0, 127, 0, 127, 0, 127, 0, 127, 0, 127, 0, 127, 0, 127, 0, 127, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 62, 0, 60, 0, 60, 0, 60, 0, 28, 0, 28, 0, 28, 0, 28, 0, 28, 0, 28, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 33 } }, { "encoding": 34, "x": 4, "y": 36, "width": 19, "height": 18, "dx": 25, "glyphBitmap": { "width": 19, "height": 18, "pixelArray": [ 255, 31, 224, 255, 31, 224, 255, 31, 224, 254, 31, 224, 254, 31, 192, 254, 31, 192, 254, 31, 192, 254, 31, 192, 252, 31, 192, 252, 31, 128, 252, 31, 128, 252, 31, 128, 252, 31, 128, 248, 31, 128, 248, 31, 0, 248, 31, 0, 248, 31, 0, 248, 31, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 34 } }, { "encoding": 35, "x": 2, "y": 0, "width": 30, "height": 54, "dx": 34, "glyphBitmap": { "width": 30, "height": 54, "pixelArray": [ 0, 127, 3, 248, 0, 255, 7, 248, 0, 255, 7, 248, 0, 254, 7, 240, 0, 254, 7, 240, 0, 254, 7, 240, 0, 254, 7, 240, 0, 254, 7, 240, 1, 254, 15, 240, 1, 254, 15, 240, 1, 252, 15, 224, 1, 252, 15, 224, 1, 252, 15, 224, 1, 252, 15, 224, 1, 252, 15, 224, 3, 252, 31, 224, 127, 255, 255, 252, 127, 255, 255, 252, 127, 255, 255, 252, 127, 255, 255, 252, 127, 255, 255, 252, 127, 255, 255, 252, 7, 248, 63, 192, 7, 248, 63, 192, 7, 248, 63, 192, 7, 240, 63, 128, 7, 240, 63, 128, 7, 240, 63, 128, 7, 240, 63, 128, 127, 255, 255, 252, 127, 255, 255, 252, 127, 255, 255, 252, 127, 255, 255, 252, 255, 255, 255, 252, 255, 255, 255, 252, 15, 224, 127, 0, 31, 224, 255, 0, 31, 224, 255, 0, 31, 224, 255, 0, 31, 192, 255, 0, 31, 192, 254, 0, 31, 192, 254, 0, 31, 192, 254, 0, 63, 193, 254, 0, 63, 193, 254, 0, 63, 193, 254, 0, 63, 129, 254, 0, 63, 129, 252, 0, 63, 129, 252, 0, 63, 129, 252, 0, 63, 129, 252, 0, 127, 131, 252, 0, 127, 131, 252, 0, 127, 3, 252, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 35 } }, { "encoding": 36, "x": 2, "y": -6, "width": 29, "height": 66, "dx": 33, "glyphBitmap": { "width": 29, "height": 66, "pixelArray": [ 0, 7, 0, 0, 0, 7, 0, 0, 0, 7, 0, 0, 0, 7, 0, 0, 0, 7, 0, 0, 0, 7, 128, 0, 1, 255, 248, 0, 7, 255, 252, 0, 15, 255, 255, 0, 31, 255, 255, 128, 63, 255, 255, 128, 63, 255, 255, 192, 127, 253, 255, 192, 127, 224, 127, 224, 127, 192, 63, 224, 255, 192, 63, 224, 255, 128, 31, 224, 255, 128, 31, 224, 255, 128, 31, 240, 255, 192, 31, 240, 255, 192, 31, 128, 255, 192, 16, 0, 255, 224, 0, 0, 127, 240, 0, 0, 127, 248, 0, 0, 127, 252, 0, 0, 63, 254, 0, 0, 63, 255, 0, 0, 31, 255, 128, 0, 15, 255, 192, 0, 7, 255, 240, 0, 3, 255, 248, 0, 1, 255, 252, 0, 0, 255, 254, 0, 0, 127, 255, 0, 0, 63, 255, 0, 0, 15, 255, 128, 0, 7, 255, 192, 0, 3, 255, 192, 0, 1, 255, 224, 0, 0, 255, 224, 0, 0, 127, 240, 0, 0, 63, 240, 7, 128, 63, 240, 255, 128, 31, 240, 255, 128, 31, 248, 255, 128, 31, 248, 255, 128, 31, 248, 255, 128, 31, 248, 127, 192, 31, 248, 127, 192, 31, 240, 127, 224, 31, 240, 63, 240, 63, 240, 63, 255, 255, 224, 63, 255, 255, 224, 31, 255, 255, 192, 15, 255, 255, 192, 7, 255, 255, 128, 3, 255, 254, 0, 0, 255, 252, 0, 0, 3, 192, 0, 0, 3, 128, 0, 0, 3, 128, 0, 0, 3, 128, 0, 0, 3, 128, 0, 0, 3, 128, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 36 } }, { "encoding": 37, "x": 3, "y": 0, "width": 59, "height": 54, "dx": 65, "glyphBitmap": { "width": 59, "height": 54, "pixelArray": [ 1, 255, 0, 0, 63, 0, 0, 0, 7, 255, 192, 0, 127, 0, 0, 0, 31, 255, 240, 0, 127, 0, 0, 0, 63, 255, 248, 0, 126, 0, 0, 0, 63, 255, 248, 0, 126, 0, 0, 0, 127, 255, 252, 0, 254, 0, 0, 0, 127, 239, 252, 0, 252, 0, 0, 0, 255, 131, 254, 0, 252, 0, 0, 0, 255, 1, 254, 1, 252, 0, 0, 0, 255, 1, 254, 1, 252, 0, 0, 0, 255, 1, 254, 1, 248, 0, 0, 0, 255, 1, 254, 1, 248, 0, 0, 0, 255, 1, 254, 3, 248, 0, 0, 0, 255, 1, 254, 3, 240, 0, 0, 0, 255, 1, 254, 3, 240, 0, 0, 0, 255, 1, 254, 7, 240, 0, 0, 0, 255, 1, 254, 7, 240, 0, 0, 0, 255, 1, 254, 7, 224, 0, 0, 0, 255, 1, 254, 7, 224, 0, 0, 0, 255, 1, 254, 15, 224, 0, 0, 0, 255, 1, 254, 15, 192, 0, 0, 0, 255, 1, 254, 15, 192, 0, 0, 0, 255, 131, 254, 31, 192, 0, 0, 0, 127, 207, 252, 31, 192, 0, 0, 0, 127, 255, 252, 31, 128, 0, 0, 0, 63, 255, 248, 31, 128, 63, 248, 0, 63, 255, 248, 63, 128, 255, 254, 0, 31, 255, 240, 63, 3, 255, 255, 0, 7, 255, 192, 63, 3, 255, 255, 128, 1, 255, 0, 127, 7, 255, 255, 192, 0, 0, 0, 127, 7, 255, 255, 192, 0, 0, 0, 126, 15, 248, 127, 192, 0, 0, 0, 126, 15, 240, 63, 224, 0, 0, 0, 254, 15, 240, 31, 224, 0, 0, 0, 254, 15, 240, 31, 224, 0, 0, 0, 252, 15, 224, 31, 224, 0, 0, 1, 252, 31, 224, 31, 224, 0, 0, 1, 252, 31, 224, 31, 224, 0, 0, 1, 248, 31, 224, 31, 224, 0, 0, 1, 248, 31, 224, 31, 224, 0, 0, 3, 248, 31, 224, 31, 224, 0, 0, 3, 248, 31, 224, 31, 224, 0, 0, 3, 240, 15, 224, 31, 224, 0, 0, 7, 240, 15, 240, 31, 224, 0, 0, 7, 240, 15, 240, 31, 224, 0, 0, 7, 224, 15, 240, 31, 224, 0, 0, 7, 224, 15, 248, 63, 192, 0, 0, 15, 224, 15, 252, 255, 192, 0, 0, 15, 224, 7, 255, 255, 192, 0, 0, 15, 192, 7, 255, 255, 128, 0, 0, 15, 192, 3, 255, 255, 128, 0, 0, 31, 192, 1, 255, 255, 0, 0, 0, 31, 128, 0, 255, 252, 0, 0, 0, 31, 128, 0, 31, 240, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 37 } }, { "encoding": 38, "x": 3, "y": -1, "width": 33, "height": 56, "dx": 40, "glyphBitmap": { "width": 33, "height": 56, "pixelArray": [ 0, 4, 0, 0, 0, 0, 127, 224, 0, 0, 1, 255, 248, 0, 0, 3, 255, 254, 0, 0, 7, 255, 255, 0, 0, 15, 255, 255, 0, 0, 15, 255, 255, 128, 0, 31, 240, 255, 128, 0, 31, 224, 127, 192, 0, 31, 224, 63, 192, 0, 63, 224, 63, 192, 0, 63, 224, 63, 192, 0, 63, 224, 63, 192, 0, 63, 224, 127, 192, 0, 31, 224, 127, 128, 0, 31, 224, 127, 128, 0, 31, 224, 127, 128, 0, 31, 240, 255, 0, 0, 15, 240, 255, 0, 0, 15, 241, 254, 0, 0, 7, 241, 254, 0, 0, 7, 251, 252, 0, 0, 3, 251, 248, 0, 0, 3, 255, 240, 0, 0, 1, 255, 240, 0, 0, 1, 255, 224, 0, 0, 0, 255, 192, 0, 0, 1, 255, 128, 0, 0, 1, 255, 128, 0, 0, 3, 255, 128, 127, 128, 7, 255, 192, 127, 128, 15, 255, 192, 127, 128, 31, 255, 224, 127, 128, 31, 255, 240, 127, 128, 63, 239, 240, 127, 128, 63, 199, 248, 127, 0, 127, 199, 248, 255, 0, 127, 131, 252, 255, 0, 127, 131, 252, 254, 0, 127, 129, 255, 254, 0, 255, 129, 255, 254, 0, 255, 128, 255, 252, 0, 255, 128, 127, 252, 0, 255, 128, 127, 248, 0, 255, 128, 63, 248, 0, 127, 128, 63, 248, 0, 127, 128, 63, 252, 0, 127, 192, 127, 255, 128, 127, 193, 255, 255, 128, 63, 255, 255, 255, 128, 63, 255, 255, 255, 128, 31, 255, 252, 255, 128, 15, 255, 248, 127, 128, 7, 255, 240, 31, 128, 1, 255, 192, 15, 128, 0, 8, 0, 1, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 38 } }, { "encoding": 39, "x": 5, "y": 36, "width": 7, "height": 18, "dx": 21, "glyphBitmap": { "width": 7, "height": 18, "pixelArray": [ 254, 254, 254, 254, 254, 252, 252, 252, 252, 252, 248, 248, 248, 248, 248, 248, 240, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 39 } }, { "encoding": 40, "x": 5, "y": -13, "width": 15, "height": 68, "dx": 21, "glyphBitmap": { "width": 15, "height": 68, "pixelArray": [ 0, 2, 0, 124, 1, 252, 3, 252, 7, 252, 15, 252, 31, 252, 31, 240, 31, 224, 63, 224, 63, 192, 127, 192, 127, 192, 127, 128, 127, 128, 127, 128, 255, 128, 255, 128, 255, 128, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 128, 255, 128, 255, 128, 255, 128, 127, 128, 127, 128, 127, 128, 127, 192, 63, 192, 63, 192, 63, 224, 31, 240, 31, 248, 15, 252, 15, 252, 7, 252, 3, 252, 0, 252, 0, 60 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 40 } }, { "encoding": 41, "x": 2, "y": -13, "width": 15, "height": 68, "dx": 19, "glyphBitmap": { "width": 15, "height": 68, "pixelArray": [ 128, 0, 248, 0, 254, 0, 255, 0, 255, 128, 255, 192, 255, 224, 63, 224, 31, 240, 15, 240, 15, 240, 7, 248, 7, 248, 7, 248, 7, 252, 7, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 254, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 7, 252, 7, 252, 7, 248, 7, 248, 7, 248, 15, 248, 15, 240, 31, 240, 31, 240, 127, 224, 255, 224, 255, 192, 255, 128, 255, 0, 252, 0, 240, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 41 } }, { "encoding": 42, "x": 3, "y": 30, "width": 23, "height": 23, "dx": 28, "glyphBitmap": { "width": 23, "height": 23, "pixelArray": [ 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 126, 0, 0, 126, 0, 48, 126, 12, 124, 124, 60, 126, 124, 252, 127, 255, 254, 255, 255, 254, 127, 255, 254, 31, 255, 240, 3, 255, 192, 1, 255, 0, 1, 255, 128, 3, 255, 192, 7, 239, 192, 15, 231, 224, 15, 199, 240, 31, 195, 248, 63, 131, 240, 7, 129, 224, 3, 1, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 42 } }, { "encoding": 43, "x": 2, "y": 14, "width": 25, "height": 28, "dx": 29, "glyphBitmap": { "width": 25, "height": 28, "pixelArray": [ 0, 127, 0, 0, 0, 127, 0, 0, 0, 127, 0, 0, 0, 127, 0, 0, 0, 127, 0, 0, 0, 127, 0, 0, 0, 127, 0, 0, 0, 127, 0, 0, 0, 127, 0, 0, 0, 127, 0, 0, 0, 127, 0, 0, 255, 255, 255, 128, 255, 255, 255, 128, 255, 255, 255, 128, 255, 255, 255, 128, 255, 255, 255, 128, 255, 255, 255, 128, 0, 127, 0, 0, 0, 127, 0, 0, 0, 127, 0, 0, 0, 127, 0, 0, 0, 127, 0, 0, 0, 127, 0, 0, 0, 127, 0, 0, 0, 127, 0, 0, 0, 127, 0, 0, 0, 127, 0, 0, 0, 127, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 43 } }, { "encoding": 44, "x": 3, "y": -10, "width": 9, "height": 18, "dx": 14, "glyphBitmap": { "width": 9, "height": 18, "pixelArray": [ 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 15, 128, 15, 0, 15, 0, 31, 0, 63, 0, 126, 0, 252, 0, 120, 0, 96, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 44 } }, { "encoding": 45, "x": 4, "y": 19, "width": 16, "height": 6, "dx": 24, "glyphBitmap": { "width": 16, "height": 6, "pixelArray": [ 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 45 } }, { "encoding": 46, "x": 3, "y": 0, "width": 9, "height": 9, "dx": 14, "glyphBitmap": { "width": 9, "height": 9, "pixelArray": [ 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 46 } }, { "encoding": 47, "x": 2, "y": 0, "width": 22, "height": 54, "dx": 27, "glyphBitmap": { "width": 22, "height": 54, "pixelArray": [ 0, 0, 252, 0, 1, 252, 0, 1, 248, 0, 1, 248, 0, 3, 248, 0, 3, 248, 0, 3, 240, 0, 3, 240, 0, 7, 240, 0, 7, 224, 0, 7, 224, 0, 15, 224, 0, 15, 224, 0, 15, 192, 0, 15, 192, 0, 31, 192, 0, 31, 128, 0, 31, 128, 0, 63, 128, 0, 63, 128, 0, 63, 0, 0, 63, 0, 0, 127, 0, 0, 126, 0, 0, 126, 0, 0, 254, 0, 0, 254, 0, 0, 252, 0, 0, 252, 0, 1, 252, 0, 1, 248, 0, 1, 248, 0, 3, 248, 0, 3, 248, 0, 3, 240, 0, 3, 240, 0, 7, 240, 0, 7, 224, 0, 7, 224, 0, 15, 224, 0, 15, 224, 0, 15, 192, 0, 15, 192, 0, 31, 192, 0, 31, 128, 0, 31, 128, 0, 31, 128, 0, 63, 128, 0, 63, 0, 0, 63, 0, 0, 127, 0, 0, 126, 0, 0, 126, 0, 0, 254, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 47 } }, { "encoding": 48, "x": 3, "y": -1, "width": 28, "height": 56, "dx": 34, "glyphBitmap": { "width": 28, "height": 56, "pixelArray": [ 0, 2, 0, 0, 0, 255, 240, 0, 3, 255, 252, 0, 7, 255, 254, 0, 15, 255, 255, 0, 31, 255, 255, 128, 63, 255, 255, 192, 63, 255, 255, 192, 127, 255, 255, 224, 127, 224, 127, 224, 127, 192, 63, 240, 255, 192, 63, 240, 255, 192, 63, 240, 255, 192, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 192, 31, 240, 255, 192, 63, 240, 255, 192, 63, 240, 127, 224, 63, 240, 127, 224, 127, 224, 127, 255, 255, 224, 63, 255, 255, 192, 63, 255, 255, 192, 31, 255, 255, 128, 15, 255, 255, 0, 7, 255, 254, 0, 3, 255, 252, 0, 0, 255, 240, 0, 0, 2, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 48 } }, { "encoding": 49, "x": 6, "y": 0, "width": 18, "height": 54, "dx": 34, "glyphBitmap": { "width": 18, "height": 54, "pixelArray": [ 0, 63, 192, 0, 127, 192, 0, 255, 192, 3, 255, 192, 15, 255, 192, 127, 255, 192, 255, 255, 192, 255, 255, 192, 255, 255, 192, 255, 255, 192, 255, 255, 192, 248, 127, 192, 128, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 49 } }, { "encoding": 50, "x": 3, "y": 0, "width": 28, "height": 55, "dx": 34, "glyphBitmap": { "width": 28, "height": 55, "pixelArray": [ 0, 2, 0, 0, 0, 255, 248, 0, 3, 255, 254, 0, 7, 255, 255, 0, 15, 255, 255, 128, 31, 255, 255, 192, 31, 255, 255, 224, 63, 255, 255, 224, 63, 255, 255, 224, 127, 240, 127, 240, 127, 224, 63, 240, 127, 192, 31, 240, 127, 192, 31, 240, 127, 192, 31, 240, 255, 192, 31, 240, 255, 192, 31, 240, 255, 192, 31, 240, 255, 192, 31, 240, 255, 192, 31, 240, 0, 0, 63, 240, 0, 0, 63, 240, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 255, 192, 0, 0, 255, 192, 0, 1, 255, 128, 0, 3, 255, 128, 0, 3, 255, 0, 0, 7, 255, 0, 0, 7, 254, 0, 0, 15, 252, 0, 0, 31, 252, 0, 0, 31, 248, 0, 0, 63, 240, 0, 0, 127, 240, 0, 0, 127, 224, 0, 0, 255, 192, 0, 1, 255, 192, 0, 1, 255, 128, 0, 3, 255, 0, 0, 7, 255, 0, 0, 7, 254, 0, 0, 15, 252, 0, 0, 15, 252, 0, 0, 31, 248, 0, 0, 63, 240, 0, 0, 63, 224, 0, 0, 127, 224, 0, 0, 255, 255, 255, 224, 255, 255, 255, 224, 255, 255, 255, 224, 255, 255, 255, 224, 255, 255, 255, 224, 255, 255, 255, 224, 255, 255, 255, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 50 } }, { "encoding": 51, "x": 3, "y": -1, "width": 28, "height": 56, "dx": 33, "glyphBitmap": { "width": 28, "height": 56, "pixelArray": [ 0, 4, 0, 0, 0, 255, 240, 0, 3, 255, 252, 0, 15, 255, 255, 0, 31, 255, 255, 128, 63, 255, 255, 128, 63, 255, 255, 192, 127, 255, 255, 224, 127, 224, 127, 224, 255, 192, 63, 224, 255, 192, 63, 240, 255, 128, 63, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 0, 0, 31, 240, 0, 0, 63, 240, 0, 0, 63, 224, 0, 0, 63, 224, 0, 0, 127, 224, 0, 1, 255, 192, 0, 31, 255, 128, 0, 31, 255, 128, 0, 31, 254, 0, 0, 31, 248, 0, 0, 31, 254, 0, 0, 31, 255, 0, 0, 31, 255, 128, 0, 31, 255, 192, 0, 1, 255, 192, 0, 0, 127, 224, 0, 0, 63, 224, 0, 0, 63, 224, 0, 0, 63, 240, 0, 0, 31, 240, 0, 0, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 192, 63, 240, 255, 192, 63, 224, 255, 224, 127, 224, 127, 255, 255, 224, 127, 255, 255, 192, 63, 255, 255, 192, 63, 255, 255, 128, 31, 255, 255, 0, 15, 255, 254, 0, 7, 255, 252, 0, 0, 255, 240, 0, 0, 4, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 51 } }, { "encoding": 52, "x": 2, "y": 0, "width": 31, "height": 54, "dx": 34, "glyphBitmap": { "width": 31, "height": 54, "pixelArray": [ 0, 3, 255, 128, 0, 7, 255, 128, 0, 7, 255, 128, 0, 7, 255, 128, 0, 15, 255, 128, 0, 15, 255, 128, 0, 31, 255, 128, 0, 31, 255, 128, 0, 31, 255, 128, 0, 63, 255, 128, 0, 63, 255, 128, 0, 127, 255, 128, 0, 127, 255, 128, 0, 254, 255, 128, 0, 254, 255, 128, 0, 254, 255, 128, 1, 252, 255, 128, 1, 252, 255, 128, 3, 252, 255, 128, 3, 248, 255, 128, 7, 248, 255, 128, 7, 248, 255, 128, 7, 240, 255, 128, 15, 240, 255, 128, 15, 224, 255, 128, 31, 224, 255, 128, 31, 224, 255, 128, 63, 192, 255, 128, 63, 192, 255, 128, 63, 192, 255, 128, 127, 128, 255, 128, 127, 128, 255, 128, 255, 128, 255, 128, 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, 255, 254, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 52 } }, { "encoding": 53, "x": 3, "y": -1, "width": 28, "height": 55, "dx": 33, "glyphBitmap": { "width": 28, "height": 55, "pixelArray": [ 63, 255, 255, 192, 63, 255, 255, 192, 63, 255, 255, 192, 63, 255, 255, 192, 63, 255, 255, 192, 63, 255, 255, 192, 63, 255, 255, 192, 63, 255, 255, 192, 63, 128, 0, 0, 63, 128, 0, 0, 63, 128, 0, 0, 63, 128, 0, 0, 63, 128, 0, 0, 63, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 143, 248, 0, 127, 191, 254, 0, 127, 255, 255, 0, 127, 255, 255, 128, 127, 255, 255, 192, 127, 255, 255, 192, 127, 240, 255, 224, 127, 224, 63, 224, 127, 192, 63, 224, 127, 128, 31, 240, 127, 128, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 192, 31, 240, 127, 192, 31, 224, 127, 192, 63, 224, 127, 224, 63, 224, 127, 224, 127, 224, 63, 255, 255, 192, 63, 255, 255, 192, 31, 255, 255, 128, 31, 255, 255, 0, 15, 255, 254, 0, 3, 255, 252, 0, 0, 255, 240, 0, 0, 2, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 53 } }, { "encoding": 54, "x": 3, "y": -1, "width": 29, "height": 56, "dx": 34, "glyphBitmap": { "width": 29, "height": 56, "pixelArray": [ 0, 2, 0, 0, 0, 127, 248, 0, 1, 255, 254, 0, 7, 255, 255, 0, 15, 255, 255, 128, 15, 255, 255, 192, 31, 255, 255, 224, 31, 255, 255, 224, 63, 240, 63, 224, 63, 224, 63, 240, 127, 224, 31, 240, 127, 192, 31, 240, 127, 192, 31, 240, 127, 192, 31, 240, 127, 192, 31, 240, 127, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 195, 248, 0, 255, 207, 254, 0, 255, 255, 255, 0, 255, 255, 255, 128, 255, 255, 255, 192, 255, 255, 255, 224, 255, 255, 255, 224, 255, 240, 127, 240, 255, 224, 63, 240, 255, 192, 31, 240, 255, 192, 31, 240, 255, 192, 31, 240, 255, 192, 31, 248, 255, 192, 31, 248, 255, 192, 31, 248, 255, 192, 31, 248, 255, 192, 31, 248, 255, 192, 31, 248, 127, 192, 31, 248, 127, 192, 31, 240, 127, 192, 31, 240, 127, 192, 31, 240, 127, 192, 31, 240, 127, 192, 31, 240, 63, 224, 63, 224, 63, 240, 127, 224, 31, 255, 255, 224, 31, 255, 255, 192, 15, 255, 255, 128, 7, 255, 255, 128, 3, 255, 255, 0, 1, 255, 252, 0, 0, 127, 240, 0, 0, 2, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 54 } }, { "encoding": 55, "x": 3, "y": 0, "width": 23, "height": 54, "dx": 29, "glyphBitmap": { "width": 23, "height": 54, "pixelArray": [ 255, 255, 254, 255, 255, 254, 255, 255, 254, 255, 255, 254, 255, 255, 254, 255, 255, 254, 255, 255, 254, 0, 3, 254, 0, 3, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 240, 0, 31, 240, 0, 31, 240, 0, 31, 240, 0, 31, 240, 0, 63, 224, 0, 63, 224, 0, 63, 224, 0, 63, 224, 0, 63, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 0, 1, 255, 0, 1, 255, 0, 1, 255, 0, 1, 255, 0, 3, 254, 0, 3, 254, 0, 3, 254, 0, 3, 254, 0, 3, 254, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 31, 248, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 55 } }, { "encoding": 56, "x": 3, "y": -1, "width": 28, "height": 56, "dx": 34, "glyphBitmap": { "width": 28, "height": 56, "pixelArray": [ 0, 4, 0, 0, 0, 255, 240, 0, 3, 255, 252, 0, 7, 255, 254, 0, 15, 255, 255, 0, 31, 255, 255, 128, 63, 255, 255, 128, 63, 255, 255, 192, 127, 224, 255, 192, 127, 192, 127, 192, 127, 192, 63, 224, 127, 192, 63, 224, 255, 128, 63, 224, 255, 128, 63, 224, 255, 128, 63, 224, 255, 128, 63, 224, 127, 128, 63, 224, 127, 128, 63, 224, 127, 192, 63, 224, 127, 192, 127, 192, 127, 192, 127, 192, 63, 224, 127, 192, 63, 240, 255, 128, 31, 255, 255, 128, 15, 255, 255, 0, 7, 255, 254, 0, 3, 255, 252, 0, 7, 255, 254, 0, 15, 255, 255, 0, 31, 255, 255, 128, 63, 255, 255, 192, 127, 240, 255, 192, 127, 192, 127, 224, 255, 192, 63, 224, 255, 128, 63, 224, 255, 128, 63, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 63, 224, 255, 128, 63, 224, 255, 192, 63, 224, 127, 224, 127, 224, 127, 255, 255, 192, 63, 255, 255, 192, 63, 255, 255, 128, 31, 255, 255, 0, 15, 255, 254, 0, 7, 255, 252, 0, 0, 255, 240, 0, 0, 4, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 56 } }, { "encoding": 57, "x": 3, "y": -1, "width": 28, "height": 56, "dx": 34, "glyphBitmap": { "width": 28, "height": 56, "pixelArray": [ 0, 4, 0, 0, 0, 255, 240, 0, 3, 255, 252, 0, 7, 255, 254, 0, 15, 255, 255, 0, 31, 255, 255, 128, 63, 255, 255, 128, 63, 255, 255, 192, 127, 224, 127, 192, 127, 224, 127, 224, 127, 192, 63, 224, 127, 192, 63, 224, 255, 192, 63, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 192, 31, 240, 255, 192, 31, 240, 127, 192, 63, 240, 127, 224, 127, 240, 127, 249, 255, 240, 63, 255, 255, 240, 63, 255, 255, 240, 31, 255, 255, 240, 15, 255, 223, 240, 7, 255, 159, 240, 0, 254, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 255, 128, 31, 240, 255, 128, 63, 240, 255, 128, 63, 240, 255, 128, 63, 224, 127, 192, 63, 224, 127, 192, 127, 224, 127, 224, 127, 192, 127, 255, 255, 192, 63, 255, 255, 128, 63, 255, 255, 128, 31, 255, 255, 0, 15, 255, 254, 0, 3, 255, 252, 0, 0, 255, 240, 0, 0, 4, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 57 } }, { "encoding": 58, "x": 4, "y": 5, "width": 9, "height": 31, "dx": 16, "glyphBitmap": { "width": 9, "height": 31, "pixelArray": [ 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 58 } }, { "encoding": 59, "x": 4, "y": -6, "width": 9, "height": 44, "dx": 17, "glyphBitmap": { "width": 9, "height": 44, "pixelArray": [ 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 7, 128, 7, 128, 15, 128, 15, 128, 31, 0, 255, 0, 126, 0, 124, 0, 64, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 59 } }, { "encoding": 60, "x": 2, "y": 3, "width": 20, "height": 36, "dx": 26, "glyphBitmap": { "width": 20, "height": 36, "pixelArray": [ 0, 0, 16, 0, 0, 48, 0, 0, 112, 0, 0, 240, 0, 3, 240, 0, 7, 240, 0, 31, 240, 0, 63, 240, 0, 255, 240, 1, 255, 224, 7, 255, 192, 15, 255, 0, 63, 254, 0, 127, 248, 0, 255, 240, 0, 255, 192, 0, 255, 128, 0, 255, 0, 0, 254, 0, 0, 255, 128, 0, 255, 192, 0, 255, 224, 0, 255, 248, 0, 63, 252, 0, 31, 255, 0, 7, 255, 128, 3, 255, 224, 0, 255, 240, 0, 127, 240, 0, 63, 240, 0, 15, 240, 0, 7, 240, 0, 1, 240, 0, 0, 240, 0, 0, 48, 0, 0, 16 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 60 } }, { "encoding": 61, "x": 4, "y": 19, "width": 21, "height": 18, "dx": 29, "glyphBitmap": { "width": 21, "height": 18, "pixelArray": [ 255, 255, 248, 255, 255, 248, 255, 255, 248, 255, 255, 248, 255, 255, 248, 255, 255, 248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 248, 255, 255, 248, 255, 255, 248, 255, 255, 248, 255, 255, 248, 255, 255, 248 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 61 } }, { "encoding": 62, "x": 3, "y": 3, "width": 21, "height": 36, "dx": 26, "glyphBitmap": { "width": 21, "height": 36, "pixelArray": [ 128, 0, 0, 64, 0, 0, 112, 0, 0, 120, 0, 0, 126, 0, 0, 127, 0, 0, 127, 192, 0, 127, 224, 0, 127, 248, 0, 63, 252, 0, 31, 254, 0, 15, 255, 128, 3, 255, 192, 1, 255, 240, 0, 127, 248, 0, 63, 248, 0, 15, 248, 0, 7, 248, 0, 3, 248, 0, 15, 248, 0, 31, 248, 0, 127, 248, 0, 255, 240, 1, 255, 224, 7, 255, 192, 15, 255, 0, 63, 254, 0, 127, 248, 0, 127, 240, 0, 127, 192, 0, 127, 128, 0, 126, 0, 0, 124, 0, 0, 112, 0, 0, 96, 0, 0, 64, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 62 } }, { "encoding": 63, "x": 3, "y": 0, "width": 27, "height": 55, "dx": 33, "glyphBitmap": { "width": 27, "height": 55, "pixelArray": [ 0, 8, 0, 0, 1, 255, 224, 0, 7, 255, 248, 0, 15, 255, 254, 0, 31, 255, 255, 0, 63, 255, 255, 128, 127, 255, 255, 128, 127, 255, 255, 192, 255, 255, 255, 192, 255, 192, 255, 224, 255, 128, 127, 224, 255, 128, 63, 224, 255, 128, 63, 224, 255, 128, 63, 224, 255, 128, 63, 224, 255, 128, 63, 224, 255, 128, 63, 224, 120, 0, 63, 224, 0, 0, 63, 224, 0, 0, 127, 192, 0, 0, 127, 192, 0, 0, 255, 192, 0, 0, 255, 128, 0, 1, 255, 128, 0, 1, 255, 0, 0, 3, 255, 0, 0, 7, 254, 0, 0, 15, 252, 0, 0, 31, 248, 0, 0, 63, 240, 0, 0, 127, 240, 0, 0, 255, 224, 0, 1, 255, 192, 0, 1, 255, 0, 0, 1, 254, 0, 0, 1, 254, 0, 0, 1, 254, 0, 0, 1, 254, 0, 0, 1, 254, 0, 0, 1, 254, 0, 0, 1, 254, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 254, 0, 0, 3, 254, 0, 0, 3, 254, 0, 0, 3, 254, 0, 0, 3, 254, 0, 0, 3, 254, 0, 0, 3, 254, 0, 0, 3, 254, 0, 0, 3, 254, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 63 } }, { "encoding": 64, "x": 4, "y": -9, "width": 56, "height": 63, "dx": 63, "glyphBitmap": { "width": 56, "height": 63, "pixelArray": [ 0, 0, 0, 127, 248, 0, 0, 0, 0, 7, 255, 255, 128, 0, 0, 0, 63, 255, 255, 224, 0, 0, 0, 255, 255, 255, 248, 0, 0, 3, 255, 255, 255, 254, 0, 0, 7, 255, 255, 255, 255, 0, 0, 31, 255, 240, 127, 255, 128, 0, 63, 254, 0, 3, 255, 192, 0, 127, 248, 0, 0, 127, 224, 0, 255, 224, 0, 0, 63, 240, 1, 255, 192, 0, 0, 15, 240, 1, 255, 0, 0, 0, 7, 248, 3, 254, 0, 0, 0, 3, 248, 7, 252, 0, 0, 0, 3, 252, 7, 248, 0, 63, 159, 193, 252, 15, 248, 0, 255, 223, 193, 254, 15, 240, 3, 255, 255, 192, 254, 31, 224, 7, 255, 255, 192, 254, 31, 224, 15, 255, 255, 192, 126, 63, 192, 15, 255, 255, 192, 127, 63, 192, 31, 252, 63, 128, 127, 63, 192, 63, 240, 127, 128, 127, 127, 128, 63, 224, 127, 128, 127, 127, 128, 127, 192, 127, 128, 127, 127, 128, 127, 128, 127, 128, 63, 127, 0, 255, 128, 127, 128, 63, 127, 0, 255, 0, 127, 128, 63, 255, 0, 255, 0, 127, 0, 63, 255, 1, 255, 0, 255, 0, 127, 255, 1, 254, 0, 255, 0, 127, 255, 1, 254, 0, 255, 0, 127, 254, 1, 254, 0, 255, 0, 127, 254, 1, 254, 0, 255, 0, 126, 254, 1, 254, 0, 255, 0, 126, 254, 1, 254, 0, 254, 0, 254, 254, 3, 254, 1, 254, 0, 254, 254, 1, 254, 1, 254, 0, 252, 254, 1, 254, 1, 254, 1, 252, 254, 1, 254, 3, 254, 3, 248, 254, 1, 255, 3, 254, 3, 248, 255, 1, 255, 143, 254, 7, 240, 255, 0, 255, 255, 254, 15, 224, 255, 0, 255, 254, 254, 63, 224, 127, 0, 127, 254, 255, 255, 192, 127, 128, 127, 254, 255, 255, 128, 127, 128, 63, 252, 127, 254, 0, 127, 128, 15, 248, 63, 252, 0, 63, 192, 3, 192, 15, 224, 0, 63, 224, 0, 0, 0, 0, 0, 31, 224, 0, 0, 0, 0, 0, 31, 240, 0, 0, 0, 0, 0, 15, 248, 0, 0, 0, 0, 0, 15, 252, 0, 0, 0, 0, 0, 7, 255, 0, 0, 0, 0, 0, 3, 255, 128, 0, 0, 0, 0, 1, 255, 240, 0, 3, 128, 0, 0, 255, 255, 227, 255, 192, 0, 0, 127, 255, 255, 255, 192, 0, 0, 31, 255, 255, 255, 192, 0, 0, 15, 255, 255, 255, 192, 0, 0, 3, 255, 255, 255, 224, 0, 0, 0, 127, 255, 255, 0, 0, 0, 0, 7, 255, 192, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 64 } }, { "encoding": 65, "x": 1, "y": 0, "width": 33, "height": 54, "dx": 35, "glyphBitmap": { "width": 33, "height": 54, "pixelArray": [ 0, 31, 252, 0, 0, 0, 31, 252, 0, 0, 0, 31, 252, 0, 0, 0, 31, 252, 0, 0, 0, 63, 254, 0, 0, 0, 63, 254, 0, 0, 0, 63, 254, 0, 0, 0, 63, 254, 0, 0, 0, 63, 254, 0, 0, 0, 127, 255, 0, 0, 0, 127, 255, 0, 0, 0, 127, 255, 0, 0, 0, 127, 255, 0, 0, 0, 127, 255, 0, 0, 0, 255, 255, 128, 0, 0, 255, 127, 128, 0, 0, 255, 127, 128, 0, 0, 255, 127, 128, 0, 1, 254, 127, 128, 0, 1, 254, 127, 192, 0, 1, 254, 127, 192, 0, 1, 254, 63, 192, 0, 1, 254, 63, 192, 0, 3, 254, 63, 192, 0, 3, 252, 63, 224, 0, 3, 252, 63, 224, 0, 3, 252, 31, 224, 0, 3, 252, 31, 224, 0, 7, 252, 31, 224, 0, 7, 252, 31, 240, 0, 7, 248, 31, 240, 0, 7, 248, 31, 240, 0, 7, 248, 15, 240, 0, 15, 248, 15, 240, 0, 15, 248, 15, 248, 0, 15, 255, 255, 248, 0, 15, 255, 255, 248, 0, 15, 255, 255, 248, 0, 31, 255, 255, 248, 0, 31, 255, 255, 252, 0, 31, 255, 255, 252, 0, 31, 240, 7, 252, 0, 31, 240, 7, 252, 0, 63, 224, 3, 252, 0, 63, 224, 3, 254, 0, 63, 224, 3, 254, 0, 63, 224, 3, 254, 0, 63, 224, 3, 254, 0, 127, 224, 3, 254, 0, 127, 192, 1, 255, 0, 127, 192, 1, 255, 0, 127, 192, 1, 255, 0, 127, 192, 1, 255, 0, 255, 192, 1, 255, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 65 } }, { "encoding": 66, "x": 4, "y": 0, "width": 31, "height": 54, "dx": 37, "glyphBitmap": { "width": 31, "height": 54, "pixelArray": [ 255, 255, 224, 0, 255, 255, 252, 0, 255, 255, 255, 0, 255, 255, 255, 192, 255, 255, 255, 192, 255, 255, 255, 224, 255, 195, 255, 240, 255, 192, 63, 240, 255, 192, 31, 248, 255, 192, 15, 248, 255, 192, 15, 248, 255, 192, 15, 248, 255, 192, 7, 248, 255, 192, 7, 248, 255, 192, 7, 248, 255, 192, 7, 248, 255, 192, 15, 248, 255, 192, 15, 248, 255, 192, 15, 248, 255, 192, 15, 240, 255, 192, 31, 240, 255, 192, 63, 240, 255, 193, 255, 224, 255, 255, 255, 192, 255, 255, 255, 0, 255, 255, 252, 0, 255, 255, 255, 128, 255, 255, 255, 192, 255, 255, 255, 240, 255, 192, 127, 240, 255, 192, 31, 248, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 7, 252, 255, 192, 7, 252, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 31, 248, 255, 192, 255, 248, 255, 255, 255, 240, 255, 255, 255, 240, 255, 255, 255, 224, 255, 255, 255, 128, 255, 255, 255, 0, 255, 255, 240, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 66 } }, { "encoding": 67, "x": 3, "y": -1, "width": 30, "height": 56, "dx": 36, "glyphBitmap": { "width": 30, "height": 56, "pixelArray": [ 0, 1, 0, 0, 0, 127, 252, 0, 1, 255, 255, 0, 7, 255, 255, 192, 15, 255, 255, 224, 31, 255, 255, 240, 31, 255, 255, 240, 63, 255, 255, 248, 63, 240, 31, 248, 127, 224, 15, 252, 127, 224, 15, 252, 127, 224, 7, 252, 127, 192, 7, 252, 255, 192, 7, 252, 255, 192, 7, 252, 255, 192, 7, 252, 255, 192, 7, 252, 255, 192, 7, 252, 255, 192, 7, 252, 255, 192, 7, 252, 255, 192, 7, 252, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 7, 252, 255, 192, 7, 252, 255, 192, 7, 252, 255, 192, 7, 252, 255, 192, 7, 252, 255, 192, 7, 252, 255, 192, 7, 252, 255, 192, 7, 252, 127, 192, 7, 252, 127, 224, 15, 252, 127, 224, 15, 252, 127, 224, 15, 248, 63, 240, 31, 248, 63, 255, 255, 248, 31, 255, 255, 240, 31, 255, 255, 240, 15, 255, 255, 224, 7, 255, 255, 192, 1, 255, 255, 0, 0, 127, 252, 0, 0, 1, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 67 } }, { "encoding": 68, "x": 4, "y": 0, "width": 30, "height": 54, "dx": 37, "glyphBitmap": { "width": 30, "height": 54, "pixelArray": [ 255, 255, 224, 0, 255, 255, 252, 0, 255, 255, 255, 0, 255, 255, 255, 192, 255, 255, 255, 224, 255, 255, 255, 224, 255, 255, 255, 240, 255, 192, 127, 240, 255, 192, 63, 248, 255, 192, 31, 248, 255, 192, 31, 248, 255, 192, 15, 248, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 248, 255, 192, 31, 248, 255, 192, 31, 248, 255, 192, 63, 248, 255, 192, 63, 240, 255, 195, 255, 240, 255, 255, 255, 224, 255, 255, 255, 192, 255, 255, 255, 128, 255, 255, 255, 0, 255, 255, 252, 0, 255, 255, 224, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 68 } }, { "encoding": 69, "x": 4, "y": 0, "width": 23, "height": 54, "dx": 29, "glyphBitmap": { "width": 23, "height": 54, "pixelArray": [ 255, 255, 254, 255, 255, 254, 255, 255, 254, 255, 255, 254, 255, 255, 254, 255, 255, 254, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 255, 240, 255, 255, 240, 255, 255, 240, 255, 255, 240, 255, 255, 240, 255, 255, 240, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 255, 254, 255, 255, 254, 255, 255, 254, 255, 255, 254, 255, 255, 254, 255, 255, 254 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 69 } }, { "encoding": 70, "x": 4, "y": 0, "width": 22, "height": 54, "dx": 27, "glyphBitmap": { "width": 22, "height": 54, "pixelArray": [ 255, 255, 252, 255, 255, 252, 255, 255, 252, 255, 255, 252, 255, 255, 252, 255, 255, 252, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 255, 240, 255, 255, 240, 255, 255, 240, 255, 255, 240, 255, 255, 240, 255, 255, 240, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 70 } }, { "encoding": 71, "x": 3, "y": -1, "width": 31, "height": 56, "dx": 37, "glyphBitmap": { "width": 31, "height": 56, "pixelArray": [ 0, 1, 0, 0, 0, 127, 254, 0, 1, 255, 255, 128, 7, 255, 255, 192, 15, 255, 255, 224, 31, 255, 255, 240, 31, 255, 255, 248, 63, 255, 255, 248, 63, 240, 31, 252, 127, 224, 15, 252, 127, 224, 7, 252, 127, 224, 7, 252, 127, 192, 7, 252, 127, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 255, 254, 255, 192, 255, 254, 255, 192, 255, 254, 255, 192, 255, 254, 255, 192, 255, 254, 255, 192, 255, 254, 255, 192, 3, 254, 255, 192, 3, 254, 255, 192, 3, 254, 255, 192, 3, 254, 255, 192, 3, 254, 255, 192, 3, 254, 255, 192, 3, 254, 255, 192, 3, 254, 127, 192, 3, 254, 127, 224, 3, 254, 127, 224, 7, 254, 127, 224, 7, 254, 127, 240, 15, 254, 63, 240, 31, 254, 63, 255, 255, 254, 31, 255, 255, 254, 31, 255, 254, 254, 15, 255, 254, 254, 7, 255, 252, 254, 3, 255, 248, 254, 0, 255, 240, 254, 0, 2, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 71 } }, { "encoding": 72, "x": 4, "y": 0, "width": 31, "height": 54, "dx": 39, "glyphBitmap": { "width": 31, "height": 54, "pixelArray": [ 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, 255, 254, 255, 255, 255, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 72 } }, { "encoding": 73, "x": 4, "y": 0, "width": 10, "height": 54, "dx": 18, "glyphBitmap": { "width": 10, "height": 54, "pixelArray": [ 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 73 } }, { "encoding": 74, "x": 1, "y": -1, "width": 17, "height": 55, "dx": 22, "glyphBitmap": { "width": 17, "height": 55, "pixelArray": [ 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 1, 255, 128, 3, 255, 0, 3, 255, 0, 15, 255, 0, 255, 255, 0, 255, 254, 0, 255, 254, 0, 255, 252, 0, 255, 248, 0, 255, 224, 0, 240, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 74 } }, { "encoding": 75, "x": 4, "y": 0, "width": 31, "height": 54, "dx": 36, "glyphBitmap": { "width": 31, "height": 54, "pixelArray": [ 255, 192, 7, 252, 255, 192, 15, 248, 255, 192, 15, 248, 255, 192, 31, 248, 255, 192, 31, 240, 255, 192, 63, 240, 255, 192, 63, 224, 255, 192, 127, 224, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 255, 192, 255, 192, 255, 128, 255, 193, 255, 128, 255, 193, 255, 0, 255, 195, 255, 0, 255, 195, 254, 0, 255, 199, 254, 0, 255, 199, 254, 0, 255, 207, 252, 0, 255, 207, 252, 0, 255, 223, 248, 0, 255, 223, 248, 0, 255, 255, 240, 0, 255, 255, 240, 0, 255, 255, 240, 0, 255, 255, 240, 0, 255, 255, 248, 0, 255, 255, 248, 0, 255, 255, 248, 0, 255, 239, 252, 0, 255, 239, 252, 0, 255, 199, 254, 0, 255, 199, 254, 0, 255, 199, 254, 0, 255, 195, 255, 0, 255, 195, 255, 0, 255, 193, 255, 128, 255, 193, 255, 128, 255, 193, 255, 128, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 224, 255, 192, 127, 224, 255, 192, 127, 224, 255, 192, 63, 240, 255, 192, 63, 240, 255, 192, 63, 248, 255, 192, 31, 248, 255, 192, 31, 248, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 254, 255, 192, 7, 254, 255, 192, 7, 254 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 75 } }, { "encoding": 76, "x": 4, "y": 0, "width": 23, "height": 54, "dx": 28, "glyphBitmap": { "width": 23, "height": 54, "pixelArray": [ 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 192, 0, 255, 255, 254, 255, 255, 254, 255, 255, 254, 255, 255, 254, 255, 255, 254, 255, 255, 254 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 76 } }, { "encoding": 77, "x": 4, "y": 0, "width": 38, "height": 54, "dx": 46, "glyphBitmap": { "width": 38, "height": 54, "pixelArray": [ 127, 224, 0, 31, 248, 127, 224, 0, 31, 248, 127, 240, 0, 31, 248, 127, 240, 0, 31, 248, 127, 240, 0, 63, 248, 127, 240, 0, 63, 248, 127, 240, 0, 63, 248, 127, 248, 0, 63, 248, 127, 248, 0, 63, 248, 127, 248, 0, 127, 248, 127, 248, 0, 127, 248, 127, 248, 0, 127, 248, 127, 252, 0, 127, 248, 127, 252, 0, 255, 248, 127, 252, 0, 255, 248, 127, 252, 0, 255, 248, 127, 252, 0, 255, 248, 127, 254, 1, 255, 248, 127, 254, 1, 251, 248, 127, 254, 1, 251, 248, 255, 254, 1, 251, 248, 255, 126, 1, 251, 248, 255, 127, 3, 243, 248, 255, 127, 3, 243, 248, 255, 127, 3, 243, 248, 255, 63, 3, 243, 248, 255, 63, 7, 243, 248, 255, 63, 135, 227, 248, 255, 63, 135, 227, 248, 255, 63, 135, 227, 248, 255, 31, 135, 227, 248, 255, 31, 143, 227, 248, 255, 31, 207, 195, 248, 255, 31, 207, 195, 248, 255, 15, 207, 195, 248, 255, 15, 223, 195, 248, 255, 15, 255, 195, 248, 255, 15, 255, 131, 248, 255, 15, 255, 131, 248, 255, 7, 255, 131, 252, 255, 7, 255, 131, 252, 255, 7, 255, 3, 252, 255, 7, 255, 3, 252, 255, 3, 255, 3, 252, 255, 3, 255, 3, 252, 255, 3, 255, 3, 252, 255, 3, 254, 3, 252, 255, 1, 254, 3, 252, 255, 1, 254, 3, 252, 255, 1, 254, 3, 252, 255, 1, 254, 3, 252, 255, 1, 252, 3, 252, 255, 0, 252, 3, 252, 255, 0, 252, 3, 252 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 77 } }, { "encoding": 78, "x": 4, "y": 0, "width": 28, "height": 54, "dx": 36, "glyphBitmap": { "width": 28, "height": 54, "pixelArray": [ 254, 0, 15, 240, 255, 0, 15, 240, 255, 0, 15, 240, 255, 0, 15, 240, 255, 128, 15, 240, 255, 128, 15, 240, 255, 192, 15, 240, 255, 192, 15, 240, 255, 224, 15, 240, 255, 224, 15, 240, 255, 240, 15, 240, 255, 240, 15, 240, 255, 240, 15, 240, 255, 248, 15, 240, 255, 248, 15, 240, 255, 252, 15, 240, 255, 252, 15, 240, 255, 254, 15, 240, 255, 254, 15, 240, 255, 255, 15, 240, 255, 255, 15, 240, 255, 255, 15, 240, 255, 255, 143, 240, 255, 127, 143, 240, 255, 127, 207, 240, 255, 127, 207, 240, 255, 63, 239, 240, 255, 63, 239, 240, 255, 31, 255, 240, 255, 31, 255, 240, 255, 15, 255, 240, 255, 15, 255, 240, 255, 7, 255, 240, 255, 7, 255, 240, 255, 7, 255, 240, 255, 3, 255, 240, 255, 3, 255, 240, 255, 1, 255, 240, 255, 1, 255, 240, 255, 0, 255, 240, 255, 0, 255, 240, 255, 0, 255, 240, 255, 0, 127, 240, 255, 0, 127, 240, 255, 0, 63, 240, 255, 0, 63, 240, 255, 0, 31, 240, 255, 0, 31, 240, 255, 0, 31, 240, 255, 0, 15, 240, 255, 0, 15, 240, 255, 0, 7, 240, 255, 0, 7, 240, 255, 0, 3, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 78 } }, { "encoding": 79, "x": 3, "y": -1, "width": 31, "height": 56, "dx": 38, "glyphBitmap": { "width": 31, "height": 56, "pixelArray": [ 0, 1, 0, 0, 0, 127, 254, 0, 1, 255, 255, 128, 7, 255, 255, 192, 15, 255, 255, 224, 31, 255, 255, 240, 31, 255, 255, 248, 63, 255, 255, 248, 63, 240, 31, 252, 127, 224, 15, 252, 127, 224, 7, 254, 127, 224, 7, 254, 127, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 127, 192, 7, 254, 127, 224, 7, 254, 127, 224, 7, 254, 127, 224, 15, 252, 63, 240, 31, 252, 63, 255, 255, 248, 31, 255, 255, 248, 31, 255, 255, 240, 15, 255, 255, 224, 7, 255, 255, 192, 1, 255, 255, 128, 0, 127, 254, 0, 0, 1, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 79 } }, { "encoding": 80, "x": 4, "y": 0, "width": 30, "height": 54, "dx": 35, "glyphBitmap": { "width": 30, "height": 54, "pixelArray": [ 255, 255, 240, 0, 255, 255, 254, 0, 255, 255, 255, 128, 255, 255, 255, 192, 255, 255, 255, 224, 255, 255, 255, 224, 255, 195, 255, 240, 255, 192, 63, 240, 255, 192, 31, 248, 255, 192, 15, 248, 255, 192, 15, 248, 255, 192, 15, 248, 255, 192, 15, 248, 255, 192, 15, 248, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 248, 255, 192, 15, 248, 255, 192, 15, 248, 255, 192, 15, 248, 255, 192, 31, 248, 255, 192, 63, 240, 255, 195, 255, 240, 255, 255, 255, 224, 255, 255, 255, 224, 255, 255, 255, 192, 255, 255, 255, 0, 255, 255, 254, 0, 255, 255, 240, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 80 } }, { "encoding": 81, "x": 3, "y": -11, "width": 31, "height": 66, "dx": 38, "glyphBitmap": { "width": 31, "height": 66, "pixelArray": [ 0, 1, 0, 0, 0, 127, 254, 0, 1, 255, 255, 128, 7, 255, 255, 192, 15, 255, 255, 224, 31, 255, 255, 240, 31, 255, 255, 248, 63, 255, 255, 248, 63, 240, 31, 252, 127, 224, 15, 252, 127, 224, 7, 254, 127, 224, 7, 254, 127, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 255, 192, 7, 254, 127, 192, 7, 254, 127, 224, 7, 254, 127, 224, 7, 254, 127, 224, 15, 252, 63, 240, 31, 252, 63, 255, 255, 248, 31, 255, 255, 248, 31, 255, 255, 240, 15, 255, 255, 224, 7, 255, 255, 192, 1, 255, 255, 128, 0, 127, 255, 0, 0, 1, 127, 128, 0, 0, 63, 192, 0, 0, 63, 224, 0, 0, 31, 240, 0, 0, 15, 248, 0, 0, 7, 248, 0, 0, 3, 240, 0, 0, 1, 240, 0, 0, 0, 240, 0, 0, 0, 112, 0, 0, 0, 16 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 81 } }, { "encoding": 82, "x": 4, "y": 0, "width": 31, "height": 54, "dx": 37, "glyphBitmap": { "width": 31, "height": 54, "pixelArray": [ 255, 255, 224, 0, 255, 255, 252, 0, 255, 255, 255, 0, 255, 255, 255, 192, 255, 255, 255, 224, 255, 255, 255, 240, 255, 195, 255, 240, 255, 192, 63, 248, 255, 192, 31, 248, 255, 192, 15, 248, 255, 192, 15, 248, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 248, 255, 192, 15, 248, 255, 192, 31, 248, 255, 192, 63, 248, 255, 192, 255, 240, 255, 255, 255, 240, 255, 255, 255, 224, 255, 255, 255, 192, 255, 255, 255, 128, 255, 255, 254, 0, 255, 255, 255, 0, 255, 195, 255, 0, 255, 195, 255, 0, 255, 193, 255, 0, 255, 193, 255, 128, 255, 193, 255, 128, 255, 193, 255, 128, 255, 192, 255, 128, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 127, 224, 255, 192, 127, 224, 255, 192, 127, 224, 255, 192, 63, 224, 255, 192, 63, 240, 255, 192, 63, 240, 255, 192, 63, 240, 255, 192, 31, 248, 255, 192, 31, 248, 255, 192, 31, 248, 255, 192, 15, 248, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 15, 252, 255, 192, 7, 254 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 82 } }, { "encoding": 83, "x": 3, "y": -1, "width": 28, "height": 56, "dx": 33, "glyphBitmap": { "width": 28, "height": 56, "pixelArray": [ 0, 4, 0, 0, 1, 255, 240, 0, 7, 255, 252, 0, 15, 255, 254, 0, 31, 255, 255, 0, 63, 255, 255, 128, 127, 255, 255, 128, 127, 251, 255, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 128, 63, 224, 255, 128, 63, 224, 255, 128, 31, 224, 255, 128, 31, 224, 255, 128, 31, 224, 255, 128, 31, 128, 255, 192, 16, 0, 255, 224, 0, 0, 255, 224, 0, 0, 127, 240, 0, 0, 127, 248, 0, 0, 63, 254, 0, 0, 63, 255, 0, 0, 31, 255, 128, 0, 15, 255, 192, 0, 7, 255, 224, 0, 3, 255, 240, 0, 1, 255, 248, 0, 0, 255, 252, 0, 0, 63, 254, 0, 0, 31, 255, 0, 0, 15, 255, 128, 0, 7, 255, 192, 0, 3, 255, 192, 0, 1, 255, 224, 0, 0, 255, 224, 0, 0, 127, 224, 3, 0, 63, 240, 127, 0, 63, 240, 255, 0, 63, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 128, 31, 240, 255, 192, 31, 240, 127, 192, 63, 240, 127, 224, 127, 240, 127, 255, 255, 224, 63, 255, 255, 224, 63, 255, 255, 192, 31, 255, 255, 192, 15, 255, 255, 128, 7, 255, 255, 0, 3, 255, 252, 0, 0, 127, 240, 0, 0, 2, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 83 } }, { "encoding": 84, "x": 0, "y": 0, "width": 28, "height": 54, "dx": 28, "glyphBitmap": { "width": 28, "height": 54, "pixelArray": [ 255, 255, 255, 240, 255, 255, 255, 240, 255, 255, 255, 240, 255, 255, 255, 240, 255, 255, 255, 240, 255, 255, 255, 240, 255, 255, 255, 240, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 84 } }, { "encoding": 85, "x": 4, "y": -1, "width": 30, "height": 55, "dx": 38, "glyphBitmap": { "width": 30, "height": 55, "pixelArray": [ 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 7, 252, 255, 128, 15, 252, 255, 128, 15, 252, 255, 128, 15, 252, 255, 128, 15, 252, 255, 192, 15, 252, 255, 192, 15, 248, 255, 192, 15, 248, 127, 224, 31, 248, 127, 240, 63, 248, 63, 255, 255, 240, 63, 255, 255, 240, 31, 255, 255, 224, 31, 255, 255, 192, 15, 255, 255, 128, 3, 255, 255, 0, 0, 255, 252, 0, 0, 2, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 85 } }, { "encoding": 86, "x": 2, "y": 0, "width": 31, "height": 54, "dx": 35, "glyphBitmap": { "width": 31, "height": 54, "pixelArray": [ 255, 0, 3, 254, 255, 128, 3, 254, 255, 128, 3, 254, 255, 128, 3, 252, 255, 128, 7, 252, 127, 128, 7, 252, 127, 192, 7, 252, 127, 192, 7, 252, 127, 192, 7, 248, 127, 192, 15, 248, 63, 192, 15, 248, 63, 192, 15, 248, 63, 224, 15, 248, 63, 224, 15, 240, 63, 224, 15, 240, 31, 224, 31, 240, 31, 224, 31, 240, 31, 240, 31, 240, 31, 240, 31, 224, 31, 240, 31, 224, 15, 240, 63, 224, 15, 240, 63, 224, 15, 248, 63, 224, 15, 248, 63, 192, 7, 248, 63, 192, 7, 248, 63, 192, 7, 248, 127, 192, 7, 252, 127, 192, 7, 252, 127, 128, 3, 252, 127, 128, 3, 252, 127, 128, 3, 252, 127, 128, 3, 252, 255, 0, 3, 254, 255, 0, 1, 254, 255, 0, 1, 254, 255, 0, 1, 254, 255, 0, 1, 255, 254, 0, 1, 255, 254, 0, 0, 255, 254, 0, 0, 255, 254, 0, 0, 255, 254, 0, 0, 255, 252, 0, 0, 255, 252, 0, 0, 127, 252, 0, 0, 127, 252, 0, 0, 127, 252, 0, 0, 127, 248, 0, 0, 127, 248, 0, 0, 63, 248, 0, 0, 63, 248, 0, 0, 63, 248, 0, 0, 63, 240, 0, 0, 63, 240, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 86 } }, { "encoding": 87, "x": 2, "y": 0, "width": 44, "height": 54, "dx": 48, "glyphBitmap": { "width": 44, "height": 54, "pixelArray": [ 255, 128, 31, 128, 15, 240, 255, 128, 31, 192, 15, 240, 127, 128, 31, 192, 31, 240, 127, 128, 31, 192, 31, 224, 127, 128, 63, 192, 31, 224, 127, 128, 63, 192, 31, 224, 127, 128, 63, 224, 31, 224, 127, 128, 63, 224, 31, 224, 127, 192, 63, 224, 31, 224, 63, 192, 63, 224, 31, 224, 63, 192, 127, 224, 63, 192, 63, 192, 127, 224, 63, 192, 63, 192, 127, 240, 63, 192, 63, 192, 127, 240, 63, 192, 63, 192, 127, 240, 63, 192, 63, 192, 255, 240, 63, 192, 31, 224, 255, 240, 63, 192, 31, 224, 255, 248, 127, 128, 31, 224, 255, 248, 127, 128, 31, 224, 255, 248, 127, 128, 31, 224, 255, 248, 127, 128, 31, 225, 255, 248, 127, 128, 31, 225, 251, 252, 127, 128, 15, 225, 249, 252, 127, 128, 15, 241, 249, 252, 127, 0, 15, 241, 249, 252, 255, 0, 15, 243, 249, 252, 255, 0, 15, 243, 241, 252, 255, 0, 15, 243, 240, 254, 255, 0, 15, 243, 240, 254, 255, 0, 7, 243, 240, 254, 255, 0, 7, 251, 240, 254, 254, 0, 7, 255, 224, 254, 254, 0, 7, 255, 224, 255, 254, 0, 7, 255, 224, 127, 254, 0, 7, 255, 224, 127, 254, 0, 7, 255, 224, 127, 254, 0, 3, 255, 224, 127, 254, 0, 3, 255, 192, 127, 252, 0, 3, 255, 192, 63, 252, 0, 3, 255, 192, 63, 252, 0, 3, 255, 192, 63, 252, 0, 3, 255, 192, 63, 252, 0, 3, 255, 128, 63, 252, 0, 1, 255, 128, 31, 252, 0, 1, 255, 128, 31, 248, 0, 1, 255, 128, 31, 248, 0, 1, 255, 128, 31, 248, 0, 1, 255, 128, 31, 248, 0, 1, 255, 0, 31, 248, 0, 1, 255, 0, 15, 248, 0, 0, 255, 0, 15, 248, 0, 0, 255, 0, 15, 240, 0, 0, 255, 0, 15, 240, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 87 } }, { "encoding": 88, "x": 1, "y": 0, "width": 32, "height": 54, "dx": 33, "glyphBitmap": { "width": 32, "height": 54, "pixelArray": [ 255, 128, 3, 254, 255, 192, 3, 252, 127, 192, 3, 252, 127, 224, 7, 252, 63, 224, 7, 248, 63, 240, 7, 248, 63, 240, 15, 240, 31, 240, 15, 240, 31, 248, 31, 240, 15, 248, 31, 224, 15, 252, 31, 224, 7, 252, 63, 192, 7, 254, 63, 192, 7, 254, 63, 192, 3, 255, 127, 128, 3, 255, 127, 128, 1, 255, 255, 0, 1, 255, 255, 0, 0, 255, 255, 0, 0, 255, 254, 0, 0, 255, 254, 0, 0, 127, 252, 0, 0, 127, 252, 0, 0, 63, 252, 0, 0, 63, 248, 0, 0, 31, 248, 0, 0, 63, 240, 0, 0, 63, 248, 0, 0, 127, 248, 0, 0, 127, 252, 0, 0, 127, 252, 0, 0, 255, 252, 0, 0, 255, 254, 0, 1, 255, 254, 0, 1, 255, 255, 0, 1, 255, 255, 0, 3, 255, 255, 128, 3, 253, 255, 128, 3, 252, 255, 128, 7, 252, 255, 192, 7, 248, 127, 192, 15, 248, 127, 224, 15, 240, 63, 224, 15, 240, 63, 240, 31, 240, 63, 240, 31, 224, 31, 240, 31, 224, 31, 248, 63, 224, 15, 248, 63, 192, 15, 252, 127, 192, 7, 252, 127, 128, 7, 254, 127, 128, 7, 254, 255, 128, 3, 255, 255, 0, 3, 255 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 88 } }, { "encoding": 89, "x": 1, "y": 0, "width": 31, "height": 54, "dx": 33, "glyphBitmap": { "width": 31, "height": 54, "pixelArray": [ 255, 128, 3, 254, 255, 128, 3, 254, 255, 192, 7, 252, 127, 192, 7, 252, 127, 192, 7, 252, 127, 224, 15, 248, 63, 224, 15, 248, 63, 224, 15, 248, 63, 240, 31, 240, 31, 240, 31, 240, 31, 240, 31, 240, 31, 248, 31, 224, 15, 248, 63, 224, 15, 248, 63, 192, 15, 252, 63, 192, 7, 252, 127, 192, 7, 252, 127, 128, 7, 254, 127, 128, 3, 254, 255, 128, 3, 254, 255, 0, 3, 255, 255, 0, 1, 255, 255, 0, 1, 255, 254, 0, 1, 255, 254, 0, 0, 255, 254, 0, 0, 255, 252, 0, 0, 255, 252, 0, 0, 127, 252, 0, 0, 127, 248, 0, 0, 127, 248, 0, 0, 63, 248, 0, 0, 63, 240, 0, 0, 63, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 89 } }, { "encoding": 90, "x": 2, "y": 0, "width": 25, "height": 54, "dx": 28, "glyphBitmap": { "width": 25, "height": 54, "pixelArray": [ 127, 255, 255, 128, 127, 255, 255, 128, 127, 255, 255, 128, 127, 255, 255, 128, 127, 255, 255, 128, 127, 255, 255, 128, 0, 1, 255, 0, 0, 3, 255, 0, 0, 3, 254, 0, 0, 3, 254, 0, 0, 7, 254, 0, 0, 7, 252, 0, 0, 7, 252, 0, 0, 15, 252, 0, 0, 15, 248, 0, 0, 15, 248, 0, 0, 31, 248, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 63, 240, 0, 0, 63, 224, 0, 0, 63, 224, 0, 0, 127, 224, 0, 0, 127, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 128, 0, 1, 255, 128, 0, 1, 255, 0, 0, 1, 255, 0, 0, 3, 255, 0, 0, 3, 254, 0, 0, 3, 254, 0, 0, 7, 254, 0, 0, 7, 252, 0, 0, 7, 252, 0, 0, 15, 252, 0, 0, 15, 248, 0, 0, 15, 248, 0, 0, 31, 248, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 63, 240, 0, 0, 63, 224, 0, 0, 63, 224, 0, 0, 127, 224, 0, 0, 127, 192, 0, 0, 127, 192, 0, 0, 255, 255, 255, 128, 255, 255, 255, 128, 255, 255, 255, 128, 255, 255, 255, 128, 255, 255, 255, 128, 255, 255, 255, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 90 } }, { "encoding": 91, "x": 4, "y": -12, "width": 16, "height": 66, "dx": 23, "glyphBitmap": { "width": 16, "height": 66, "pixelArray": [ 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 255, 255, 255, 255, 255, 255, 255 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 91 } }, { "encoding": 92, "x": 2, "y": 0, "width": 22, "height": 54, "dx": 27, "glyphBitmap": { "width": 22, "height": 54, "pixelArray": [ 254, 0, 0, 126, 0, 0, 126, 0, 0, 127, 0, 0, 63, 0, 0, 63, 0, 0, 63, 128, 0, 31, 128, 0, 31, 128, 0, 31, 128, 0, 31, 192, 0, 15, 192, 0, 15, 192, 0, 15, 224, 0, 7, 224, 0, 7, 224, 0, 7, 224, 0, 7, 240, 0, 3, 240, 0, 3, 240, 0, 3, 248, 0, 1, 248, 0, 1, 248, 0, 1, 248, 0, 1, 252, 0, 0, 252, 0, 0, 252, 0, 0, 254, 0, 0, 126, 0, 0, 126, 0, 0, 126, 0, 0, 127, 0, 0, 63, 0, 0, 63, 0, 0, 63, 128, 0, 63, 128, 0, 31, 128, 0, 31, 128, 0, 31, 192, 0, 15, 192, 0, 15, 192, 0, 15, 224, 0, 15, 224, 0, 7, 224, 0, 7, 224, 0, 7, 240, 0, 3, 240, 0, 3, 240, 0, 3, 248, 0, 3, 248, 0, 1, 248, 0, 1, 248, 0, 1, 252, 0, 0, 252 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 92 } }, { "encoding": 93, "x": 1, "y": -12, "width": 17, "height": 66, "dx": 21, "glyphBitmap": { "width": 17, "height": 66, "pixelArray": [ 255, 255, 128, 255, 255, 128, 255, 255, 128, 255, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 255, 255, 128, 255, 255, 128, 255, 255, 128, 255, 255, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 93 } }, { "encoding": 94, "x": 2, "y": 32, "width": 27, "height": 22, "dx": 31, "glyphBitmap": { "width": 27, "height": 22, "pixelArray": [ 0, 63, 192, 0, 0, 127, 192, 0, 0, 127, 224, 0, 0, 255, 224, 0, 0, 255, 240, 0, 1, 255, 240, 0, 1, 255, 240, 0, 1, 255, 248, 0, 3, 251, 248, 0, 3, 251, 252, 0, 7, 243, 252, 0, 7, 241, 254, 0, 15, 241, 254, 0, 15, 224, 254, 0, 31, 224, 255, 0, 31, 224, 255, 0, 31, 192, 127, 128, 63, 192, 127, 128, 63, 192, 127, 192, 127, 128, 63, 192, 127, 128, 63, 192, 255, 0, 31, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 94 } }, { "encoding": 95, "x": 0, "y": -9, "width": 24, "height": 6, "dx": 24, "glyphBitmap": { "width": 24, "height": 6, "pixelArray": [ 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 95 } }, { "encoding": 96, "x": 3, "y": 41, "width": 14, "height": 13, "dx": 20, "glyphBitmap": { "width": 14, "height": 13, "pixelArray": [ 255, 192, 127, 192, 63, 192, 63, 224, 31, 224, 15, 224, 15, 240, 7, 240, 3, 240, 3, 248, 1, 248, 0, 248, 0, 252 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 96 } }, { "encoding": 97, "x": 3, "y": -1, "width": 25, "height": 40, "dx": 30, "glyphBitmap": { "width": 25, "height": 40, "pixelArray": [ 0, 8, 0, 0, 1, 255, 192, 0, 7, 255, 240, 0, 31, 255, 248, 0, 31, 255, 252, 0, 63, 255, 254, 0, 127, 255, 254, 0, 127, 195, 254, 0, 127, 129, 255, 0, 255, 129, 255, 0, 255, 129, 255, 0, 255, 129, 255, 0, 255, 129, 255, 0, 0, 1, 255, 0, 0, 1, 255, 0, 0, 3, 255, 0, 0, 15, 255, 0, 0, 127, 255, 0, 1, 255, 255, 0, 3, 255, 255, 0, 15, 253, 255, 0, 31, 241, 255, 0, 63, 225, 255, 0, 127, 193, 255, 0, 127, 193, 255, 0, 255, 129, 255, 0, 255, 129, 255, 0, 255, 1, 255, 0, 255, 1, 255, 0, 255, 1, 255, 0, 255, 129, 255, 0, 255, 131, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 254, 255, 0, 127, 254, 255, 0, 63, 252, 255, 128, 31, 248, 255, 128, 15, 240, 255, 128, 1, 0, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 97 } }, { "encoding": 98, "x": 4, "y": -1, "width": 25, "height": 55, "dx": 32, "glyphBitmap": { "width": 25, "height": 55, "pixelArray": [ 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 128, 0, 255, 143, 240, 0, 255, 159, 252, 0, 255, 255, 254, 0, 255, 255, 254, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 195, 255, 0, 255, 129, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 129, 255, 128, 255, 193, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 254, 0, 255, 255, 252, 0, 255, 191, 248, 0, 255, 143, 240, 0, 0, 1, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 98 } }, { "encoding": 99, "x": 3, "y": -1, "width": 24, "height": 40, "dx": 29, "glyphBitmap": { "width": 24, "height": 40, "pixelArray": [ 0, 8, 0, 3, 255, 192, 15, 255, 240, 31, 255, 248, 63, 255, 252, 63, 255, 254, 127, 255, 254, 127, 195, 254, 255, 129, 255, 255, 129, 255, 255, 129, 255, 255, 129, 255, 255, 129, 255, 255, 129, 255, 255, 129, 255, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 129, 255, 255, 129, 255, 255, 129, 255, 255, 129, 255, 255, 129, 255, 255, 129, 255, 255, 129, 255, 127, 129, 255, 127, 195, 254, 127, 255, 254, 63, 255, 252, 63, 255, 252, 31, 255, 248, 15, 255, 240, 3, 255, 192, 0, 8, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 99 } }, { "encoding": 100, "x": 3, "y": -1, "width": 25, "height": 55, "dx": 32, "glyphBitmap": { "width": 25, "height": 55, "pixelArray": [ 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 64, 255, 128, 7, 248, 255, 128, 15, 254, 255, 128, 31, 255, 255, 128, 63, 255, 255, 128, 127, 255, 255, 128, 127, 255, 255, 128, 127, 225, 255, 128, 255, 192, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 192, 255, 128, 127, 225, 255, 128, 127, 255, 255, 128, 127, 255, 255, 128, 63, 255, 255, 128, 63, 255, 255, 128, 31, 254, 255, 128, 7, 248, 255, 128, 0, 64, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 100 } }, { "encoding": 101, "x": 3, "y": -1, "width": 24, "height": 40, "dx": 30, "glyphBitmap": { "width": 24, "height": 40, "pixelArray": [ 0, 8, 0, 3, 255, 192, 15, 255, 240, 31, 255, 248, 63, 255, 252, 63, 255, 252, 127, 255, 254, 127, 195, 254, 127, 129, 255, 255, 129, 255, 255, 129, 255, 255, 129, 255, 255, 129, 255, 255, 129, 255, 255, 129, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 129, 255, 255, 129, 255, 255, 129, 255, 255, 129, 255, 255, 129, 255, 255, 193, 255, 127, 195, 254, 127, 255, 254, 63, 255, 254, 63, 255, 252, 31, 255, 248, 15, 255, 240, 3, 255, 192, 0, 8, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 101 } }, { "encoding": 102, "x": 1, "y": 0, "width": 19, "height": 52, "dx": 20, "glyphBitmap": { "width": 19, "height": 52, "pixelArray": [ 0, 63, 224, 0, 255, 224, 1, 255, 224, 3, 255, 224, 7, 255, 224, 7, 255, 224, 7, 255, 96, 7, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 255, 255, 224, 255, 255, 224, 255, 255, 224, 255, 255, 224, 255, 255, 224, 255, 255, 224, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0, 15, 252, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 102 } }, { "encoding": 103, "x": 1, "y": -11, "width": 31, "height": 51, "dx": 31, "glyphBitmap": { "width": 31, "height": 51, "pixelArray": [ 0, 4, 0, 24, 0, 255, 224, 60, 1, 255, 240, 252, 7, 255, 249, 252, 7, 255, 255, 254, 15, 255, 255, 252, 31, 255, 255, 224, 31, 240, 255, 128, 31, 224, 127, 128, 63, 224, 127, 128, 63, 224, 127, 128, 63, 224, 63, 128, 63, 192, 63, 192, 63, 192, 63, 192, 63, 192, 63, 192, 63, 192, 63, 192, 63, 192, 63, 192, 63, 224, 63, 192, 63, 224, 127, 192, 63, 224, 127, 128, 31, 224, 127, 128, 31, 249, 255, 128, 15, 255, 255, 128, 7, 255, 255, 0, 3, 255, 254, 0, 3, 255, 252, 0, 7, 255, 248, 0, 15, 159, 192, 0, 31, 128, 0, 0, 63, 128, 0, 0, 63, 128, 0, 0, 63, 252, 0, 0, 63, 255, 252, 0, 63, 255, 255, 0, 31, 255, 255, 192, 15, 255, 255, 224, 3, 255, 255, 224, 7, 255, 255, 240, 31, 192, 63, 240, 63, 128, 7, 240, 63, 128, 7, 240, 127, 128, 7, 240, 127, 128, 7, 240, 127, 128, 7, 240, 255, 252, 63, 240, 127, 255, 255, 240, 127, 255, 255, 224, 127, 255, 255, 224, 63, 255, 255, 192, 15, 255, 255, 0, 1, 255, 248, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 103 } }, { "encoding": 104, "x": 4, "y": 0, "width": 25, "height": 54, "dx": 32, "glyphBitmap": { "width": 25, "height": 54, "pixelArray": [ 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 32, 0, 255, 131, 252, 0, 255, 143, 254, 0, 255, 191, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 128, 255, 225, 255, 128, 255, 193, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 104 } }, { "encoding": 105, "x": 4, "y": 0, "width": 9, "height": 52, "dx": 17, "glyphBitmap": { "width": 9, "height": 52, "pixelArray": [ 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 105 } }, { "encoding": 106, "x": -1, "y": -11, "width": 15, "height": 63, "dx": 17, "glyphBitmap": { "width": 15, "height": 63, "pixelArray": [ 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 254, 7, 252, 7, 252, 159, 252, 255, 252, 255, 248, 255, 248, 255, 240, 255, 224, 255, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 106 } }, { "encoding": 107, "x": 4, "y": 0, "width": 28, "height": 54, "dx": 32, "glyphBitmap": { "width": 28, "height": 54, "pixelArray": [ 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 63, 240, 255, 128, 63, 224, 255, 128, 127, 224, 255, 128, 255, 192, 255, 128, 255, 128, 255, 129, 255, 128, 255, 131, 255, 0, 255, 131, 255, 0, 255, 135, 254, 0, 255, 143, 252, 0, 255, 143, 252, 0, 255, 159, 248, 0, 255, 191, 240, 0, 255, 191, 240, 0, 255, 255, 224, 0, 255, 255, 224, 0, 255, 255, 224, 0, 255, 255, 240, 0, 255, 255, 240, 0, 255, 255, 248, 0, 255, 239, 248, 0, 255, 207, 248, 0, 255, 135, 252, 0, 255, 135, 252, 0, 255, 135, 254, 0, 255, 131, 254, 0, 255, 131, 254, 0, 255, 131, 255, 0, 255, 129, 255, 0, 255, 129, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 192, 255, 128, 127, 192, 255, 128, 127, 224, 255, 128, 63, 224, 255, 128, 63, 240, 255, 128, 63, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 107 } }, { "encoding": 108, "x": 4, "y": 0, "width": 9, "height": 54, "dx": 17, "glyphBitmap": { "width": 9, "height": 54, "pixelArray": [ 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 108 } }, { "encoding": 109, "x": 3, "y": 0, "width": 42, "height": 39, "dx": 48, "glyphBitmap": { "width": 42, "height": 39, "pixelArray": [ 0, 0, 32, 0, 32, 0, 255, 131, 252, 3, 252, 0, 255, 143, 254, 15, 255, 0, 255, 191, 255, 31, 255, 0, 255, 255, 255, 63, 255, 128, 255, 255, 255, 255, 255, 128, 255, 255, 255, 255, 255, 192, 255, 240, 255, 240, 255, 192, 255, 192, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192, 255, 128, 127, 192, 127, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 109 } }, { "encoding": 110, "x": 3, "y": 0, "width": 25, "height": 39, "dx": 32, "glyphBitmap": { "width": 25, "height": 39, "pixelArray": [ 0, 0, 16, 0, 255, 195, 254, 0, 255, 207, 255, 0, 255, 223, 255, 0, 255, 255, 255, 128, 255, 255, 255, 128, 255, 255, 255, 128, 255, 240, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128, 255, 192, 255, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 110 } }, { "encoding": 111, "x": 3, "y": -1, "width": 25, "height": 40, "dx": 30, "glyphBitmap": { "width": 25, "height": 40, "pixelArray": [ 0, 8, 0, 0, 3, 255, 192, 0, 15, 255, 240, 0, 31, 255, 248, 0, 63, 255, 252, 0, 63, 255, 254, 0, 127, 255, 254, 0, 127, 195, 255, 0, 255, 129, 255, 0, 255, 129, 255, 0, 255, 129, 255, 0, 255, 129, 255, 0, 255, 129, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 129, 255, 128, 255, 129, 255, 128, 255, 129, 255, 0, 255, 129, 255, 0, 255, 129, 255, 0, 127, 195, 255, 0, 127, 255, 254, 0, 63, 255, 254, 0, 63, 255, 252, 0, 31, 255, 248, 0, 15, 255, 240, 0, 3, 255, 192, 0, 0, 8, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 111 } }, { "encoding": 112, "x": 3, "y": -13, "width": 26, "height": 52, "dx": 32, "glyphBitmap": { "width": 26, "height": 52, "pixelArray": [ 0, 0, 64, 0, 255, 199, 248, 0, 255, 223, 254, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 128, 255, 255, 255, 128, 255, 225, 255, 128, 255, 192, 255, 192, 255, 192, 255, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 127, 192, 255, 192, 255, 192, 255, 192, 255, 128, 255, 225, 255, 128, 255, 255, 255, 128, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 254, 0, 255, 223, 252, 0, 255, 199, 248, 0, 255, 192, 128, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 112 } }, { "encoding": 113, "x": 3, "y": -13, "width": 25, "height": 52, "dx": 32, "glyphBitmap": { "width": 25, "height": 52, "pixelArray": [ 0, 64, 0, 0, 7, 248, 255, 128, 15, 254, 255, 128, 31, 255, 255, 128, 63, 255, 255, 128, 127, 255, 255, 128, 127, 255, 255, 128, 127, 225, 255, 128, 255, 192, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 192, 255, 128, 127, 225, 255, 128, 127, 255, 255, 128, 127, 255, 255, 128, 63, 255, 255, 128, 63, 255, 255, 128, 31, 254, 255, 128, 7, 248, 255, 128, 0, 64, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 113 } }, { "encoding": 114, "x": 4, "y": 0, "width": 18, "height": 39, "dx": 23, "glyphBitmap": { "width": 18, "height": 39, "pixelArray": [ 0, 0, 128, 255, 131, 192, 255, 143, 192, 255, 159, 192, 255, 191, 192, 255, 191, 192, 255, 255, 192, 255, 255, 192, 255, 255, 192, 255, 255, 192, 255, 240, 0, 255, 192, 0, 255, 192, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0, 255, 128, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 114 } }, { "encoding": 115, "x": 1, "y": -1, "width": 24, "height": 40, "dx": 27, "glyphBitmap": { "width": 24, "height": 40, "pixelArray": [ 0, 8, 0, 1, 255, 128, 7, 255, 224, 15, 255, 240, 31, 255, 248, 31, 255, 252, 63, 255, 252, 63, 225, 254, 63, 192, 254, 127, 192, 254, 127, 192, 126, 127, 192, 120, 63, 224, 64, 63, 240, 0, 63, 248, 0, 31, 252, 0, 31, 254, 0, 15, 255, 0, 7, 255, 128, 3, 255, 224, 1, 255, 240, 0, 255, 248, 0, 127, 248, 0, 31, 252, 0, 15, 254, 0, 7, 254, 0, 3, 255, 7, 1, 255, 31, 0, 255, 255, 0, 255, 127, 128, 255, 127, 128, 255, 127, 193, 255, 63, 255, 254, 31, 255, 254, 31, 255, 252, 15, 255, 248, 7, 255, 240, 1, 255, 192, 0, 8, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 115 } }, { "encoding": 116, "x": 1, "y": -1, "width": 20, "height": 51, "dx": 22, "glyphBitmap": { "width": 20, "height": 51, "pixelArray": [ 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 255, 255, 224, 255, 255, 224, 255, 255, 224, 255, 255, 224, 255, 255, 224, 255, 255, 224, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 252, 0, 15, 255, 240, 7, 255, 240, 7, 255, 240, 7, 255, 240, 3, 255, 240, 1, 255, 240, 0, 255, 240, 0, 4, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 116 } }, { "encoding": 117, "x": 3, "y": -1, "width": 25, "height": 39, "dx": 32, "glyphBitmap": { "width": 25, "height": 39, "pixelArray": [ 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 128, 255, 192, 255, 128, 255, 195, 255, 128, 255, 255, 255, 128, 127, 255, 255, 128, 127, 255, 255, 128, 127, 254, 255, 128, 63, 248, 255, 128, 31, 224, 255, 128, 2, 0, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 117 } }, { "encoding": 118, "x": 0, "y": 0, "width": 26, "height": 38, "dx": 27, "glyphBitmap": { "width": 26, "height": 38, "pixelArray": [ 255, 192, 63, 192, 127, 192, 63, 192, 127, 192, 127, 192, 127, 192, 127, 192, 127, 192, 127, 128, 127, 224, 127, 128, 63, 224, 127, 128, 63, 224, 127, 128, 63, 224, 127, 0, 63, 224, 255, 0, 31, 224, 255, 0, 31, 240, 255, 0, 31, 240, 255, 0, 31, 240, 254, 0, 31, 240, 254, 0, 15, 241, 254, 0, 15, 241, 254, 0, 15, 241, 254, 0, 15, 249, 252, 0, 15, 249, 252, 0, 7, 249, 252, 0, 7, 249, 252, 0, 7, 251, 252, 0, 7, 251, 248, 0, 3, 255, 248, 0, 3, 255, 248, 0, 3, 255, 248, 0, 3, 255, 240, 0, 3, 255, 240, 0, 1, 255, 240, 0, 1, 255, 240, 0, 1, 255, 240, 0, 1, 255, 224, 0, 1, 255, 224, 0, 0, 255, 224, 0, 0, 255, 224, 0, 0, 255, 224, 0, 0, 255, 192, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 118 } }, { "encoding": 119, "x": 2, "y": 0, "width": 36, "height": 38, "dx": 40, "glyphBitmap": { "width": 36, "height": 38, "pixelArray": [ 254, 1, 248, 7, 240, 254, 1, 252, 7, 240, 255, 1, 252, 7, 240, 255, 3, 252, 15, 240, 255, 3, 252, 15, 224, 127, 3, 252, 15, 224, 127, 3, 252, 15, 224, 127, 3, 254, 15, 224, 127, 3, 254, 15, 224, 127, 135, 254, 31, 224, 127, 135, 254, 31, 192, 127, 135, 254, 31, 192, 63, 135, 254, 31, 192, 63, 135, 255, 31, 192, 63, 143, 255, 31, 192, 63, 207, 255, 31, 192, 63, 207, 255, 63, 128, 63, 207, 159, 63, 128, 31, 207, 159, 63, 128, 31, 223, 159, 63, 128, 31, 223, 159, 191, 128, 31, 223, 159, 191, 128, 31, 255, 31, 191, 128, 31, 255, 15, 255, 0, 15, 255, 15, 255, 0, 15, 255, 15, 255, 0, 15, 255, 15, 255, 0, 15, 254, 15, 255, 0, 15, 254, 7, 255, 0, 15, 254, 7, 254, 0, 15, 254, 7, 254, 0, 7, 254, 7, 254, 0, 7, 252, 7, 254, 0, 7, 252, 7, 254, 0, 7, 252, 3, 254, 0, 7, 252, 3, 252, 0, 7, 252, 3, 252, 0, 3, 248, 3, 252, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 119 } }, { "encoding": 120, "x": 1, "y": 0, "width": 26, "height": 38, "dx": 28, "glyphBitmap": { "width": 26, "height": 38, "pixelArray": [ 255, 128, 63, 192, 127, 128, 127, 128, 127, 192, 127, 128, 127, 192, 255, 0, 63, 224, 255, 0, 63, 224, 254, 0, 31, 241, 254, 0, 31, 241, 252, 0, 15, 251, 252, 0, 15, 251, 252, 0, 7, 255, 248, 0, 7, 255, 248, 0, 3, 255, 240, 0, 3, 255, 240, 0, 3, 255, 224, 0, 1, 255, 224, 0, 1, 255, 192, 0, 0, 255, 192, 0, 0, 255, 128, 0, 0, 255, 192, 0, 1, 255, 192, 0, 1, 255, 224, 0, 3, 255, 224, 0, 3, 255, 240, 0, 7, 255, 240, 0, 7, 255, 248, 0, 7, 255, 248, 0, 15, 255, 252, 0, 15, 231, 252, 0, 31, 231, 254, 0, 31, 227, 254, 0, 63, 195, 255, 0, 63, 193, 255, 0, 63, 129, 255, 128, 127, 128, 255, 128, 127, 128, 255, 192, 255, 0, 127, 192, 255, 0, 127, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 120 } }, { "encoding": 121, "x": 0, "y": -11, "width": 27, "height": 48, "dx": 28, "glyphBitmap": { "width": 27, "height": 48, "pixelArray": [ 255, 128, 31, 224, 127, 192, 31, 224, 127, 192, 63, 224, 127, 192, 63, 224, 63, 192, 63, 192, 63, 192, 63, 192, 63, 224, 63, 192, 63, 224, 127, 192, 31, 224, 127, 128, 31, 224, 127, 128, 31, 224, 127, 128, 31, 240, 127, 128, 15, 240, 127, 0, 15, 240, 255, 0, 15, 240, 255, 0, 15, 240, 255, 0, 7, 248, 254, 0, 7, 248, 254, 0, 7, 249, 254, 0, 7, 249, 254, 0, 3, 249, 252, 0, 3, 249, 252, 0, 3, 253, 252, 0, 3, 253, 252, 0, 1, 255, 248, 0, 1, 255, 248, 0, 1, 255, 248, 0, 0, 255, 248, 0, 0, 255, 240, 0, 0, 255, 240, 0, 0, 255, 240, 0, 0, 127, 240, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 127, 224, 0, 0, 63, 224, 0, 0, 63, 192, 0, 0, 63, 192, 0, 0, 63, 192, 0, 0, 63, 192, 0, 0, 63, 192, 0, 0, 127, 192, 0, 15, 255, 128, 0, 15, 255, 128, 0, 15, 255, 0, 0, 15, 254, 0, 0, 15, 252, 0, 0, 15, 224, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 121 } }, { "encoding": 122, "x": 2, "y": 0, "width": 21, "height": 38, "dx": 25, "glyphBitmap": { "width": 21, "height": 38, "pixelArray": [ 127, 255, 248, 127, 255, 248, 127, 255, 248, 127, 255, 248, 127, 255, 248, 127, 255, 248, 0, 31, 240, 0, 31, 240, 0, 63, 240, 0, 63, 224, 0, 63, 224, 0, 127, 192, 0, 127, 192, 0, 255, 128, 0, 255, 128, 1, 255, 0, 1, 255, 0, 1, 255, 0, 3, 254, 0, 3, 254, 0, 7, 252, 0, 7, 252, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 31, 240, 0, 31, 240, 0, 63, 224, 0, 63, 224, 0, 127, 192, 0, 127, 192, 0, 127, 192, 0, 255, 255, 248, 255, 255, 248, 255, 255, 248, 255, 255, 248, 255, 255, 248, 255, 255, 248 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 122 } }, { "encoding": 123, "x": 3, "y": -13, "width": 18, "height": 68, "dx": 23, "glyphBitmap": { "width": 18, "height": 68, "pixelArray": [ 0, 3, 192, 0, 255, 192, 1, 255, 192, 3, 255, 192, 7, 255, 192, 7, 255, 192, 15, 255, 192, 15, 252, 0, 15, 252, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 31, 240, 0, 63, 240, 0, 255, 240, 0, 255, 224, 0, 255, 192, 0, 255, 128, 0, 255, 192, 0, 255, 224, 0, 63, 240, 0, 31, 240, 0, 15, 240, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 248, 0, 15, 252, 0, 15, 255, 0, 7, 255, 192, 7, 255, 192, 7, 255, 192, 3, 255, 192, 1, 255, 192, 0, 63, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 123 } }, { "encoding": 124, "x": 4, "y": -11, "width": 8, "height": 65, "dx": 17, "glyphBitmap": { "width": 8, "height": 65, "pixelArray": [ 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 124 } }, { "encoding": 125, "x": 3, "y": -13, "width": 18, "height": 68, "dx": 24, "glyphBitmap": { "width": 18, "height": 68, "pixelArray": [ 240, 0, 0, 255, 192, 0, 255, 224, 0, 255, 240, 0, 255, 248, 0, 255, 248, 0, 255, 248, 0, 31, 248, 0, 15, 252, 0, 15, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 3, 254, 0, 3, 255, 192, 1, 255, 192, 0, 255, 192, 0, 127, 192, 1, 255, 192, 3, 255, 192, 3, 255, 0, 3, 254, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 7, 252, 0, 15, 252, 0, 15, 252, 0, 63, 248, 0, 255, 248, 0, 255, 248, 0, 255, 240, 0, 255, 240, 0, 255, 224, 0, 255, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 125 } }, { "encoding": 126, "x": 2, "y": 24, "width": 27, "height": 10, "dx": 31, "glyphBitmap": { "width": 27, "height": 10, "pixelArray": [ 3, 240, 0, 0, 15, 252, 1, 128, 31, 255, 3, 192, 63, 255, 207, 192, 127, 255, 255, 224, 255, 255, 255, 192, 62, 63, 255, 128, 56, 15, 255, 0, 16, 3, 254, 0, 0, 0, 120, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 126 } }, { "encoding": 127, "x": 0, "y": 0, "width": 0, "height": 0, "dx": 16, "glyphBitmap": { "width": 0, "height": 0, "pixelArray": [] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.48.bdf", "encoding": 127 } } ], "screenOrientation": "all" }, { "name": "large_landscape", "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf" }, "height": 71, "ascent": 57, "descent": 14, "glyphs": [ { "encoding": 32, "x": 0, "y": 0, "width": 0, "height": 0, "dx": 13, "glyphBitmap": { "width": 0, "height": 0, "pixelArray": [] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 32 } }, { "encoding": 33, "x": 2, "y": 0, "width": 8, "height": 43, "dx": 12, "glyphBitmap": { "width": 8, "height": 43, "pixelArray": [ 127, 127, 127, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 126, 124, 60, 60, 60, 60, 60, 60, 60, 60, 60, 60, 56, 56, 56, 56, 56, 24, 24, 24, 0, 0, 0, 254, 254, 254, 254, 254, 254, 254 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 33 } }, { "encoding": 34, "x": 3, "y": 29, "width": 15, "height": 14, "dx": 20, "glyphBitmap": { "width": 15, "height": 14, "pixelArray": [ 254, 126, 252, 126, 252, 126, 252, 126, 252, 126, 248, 124, 248, 124, 248, 124, 248, 124, 248, 124, 248, 120, 240, 120, 240, 120, 240, 120 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 34 } }, { "encoding": 35, "x": 2, "y": 0, "width": 23, "height": 43, "dx": 27, "glyphBitmap": { "width": 23, "height": 43, "pixelArray": [ 3, 240, 252, 3, 240, 252, 3, 240, 252, 3, 240, 252, 3, 240, 252, 3, 240, 252, 7, 224, 252, 7, 224, 252, 7, 225, 248, 7, 225, 248, 7, 225, 248, 7, 225, 248, 7, 225, 248, 255, 255, 254, 255, 255, 254, 255, 255, 254, 255, 255, 254, 255, 255, 254, 15, 195, 240, 15, 195, 240, 31, 131, 240, 31, 131, 240, 31, 135, 224, 255, 255, 254, 255, 255, 254, 255, 255, 254, 255, 255, 254, 255, 255, 254, 63, 7, 224, 63, 15, 192, 63, 15, 192, 63, 15, 192, 63, 15, 192, 63, 15, 192, 62, 15, 192, 126, 15, 192, 126, 15, 192, 126, 31, 128, 126, 31, 128, 126, 31, 128, 126, 31, 128, 126, 31, 128, 252, 31, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 35 } }, { "encoding": 36, "x": 2, "y": -5, "width": 22, "height": 53, "dx": 26, "glyphBitmap": { "width": 22, "height": 53, "pixelArray": [ 0, 48, 0, 0, 48, 0, 0, 48, 0, 0, 48, 0, 0, 56, 0, 7, 255, 0, 31, 255, 192, 63, 255, 224, 127, 255, 224, 127, 255, 240, 255, 255, 240, 255, 7, 248, 254, 3, 248, 254, 3, 248, 254, 1, 248, 254, 1, 252, 254, 1, 240, 255, 0, 0, 255, 0, 0, 255, 128, 0, 127, 192, 0, 127, 224, 0, 63, 248, 0, 31, 252, 0, 15, 254, 0, 7, 255, 0, 3, 255, 128, 1, 255, 192, 0, 127, 224, 0, 63, 240, 0, 31, 240, 0, 15, 248, 0, 7, 248, 0, 3, 252, 60, 3, 252, 254, 1, 252, 254, 1, 252, 254, 1, 252, 254, 1, 252, 255, 1, 252, 255, 3, 252, 127, 135, 252, 127, 255, 248, 63, 255, 248, 63, 255, 240, 31, 255, 224, 7, 255, 192, 1, 255, 0, 0, 24, 0, 0, 24, 0, 0, 24, 0, 0, 24, 0, 0, 24, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 36 } }, { "encoding": 37, "x": 2, "y": 0, "width": 47, "height": 43, "dx": 51, "glyphBitmap": { "width": 47, "height": 43, "pixelArray": [ 3, 248, 0, 31, 0, 0, 31, 254, 0, 31, 0, 0, 63, 255, 128, 63, 0, 0, 63, 255, 128, 62, 0, 0, 127, 255, 192, 62, 0, 0, 127, 31, 192, 62, 0, 0, 254, 15, 192, 124, 0, 0, 254, 15, 224, 124, 0, 0, 252, 15, 224, 124, 0, 0, 252, 7, 224, 252, 0, 0, 252, 7, 224, 248, 0, 0, 252, 7, 224, 248, 0, 0, 252, 7, 224, 248, 0, 0, 252, 7, 225, 240, 0, 0, 252, 15, 225, 240, 0, 0, 252, 15, 225, 240, 0, 0, 254, 15, 227, 240, 0, 0, 126, 15, 195, 224, 0, 0, 127, 31, 195, 224, 0, 0, 127, 255, 195, 224, 63, 128, 63, 255, 135, 192, 255, 240, 31, 255, 7, 193, 255, 248, 15, 254, 7, 195, 255, 252, 3, 248, 7, 199, 255, 252, 0, 0, 15, 135, 241, 254, 0, 0, 15, 135, 224, 254, 0, 0, 15, 135, 224, 126, 0, 0, 31, 135, 224, 126, 0, 0, 31, 15, 224, 126, 0, 0, 31, 15, 224, 126, 0, 0, 31, 15, 224, 126, 0, 0, 62, 15, 224, 126, 0, 0, 62, 15, 224, 126, 0, 0, 62, 15, 224, 126, 0, 0, 126, 7, 224, 126, 0, 0, 124, 7, 224, 126, 0, 0, 124, 7, 224, 254, 0, 0, 124, 7, 241, 252, 0, 0, 248, 3, 255, 252, 0, 0, 248, 3, 255, 252, 0, 0, 248, 1, 255, 248, 0, 1, 248, 0, 255, 240, 0, 1, 240, 0, 63, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 37 } }, { "encoding": 38, "x": 3, "y": -1, "width": 26, "height": 45, "dx": 31, "glyphBitmap": { "width": 26, "height": 45, "pixelArray": [ 0, 32, 0, 0, 3, 254, 0, 0, 15, 255, 128, 0, 31, 255, 192, 0, 31, 255, 224, 0, 63, 255, 224, 0, 63, 135, 224, 0, 63, 7, 240, 0, 127, 7, 240, 0, 127, 7, 240, 0, 127, 7, 240, 0, 127, 7, 240, 0, 63, 7, 224, 0, 63, 15, 224, 0, 63, 143, 224, 0, 63, 143, 192, 0, 31, 159, 128, 0, 31, 223, 128, 0, 15, 255, 0, 0, 15, 254, 0, 0, 7, 252, 0, 0, 3, 248, 0, 0, 7, 248, 0, 0, 15, 248, 31, 192, 31, 248, 31, 192, 31, 252, 31, 128, 63, 252, 31, 128, 127, 126, 31, 128, 127, 127, 31, 128, 254, 63, 31, 128, 254, 63, 191, 0, 254, 31, 191, 0, 252, 31, 255, 0, 252, 15, 254, 0, 252, 7, 254, 0, 252, 7, 252, 0, 252, 3, 252, 0, 254, 7, 254, 0, 254, 15, 255, 192, 127, 255, 255, 192, 127, 255, 255, 192, 63, 255, 159, 192, 31, 255, 15, 192, 15, 252, 7, 192, 0, 64, 0, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 38 } }, { "encoding": 39, "x": 4, "y": 29, "width": 6, "height": 14, "dx": 17, "glyphBitmap": { "width": 6, "height": 14, "pixelArray": [ 252, 248, 248, 248, 248, 248, 248, 240, 240, 240, 240, 240, 240, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 39 } }, { "encoding": 40, "x": 4, "y": -11, "width": 12, "height": 54, "dx": 17, "glyphBitmap": { "width": 12, "height": 54, "pixelArray": [ 0, 16, 1, 224, 7, 224, 15, 224, 31, 224, 31, 224, 63, 128, 63, 0, 127, 0, 127, 0, 126, 0, 126, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 126, 0, 126, 0, 127, 0, 63, 0, 63, 128, 63, 192, 31, 224, 31, 224, 15, 224, 3, 224, 0, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 40 } }, { "encoding": 41, "x": 1, "y": -11, "width": 12, "height": 54, "dx": 15, "glyphBitmap": { "width": 12, "height": 54, "pixelArray": [ 128, 0, 120, 0, 126, 0, 127, 0, 127, 128, 127, 128, 31, 192, 31, 192, 15, 192, 15, 224, 15, 224, 7, 224, 7, 224, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 240, 7, 224, 7, 224, 15, 224, 15, 224, 15, 192, 31, 192, 63, 192, 127, 128, 127, 0, 126, 0, 124, 0, 112, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 41 } }, { "encoding": 42, "x": 2, "y": 24, "width": 19, "height": 19, "dx": 22, "glyphBitmap": { "width": 19, "height": 19, "pixelArray": [ 1, 240, 0, 1, 240, 0, 1, 240, 0, 1, 240, 0, 49, 240, 192, 121, 243, 192, 126, 255, 192, 255, 255, 224, 127, 255, 192, 15, 254, 0, 3, 248, 0, 3, 252, 0, 7, 252, 0, 15, 190, 0, 31, 159, 0, 63, 31, 128, 31, 15, 0, 6, 12, 0, 2, 8, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 42 } }, { "encoding": 43, "x": 1, "y": 11, "width": 21, "height": 22, "dx": 23, "glyphBitmap": { "width": 21, "height": 22, "pixelArray": [ 0, 248, 0, 0, 248, 0, 0, 248, 0, 0, 248, 0, 0, 248, 0, 0, 248, 0, 0, 248, 0, 0, 248, 0, 255, 255, 248, 255, 255, 248, 255, 255, 248, 255, 255, 248, 255, 255, 248, 0, 248, 0, 0, 248, 0, 0, 248, 0, 0, 248, 0, 0, 248, 0, 0, 248, 0, 0, 248, 0, 0, 248, 0, 0, 248, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 43 } }, { "encoding": 44, "x": 2, "y": -8, "width": 7, "height": 14, "dx": 11, "glyphBitmap": { "width": 7, "height": 14, "pixelArray": [ 254, 254, 254, 254, 254, 254, 254, 14, 14, 30, 60, 252, 120, 96 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 44 } }, { "encoding": 45, "x": 3, "y": 15, "width": 13, "height": 5, "dx": 19, "glyphBitmap": { "width": 13, "height": 5, "pixelArray": [ 255, 248, 255, 248, 255, 248, 255, 248, 255, 248 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 45 } }, { "encoding": 46, "x": 2, "y": 0, "width": 7, "height": 7, "dx": 11, "glyphBitmap": { "width": 7, "height": 7, "pixelArray": [ 254, 254, 254, 254, 254, 254, 254 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 46 } }, { "encoding": 47, "x": 2, "y": 0, "width": 17, "height": 43, "dx": 21, "glyphBitmap": { "width": 17, "height": 43, "pixelArray": [ 0, 15, 128, 0, 15, 128, 0, 31, 0, 0, 31, 0, 0, 31, 0, 0, 63, 0, 0, 62, 0, 0, 62, 0, 0, 62, 0, 0, 124, 0, 0, 124, 0, 0, 124, 0, 0, 252, 0, 0, 248, 0, 0, 248, 0, 0, 248, 0, 1, 240, 0, 1, 240, 0, 1, 240, 0, 1, 240, 0, 3, 224, 0, 3, 224, 0, 3, 224, 0, 7, 192, 0, 7, 192, 0, 7, 192, 0, 7, 192, 0, 15, 128, 0, 15, 128, 0, 15, 128, 0, 31, 0, 0, 31, 0, 0, 31, 0, 0, 31, 0, 0, 62, 0, 0, 62, 0, 0, 62, 0, 0, 126, 0, 0, 124, 0, 0, 124, 0, 0, 124, 0, 0, 248, 0, 0, 248, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 47 } }, { "encoding": 48, "x": 2, "y": -1, "width": 23, "height": 45, "dx": 27, "glyphBitmap": { "width": 23, "height": 45, "pixelArray": [ 0, 16, 0, 3, 255, 128, 7, 255, 192, 31, 255, 240, 31, 255, 240, 63, 255, 248, 63, 255, 248, 127, 131, 252, 127, 1, 252, 127, 1, 252, 127, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 127, 1, 254, 127, 1, 252, 127, 129, 252, 127, 131, 252, 63, 255, 248, 63, 255, 248, 31, 255, 240, 15, 255, 224, 7, 255, 192, 3, 255, 128, 0, 16, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 48 } }, { "encoding": 49, "x": 5, "y": 0, "width": 14, "height": 43, "dx": 27, "glyphBitmap": { "width": 14, "height": 43, "pixelArray": [ 0, 252, 1, 252, 7, 252, 31, 252, 127, 252, 255, 252, 255, 252, 255, 252, 255, 252, 227, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 49 } }, { "encoding": 50, "x": 2, "y": 0, "width": 23, "height": 44, "dx": 27, "glyphBitmap": { "width": 23, "height": 44, "pixelArray": [ 0, 16, 0, 1, 255, 128, 7, 255, 224, 15, 255, 240, 31, 255, 248, 63, 255, 248, 63, 255, 252, 127, 131, 252, 127, 129, 254, 127, 1, 254, 127, 1, 254, 127, 0, 254, 127, 1, 254, 127, 1, 254, 127, 1, 254, 0, 1, 252, 0, 3, 252, 0, 3, 252, 0, 7, 248, 0, 7, 248, 0, 15, 240, 0, 31, 240, 0, 31, 224, 0, 63, 192, 0, 63, 192, 0, 127, 128, 0, 255, 0, 0, 255, 0, 1, 254, 0, 3, 252, 0, 3, 252, 0, 7, 248, 0, 15, 240, 0, 15, 240, 0, 31, 224, 0, 31, 192, 0, 63, 192, 0, 127, 128, 0, 127, 255, 252, 255, 255, 252, 255, 255, 252, 255, 255, 252, 255, 255, 252, 255, 255, 252 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 50 } }, { "encoding": 51, "x": 2, "y": -1, "width": 23, "height": 45, "dx": 26, "glyphBitmap": { "width": 23, "height": 45, "pixelArray": [ 0, 16, 0, 3, 255, 128, 15, 255, 224, 31, 255, 240, 63, 255, 248, 63, 255, 248, 127, 255, 252, 127, 131, 252, 255, 1, 252, 255, 1, 252, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 252, 0, 1, 252, 0, 1, 252, 0, 3, 252, 0, 7, 248, 0, 127, 240, 0, 127, 224, 0, 127, 192, 0, 127, 192, 0, 127, 240, 0, 127, 240, 0, 7, 248, 0, 3, 252, 0, 3, 252, 0, 1, 252, 0, 1, 252, 0, 1, 252, 0, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 252, 255, 1, 252, 255, 1, 252, 127, 1, 252, 127, 131, 252, 127, 255, 248, 63, 255, 248, 63, 255, 240, 31, 255, 224, 15, 255, 192, 3, 255, 128, 0, 16, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 51 } }, { "encoding": 52, "x": 2, "y": 0, "width": 24, "height": 43, "dx": 27, "glyphBitmap": { "width": 24, "height": 43, "pixelArray": [ 0, 31, 224, 0, 63, 224, 0, 63, 224, 0, 63, 224, 0, 127, 224, 0, 127, 224, 0, 255, 224, 0, 255, 224, 1, 255, 224, 1, 255, 224, 3, 255, 224, 3, 239, 224, 3, 239, 224, 7, 239, 224, 7, 207, 224, 15, 207, 224, 15, 207, 224, 31, 143, 224, 31, 143, 224, 63, 143, 224, 63, 15, 224, 63, 15, 224, 126, 15, 224, 126, 15, 224, 254, 15, 224, 252, 15, 224, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 0, 15, 224, 0, 15, 224, 0, 15, 224, 0, 15, 224, 0, 15, 224, 0, 15, 224, 0, 15, 224, 0, 15, 224, 0, 15, 224, 0, 15, 224, 0, 15, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 52 } }, { "encoding": 53, "x": 3, "y": -1, "width": 22, "height": 44, "dx": 26, "glyphBitmap": { "width": 22, "height": 44, "pixelArray": [ 127, 255, 240, 127, 255, 240, 127, 255, 240, 127, 255, 240, 127, 255, 240, 127, 255, 240, 127, 255, 240, 126, 0, 0, 126, 0, 0, 126, 0, 0, 126, 0, 0, 126, 0, 0, 126, 0, 0, 252, 0, 0, 252, 0, 0, 252, 127, 0, 253, 255, 192, 255, 255, 224, 255, 255, 240, 255, 255, 240, 255, 143, 248, 255, 3, 248, 254, 3, 248, 254, 3, 248, 0, 3, 248, 0, 3, 252, 0, 1, 252, 0, 1, 252, 0, 1, 252, 0, 1, 252, 0, 1, 252, 254, 1, 252, 254, 3, 248, 254, 3, 248, 254, 3, 248, 254, 3, 248, 255, 3, 248, 255, 7, 240, 127, 255, 240, 127, 255, 224, 63, 255, 224, 31, 255, 128, 7, 255, 0, 0, 32, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 53 } }, { "encoding": 54, "x": 3, "y": -1, "width": 22, "height": 45, "dx": 27, "glyphBitmap": { "width": 22, "height": 45, "pixelArray": [ 0, 32, 0, 3, 255, 0, 15, 255, 192, 31, 255, 224, 63, 255, 240, 63, 255, 240, 127, 255, 248, 127, 131, 248, 255, 3, 248, 255, 3, 252, 254, 1, 252, 254, 1, 252, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 63, 0, 254, 255, 192, 255, 255, 224, 255, 255, 240, 255, 255, 248, 255, 135, 248, 255, 3, 248, 254, 3, 252, 254, 3, 252, 254, 1, 252, 254, 1, 252, 254, 1, 252, 254, 1, 252, 254, 1, 252, 254, 1, 252, 254, 1, 252, 254, 3, 252, 254, 3, 252, 255, 3, 248, 127, 7, 248, 127, 255, 248, 63, 255, 240, 63, 255, 240, 31, 255, 224, 15, 255, 192, 3, 255, 0, 0, 32, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 54 } }, { "encoding": 55, "x": 2, "y": 0, "width": 19, "height": 43, "dx": 23, "glyphBitmap": { "width": 19, "height": 43, "pixelArray": [ 255, 255, 224, 255, 255, 224, 255, 255, 224, 255, 255, 224, 255, 255, 224, 0, 31, 192, 0, 31, 192, 0, 31, 192, 0, 31, 192, 0, 63, 128, 0, 63, 128, 0, 63, 128, 0, 63, 128, 0, 63, 0, 0, 127, 0, 0, 127, 0, 0, 127, 0, 0, 127, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 252, 0, 1, 252, 0, 1, 252, 0, 1, 252, 0, 1, 248, 0, 3, 248, 0, 3, 248, 0, 3, 248, 0, 3, 248, 0, 3, 240, 0, 7, 240, 0, 7, 240, 0, 7, 240, 0, 7, 224, 0, 15, 224, 0, 15, 224, 0, 15, 224, 0, 15, 192, 0, 15, 192, 0, 31, 192, 0, 31, 192, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 55 } }, { "encoding": 56, "x": 2, "y": -1, "width": 22, "height": 45, "dx": 27, "glyphBitmap": { "width": 22, "height": 45, "pixelArray": [ 0, 16, 0, 3, 255, 0, 15, 255, 192, 31, 255, 224, 31, 255, 240, 63, 255, 240, 63, 135, 248, 127, 3, 248, 127, 3, 248, 127, 1, 252, 127, 1, 252, 127, 1, 252, 127, 1, 252, 127, 1, 252, 127, 3, 252, 127, 3, 248, 127, 3, 248, 63, 131, 248, 63, 199, 240, 31, 255, 240, 15, 255, 224, 7, 255, 192, 15, 255, 192, 31, 255, 240, 63, 255, 240, 127, 135, 248, 127, 3, 248, 127, 1, 252, 255, 1, 252, 254, 1, 252, 254, 1, 252, 254, 1, 252, 254, 1, 252, 254, 1, 252, 254, 1, 252, 254, 1, 252, 127, 1, 252, 127, 3, 252, 127, 131, 248, 63, 255, 248, 63, 255, 240, 31, 255, 240, 15, 255, 192, 3, 255, 128, 0, 16, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 56 } }, { "encoding": 57, "x": 2, "y": -1, "width": 23, "height": 45, "dx": 27, "glyphBitmap": { "width": 23, "height": 45, "pixelArray": [ 0, 16, 0, 3, 255, 0, 7, 255, 192, 15, 255, 224, 31, 255, 240, 63, 255, 248, 63, 255, 248, 127, 131, 248, 127, 3, 252, 127, 1, 252, 127, 1, 252, 255, 1, 252, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 127, 1, 254, 127, 129, 254, 127, 135, 254, 63, 255, 254, 63, 255, 254, 31, 255, 254, 15, 253, 254, 3, 249, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 252, 127, 1, 252, 127, 1, 252, 127, 1, 252, 127, 3, 252, 127, 131, 248, 127, 255, 248, 63, 255, 248, 63, 255, 240, 31, 255, 224, 15, 255, 192, 3, 255, 0, 0, 16, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 57 } }, { "encoding": 58, "x": 3, "y": 4, "width": 7, "height": 24, "dx": 12, "glyphBitmap": { "width": 7, "height": 24, "pixelArray": [ 254, 254, 254, 254, 254, 254, 254, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 254, 254, 254, 254, 254, 254, 254 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 58 } }, { "encoding": 59, "x": 3, "y": -4, "width": 7, "height": 35, "dx": 13, "glyphBitmap": { "width": 7, "height": 35, "pixelArray": [ 254, 254, 254, 254, 254, 254, 254, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 254, 254, 254, 254, 254, 254, 254, 14, 14, 30, 62, 124, 120, 64 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 59 } }, { "encoding": 60, "x": 2, "y": 3, "width": 16, "height": 29, "dx": 20, "glyphBitmap": { "width": 16, "height": 29, "pixelArray": [ 0, 1, 0, 2, 0, 6, 0, 30, 0, 62, 0, 254, 1, 254, 7, 254, 15, 252, 63, 240, 127, 224, 255, 128, 255, 0, 254, 0, 248, 0, 252, 0, 255, 0, 255, 128, 255, 192, 63, 240, 31, 248, 7, 252, 3, 254, 0, 254, 0, 126, 0, 30, 0, 14, 0, 6, 0, 1 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 60 } }, { "encoding": 61, "x": 3, "y": 14, "width": 17, "height": 15, "dx": 23, "glyphBitmap": { "width": 17, "height": 15, "pixelArray": [ 255, 255, 128, 255, 255, 128, 255, 255, 128, 255, 255, 128, 255, 255, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 255, 128, 255, 255, 128, 255, 255, 128, 255, 255, 128, 255, 255, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 61 } }, { "encoding": 62, "x": 2, "y": 3, "width": 17, "height": 29, "dx": 20, "glyphBitmap": { "width": 17, "height": 29, "pixelArray": [ 128, 0, 0, 64, 0, 0, 112, 0, 0, 120, 0, 0, 126, 0, 0, 127, 0, 0, 127, 192, 0, 127, 224, 0, 31, 248, 0, 15, 252, 0, 3, 255, 0, 1, 255, 128, 0, 255, 128, 0, 63, 128, 0, 31, 128, 0, 63, 128, 0, 127, 128, 0, 255, 128, 3, 255, 0, 7, 254, 0, 31, 248, 0, 63, 240, 0, 127, 192, 0, 127, 128, 0, 126, 0, 0, 124, 0, 0, 112, 0, 0, 96, 0, 0, 64, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 62 } }, { "encoding": 63, "x": 2, "y": 0, "width": 22, "height": 44, "dx": 26, "glyphBitmap": { "width": 22, "height": 44, "pixelArray": [ 0, 32, 0, 7, 255, 0, 15, 255, 192, 31, 255, 224, 63, 255, 240, 127, 255, 248, 127, 255, 248, 127, 7, 248, 255, 3, 252, 254, 1, 252, 254, 1, 252, 254, 1, 252, 126, 1, 252, 124, 1, 252, 64, 3, 252, 0, 3, 248, 0, 3, 248, 0, 7, 248, 0, 7, 240, 0, 15, 240, 0, 31, 224, 0, 63, 192, 0, 63, 192, 0, 127, 128, 0, 255, 0, 1, 254, 0, 3, 252, 0, 3, 248, 0, 3, 240, 0, 3, 240, 0, 3, 240, 0, 3, 240, 0, 3, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 248, 0, 7, 248, 0, 7, 248, 0, 7, 248, 0, 7, 248, 0, 7, 248, 0, 7, 248, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 63 } }, { "encoding": 64, "x": 3, "y": -8, "width": 44, "height": 50, "dx": 50, "glyphBitmap": { "width": 44, "height": 50, "pixelArray": [ 0, 0, 15, 252, 0, 0, 0, 0, 255, 255, 128, 0, 0, 7, 255, 255, 240, 0, 0, 15, 255, 255, 248, 0, 0, 63, 255, 255, 252, 0, 0, 127, 240, 7, 254, 0, 0, 255, 128, 0, 255, 0, 1, 254, 0, 0, 63, 128, 3, 252, 0, 0, 31, 192, 7, 248, 0, 0, 15, 192, 15, 240, 0, 0, 7, 224, 15, 224, 7, 207, 199, 224, 31, 192, 31, 239, 131, 224, 31, 128, 127, 255, 131, 240, 63, 128, 255, 255, 129, 240, 63, 0, 255, 255, 129, 240, 63, 1, 254, 31, 129, 240, 127, 3, 252, 31, 129, 240, 126, 3, 248, 63, 129, 240, 126, 7, 240, 63, 1, 240, 126, 7, 240, 63, 1, 240, 126, 7, 224, 63, 1, 240, 252, 15, 224, 63, 1, 240, 252, 15, 224, 63, 1, 240, 252, 15, 192, 63, 1, 240, 252, 15, 192, 127, 1, 240, 252, 15, 192, 126, 1, 240, 252, 15, 192, 126, 3, 224, 252, 15, 192, 126, 3, 224, 252, 15, 192, 126, 7, 224, 252, 15, 224, 254, 7, 192, 252, 15, 225, 254, 15, 192, 252, 15, 255, 254, 31, 128, 252, 7, 255, 254, 127, 0, 126, 7, 255, 255, 254, 0, 126, 3, 255, 63, 252, 0, 126, 1, 254, 31, 248, 0, 127, 0, 120, 15, 224, 0, 63, 0, 0, 0, 0, 0, 63, 128, 0, 0, 0, 0, 31, 192, 0, 0, 0, 0, 31, 224, 0, 0, 0, 0, 15, 240, 0, 0, 0, 0, 7, 252, 0, 0, 128, 0, 3, 255, 192, 15, 128, 0, 1, 255, 255, 255, 128, 0, 0, 127, 255, 255, 128, 0, 0, 63, 255, 255, 192, 0, 0, 15, 255, 255, 128, 0, 0, 0, 255, 240, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 64 } }, { "encoding": 65, "x": 1, "y": 0, "width": 26, "height": 43, "dx": 28, "glyphBitmap": { "width": 26, "height": 43, "pixelArray": [ 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 1, 255, 224, 0, 1, 255, 224, 0, 1, 255, 224, 0, 1, 255, 224, 0, 1, 247, 240, 0, 3, 247, 240, 0, 3, 247, 240, 0, 3, 243, 240, 0, 3, 243, 240, 0, 3, 243, 248, 0, 7, 243, 248, 0, 7, 227, 248, 0, 7, 227, 248, 0, 7, 225, 252, 0, 15, 225, 252, 0, 15, 225, 252, 0, 15, 225, 252, 0, 15, 193, 252, 0, 15, 193, 254, 0, 31, 192, 254, 0, 31, 255, 254, 0, 31, 255, 254, 0, 31, 255, 254, 0, 63, 255, 255, 0, 63, 255, 255, 0, 63, 128, 127, 0, 63, 128, 127, 0, 63, 128, 127, 128, 127, 128, 127, 128, 127, 0, 127, 128, 127, 0, 127, 128, 127, 0, 63, 128, 255, 0, 63, 192, 255, 0, 63, 192, 254, 0, 63, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 65 } }, { "encoding": 66, "x": 3, "y": 0, "width": 25, "height": 43, "dx": 29, "glyphBitmap": { "width": 25, "height": 43, "pixelArray": [ 255, 255, 0, 0, 255, 255, 192, 0, 255, 255, 240, 0, 255, 255, 248, 0, 255, 255, 252, 0, 255, 7, 252, 0, 255, 1, 254, 0, 255, 0, 254, 0, 255, 0, 254, 0, 255, 0, 254, 0, 255, 0, 254, 0, 255, 0, 254, 0, 255, 0, 254, 0, 255, 0, 254, 0, 255, 0, 254, 0, 255, 0, 254, 0, 255, 1, 252, 0, 255, 7, 252, 0, 255, 255, 248, 0, 255, 255, 224, 0, 255, 255, 192, 0, 255, 255, 248, 0, 255, 255, 252, 0, 255, 3, 254, 0, 255, 1, 254, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 127, 0, 255, 0, 127, 0, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 0, 255, 0, 127, 0, 255, 0, 127, 0, 255, 0, 255, 0, 255, 1, 255, 0, 255, 3, 254, 0, 255, 255, 254, 0, 255, 255, 252, 0, 255, 255, 248, 0, 255, 255, 224, 0, 255, 255, 128, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 66 } }, { "encoding": 67, "x": 3, "y": -1, "width": 23, "height": 45, "dx": 29, "glyphBitmap": { "width": 23, "height": 45, "pixelArray": [ 0, 16, 0, 3, 255, 192, 15, 255, 224, 31, 255, 240, 63, 255, 248, 127, 255, 252, 127, 255, 252, 255, 129, 254, 255, 1, 254, 255, 0, 254, 255, 0, 254, 254, 0, 254, 254, 0, 254, 254, 0, 254, 254, 0, 254, 254, 0, 254, 254, 0, 254, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 254, 254, 0, 254, 254, 0, 254, 254, 0, 254, 254, 0, 254, 254, 0, 254, 255, 0, 254, 255, 0, 254, 255, 1, 254, 127, 129, 254, 127, 255, 252, 127, 255, 252, 63, 255, 248, 31, 255, 240, 15, 255, 224, 3, 255, 128, 0, 16, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 67 } }, { "encoding": 68, "x": 3, "y": 0, "width": 24, "height": 43, "dx": 29, "glyphBitmap": { "width": 24, "height": 43, "pixelArray": [ 255, 254, 0, 255, 255, 224, 255, 255, 240, 255, 255, 248, 255, 255, 252, 255, 7, 252, 255, 1, 254, 255, 1, 254, 255, 0, 254, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 254, 255, 1, 254, 255, 1, 254, 255, 1, 254, 255, 7, 252, 255, 255, 252, 255, 255, 248, 255, 255, 240, 255, 255, 192, 255, 255, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 68 } }, { "encoding": 69, "x": 3, "y": 0, "width": 18, "height": 43, "dx": 23, "glyphBitmap": { "width": 18, "height": 43, "pixelArray": [ 255, 255, 192, 255, 255, 192, 255, 255, 192, 255, 255, 192, 255, 255, 192, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 255, 192, 255, 255, 192, 255, 255, 192, 255, 255, 192, 255, 255, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 69 } }, { "encoding": 70, "x": 3, "y": 0, "width": 18, "height": 43, "dx": 22, "glyphBitmap": { "width": 18, "height": 43, "pixelArray": [ 255, 255, 192, 255, 255, 192, 255, 255, 192, 255, 255, 192, 255, 255, 192, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 70 } }, { "encoding": 71, "x": 3, "y": -1, "width": 24, "height": 45, "dx": 30, "glyphBitmap": { "width": 24, "height": 45, "pixelArray": [ 0, 16, 0, 3, 255, 192, 15, 255, 240, 31, 255, 248, 63, 255, 252, 127, 255, 252, 127, 255, 254, 127, 129, 254, 255, 0, 254, 255, 0, 254, 255, 0, 254, 255, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 15, 255, 254, 15, 255, 254, 15, 255, 254, 15, 255, 254, 15, 255, 254, 0, 127, 254, 0, 127, 254, 0, 127, 254, 0, 127, 254, 0, 127, 254, 0, 127, 255, 0, 127, 255, 0, 255, 255, 0, 255, 255, 0, 255, 127, 129, 255, 127, 255, 255, 127, 255, 255, 63, 255, 255, 31, 255, 191, 15, 255, 31, 3, 254, 31, 0, 32, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 71 } }, { "encoding": 72, "x": 3, "y": 0, "width": 25, "height": 43, "dx": 31, "glyphBitmap": { "width": 25, "height": 43, "pixelArray": [ 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 255, 255, 128, 255, 255, 255, 128, 255, 255, 255, 128, 255, 255, 255, 128, 255, 255, 255, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128, 255, 0, 127, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 72 } }, { "encoding": 73, "x": 3, "y": 0, "width": 8, "height": 43, "dx": 15, "glyphBitmap": { "width": 8, "height": 43, "pixelArray": [ 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 73 } }, { "encoding": 74, "x": 0, "y": -1, "width": 14, "height": 44, "dx": 17, "glyphBitmap": { "width": 14, "height": 44, "pixelArray": [ 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 7, 252, 255, 248, 255, 248, 255, 240, 255, 224, 255, 192, 240, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 74 } }, { "encoding": 75, "x": 3, "y": 0, "width": 25, "height": 43, "dx": 28, "glyphBitmap": { "width": 25, "height": 43, "pixelArray": [ 255, 0, 127, 0, 255, 0, 254, 0, 255, 0, 254, 0, 255, 1, 252, 0, 255, 1, 252, 0, 255, 3, 252, 0, 255, 3, 248, 0, 255, 7, 248, 0, 255, 7, 240, 0, 255, 15, 240, 0, 255, 15, 224, 0, 255, 31, 224, 0, 255, 31, 224, 0, 255, 63, 192, 0, 255, 63, 192, 0, 255, 63, 128, 0, 255, 127, 128, 0, 255, 127, 128, 0, 255, 255, 0, 0, 255, 255, 0, 0, 255, 255, 0, 0, 255, 255, 128, 0, 255, 255, 128, 0, 255, 191, 128, 0, 255, 191, 192, 0, 255, 63, 192, 0, 255, 31, 224, 0, 255, 31, 224, 0, 255, 31, 224, 0, 255, 15, 240, 0, 255, 15, 240, 0, 255, 7, 248, 0, 255, 7, 248, 0, 255, 7, 248, 0, 255, 3, 252, 0, 255, 3, 252, 0, 255, 3, 254, 0, 255, 1, 254, 0, 255, 1, 254, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 128, 255, 0, 127, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 75 } }, { "encoding": 76, "x": 3, "y": 0, "width": 18, "height": 43, "dx": 22, "glyphBitmap": { "width": 18, "height": 43, "pixelArray": [ 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 255, 192, 255, 255, 192, 255, 255, 192, 255, 255, 192, 255, 255, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 76 } }, { "encoding": 77, "x": 3, "y": 0, "width": 30, "height": 43, "dx": 36, "glyphBitmap": { "width": 30, "height": 43, "pixelArray": [ 127, 128, 3, 248, 127, 128, 3, 248, 127, 128, 7, 248, 127, 192, 7, 248, 127, 192, 7, 248, 127, 192, 7, 248, 127, 192, 15, 248, 127, 192, 15, 248, 127, 224, 15, 248, 127, 224, 15, 248, 127, 224, 15, 248, 127, 224, 31, 248, 127, 224, 31, 252, 127, 240, 31, 252, 127, 240, 30, 252, 127, 240, 62, 252, 127, 240, 62, 252, 127, 240, 62, 252, 127, 248, 62, 252, 124, 248, 124, 252, 252, 248, 124, 252, 252, 248, 124, 252, 252, 248, 124, 252, 252, 252, 124, 252, 252, 124, 248, 252, 252, 124, 248, 252, 252, 124, 248, 252, 252, 126, 248, 252, 252, 63, 240, 252, 252, 63, 240, 252, 252, 63, 240, 252, 252, 63, 240, 252, 252, 63, 240, 252, 252, 31, 224, 252, 252, 31, 224, 252, 252, 31, 224, 252, 252, 31, 224, 252, 252, 15, 224, 252, 252, 15, 192, 252, 252, 15, 192, 252, 252, 15, 192, 252, 252, 7, 192, 252, 252, 7, 192, 252 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 77 } }, { "encoding": 78, "x": 3, "y": 0, "width": 23, "height": 43, "dx": 29, "glyphBitmap": { "width": 23, "height": 43, "pixelArray": [ 252, 0, 254, 252, 0, 254, 254, 0, 254, 254, 0, 254, 255, 0, 254, 255, 0, 254, 255, 0, 254, 255, 128, 254, 255, 128, 254, 255, 192, 254, 255, 192, 254, 255, 224, 254, 255, 224, 254, 255, 224, 254, 255, 240, 254, 255, 240, 254, 255, 248, 254, 255, 248, 254, 255, 252, 254, 255, 252, 254, 254, 252, 254, 254, 254, 254, 254, 126, 254, 254, 127, 254, 254, 127, 254, 254, 63, 254, 254, 63, 254, 254, 31, 254, 254, 31, 254, 254, 15, 254, 254, 15, 254, 254, 15, 254, 254, 7, 254, 254, 7, 254, 254, 3, 254, 254, 3, 254, 254, 1, 254, 254, 1, 254, 254, 0, 254, 254, 0, 254, 254, 0, 254, 254, 0, 126, 254, 0, 126 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 78 } }, { "encoding": 79, "x": 3, "y": -1, "width": 24, "height": 45, "dx": 30, "glyphBitmap": { "width": 24, "height": 45, "pixelArray": [ 0, 16, 0, 3, 255, 192, 15, 255, 240, 31, 255, 248, 63, 255, 252, 127, 255, 252, 127, 255, 254, 255, 129, 254, 255, 0, 255, 255, 0, 255, 255, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 127, 129, 254, 127, 255, 254, 127, 255, 252, 63, 255, 252, 31, 255, 248, 15, 255, 240, 3, 255, 192, 0, 16, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 79 } }, { "encoding": 80, "x": 3, "y": 0, "width": 24, "height": 43, "dx": 27, "glyphBitmap": { "width": 24, "height": 43, "pixelArray": [ 255, 255, 0, 255, 255, 224, 255, 255, 240, 255, 255, 248, 255, 255, 252, 255, 3, 252, 255, 1, 254, 255, 0, 254, 255, 0, 254, 255, 0, 254, 255, 0, 254, 255, 0, 255, 255, 0, 255, 255, 0, 254, 255, 0, 254, 255, 0, 254, 255, 0, 254, 255, 1, 254, 255, 7, 252, 255, 255, 252, 255, 255, 248, 255, 255, 240, 255, 255, 224, 255, 255, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 80 } }, { "encoding": 81, "x": 3, "y": -9, "width": 24, "height": 53, "dx": 30, "glyphBitmap": { "width": 24, "height": 53, "pixelArray": [ 0, 16, 0, 3, 255, 192, 15, 255, 240, 31, 255, 248, 63, 255, 252, 127, 255, 252, 127, 255, 254, 255, 129, 254, 255, 0, 255, 255, 0, 255, 255, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 127, 129, 254, 127, 255, 254, 127, 255, 252, 63, 255, 252, 31, 255, 248, 15, 255, 224, 3, 255, 224, 0, 23, 224, 0, 7, 240, 0, 3, 248, 0, 1, 252, 0, 0, 252, 0, 0, 124, 0, 0, 60, 0, 0, 24, 0, 0, 8 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 81 } }, { "encoding": 82, "x": 3, "y": 0, "width": 25, "height": 43, "dx": 29, "glyphBitmap": { "width": 25, "height": 43, "pixelArray": [ 255, 255, 0, 0, 255, 255, 224, 0, 255, 255, 240, 0, 255, 255, 248, 0, 255, 255, 252, 0, 255, 7, 254, 0, 255, 1, 254, 0, 255, 0, 254, 0, 255, 0, 254, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 254, 0, 255, 0, 254, 0, 255, 1, 254, 0, 255, 7, 254, 0, 255, 255, 252, 0, 255, 255, 248, 0, 255, 255, 240, 0, 255, 255, 224, 0, 255, 255, 224, 0, 255, 15, 224, 0, 255, 15, 224, 0, 255, 15, 240, 0, 255, 15, 240, 0, 255, 7, 240, 0, 255, 7, 248, 0, 255, 7, 248, 0, 255, 7, 248, 0, 255, 3, 248, 0, 255, 3, 252, 0, 255, 3, 252, 0, 255, 3, 252, 0, 255, 1, 254, 0, 255, 1, 254, 0, 255, 1, 254, 0, 255, 1, 254, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 82 } }, { "encoding": 83, "x": 2, "y": -1, "width": 23, "height": 45, "dx": 26, "glyphBitmap": { "width": 23, "height": 45, "pixelArray": [ 0, 16, 0, 3, 255, 0, 15, 255, 192, 31, 255, 224, 63, 255, 240, 127, 255, 240, 127, 239, 248, 127, 3, 248, 255, 3, 248, 255, 1, 252, 254, 1, 252, 255, 1, 252, 255, 1, 248, 255, 1, 0, 127, 128, 0, 127, 192, 0, 127, 224, 0, 63, 240, 0, 63, 248, 0, 31, 252, 0, 15, 254, 0, 7, 255, 0, 3, 255, 128, 1, 255, 192, 0, 127, 224, 0, 63, 240, 0, 31, 248, 0, 15, 248, 0, 7, 252, 0, 3, 252, 6, 3, 252, 254, 1, 254, 254, 1, 254, 254, 1, 254, 254, 1, 254, 127, 1, 254, 127, 1, 254, 127, 131, 252, 63, 255, 252, 63, 255, 248, 31, 255, 248, 15, 255, 240, 7, 255, 224, 1, 255, 128, 0, 8, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 83 } }, { "encoding": 84, "x": 0, "y": 0, "width": 22, "height": 43, "dx": 22, "glyphBitmap": { "width": 22, "height": 43, "pixelArray": [ 255, 255, 252, 255, 255, 252, 255, 255, 252, 255, 255, 252, 255, 255, 252, 255, 255, 252, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 84 } }, { "encoding": 85, "x": 3, "y": -1, "width": 24, "height": 44, "dx": 30, "glyphBitmap": { "width": 24, "height": 44, "pixelArray": [ 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 254, 0, 255, 255, 0, 255, 255, 0, 255, 255, 0, 255, 127, 1, 254, 127, 129, 254, 127, 255, 254, 63, 255, 252, 63, 255, 252, 31, 255, 248, 15, 255, 240, 3, 255, 192, 0, 16, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 85 } }, { "encoding": 86, "x": 1, "y": 0, "width": 25, "height": 43, "dx": 27, "glyphBitmap": { "width": 25, "height": 43, "pixelArray": [ 254, 0, 63, 128, 254, 0, 63, 128, 255, 0, 63, 128, 255, 0, 127, 128, 127, 0, 127, 0, 127, 0, 127, 0, 127, 0, 127, 0, 127, 128, 127, 0, 127, 128, 126, 0, 63, 128, 254, 0, 63, 128, 254, 0, 63, 128, 254, 0, 63, 192, 254, 0, 31, 192, 252, 0, 31, 192, 252, 0, 31, 193, 252, 0, 31, 193, 252, 0, 31, 193, 252, 0, 15, 225, 248, 0, 15, 225, 248, 0, 15, 227, 248, 0, 15, 227, 248, 0, 15, 227, 248, 0, 7, 243, 240, 0, 7, 243, 240, 0, 7, 243, 240, 0, 7, 247, 240, 0, 3, 247, 240, 0, 3, 255, 224, 0, 3, 255, 224, 0, 3, 255, 224, 0, 3, 255, 224, 0, 1, 255, 224, 0, 1, 255, 192, 0, 1, 255, 192, 0, 1, 255, 192, 0, 0, 255, 192, 0, 0, 255, 192, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 86 } }, { "encoding": 87, "x": 2, "y": 0, "width": 34, "height": 43, "dx": 38, "glyphBitmap": { "width": 34, "height": 43, "pixelArray": [ 252, 1, 240, 15, 192, 254, 1, 240, 15, 192, 254, 3, 240, 15, 192, 254, 3, 240, 31, 192, 254, 3, 240, 31, 192, 126, 3, 248, 31, 192, 126, 3, 248, 31, 128, 126, 7, 248, 31, 128, 126, 7, 248, 31, 128, 127, 7, 248, 31, 128, 127, 7, 252, 31, 128, 127, 7, 252, 63, 128, 63, 7, 252, 63, 128, 63, 15, 252, 63, 0, 63, 15, 252, 63, 0, 63, 15, 252, 63, 0, 63, 15, 254, 63, 0, 63, 143, 254, 63, 0, 63, 159, 126, 63, 0, 31, 159, 62, 127, 0, 31, 159, 62, 126, 0, 31, 159, 63, 126, 0, 31, 159, 63, 126, 0, 31, 158, 63, 126, 0, 31, 190, 31, 126, 0, 31, 254, 31, 126, 0, 15, 254, 31, 254, 0, 15, 254, 31, 252, 0, 15, 254, 31, 252, 0, 15, 252, 31, 252, 0, 15, 252, 15, 252, 0, 15, 252, 15, 252, 0, 15, 252, 15, 252, 0, 7, 252, 15, 252, 0, 7, 248, 15, 248, 0, 7, 248, 7, 248, 0, 7, 248, 7, 248, 0, 7, 248, 7, 248, 0, 7, 248, 7, 248, 0, 7, 240, 7, 248, 0, 3, 240, 7, 248, 0, 3, 240, 3, 240, 0, 3, 240, 3, 240, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 87 } }, { "encoding": 88, "x": 1, "y": 0, "width": 25, "height": 43, "dx": 26, "glyphBitmap": { "width": 25, "height": 43, "pixelArray": [ 254, 0, 127, 0, 255, 0, 127, 0, 127, 0, 126, 0, 127, 128, 254, 0, 63, 128, 254, 0, 63, 128, 252, 0, 63, 193, 252, 0, 31, 193, 248, 0, 31, 227, 248, 0, 15, 227, 248, 0, 15, 227, 240, 0, 7, 247, 240, 0, 7, 247, 240, 0, 7, 255, 224, 0, 3, 255, 224, 0, 3, 255, 192, 0, 1, 255, 192, 0, 1, 255, 192, 0, 1, 255, 128, 0, 0, 255, 128, 0, 0, 255, 0, 0, 0, 255, 0, 0, 1, 255, 0, 0, 1, 255, 128, 0, 1, 255, 128, 0, 3, 255, 192, 0, 3, 255, 192, 0, 7, 255, 224, 0, 7, 255, 224, 0, 7, 239, 224, 0, 15, 239, 240, 0, 15, 231, 240, 0, 15, 199, 248, 0, 31, 195, 248, 0, 31, 131, 252, 0, 63, 131, 252, 0, 63, 129, 252, 0, 63, 1, 254, 0, 127, 0, 254, 0, 126, 0, 255, 0, 254, 0, 127, 0, 254, 0, 127, 128, 252, 0, 127, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 88 } }, { "encoding": 89, "x": 0, "y": 0, "width": 25, "height": 43, "dx": 26, "glyphBitmap": { "width": 25, "height": 43, "pixelArray": [ 255, 0, 63, 128, 127, 0, 63, 128, 127, 128, 63, 128, 127, 128, 127, 0, 63, 128, 127, 0, 63, 192, 127, 0, 63, 192, 254, 0, 31, 192, 254, 0, 31, 224, 254, 0, 31, 225, 252, 0, 15, 225, 252, 0, 15, 241, 248, 0, 15, 241, 248, 0, 7, 243, 248, 0, 7, 243, 240, 0, 7, 251, 240, 0, 3, 255, 240, 0, 3, 255, 224, 0, 3, 255, 224, 0, 1, 255, 224, 0, 1, 255, 192, 0, 1, 255, 192, 0, 0, 255, 192, 0, 0, 255, 128, 0, 0, 255, 128, 0, 0, 127, 128, 0, 0, 127, 0, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0, 0, 127, 128, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 89 } }, { "encoding": 90, "x": 2, "y": 0, "width": 19, "height": 43, "dx": 23, "glyphBitmap": { "width": 19, "height": 43, "pixelArray": [ 255, 255, 224, 255, 255, 224, 255, 255, 224, 255, 255, 224, 255, 255, 224, 0, 15, 224, 0, 31, 192, 0, 31, 192, 0, 63, 192, 0, 63, 128, 0, 63, 128, 0, 127, 128, 0, 127, 0, 0, 127, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 1, 252, 0, 1, 252, 0, 1, 252, 0, 3, 248, 0, 3, 248, 0, 7, 248, 0, 7, 240, 0, 7, 240, 0, 15, 240, 0, 15, 224, 0, 15, 224, 0, 31, 224, 0, 31, 192, 0, 31, 192, 0, 63, 192, 0, 63, 128, 0, 63, 128, 0, 127, 128, 0, 127, 0, 0, 255, 0, 0, 254, 0, 0, 255, 255, 224, 255, 255, 224, 255, 255, 224, 255, 255, 224, 255, 255, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 90 } }, { "encoding": 91, "x": 3, "y": -9, "width": 13, "height": 52, "dx": 18, "glyphBitmap": { "width": 13, "height": 52, "pixelArray": [ 255, 248, 255, 248, 255, 248, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 252, 0, 255, 248, 255, 248, 255, 248 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 91 } }, { "encoding": 92, "x": 2, "y": 0, "width": 17, "height": 43, "dx": 21, "glyphBitmap": { "width": 17, "height": 43, "pixelArray": [ 248, 0, 0, 248, 0, 0, 124, 0, 0, 124, 0, 0, 124, 0, 0, 124, 0, 0, 62, 0, 0, 62, 0, 0, 62, 0, 0, 31, 0, 0, 31, 0, 0, 31, 0, 0, 31, 0, 0, 15, 128, 0, 15, 128, 0, 15, 128, 0, 7, 192, 0, 7, 192, 0, 7, 192, 0, 7, 192, 0, 3, 224, 0, 3, 224, 0, 3, 224, 0, 1, 240, 0, 1, 240, 0, 1, 240, 0, 1, 240, 0, 0, 248, 0, 0, 248, 0, 0, 248, 0, 0, 124, 0, 0, 124, 0, 0, 124, 0, 0, 124, 0, 0, 62, 0, 0, 62, 0, 0, 62, 0, 0, 63, 0, 0, 31, 0, 0, 31, 0, 0, 31, 0, 0, 15, 128, 0, 15, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 92 } }, { "encoding": 93, "x": 1, "y": -9, "width": 13, "height": 52, "dx": 17, "glyphBitmap": { "width": 13, "height": 52, "pixelArray": [ 255, 248, 255, 248, 255, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 255, 248, 255, 248, 255, 248 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 93 } }, { "encoding": 94, "x": 2, "y": 25, "width": 21, "height": 18, "dx": 25, "glyphBitmap": { "width": 21, "height": 18, "pixelArray": [ 1, 252, 0, 1, 252, 0, 3, 254, 0, 3, 254, 0, 7, 254, 0, 7, 255, 0, 7, 255, 0, 15, 223, 128, 15, 159, 128, 31, 159, 192, 31, 143, 192, 63, 15, 224, 63, 7, 224, 127, 7, 224, 126, 7, 240, 126, 3, 240, 252, 3, 248, 252, 3, 248 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 94 } }, { "encoding": 95, "x": 0, "y": -7, "width": 19, "height": 5, "dx": 19, "glyphBitmap": { "width": 19, "height": 5, "pixelArray": [ 255, 255, 224, 255, 255, 224, 255, 255, 224, 255, 255, 224, 255, 255, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 95 } }, { "encoding": 96, "x": 3, "y": 32, "width": 10, "height": 11, "dx": 16, "glyphBitmap": { "width": 10, "height": 11, "pixelArray": [ 254, 0, 126, 0, 127, 0, 63, 0, 63, 0, 31, 128, 31, 128, 15, 128, 7, 128, 7, 192, 3, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 96 } }, { "encoding": 97, "x": 2, "y": 0, "width": 20, "height": 31, "dx": 24, "glyphBitmap": { "width": 20, "height": 31, "pixelArray": [ 1, 252, 0, 15, 255, 0, 31, 255, 128, 63, 255, 192, 63, 255, 224, 127, 159, 224, 127, 15, 224, 127, 15, 224, 127, 15, 224, 254, 15, 224, 0, 15, 224, 0, 15, 224, 0, 63, 224, 0, 255, 224, 3, 255, 224, 15, 255, 224, 31, 239, 224, 63, 207, 224, 127, 143, 224, 127, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 255, 31, 224, 127, 255, 240, 127, 247, 240, 63, 247, 240, 31, 231, 240, 15, 135, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 97 } }, { "encoding": 98, "x": 3, "y": 0, "width": 20, "height": 43, "dx": 25, "glyphBitmap": { "width": 20, "height": 43, "pixelArray": [ 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 31, 0, 254, 127, 128, 255, 255, 192, 255, 255, 224, 255, 255, 224, 255, 15, 224, 254, 15, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 15, 240, 255, 15, 224, 255, 255, 224, 255, 255, 224, 255, 255, 192, 254, 255, 128, 254, 62, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 98 } }, { "encoding": 99, "x": 2, "y": 0, "width": 19, "height": 31, "dx": 23, "glyphBitmap": { "width": 19, "height": 31, "pixelArray": [ 3, 252, 0, 15, 255, 0, 31, 255, 128, 63, 255, 192, 127, 255, 192, 127, 159, 224, 127, 15, 224, 255, 15, 224, 254, 15, 224, 254, 7, 224, 254, 7, 224, 254, 7, 224, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 7, 224, 254, 7, 224, 254, 7, 224, 254, 15, 224, 127, 15, 224, 127, 15, 224, 127, 143, 224, 127, 255, 192, 63, 255, 192, 31, 255, 128, 15, 255, 0, 3, 252, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 99 } }, { "encoding": 100, "x": 2, "y": 0, "width": 20, "height": 43, "dx": 25, "glyphBitmap": { "width": 20, "height": 43, "pixelArray": [ 0, 7, 240, 0, 7, 240, 0, 7, 240, 0, 7, 240, 0, 7, 240, 0, 7, 240, 0, 7, 240, 0, 7, 240, 0, 7, 240, 0, 7, 240, 0, 7, 240, 0, 7, 240, 7, 199, 240, 31, 247, 240, 63, 255, 240, 63, 255, 240, 127, 255, 240, 127, 143, 240, 127, 7, 240, 127, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 127, 7, 240, 127, 143, 240, 127, 255, 240, 63, 255, 240, 63, 255, 240, 31, 247, 240, 7, 199, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 100 } }, { "encoding": 101, "x": 2, "y": 0, "width": 20, "height": 31, "dx": 24, "glyphBitmap": { "width": 20, "height": 31, "pixelArray": [ 3, 252, 0, 15, 255, 0, 31, 255, 128, 63, 255, 192, 127, 255, 192, 127, 159, 224, 127, 15, 224, 127, 15, 224, 254, 7, 224, 254, 7, 224, 254, 7, 224, 254, 7, 224, 255, 255, 240, 255, 255, 240, 255, 255, 240, 255, 255, 240, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 7, 224, 254, 7, 224, 254, 7, 224, 127, 15, 224, 127, 15, 224, 127, 15, 224, 127, 255, 224, 63, 255, 192, 31, 255, 128, 15, 255, 0, 3, 252, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 101 } }, { "encoding": 102, "x": 1, "y": 1, "width": 15, "height": 41, "dx": 16, "glyphBitmap": { "width": 15, "height": 41, "pixelArray": [ 1, 254, 7, 254, 15, 254, 15, 254, 15, 254, 31, 224, 31, 224, 31, 224, 31, 192, 31, 192, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 102 } }, { "encoding": 103, "x": 1, "y": -9, "width": 24, "height": 41, "dx": 25, "glyphBitmap": { "width": 24, "height": 41, "pixelArray": [ 0, 0, 2, 1, 252, 14, 7, 255, 30, 15, 255, 191, 31, 255, 255, 31, 255, 252, 63, 135, 240, 63, 135, 224, 63, 3, 240, 127, 3, 240, 127, 3, 240, 127, 3, 240, 127, 3, 240, 127, 3, 240, 127, 3, 240, 63, 3, 240, 63, 135, 240, 63, 135, 240, 31, 255, 224, 31, 255, 224, 15, 255, 192, 15, 255, 128, 30, 254, 0, 62, 0, 0, 126, 0, 0, 127, 128, 0, 127, 255, 128, 127, 255, 224, 63, 255, 248, 15, 255, 248, 31, 255, 252, 63, 1, 252, 126, 0, 252, 126, 0, 124, 254, 0, 252, 255, 1, 252, 255, 255, 252, 255, 255, 248, 127, 255, 248, 63, 255, 224, 7, 255, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 103 } }, { "encoding": 104, "x": 3, "y": 0, "width": 20, "height": 43, "dx": 25, "glyphBitmap": { "width": 20, "height": 43, "pixelArray": [ 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 15, 128, 254, 127, 192, 254, 255, 224, 255, 255, 224, 255, 255, 240, 255, 143, 240, 255, 15, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 104 } }, { "encoding": 105, "x": 3, "y": 0, "width": 7, "height": 41, "dx": 13, "glyphBitmap": { "width": 7, "height": 41, "pixelArray": [ 254, 254, 254, 254, 254, 254, 0, 0, 0, 0, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 105 } }, { "encoding": 106, "x": -1, "y": -8, "width": 12, "height": 50, "dx": 13, "glyphBitmap": { "width": 12, "height": 50, "pixelArray": [ 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 15, 240, 31, 224, 255, 224, 255, 224, 255, 192, 255, 128, 254, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 106 } }, { "encoding": 107, "x": 3, "y": 0, "width": 23, "height": 43, "dx": 26, "glyphBitmap": { "width": 23, "height": 43, "pixelArray": [ 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 1, 254, 254, 3, 252, 254, 7, 248, 254, 7, 240, 254, 15, 240, 254, 31, 224, 254, 31, 224, 254, 63, 192, 254, 63, 128, 254, 127, 128, 254, 255, 0, 254, 255, 0, 255, 254, 0, 255, 254, 0, 255, 255, 0, 255, 255, 0, 255, 191, 128, 255, 63, 128, 255, 63, 128, 254, 31, 192, 254, 31, 192, 254, 31, 224, 254, 15, 224, 254, 15, 240, 254, 15, 240, 254, 7, 240, 254, 7, 248, 254, 3, 248, 254, 3, 252, 254, 3, 252, 254, 1, 252 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 107 } }, { "encoding": 108, "x": 3, "y": 0, "width": 7, "height": 43, "dx": 13, "glyphBitmap": { "width": 7, "height": 43, "pixelArray": [ 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254, 254 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 108 } }, { "encoding": 109, "x": 3, "y": 0, "width": 32, "height": 31, "dx": 38, "glyphBitmap": { "width": 32, "height": 31, "pixelArray": [ 254, 31, 0, 248, 254, 127, 195, 254, 255, 255, 207, 254, 255, 255, 255, 255, 255, 255, 255, 255, 255, 143, 252, 127, 254, 15, 240, 127, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63, 254, 7, 240, 63 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 109 } }, { "encoding": 110, "x": 3, "y": 0, "width": 20, "height": 31, "dx": 25, "glyphBitmap": { "width": 20, "height": 31, "pixelArray": [ 254, 15, 128, 254, 127, 192, 254, 255, 224, 255, 255, 224, 255, 255, 224, 255, 143, 224, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240, 254, 15, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 110 } }, { "encoding": 111, "x": 2, "y": 0, "width": 20, "height": 31, "dx": 24, "glyphBitmap": { "width": 20, "height": 31, "pixelArray": [ 3, 252, 0, 15, 255, 0, 31, 255, 128, 63, 255, 192, 127, 255, 224, 127, 159, 224, 127, 15, 224, 255, 15, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 255, 15, 240, 127, 15, 224, 127, 159, 224, 127, 255, 224, 63, 255, 192, 31, 255, 128, 15, 255, 0, 3, 252, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 111 } }, { "encoding": 112, "x": 3, "y": -10, "width": 20, "height": 41, "dx": 25, "glyphBitmap": { "width": 20, "height": 41, "pixelArray": [ 254, 63, 0, 254, 255, 128, 255, 255, 192, 255, 255, 224, 255, 255, 224, 255, 31, 224, 254, 15, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 7, 240, 254, 15, 240, 254, 15, 240, 255, 15, 224, 255, 255, 224, 255, 255, 192, 255, 255, 192, 254, 255, 128, 254, 62, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 112 } }, { "encoding": 113, "x": 2, "y": -10, "width": 20, "height": 41, "dx": 25, "glyphBitmap": { "width": 20, "height": 41, "pixelArray": [ 7, 199, 240, 31, 247, 240, 63, 255, 240, 63, 255, 240, 127, 255, 240, 127, 143, 240, 127, 7, 240, 127, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 255, 7, 240, 127, 7, 240, 127, 143, 240, 127, 255, 240, 63, 255, 240, 63, 255, 240, 31, 247, 240, 7, 199, 240, 0, 7, 240, 0, 7, 240, 0, 7, 240, 0, 7, 240, 0, 7, 240, 0, 7, 240, 0, 7, 240, 0, 7, 240, 0, 7, 240, 0, 7, 240 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 113 } }, { "encoding": 114, "x": 3, "y": 0, "width": 15, "height": 31, "dx": 18, "glyphBitmap": { "width": 15, "height": 31, "pixelArray": [ 254, 30, 254, 62, 254, 126, 254, 254, 255, 254, 255, 254, 255, 254, 255, 194, 255, 128, 255, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0, 254, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 114 } }, { "encoding": 115, "x": 1, "y": 0, "width": 19, "height": 31, "dx": 21, "glyphBitmap": { "width": 19, "height": 31, "pixelArray": [ 3, 248, 0, 15, 254, 0, 31, 255, 0, 63, 255, 0, 63, 255, 128, 127, 31, 192, 127, 15, 192, 126, 7, 192, 127, 7, 128, 127, 6, 0, 127, 128, 0, 63, 192, 0, 63, 240, 0, 31, 248, 0, 15, 252, 0, 7, 254, 0, 3, 255, 0, 1, 255, 128, 0, 127, 192, 0, 63, 192, 0, 31, 224, 12, 15, 224, 124, 15, 224, 252, 15, 224, 126, 15, 224, 127, 31, 224, 127, 255, 192, 63, 255, 192, 31, 255, 128, 15, 254, 0, 3, 248, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 115 } }, { "encoding": 116, "x": 1, "y": 0, "width": 15, "height": 40, "dx": 18, "glyphBitmap": { "width": 15, "height": 40, "pixelArray": [ 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 255, 254, 255, 254, 255, 254, 255, 254, 255, 254, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 192, 31, 224, 31, 254, 15, 254, 15, 254, 7, 254, 7, 254, 1, 254 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 116 } }, { "encoding": 117, "x": 3, "y": 0, "width": 19, "height": 31, "dx": 25, "glyphBitmap": { "width": 19, "height": 31, "pixelArray": [ 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 15, 224, 254, 63, 224, 255, 255, 224, 255, 255, 224, 255, 239, 224, 127, 207, 224, 63, 15, 224 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 117 } }, { "encoding": 118, "x": 1, "y": 0, "width": 20, "height": 31, "dx": 21, "glyphBitmap": { "width": 20, "height": 31, "pixelArray": [ 254, 7, 240, 254, 7, 240, 254, 15, 224, 254, 15, 224, 126, 15, 224, 127, 15, 224, 127, 15, 224, 127, 15, 192, 127, 15, 192, 63, 15, 192, 63, 31, 192, 63, 31, 192, 63, 159, 128, 63, 159, 128, 63, 159, 128, 31, 159, 128, 31, 159, 128, 31, 191, 0, 31, 255, 0, 31, 255, 0, 15, 255, 0, 15, 255, 0, 15, 255, 0, 15, 254, 0, 15, 254, 0, 7, 254, 0, 7, 254, 0, 7, 254, 0, 7, 252, 0, 7, 252, 0, 3, 252, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 118 } }, { "encoding": 119, "x": 1, "y": 0, "width": 29, "height": 31, "dx": 32, "glyphBitmap": { "width": 29, "height": 31, "pixelArray": [ 252, 15, 192, 248, 252, 15, 193, 248, 254, 15, 193, 248, 254, 15, 193, 248, 126, 31, 193, 240, 126, 31, 193, 240, 126, 31, 225, 240, 126, 31, 225, 240, 126, 31, 227, 240, 127, 31, 227, 240, 63, 63, 227, 240, 63, 63, 227, 224, 63, 63, 243, 224, 63, 63, 243, 224, 63, 61, 247, 224, 63, 61, 247, 224, 31, 60, 247, 224, 31, 252, 247, 192, 31, 252, 255, 192, 31, 248, 255, 192, 31, 248, 255, 192, 31, 248, 255, 192, 15, 248, 127, 192, 15, 248, 127, 192, 15, 240, 127, 128, 15, 240, 127, 128, 15, 240, 127, 128, 15, 240, 63, 128, 7, 240, 63, 128, 7, 224, 63, 128, 7, 224, 63, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 119 } }, { "encoding": 120, "x": 0, "y": 0, "width": 22, "height": 31, "dx": 22, "glyphBitmap": { "width": 22, "height": 31, "pixelArray": [ 127, 1, 248, 127, 3, 248, 63, 131, 240, 63, 131, 240, 31, 199, 224, 31, 199, 224, 15, 239, 192, 15, 239, 192, 15, 255, 192, 7, 255, 128, 7, 255, 128, 3, 255, 0, 3, 255, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 1, 254, 0, 3, 255, 0, 3, 255, 0, 7, 255, 0, 7, 255, 128, 15, 255, 128, 15, 223, 192, 15, 223, 192, 31, 143, 224, 31, 143, 224, 63, 143, 240, 63, 7, 240, 127, 7, 248, 126, 3, 248, 254, 3, 252 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 120 } }, { "encoding": 121, "x": 0, "y": -8, "width": 22, "height": 39, "dx": 22, "glyphBitmap": { "width": 22, "height": 39, "pixelArray": [ 255, 3, 252, 127, 3, 248, 127, 3, 248, 127, 3, 248, 127, 3, 248, 63, 131, 240, 63, 135, 240, 63, 135, 240, 63, 135, 240, 31, 135, 240, 31, 199, 224, 31, 199, 224, 31, 199, 224, 15, 207, 224, 15, 207, 192, 15, 239, 192, 15, 239, 192, 7, 239, 192, 7, 239, 128, 7, 255, 128, 3, 255, 128, 3, 255, 128, 3, 255, 128, 3, 255, 0, 1, 255, 0, 1, 255, 0, 1, 255, 0, 1, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 254, 0, 0, 252, 0, 1, 252, 0, 31, 252, 0, 31, 248, 0, 31, 240, 0, 31, 224, 0, 31, 0, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 121 } }, { "encoding": 122, "x": 2, "y": 0, "width": 16, "height": 31, "dx": 20, "glyphBitmap": { "width": 16, "height": 31, "pixelArray": [ 127, 255, 127, 255, 127, 255, 127, 255, 127, 255, 0, 255, 0, 254, 0, 254, 1, 252, 1, 252, 3, 252, 3, 248, 3, 248, 7, 240, 7, 240, 15, 224, 15, 224, 31, 224, 31, 192, 31, 192, 63, 128, 63, 128, 127, 128, 127, 0, 127, 0, 254, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 122 } }, { "encoding": 123, "x": 2, "y": -11, "width": 15, "height": 54, "dx": 18, "glyphBitmap": { "width": 15, "height": 54, "pixelArray": [ 0, 30, 3, 254, 7, 254, 7, 254, 15, 254, 15, 254, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 31, 224, 31, 224, 31, 224, 31, 192, 31, 192, 63, 192, 255, 128, 255, 128, 254, 0, 255, 128, 255, 128, 63, 192, 31, 192, 31, 192, 31, 224, 31, 224, 31, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 240, 15, 254, 15, 254, 7, 254, 3, 254, 1, 254 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 123 } }, { "encoding": 124, "x": 4, "y": -8, "width": 6, "height": 51, "dx": 13, "glyphBitmap": { "width": 6, "height": 51, "pixelArray": [ 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252, 252 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 124 } }, { "encoding": 125, "x": 2, "y": -11, "width": 15, "height": 54, "dx": 19, "glyphBitmap": { "width": 15, "height": 54, "pixelArray": [ 240, 0, 255, 0, 255, 192, 255, 192, 255, 224, 255, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 7, 240, 7, 240, 7, 254, 3, 254, 0, 254, 3, 254, 7, 254, 7, 240, 7, 240, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 15, 224, 31, 224, 255, 224, 255, 224, 255, 192, 255, 128, 254, 0 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 125 } }, { "encoding": 126, "x": 2, "y": 19, "width": 21, "height": 8, "dx": 25, "glyphBitmap": { "width": 21, "height": 8, "pixelArray": [ 15, 128, 0, 31, 224, 96, 63, 248, 240, 255, 255, 248, 255, 255, 240, 120, 255, 224, 32, 63, 192, 0, 15, 128 ] }, "source": { "filePath": "fonts/bdf/Oswald-Medium.38.bdf", "encoding": 126 } } ], "screenOrientation": "landscape" }, { "name": "icons", "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf" }, "height": 35, "ascent": 35, "descent": 0, "glyphs": [ { "encoding": 32, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 32 } }, { "encoding": 33, "x": 0, "y": 3, "width": 33, "height": 29, "dx": 33, "glyphBitmap": { "width": 33, "height": 29, "pixelArray": [ 0, 1, 192, 0, 0, 0, 1, 192, 0, 0, 0, 3, 224, 0, 0, 0, 3, 224, 0, 0, 0, 7, 240, 0, 0, 0, 15, 248, 0, 0, 0, 15, 248, 0, 0, 0, 31, 252, 0, 0, 0, 31, 124, 0, 0, 0, 62, 62, 0, 0, 0, 124, 31, 0, 0, 0, 124, 31, 0, 0, 0, 252, 31, 128, 0, 0, 252, 31, 128, 0, 1, 252, 31, 192, 0, 3, 252, 31, 224, 0, 3, 252, 31, 224, 0, 7, 254, 63, 240, 0, 7, 255, 127, 240, 0, 15, 255, 255, 248, 0, 31, 255, 255, 252, 0, 31, 254, 63, 252, 0, 63, 252, 31, 254, 0, 63, 254, 63, 254, 0, 127, 254, 63, 255, 0, 255, 255, 255, 255, 0, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 127, 255, 255, 255, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 33 } }, { "encoding": 34, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 34 } }, { "encoding": 35, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 35 } }, { "encoding": 36, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 36 } }, { "encoding": 37, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 37 } }, { "encoding": 38, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 38 } }, { "encoding": 39, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 39 } }, { "encoding": 40, "x": 0, "y": 1, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 0, 1, 192, 0, 0, 0, 3, 224, 0, 0, 0, 7, 240, 0, 0, 0, 15, 248, 0, 0, 0, 31, 252, 0, 0, 0, 63, 252, 0, 0, 0, 127, 248, 0, 0, 0, 255, 240, 0, 0, 1, 255, 224, 0, 0, 3, 255, 192, 0, 0, 7, 255, 128, 0, 0, 15, 255, 0, 0, 0, 31, 255, 255, 255, 0, 63, 255, 255, 255, 128, 127, 255, 255, 255, 128, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 127, 255, 255, 255, 128, 63, 255, 255, 255, 128, 31, 255, 255, 254, 0, 15, 255, 0, 0, 0, 7, 255, 128, 0, 0, 3, 255, 192, 0, 0, 1, 255, 224, 0, 0, 0, 255, 240, 0, 0, 0, 127, 248, 0, 0, 0, 63, 252, 0, 0, 0, 31, 252, 0, 0, 0, 15, 248, 0, 0, 0, 7, 240, 0, 0, 0, 3, 224, 0, 0, 0, 1, 192, 0, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 62213 } }, { "encoding": 41, "x": 0, "y": 1, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 0, 1, 192, 0, 0, 0, 3, 224, 0, 0, 0, 7, 240, 0, 0, 0, 15, 248, 0, 0, 0, 31, 252, 0, 0, 0, 31, 254, 0, 0, 0, 15, 255, 0, 0, 0, 7, 255, 128, 0, 0, 3, 255, 192, 0, 0, 1, 255, 224, 0, 0, 0, 255, 240, 0, 0, 0, 127, 248, 0, 127, 255, 255, 252, 0, 255, 255, 255, 254, 0, 255, 255, 255, 255, 0, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 255, 255, 255, 255, 0, 255, 255, 255, 254, 0, 127, 255, 255, 252, 0, 0, 0, 127, 248, 0, 0, 0, 255, 240, 0, 0, 1, 255, 224, 0, 0, 3, 255, 192, 0, 0, 7, 255, 128, 0, 0, 15, 255, 0, 0, 0, 31, 254, 0, 0, 0, 31, 252, 0, 0, 0, 15, 248, 0, 0, 0, 7, 240, 0, 0, 0, 3, 224, 0, 0, 0, 1, 192, 0, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 62212 } }, { "encoding": 42, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 42 } }, { "encoding": 43, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 43 } }, { "encoding": 44, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 44 } }, { "encoding": 45, "x": 2, "y": 0, "width": 10, "height": 16, "dx": 14, "glyphBitmap": { "width": 10, "height": 16, "pixelArray": [ 30, 0, 30, 0, 30, 0, 255, 192, 255, 192, 255, 192, 30, 0, 30, 0, 30, 0, 30, 0, 0, 0, 0, 0, 0, 0, 255, 192, 255, 192, 255, 192 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 45 } }, { "encoding": 46, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 46 } }, { "encoding": 47, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 47 } }, { "encoding": 48, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 48 } }, { "encoding": 49, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 49 } }, { "encoding": 50, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 50 } }, { "encoding": 51, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 51 } }, { "encoding": 52, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 52 } }, { "encoding": 53, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 53 } }, { "encoding": 54, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 54 } }, { "encoding": 55, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 55 } }, { "encoding": 56, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 56 } }, { "encoding": 57, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 57 } }, { "encoding": 58, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 58 } }, { "encoding": 59, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 59 } }, { "encoding": 60, "x": 0, "y": 7, "width": 33, "height": 21, "dx": 33, "glyphBitmap": { "width": 33, "height": 21, "pixelArray": [ 0, 127, 255, 255, 0, 0, 255, 255, 255, 128, 1, 255, 255, 255, 128, 3, 255, 255, 255, 128, 7, 255, 191, 239, 128, 15, 255, 143, 199, 128, 31, 255, 135, 135, 128, 63, 255, 195, 15, 128, 127, 255, 224, 31, 128, 255, 255, 240, 63, 128, 255, 255, 248, 127, 128, 255, 255, 240, 63, 128, 127, 255, 224, 31, 128, 63, 255, 195, 15, 128, 31, 255, 135, 135, 128, 15, 255, 143, 199, 128, 7, 255, 191, 239, 128, 3, 255, 255, 255, 128, 1, 255, 255, 255, 128, 0, 255, 255, 255, 128, 0, 127, 255, 255, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 60 } }, { "encoding": 61, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 61 } }, { "encoding": 62, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 62 } }, { "encoding": 63, "x": 0, "y": 1, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 0, 7, 240, 0, 0, 0, 63, 254, 0, 0, 0, 255, 255, 128, 0, 3, 255, 255, 224, 0, 7, 255, 31, 240, 0, 15, 254, 15, 248, 0, 31, 254, 7, 252, 0, 31, 252, 7, 252, 0, 63, 254, 15, 254, 0, 63, 254, 15, 254, 0, 127, 255, 255, 255, 0, 127, 255, 255, 255, 0, 255, 248, 31, 255, 0, 255, 248, 63, 255, 128, 255, 240, 63, 255, 128, 255, 240, 63, 255, 128, 255, 240, 127, 255, 128, 255, 224, 127, 255, 128, 255, 224, 127, 255, 128, 255, 224, 127, 255, 128, 255, 224, 255, 255, 128, 127, 224, 251, 255, 0, 127, 192, 243, 255, 0, 63, 192, 227, 254, 0, 63, 192, 7, 254, 0, 31, 192, 15, 252, 0, 31, 224, 63, 252, 0, 15, 224, 127, 248, 0, 7, 241, 255, 240, 0, 3, 255, 255, 224, 0, 0, 255, 255, 128, 0, 0, 63, 254, 0, 0, 0, 7, 240, 0, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 63 } }, { "encoding": 64, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 64 } }, { "encoding": 65, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 65 } }, { "encoding": 66, "x": 0, "y": 0, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 63, 255, 240, 0, 0, 127, 255, 252, 0, 0, 255, 255, 252, 0, 0, 255, 255, 254, 0, 0, 248, 0, 62, 0, 0, 240, 0, 62, 0, 0, 240, 0, 30, 0, 0, 240, 0, 28, 0, 0, 240, 0, 0, 96, 0, 240, 0, 0, 112, 0, 240, 0, 0, 120, 0, 240, 0, 0, 120, 0, 240, 0, 15, 252, 0, 240, 0, 31, 254, 0, 240, 0, 31, 255, 0, 240, 0, 31, 255, 128, 240, 0, 31, 255, 128, 240, 0, 31, 255, 128, 240, 0, 31, 255, 0, 240, 0, 31, 254, 0, 240, 0, 15, 252, 0, 240, 0, 0, 120, 0, 240, 0, 0, 120, 0, 240, 0, 0, 112, 0, 240, 0, 0, 96, 0, 240, 0, 28, 0, 0, 240, 0, 30, 0, 0, 240, 0, 62, 0, 0, 248, 0, 62, 0, 0, 255, 255, 254, 0, 0, 255, 255, 252, 0, 0, 127, 255, 252, 0, 0, 63, 255, 248, 0, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 62244 } }, { "encoding": 67, "x": 0, "y": 1, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 0, 96, 0, 0, 0, 0, 240, 0, 0, 0, 1, 248, 0, 0, 0, 3, 252, 0, 0, 0, 7, 254, 0, 0, 0, 15, 255, 128, 0, 0, 31, 255, 192, 0, 0, 63, 255, 224, 0, 0, 127, 255, 240, 0, 0, 255, 255, 248, 0, 0, 255, 255, 252, 0, 0, 127, 255, 254, 0, 0, 127, 255, 191, 0, 0, 63, 255, 31, 128, 0, 31, 254, 15, 192, 0, 15, 252, 7, 224, 0, 7, 248, 3, 240, 0, 3, 240, 1, 248, 0, 1, 248, 0, 252, 0, 0, 252, 0, 124, 0, 0, 126, 0, 62, 0, 0, 63, 0, 126, 0, 0, 31, 128, 252, 0, 0, 7, 255, 248, 0, 0, 3, 255, 240, 0, 0, 1, 255, 224, 0, 0, 0, 255, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 127, 255, 255, 255, 0, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 127, 255, 255, 255, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 67 } }, { "encoding": 68, "x": 0, "y": 1, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 63, 255, 255, 254, 0, 127, 255, 255, 255, 0, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 255, 128, 255, 255, 128, 255, 0, 255, 255, 128, 240, 28, 0, 7, 128, 240, 60, 0, 7, 128, 255, 0, 255, 255, 128, 255, 128, 255, 255, 128, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 255, 255, 193, 255, 128, 255, 255, 128, 255, 128, 248, 0, 12, 127, 128, 240, 0, 30, 7, 128, 248, 0, 28, 15, 128, 255, 255, 128, 127, 128, 255, 255, 193, 255, 128, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 240, 15, 135, 135, 128, 240, 15, 135, 135, 128, 240, 15, 135, 135, 128, 240, 15, 143, 135, 128, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 127, 255, 255, 255, 0, 63, 255, 255, 254, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 68 } }, { "encoding": 69, "x": 0, "y": 0, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 0, 0, 128, 0, 0, 224, 3, 224, 3, 128, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 247, 254, 255, 255, 128, 240, 0, 255, 255, 128, 240, 0, 255, 255, 128, 240, 0, 255, 255, 128, 240, 0, 255, 255, 128, 240, 0, 255, 255, 128, 240, 0, 255, 255, 128, 240, 0, 255, 255, 128, 120, 0, 255, 255, 0, 120, 0, 255, 255, 0, 120, 0, 255, 255, 0, 120, 0, 255, 255, 0, 60, 0, 255, 254, 0, 60, 0, 255, 254, 0, 62, 0, 255, 254, 0, 30, 0, 255, 252, 0, 31, 0, 255, 252, 0, 15, 128, 255, 248, 0, 7, 192, 255, 240, 0, 7, 224, 255, 240, 0, 3, 240, 255, 224, 0, 1, 252, 255, 192, 0, 0, 255, 255, 128, 0, 0, 127, 255, 0, 0, 0, 31, 252, 0, 0, 0, 15, 248, 0, 0, 0, 3, 224, 0, 0, 0, 0, 128, 0, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 61486 } }, { "encoding": 70, "x": 0, "y": 0, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 0, 7, 240, 0, 0, 0, 63, 254, 0, 0, 0, 255, 255, 128, 0, 3, 255, 255, 224, 0, 7, 252, 31, 240, 0, 15, 248, 15, 248, 0, 31, 156, 28, 252, 0, 31, 12, 24, 124, 0, 62, 12, 24, 62, 0, 60, 0, 0, 30, 0, 124, 0, 0, 31, 0, 126, 0, 0, 63, 0, 255, 128, 4, 255, 0, 243, 128, 6, 239, 128, 240, 0, 12, 7, 128, 240, 0, 28, 7, 128, 240, 0, 24, 7, 128, 240, 0, 56, 7, 128, 240, 0, 56, 7, 128, 243, 128, 112, 239, 128, 255, 128, 240, 255, 128, 126, 0, 240, 63, 0, 124, 1, 224, 31, 0, 60, 63, 254, 30, 0, 62, 255, 255, 190, 0, 31, 254, 63, 252, 0, 31, 252, 31, 252, 0, 15, 254, 63, 248, 0, 7, 254, 63, 240, 0, 3, 255, 255, 224, 0, 0, 255, 255, 128, 0, 0, 63, 254, 0, 0, 0, 7, 240, 0, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 61446 } }, { "encoding": 71, "x": 0, "y": 0, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 24, 1, 192, 12, 0, 60, 3, 192, 30, 0, 60, 3, 224, 30, 0, 60, 3, 224, 30, 0, 60, 3, 224, 30, 0, 60, 3, 224, 30, 0, 60, 0, 0, 30, 0, 60, 0, 0, 30, 0, 60, 7, 240, 30, 0, 60, 15, 248, 30, 0, 60, 15, 248, 30, 0, 60, 15, 248, 30, 0, 60, 0, 0, 30, 0, 60, 0, 0, 30, 0, 60, 3, 224, 30, 0, 60, 3, 224, 30, 0, 60, 3, 224, 30, 0, 60, 3, 224, 0, 0, 60, 3, 224, 0, 0, 60, 3, 224, 127, 128, 60, 3, 224, 127, 128, 0, 3, 224, 127, 128, 0, 3, 224, 127, 0, 255, 3, 224, 0, 0, 255, 3, 224, 0, 0, 255, 3, 224, 30, 0, 255, 3, 224, 30, 0, 0, 3, 224, 30, 0, 0, 3, 224, 30, 0, 60, 3, 224, 30, 0, 60, 3, 224, 30, 0, 60, 1, 192, 30, 0, 24, 1, 192, 12, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 61838 } }, { "encoding": 72, "x": 0, "y": 0, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 0, 15, 248, 0, 0, 0, 127, 255, 0, 0, 1, 255, 255, 192, 0, 3, 255, 255, 224, 0, 15, 252, 31, 240, 0, 31, 224, 3, 248, 0, 31, 192, 1, 252, 0, 63, 128, 0, 254, 0, 127, 129, 192, 254, 0, 127, 231, 240, 127, 0, 127, 255, 248, 127, 0, 255, 255, 240, 127, 128, 255, 255, 0, 255, 128, 255, 254, 0, 255, 128, 255, 252, 1, 255, 128, 255, 252, 7, 255, 128, 255, 252, 31, 255, 128, 255, 252, 31, 255, 128, 127, 254, 63, 255, 0, 127, 255, 255, 255, 0, 63, 255, 255, 254, 0, 63, 252, 31, 254, 0, 31, 252, 31, 252, 0, 15, 252, 31, 248, 0, 7, 254, 63, 240, 0, 3, 255, 255, 224, 0, 3, 255, 255, 192, 0, 3, 255, 255, 0, 0, 3, 247, 240, 0, 0, 3, 224, 0, 0, 0, 3, 192, 0, 0, 0, 3, 128, 0, 0, 0, 6, 0, 0, 0, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 61459 } }, { "encoding": 73, "x": 0, "y": 4, "width": 31, "height": 26, "dx": 31, "glyphBitmap": { "width": 31, "height": 26, "pixelArray": [ 31, 255, 254, 0, 63, 255, 254, 48, 112, 0, 0, 120, 224, 0, 0, 252, 192, 0, 1, 254, 192, 0, 3, 254, 192, 0, 7, 252, 192, 0, 15, 248, 192, 128, 31, 240, 195, 192, 63, 224, 199, 224, 127, 192, 199, 240, 255, 128, 199, 249, 255, 0, 195, 255, 254, 0, 193, 255, 252, 64, 192, 255, 248, 192, 192, 127, 240, 192, 192, 63, 224, 192, 192, 31, 192, 192, 192, 15, 128, 192, 192, 7, 0, 192, 192, 0, 0, 192, 224, 0, 1, 192, 120, 0, 3, 128, 63, 255, 255, 0, 31, 255, 254, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 73 } }, { "encoding": 74, "x": 1, "y": 7, "width": 31, "height": 21, "dx": 33, "glyphBitmap": { "width": 31, "height": 21, "pixelArray": [ 0, 127, 255, 240, 12, 127, 255, 240, 30, 63, 255, 240, 31, 31, 255, 240, 63, 0, 0, 240, 127, 128, 0, 240, 255, 192, 0, 240, 255, 224, 0, 240, 30, 0, 0, 240, 30, 0, 0, 240, 30, 0, 0, 240, 30, 0, 0, 240, 30, 0, 0, 240, 30, 0, 15, 254, 30, 0, 7, 254, 30, 0, 3, 252, 30, 0, 1, 248, 31, 255, 241, 240, 31, 255, 248, 240, 31, 255, 252, 96, 31, 255, 252, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 74 } }, { "encoding": 75, "x": 0, "y": 0, "width": 31, "height": 33, "dx": 33, "glyphBitmap": { "width": 31, "height": 33, "pixelArray": [ 127, 15, 225, 252, 255, 159, 243, 254, 255, 159, 243, 254, 255, 159, 243, 254, 255, 159, 243, 254, 255, 159, 227, 254, 62, 7, 192, 248, 0, 0, 0, 0, 0, 0, 0, 0, 127, 15, 225, 252, 255, 159, 243, 254, 255, 159, 243, 254, 255, 159, 243, 254, 255, 159, 243, 254, 255, 31, 227, 252, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 255, 31, 227, 252, 255, 159, 243, 254, 255, 159, 243, 254, 255, 159, 243, 254, 255, 159, 243, 254, 127, 15, 225, 252, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 192, 0, 0, 31, 224, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 31, 240, 0, 0, 15, 224, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 75 } }, { "encoding": 76, "x": 2, "y": 0, "width": 29, "height": 33, "dx": 33, "glyphBitmap": { "width": 29, "height": 33, "pixelArray": [ 0, 31, 192, 0, 0, 127, 240, 0, 0, 255, 248, 0, 1, 255, 252, 0, 3, 248, 254, 0, 7, 224, 63, 0, 7, 192, 31, 0, 7, 128, 15, 0, 15, 128, 15, 128, 15, 0, 7, 128, 0, 0, 7, 128, 0, 0, 7, 128, 0, 0, 7, 128, 0, 0, 7, 128, 63, 255, 255, 224, 255, 255, 255, 248, 255, 255, 255, 248, 255, 240, 127, 248, 255, 224, 63, 248, 255, 224, 63, 248, 255, 192, 31, 248, 255, 192, 31, 248, 255, 224, 63, 248, 255, 240, 127, 248, 255, 248, 255, 248, 255, 248, 255, 248, 255, 240, 127, 248, 255, 240, 127, 248, 255, 224, 63, 248, 255, 224, 63, 248, 255, 192, 63, 248, 255, 255, 255, 248, 127, 255, 255, 240 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 61631 } }, { "encoding": 77, "x": 0, "y": 1, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 15, 255, 0, 0, 0, 15, 255, 128, 0, 0, 15, 255, 128, 0, 0, 15, 255, 128, 0, 0, 0, 127, 128, 0, 0, 0, 255, 128, 0, 0, 1, 255, 128, 127, 128, 3, 255, 128, 127, 128, 7, 239, 128, 96, 0, 15, 207, 128, 96, 0, 31, 143, 128, 96, 0, 63, 15, 0, 96, 0, 126, 0, 31, 224, 0, 252, 0, 31, 224, 0, 248, 0, 24, 0, 0, 112, 0, 24, 0, 0, 32, 0, 24, 0, 0, 0, 0, 24, 0, 0, 0, 0, 24, 0, 0, 0, 15, 248, 0, 0, 0, 15, 240, 0, 0, 0, 12, 0, 0, 0, 0, 12, 0, 0, 0, 0, 12, 0, 0, 0, 0, 12, 0, 0, 0, 3, 252, 0, 0, 0, 3, 252, 0, 0, 0, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 77 } }, { "encoding": 78, "x": 2, "y": 0, "width": 29, "height": 33, "dx": 33, "glyphBitmap": { "width": 29, "height": 33, "pixelArray": [ 0, 31, 192, 0, 0, 127, 240, 0, 0, 255, 248, 0, 1, 255, 252, 0, 3, 248, 254, 0, 7, 224, 63, 0, 7, 192, 31, 0, 7, 128, 15, 0, 15, 128, 15, 128, 15, 0, 7, 128, 15, 0, 7, 128, 15, 0, 7, 128, 15, 0, 7, 128, 15, 0, 7, 128, 63, 255, 255, 224, 255, 255, 255, 248, 255, 255, 255, 248, 255, 240, 127, 248, 255, 224, 63, 248, 255, 224, 63, 248, 255, 192, 31, 248, 255, 192, 31, 248, 255, 224, 63, 248, 255, 240, 127, 248, 255, 248, 255, 248, 255, 248, 255, 248, 255, 240, 127, 248, 255, 240, 127, 248, 255, 224, 63, 248, 255, 224, 63, 248, 255, 192, 63, 248, 255, 255, 255, 248, 127, 255, 255, 240 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 61630 } }, { "encoding": 79, "x": 2, "y": 3, "width": 28, "height": 28, "dx": 33, "glyphBitmap": { "width": 28, "height": 28, "pixelArray": [ 127, 255, 255, 224, 255, 255, 255, 240, 255, 255, 255, 240, 255, 255, 255, 240, 255, 255, 253, 240, 255, 255, 248, 240, 255, 255, 240, 240, 255, 255, 224, 240, 255, 255, 193, 240, 255, 255, 131, 240, 255, 255, 7, 240, 255, 254, 15, 240, 253, 252, 31, 240, 248, 252, 63, 240, 248, 120, 63, 240, 240, 48, 127, 240, 248, 16, 255, 240, 252, 0, 255, 240, 255, 1, 255, 240, 255, 129, 255, 240, 255, 195, 255, 240, 255, 195, 255, 240, 255, 227, 255, 240, 255, 247, 255, 240, 255, 255, 255, 240, 255, 255, 255, 240, 255, 255, 255, 240, 127, 255, 255, 224 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 79 } }, { "encoding": 80, "x": 0, "y": 1, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 0, 7, 240, 0, 0, 0, 7, 240, 0, 0, 0, 7, 248, 0, 0, 0, 15, 248, 0, 0, 0, 15, 248, 0, 0, 24, 31, 252, 12, 0, 63, 127, 255, 126, 0, 63, 255, 255, 255, 0, 127, 255, 255, 255, 0, 255, 255, 255, 255, 128, 255, 255, 127, 255, 128, 127, 248, 15, 255, 0, 63, 240, 7, 254, 0, 31, 224, 3, 252, 0, 15, 224, 3, 248, 0, 15, 192, 1, 248, 0, 15, 192, 1, 248, 0, 15, 192, 1, 248, 0, 15, 224, 3, 248, 0, 31, 224, 3, 252, 0, 63, 240, 7, 254, 0, 127, 248, 15, 255, 0, 255, 255, 63, 255, 128, 255, 255, 255, 255, 128, 127, 255, 255, 255, 0, 63, 255, 255, 255, 0, 63, 127, 255, 126, 0, 24, 31, 252, 12, 0, 0, 15, 248, 0, 0, 0, 15, 248, 0, 0, 0, 15, 240, 0, 0, 0, 7, 240, 0, 0, 0, 7, 240, 0, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 80 } }, { "encoding": 81, "x": 0, "y": 1, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 0, 1, 192, 0, 0, 0, 3, 192, 0, 0, 0, 3, 224, 0, 0, 0, 3, 224, 0, 0, 6, 3, 224, 48, 0, 15, 3, 224, 120, 0, 31, 3, 224, 124, 0, 31, 3, 224, 124, 0, 62, 3, 224, 62, 0, 60, 3, 224, 30, 0, 124, 3, 224, 31, 0, 120, 3, 224, 15, 0, 248, 3, 224, 15, 0, 240, 3, 224, 15, 128, 240, 3, 224, 7, 128, 240, 1, 192, 7, 128, 240, 0, 128, 7, 128, 240, 0, 0, 7, 128, 240, 0, 0, 7, 128, 240, 0, 0, 15, 128, 248, 0, 0, 15, 128, 120, 0, 0, 15, 0, 124, 0, 0, 31, 0, 124, 0, 0, 30, 0, 62, 0, 0, 62, 0, 31, 0, 0, 124, 0, 31, 128, 0, 252, 0, 15, 224, 3, 248, 0, 7, 252, 31, 240, 0, 3, 255, 255, 224, 0, 0, 255, 255, 128, 0, 0, 63, 254, 0, 0, 0, 15, 240, 0, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 81 } }, { "encoding": 82, "x": 0, "y": -1, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 63, 248, 0, 0, 0, 127, 252, 0, 0, 0, 127, 254, 15, 254, 0, 255, 254, 31, 254, 0, 0, 0, 63, 255, 0, 0, 0, 63, 255, 128, 127, 255, 255, 255, 128, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 255, 251, 239, 255, 128, 255, 225, 195, 255, 128, 255, 193, 192, 255, 128, 255, 0, 0, 127, 128, 254, 28, 28, 63, 128, 255, 62, 62, 127, 128, 255, 30, 60, 127, 128, 255, 159, 252, 255, 128, 255, 15, 248, 127, 128, 240, 31, 252, 7, 128, 240, 31, 252, 7, 128, 243, 254, 63, 231, 128, 115, 252, 31, 231, 0, 19, 254, 63, 228, 0, 1, 255, 127, 192, 0, 0, 31, 252, 0, 0, 0, 15, 248, 0, 0, 0, 15, 248, 0, 0, 0, 31, 252, 0, 0, 0, 62, 62, 0, 0, 0, 60, 30, 0, 0, 0, 12, 24, 0, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 61494 } }, { "encoding": 83, "x": 0, "y": 5, "width": 33, "height": 24, "dx": 33, "glyphBitmap": { "width": 33, "height": 24, "pixelArray": [ 0, 3, 240, 0, 0, 0, 63, 254, 0, 0, 0, 252, 31, 128, 0, 1, 224, 3, 132, 0, 7, 128, 0, 12, 0, 14, 0, 0, 56, 0, 12, 0, 0, 112, 0, 24, 0, 1, 224, 0, 56, 0, 3, 230, 0, 48, 0, 15, 198, 0, 96, 0, 31, 131, 0, 96, 0, 127, 131, 0, 96, 0, 255, 3, 0, 192, 3, 254, 1, 128, 192, 7, 254, 1, 128, 192, 7, 252, 1, 128, 192, 15, 248, 1, 128, 192, 15, 248, 1, 128, 192, 7, 240, 1, 128, 192, 7, 224, 1, 128, 224, 1, 192, 3, 128, 96, 0, 0, 3, 0, 96, 0, 0, 3, 0, 96, 0, 0, 3, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 83 } }, { "encoding": 84, "x": 0, "y": 0, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 96, 0, 1, 132, 0, 240, 0, 7, 135, 0, 248, 0, 7, 135, 128, 254, 3, 135, 135, 128, 255, 15, 134, 123, 128, 255, 15, 136, 120, 128, 255, 15, 248, 120, 0, 243, 14, 248, 120, 0, 240, 240, 248, 132, 0, 240, 240, 247, 135, 0, 240, 240, 135, 135, 128, 252, 241, 135, 135, 128, 255, 15, 135, 255, 128, 255, 15, 136, 120, 128, 255, 15, 184, 120, 0, 243, 14, 248, 120, 0, 240, 240, 248, 120, 0, 240, 240, 255, 134, 0, 240, 240, 199, 135, 128, 252, 240, 135, 135, 128, 255, 63, 135, 135, 128, 255, 15, 128, 1, 128, 255, 15, 128, 0, 0, 247, 15, 0, 0, 0, 240, 8, 0, 0, 0, 240, 0, 0, 0, 0, 240, 0, 0, 0, 0, 240, 0, 0, 0, 0, 240, 0, 0, 0, 0, 240, 0, 0, 0, 0, 240, 0, 0, 0, 0, 240, 0, 0, 0, 0, 96, 0, 0, 0, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 62350 } }, { "encoding": 85, "x": 0, "y": 0, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 63, 255, 255, 254, 0, 127, 255, 255, 255, 0, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 248, 0, 0, 15, 128, 240, 0, 0, 7, 128, 240, 0, 0, 7, 128, 240, 0, 0, 7, 128, 240, 96, 3, 7, 128, 240, 248, 15, 135, 128, 240, 252, 31, 135, 128, 240, 126, 63, 7, 128, 240, 127, 127, 7, 128, 240, 63, 254, 7, 128, 240, 31, 252, 7, 128, 240, 15, 248, 7, 128, 240, 7, 240, 7, 128, 240, 15, 248, 7, 128, 240, 31, 252, 7, 128, 240, 63, 254, 7, 128, 240, 127, 127, 7, 128, 240, 126, 63, 7, 128, 240, 252, 31, 135, 128, 240, 248, 15, 135, 128, 240, 96, 3, 7, 128, 240, 0, 0, 7, 128, 240, 0, 0, 7, 128, 240, 0, 0, 7, 128, 248, 0, 0, 15, 128, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 127, 255, 255, 255, 0, 63, 255, 255, 254, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 62225 } }, { "encoding": 86, "x": 0, "y": 0, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 60, 60, 30, 30, 0, 124, 60, 30, 31, 0, 252, 60, 30, 31, 128, 252, 60, 30, 31, 128, 240, 0, 0, 7, 128, 240, 0, 0, 7, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128, 0, 0, 0, 1, 192, 0, 0, 112, 3, 224, 7, 0, 240, 3, 224, 7, 128, 240, 3, 224, 7, 128, 240, 3, 224, 7, 128, 0, 63, 254, 0, 0, 0, 255, 255, 0, 0, 0, 255, 255, 128, 0, 0, 255, 255, 128, 0, 0, 63, 254, 0, 0, 240, 3, 224, 7, 128, 240, 3, 224, 7, 128, 240, 3, 224, 7, 128, 112, 3, 224, 7, 0, 0, 1, 192, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 240, 0, 0, 7, 128, 240, 0, 0, 7, 128, 252, 60, 30, 31, 128, 252, 60, 30, 31, 128, 124, 60, 30, 31, 0, 60, 60, 30, 30, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 61874 } }, { "encoding": 87, "x": 0, "y": 0, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 60, 60, 30, 30, 0, 124, 60, 30, 31, 0, 252, 60, 30, 31, 128, 252, 60, 30, 31, 128, 240, 0, 0, 7, 128, 240, 0, 0, 7, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 112, 0, 0, 7, 0, 240, 0, 0, 7, 128, 240, 0, 0, 7, 128, 240, 0, 0, 7, 128, 0, 63, 254, 0, 0, 0, 255, 255, 0, 0, 0, 255, 255, 128, 0, 0, 255, 255, 128, 0, 0, 63, 254, 0, 0, 240, 0, 0, 7, 128, 240, 0, 0, 7, 128, 240, 0, 0, 7, 128, 112, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 240, 0, 0, 7, 128, 240, 0, 0, 7, 128, 252, 60, 30, 31, 128, 252, 60, 30, 31, 128, 124, 60, 30, 31, 0, 60, 60, 30, 30, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 61875 } }, { "encoding": 88, "x": 0, "y": 1, "width": 33, "height": 33, "dx": 33, "glyphBitmap": { "width": 33, "height": 33, "pixelArray": [ 0, 1, 192, 0, 0, 0, 3, 224, 0, 0, 0, 7, 240, 0, 0, 0, 15, 248, 0, 0, 0, 31, 252, 0, 0, 0, 63, 254, 0, 0, 0, 127, 255, 0, 0, 0, 255, 255, 128, 0, 1, 255, 255, 192, 0, 3, 255, 255, 224, 0, 7, 255, 255, 240, 0, 15, 255, 255, 248, 0, 31, 255, 255, 252, 0, 63, 255, 255, 254, 0, 127, 255, 255, 255, 0, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 255, 255, 255, 255, 128, 47, 255, 255, 250, 0, 15, 248, 15, 248, 0, 15, 240, 7, 248, 0, 15, 224, 3, 248, 0, 15, 224, 3, 248, 0, 15, 192, 1, 248, 0, 15, 192, 1, 248, 0, 15, 192, 1, 248, 0, 15, 192, 1, 248, 0, 15, 192, 1, 248, 0, 15, 192, 1, 248, 0, 15, 192, 1, 248, 0, 15, 192, 1, 248, 0, 15, 192, 1, 248, 0, 7, 192, 1, 240, 0 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 88 } }, { "encoding": 89, "x": 2, "y": 0, "width": 29, "height": 33, "dx": 33, "glyphBitmap": { "width": 29, "height": 33, "pixelArray": [ 127, 255, 255, 240, 255, 255, 255, 248, 255, 255, 255, 248, 255, 255, 255, 248, 240, 0, 0, 120, 240, 0, 0, 120, 240, 0, 0, 120, 240, 0, 0, 120, 240, 2, 0, 120, 240, 7, 0, 120, 240, 15, 128, 120, 240, 7, 0, 120, 240, 0, 0, 120, 240, 0, 0, 120, 255, 255, 255, 248, 255, 255, 255, 248, 255, 255, 255, 248, 255, 255, 255, 248, 255, 255, 255, 248, 240, 0, 0, 120, 240, 0, 0, 120, 240, 0, 0, 120, 240, 0, 0, 120, 240, 7, 0, 120, 240, 15, 128, 120, 240, 7, 0, 120, 240, 7, 0, 120, 240, 0, 0, 120, 240, 0, 0, 120, 255, 255, 255, 248, 255, 255, 255, 248, 255, 255, 255, 248, 127, 255, 255, 240 ] }, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 61458 } }, { "encoding": 90, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 90 } }, { "encoding": 91, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 91 } }, { "encoding": 92, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 92 } }, { "encoding": 93, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 93 } }, { "encoding": 94, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 94 } }, { "encoding": 95, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 95 } }, { "encoding": 96, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 96 } }, { "encoding": 97, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 97 } }, { "encoding": 98, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 98 } }, { "encoding": 99, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 99 } }, { "encoding": 100, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 100 } }, { "encoding": 101, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 101 } }, { "encoding": 102, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 102 } }, { "encoding": 103, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 103 } }, { "encoding": 104, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 104 } }, { "encoding": 105, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 105 } }, { "encoding": 106, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 106 } }, { "encoding": 107, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 107 } }, { "encoding": 108, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 108 } }, { "encoding": 109, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 109 } }, { "encoding": 110, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 110 } }, { "encoding": 111, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 111 } }, { "encoding": 112, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 112 } }, { "encoding": 113, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 113 } }, { "encoding": 114, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 114 } }, { "encoding": 115, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 115 } }, { "encoding": 116, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 116 } }, { "encoding": 117, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 117 } }, { "encoding": 118, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 118 } }, { "encoding": 119, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 119 } }, { "encoding": 120, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 120 } }, { "encoding": 121, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 121 } }, { "encoding": 122, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 122 } }, { "encoding": 123, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 123 } }, { "encoding": 124, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 124 } }, { "encoding": 125, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 125 } }, { "encoding": 126, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 126 } }, { "encoding": 127, "source": { "filePath": "fonts/bdf/webhostinghub-glyphs.24.bdf", "encoding": 127 } } ], "screenOrientation": "all" } ], "bitmaps": [ { "name": "logo", "image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAAiiSURBVGhD1Vp5bI1ZFC+tvaiqKmqpnQixh/hD1T7FlDAJQ9oylOmkprVvYYKhtY09IYgtxFpLYgsztKWppSEIVRlLUmO0qC2Unjm/496v33v9Xt9r+5D5Jb+k79xzl/Pde88999x6uAk1mcOY8cxjzOvMf5ivmC/V35ChbAkzjIk63xRVmVHMv5j5TComUedP5k9MtPXV4Mf8nZnLNAZUo0YNGjhwIM2aNYu2bNlCx44do+TkZOHRo0dp8+bNUjZgwADy8fExGwK+YKLNLzornsxfmVgS0rGvry/FxMTIIPPz88lV5OXl0fnz52nSpEn2xuQwf2GiL7eiCTOFKR3Vq1ePNmzYQO/evVNDKjnevn1LK1eupDp16pgNSWI2YroF/ZmYYipXrhzNnDlTOnU3cnNzacqUKeTp6amNyGaGMEuFCGYekxo3bkyXL19W3X05pKSkUIMGDbQRH5g/MEsEDF68S3BwMGVnZ6suSNb78+fP6dmzZ/Tp0yclLT4+fPhAT548oTdv3ijJZzx9+pS6d++ujfjEHM4sFrBs5MsPHjyY3r9/Lw3fvn2bIiMjqVatWrpxql69Oo0YMaJYs7Nv3z7q1asXVahQQdooU6YMNWnShGbPnk05OTmi8/r1a+rbt6/uBzMRzHQJQcznTAoJCTEGv2rVKvLy8jIGbs+yZcvKAIqaEcwa3KhVfc3atWvTuXPnRB9GmGbiX2Ygs0jAfSUzZc3rZbNmzRqjgw4dOtD27dspIyOD7t69Szt27KD27dsb5TNmzJA69sBy6dGjh+jA2PDwcDpz5gw9evSIrly5QgsWLDBcKmZGzyiWk2lP4OArw3SIGKZ4GzQK3Lt3j8qXLy8NjB07Vny4PSAbPXq0MThsRHssWbLEGBwOOSvcv3+fGjZsKHotW7Y0+rpw4YLZO01gWgKnoCydOXPmSEUAhw1k7dq1sxy8BsqgA10YYwa+vp+fn5QtXrxYSa2BD4c9Ad29e/cqKVFsbKzImFhK1ZmFsIhJ9evXt/HzgYGBUhHhgTNs2rRJdLt166Ykn5GamiryihUrir93hp49e4p+RESEkhC9fPmS/P39Rc78jWkDBFMSImzcuFFVIXFv+mukp6crqWMcP35cdO0NwKaEvHXr1kpSNKZPn27ZzooVK0TOxCFXiWkAEaFMszk8MBtw9epVJXUMZwZgibkCnMhW7WAWqlWrJmXMMUwD55g0efJkpVqAunXrSgXzzDiCuwzQrtN+LwETJkyQMuYJpsCXidPO0nuMHz9eKrRo0cJp8OYOA+BxoAvu2bNHSQtw9uxZXf6e6c30+B6CmjVrKhVb4PTVbnT48OFFBnKlNeDGjRtykEG3efPmll4PHq1KlSqiwxzIlIuEhAyOsGzZMl2BmjVrJpsJLg7cvXs3rV27Vjhx4kTRCQoKMmQg7gyQw6Np2bZt24w2QOjAS0EPZ8XFixdV74XRp08fPZ75TI9E/Jg7d64qtsbSpUuLDCXcRTiS06dPq16tERcXp/X3MT3S8QPhgTNcu3aNxowZI1/AijqkQIBnlnfs2FHkVatWtZHbc/78+RLhOsP69eu1AWlMjyz8OHHihCouOdzlhZzh0KFD2oC/mXI0W3qg4uJrGXDy5EltAMb+/zPg1KlTNgY8wQ9Y5Qy4iV26dEnW4PLlywtx3Lhx0nCjRo1s5No74VA0y83EHrx165bqqWgcPnxYGyBLSDbxzp07VbE1EPt37dpVV/xiRADnLOBDVKD0LzM/u1F4AEdAIKcvG4jLcdXDhcSeuDtDB1GjWd6/f3+R+/r62sjNbNWqlR4UtW3btkgjpk2bpnXFjcpBFhYWpoptgYAOtzPoNG3atMiotDR7AMsTNz99cRk1apQqKQz9QZhykEkoERAQoIptgbswyuHbHzx4oKTWcMcmXr16tegiCsa5Y4+PHz+aI1IJJXATk2AuLS1NqRWgc+fOomy+pTmCOwxAUkDP+NSpU5W0AElJSVLGRKbCSApLOI21ZQYCJ9xxUeaKm3WXG42KihL93r17K0kBoqOjpYxphNMALsri5nQaBcAFAnIQkaIzODMAm9MVYLahjwyIGdiPpmQwEm8GMBWSLkeUqIHprFy5slQ4cuSIkjoGElbQdWQA9pErmTyE7dC3j5BNMRCy2FWYNkhgSobMPAs6O+bIS5kxdOhQ0bWfeqQP9VI8cOCAkloDeSAd7yMC1kCSC1lxyJlIQBQCHi7kYr9o0SJVjejgwYNSCV5h165dSloYW7du1Y3TunXrlLQAw4YNkzJkPR4/fqyktsCHwyMJ9CpVqkRZWVmqhCTrp9rHhR63SEvEMeVicfPmTakI/6z9Lr4iNrq5YXwxeAv9hTt16mR5k8rMzDTcH94CcIkxzzRSLzpzByYkJKiSz7kiJNtU2c9Mh/BipjIlBfLq1StpADnNLl26GI1jsLiZ4WDTWQsQ2bSHDx9KHSvgPuvt7W3oY6m0adPGJlkMwgvpF58XL17I9VKV4eHD6esNXmPkQSM0NNTYdLjQ443LPABNzBgyGq4kre7cueMwwYu0onmZYoawn1Q5lg4Szy7hO6ak13EDM3sOuNbExESKj4+XfCc8D75ScYElhX2zcOFCeWJCNgKnrAYGP2jQID14HFq9mcXCWKac0EOGDBEv8LWAmezXr58ePMYQziwRYMRHpqxVV+P10uD69euyl9AnE18+klkqhDJlT+BQQ4oFIYa7gSUD961fbZjIlOOlyC1oxsTlQRqHV8DDhnnNlhQYONrCAarbZ15iwpm4FXCxM5j4/wfpCC8n8+bNkzNDuz1XAF3EVoh5dPpeEeFMLNPtD91m1GH+wXzNNDqHC0QyFgcQwgW83mPPwDiEwPv375eykSNHymlsrsvEwFcx/ZlfDTjO8SSF6S7pP3ugbjTTh/lNEcD8kYmveIqZyZTnKkX8ncFE2QrmSKYbvraHx38P8fsyOSyEpgAAAABJRU5ErkJggg==", "style": "default" }, { "name": "bp_coupled", "image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAB4CAIAAAAMrLyJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTJDBGvsAAAwLElEQVR4Xu19CXwcxZV39TE9h+a+pZFmJM3osORDtmzLh3zLli3LSDa+JN+WD3zbGF/YxsbYxgcG39gIG8IdkpDdLOzyhSTAZje//bIkYXNA8rGQ5CMLWdg1OSBcgd3/TI+KoVvS9Iy6JUuax//HTz3urn6v6r1X71VVV5Gi0sYMMsiglyJjwBlk0IuRMeAMMujFyBhwBhn0YmQMOIMMejEyBpxBBr0YGQPOIINejIwBZ5BBL0bGgDPIoBcjY8AZZNCLkTFgzfE/vyQUkn/qk+hv8vYsMlWsOfqbQvc3eXsWmSrWHP1NofubvD2LTBVrjv6m0P1N3p5Fpoo1R39T6P4mb88iU8Wao78pdH+Tt2eRqWLN0d8Uur/J27PIVLHm6G8K3d/k7Vlkqlhz9DeF7m/y9iwyVaw5+ptC9zd5exaZKtYc/U2h+5u8PYtMFWuO/qbQ/U3enkWmijVHf1Po/iZvzyJTxZqjvyl0f5O3Z5GpYs3R3xS6v8nbs8hUsebobwrd3+TtWWSqWHP0N4Xub/L2LDJVrDn6m0L3N3l7Fpkq1hz9TaH7m7w9i0wVa47+ptD9Td6eRaaKVUPd1CmjRs2Q/Ah0rtB4BA9KfuwV6G/yXp/IGLBqWNk0Bir7/1/IeuJs/uaWEUOH1Yu/yxV60JBZyxaMvXy06GfP2D97hVmxcIz4e+9Cf5P3+kTGgFVD8YDG179jobr711cY6Cu0lv4CnLy1/J+/6vnopxz95dfPm/GgpKhegf4m7/WJjAGridtvHkw1NRF//rEOkPwoAo9ICulF6G/yXofIGLCaGFJR/6cfta+47eL9n/A08uyN6G/yXofIGLDKePBkWKK1neCBk2HJ470O/U3e6w0ZA1YZNROnfvYKI1HcdvH5q2Tq5BrJ470O/U3e6w0ZA1YfLzzqk+huu3j+Eb/kwV6K/ibvdYWMAauPlubREt1tFyub+shsSn+T97pCvzDgcNFMj29wlsOvd1gNTofVGcrJHVVU2iC5TS0UD2h847tmifpK8OvnzSVlWjEAhAqnON0lDpPbLlgcJpfTVRwsmCy5Ry1cD/ICgbwxNmcB2ldwWLOcPo93UGFRneSevoe+b8BefwUjcEwBR7YTco6QuwjTxDAmVrBYQgVaLQm645ZBEg2W4NB2rWZTIsWznLYgS0g1wx4g5BIhtxMykWHxi8MaCBdrMgjcg/IC+YVT9TYbY2CYuQw5Qch5QnYSpohjdKzHN0hycx9DHzdgt7cM7UoeIuRzQv4nAe8RsoRh9XxIm36pYmj9n3/MS5SYQrvZlEjJDTajK8ywP/6yuMDPCSljWKvBDguXPNV19JS8AKyXNeqY2Qz5L5nMTxImi3V4iiWP9CX0ZQMO5k8kLEO+K2tXimWMYDVrFEs/dKpQoscUX7lLq9kUt2dADsP+p0xQEdcIKWBYl7NI8pQq6BF5Ab3NztzIkM9k0or4ASEckxscJ3mqz6AvG7DZmU0WMdIWTcR7UQ8dy4elz3YdUyfVtDu/8vmrZNoUTWZT0P3qWf6rMikT8QwhPMOGNeiEu19eAJbJ6BnSkccScRNjdLglD/YZ9GEDbkDqS74ta84vg2lmbM582bPq4MXH2plfefFRn+Q2tZAbrEYa+JFUxC/hr4TYGK18VjfLCzhcRUwdKxVSgh8QhmMiJer7rOsBfdaACyMzCOg/ZM0pwZ3E6HJJnlULqxa1M7/Ssmi05Da14MseVsxyEvnkGM5yGg3tdLO8QJbTT26VSSjBH6OKgFRZ8mzfQJ814IJwbbTd3pU1pwSnid5plzyrFuTzK795IUu72RSvf8ggBQY8juHcnnLJs6qgm+UFTC4vOSiTUIKPo4qg0Whlj6PPGjBCJsIQ8hNZc0qwnSBVljyrIg7v+NL8yh23aDirkR2ocjOsRD458hnOl10peVYtdKe8gNURIqtkEkrwetSA++qccF8exNLbreSorDkT8TlhwognNZyiTJxfef8n/LDKmZIbVERh0QyWMP8mkzIRb5CoW8sPT5M8qxa6U17An13J+NgOh6BFnCc6q0nyYJ9BXzbg6BIOB0v+W9aiFI8RRuCg95IH1cUjd8fnVx6+u1DyT6rDbvbXddoJL2AYm1GrnF9Ed8obLq5nDXx0tYpEToo/EVh4H17O0ZcNuKi0wWCzMyNY8o6sXYHvEsbAIG+UPaUyxPmVz18ltTWa7wWVH56qZ/ntsdFmibifE3IbIQLDabf+TER3ygv4cyqJjiF/JxMYeI8w41nBao2U3CB5qs+gbxswoso6g80Z7YcRS/+MkA9IdL3Od6KrKQnHuLwDJPdrhO8/4f3Hx72SHzVCXmi8kRMGMuxXCPktIX8h5E1CHiVkGMMaWF1usFpyvxboTnkBdLBozehyjmdJ1FlD5lcIOUkYD6u32goj0yX39yX0cQOOocHnHyrYLNHkL0aMjjU7s/PyJ8ru1AprFo9avViTqdd2AbflchVlcfq4wISYOMHpjBRGtE0WKLpZXiBYMNnszInO/IvEIO81I7zqw32viP5gwHGEi2cieswPT+v+Ri0pa9D6W5x2URCZHiqYjP9LftcaPSVvpKQB7YtWDhdpO3h2/aAfGXAGGfQ9ZAw4gwx6MTQ34MKiGYG8MR7fYLuj0G7Ps9lzbDa/zZaNv+2OfLenPDtQlR/uU8vcELLm5I32eAfFRbZlJ4hc4PYOzMkdVRCulTzVqwFxIBREszkKZCIXoipQId0fyWsKKG105YynHGr8hcj2nLjIvsFQe61nKAGtDDg3NM7hDGdlOQghBoMhPy84fvTo2XV1TY2NS+fNW3zjjXPq6mrGjy+JFFnMFtxjNJjtjlBOblWvHXVoCATHwj6zsmwQx2Q0hfMLJo4ZAzGbZ8+GyM1z5uDvydXVRYXhLFNW7B4r2h6ardH3jNqjISd3NEQwGqMtCKGKCyNTqsdFRZ4zJyry7Nn4G5VQGCowGo3Re7LsUO7YSHivFBnKCaO1OUIGQ7QFobqlkWKoMcSESkNkqDeUHKoOhYfax0R2OJyRvNB4SVFqQWUDDhfXwyeZTFaO4yoHD1mzePH5I0f+5oEHOsfVe+7ZumbNxDFjIbMgGGD52i0VUh3RIV/PAIPBzPO6UZWV65cvv/f4cYmAcrTeddemlpbqkVWCTtDrTU43lL/XdFDoS52uIrAtCPpxVaM2t7RAHImAclw8dmz9smVVwyp5noe/RqX1ouWNUEioJZTTaDBOGlu9bc2aB+65RyKgHOeOHIEJDBs0GOYAfw3TUH1HFNUMGJy53KU6nd7r9q5evPjhc+ckwijBk/fdd8u6daVFxSzLOhz513mcCf2Dc4Xd5uYENqxY8djFixJxlOCJS5e2rFpVGMznON7pCnfbTE96gOk6nIVQx8JQ/tbVq8G8RBwlePTCBbi53OwcVB0cwXU+YgzTRZQBhRxQVLxj/XqoqEQcJXjo3LnVixZ53R64PJenVEUzVseAswMjDPqsbJ8f5vfNq1cl3OMXeOiDt9wCLW9pakKksXzBAjjjWzdvvnDnnd+4/37J/cCdt946sHQAGtjtLb8+g2pf9jD441BecO+WLXKRn7py5fKJE7fdfDM0dWVM5BULF0Lk/du2oX/+xpUrkvsB1E+koBAeMLY2+zqMMBs8vkE6nVASjhzasUPCPAChINq+rVshJoSFyBAc4h/Yvh1V0a5WQAGCgVy9YERlyl7X84DiuT1lPMcPHlB2fO9eCf8AVBcKvGfzZogMlYbIUG8oOZoSCt+uVmy/6Sa/x4cIPDswUvK69NBVAw4Xz7TZAmhXcC8xRXidm5YuHTNkiDWWDFg4bqAgjBaESYIwThAqBMHD8/hd4LiKSAQphDzy3LVhg91qQxaRX3gdbQheWDTDYvUj2l+7ZImkkZALtDQ3V5SXC4IA0XiO08Pl4iL2fwDRI37X8fyg0lI0uSTyRGmbV60yZ5nNZk9B5DqKPhAKmc1uMIZeVyIyRFg2b15laakxJpqT54cIQnWslccIwiBBsHHRxRVZglA1cOCq5uYHTp9OfBw6jXjNoDdYrf5uGPJRjlBhjcnksNvsuzduTGQYQC6waM6c0kgEkYjYmpJWFn83GgwjKipgApJoFGayZO5cmIzNntf1rrhLBhzMn2Q0WJCvX/qy7aH/hN3qWDas020l5FuEvC1bpiriPUJeJOQAISN0OoaQ8lBI0ocjLh0zYgS6YnTykrf3CHKD45D7lUaKYKuUSQBOd3BZGcMwgk6HxlNCuBP3DygqQq+VKDIcX8VA+DpDIDq+JWWg+5GTO1rQ6ZHIJSoiGEb/OSQSYRmmQqfbG12f2uFnI+8Q8veE7CAEKRbuH1FWJunDr9x9d0kkgn4pN3RdbF7lzxkOlaseWfX4vfdSJsX+MxwKiW0nNmJSwp0Iv2HJkj4c3VUoN89otMKIJG9PCekbcCA4FkLWTpr0tdZWytbdBw8OjkR4hlnGsj+QNWTneI2QPYRYOS7P7d6zaRMtE4Ab4zTbR0I5sgNVyFRvnFmPtqS8wVsVBINoJFC80VIh2DAcdm52dqJOwzwQkrAs1+OxJRgAG8vmz090MYiKC/3+LI7bxjC/kLVj53iJkDUsK7BsWSiUqNOIwGfPmIHqRSVLeOhmeHwD0SII/ilvwK6NGz0uF0KqeLOlSCgQnqusuPj0oUO0TBjO1PETdLzQlQXqaRpwTu4o1PXiG+dSbp68fHlWTQ3Psss47jeyZlOOPxJyO8MYWHZkeTkcMy0f3ZSO17ncpRJOug2+7Eqo8rplyyhLiA4mjRkDC0zPdBNJLGT08OHofmn5N69di4bX9HPlzgGPCQZ2rFtHWXro7NnqYcPQp+xmGPkursrxH4Ssg+dimNrq6sTBvzWLF8fcllb7DSSFy12C4BYeirJ0/6lTQ8rKUA9oo3hrpUtczMvXT52aOBLWNHs2TCntXcrSMWCEkXgl6poycf7o0QK/v4jnvy9rqvTwBiE1PG83Gm+7+Wb6FvR1qNwe6YdRv1AsRFCUmVMHD7qcTuQ/8cZRg1CazWKBmPQt+7dtg+r0iEKj78WrE+v/yO7dHotlDM+/Kmuv9IDeeBDP57pc99x+O33LtjXoobm0FborQN8r6IRjCXEB6h+pbNodb7uEVkbAdfHOO+lbVi9aBINKb+/blA04VDBFp9MvaGigr0e7mgUBLPxZ1kJdwWeEHGUYOPtETxFVaJbr5nw4LzRB4rD2btmCRu16xyunaETNsuh76bvwNxQ6kNetBwvhdRKHtXX1arTFrQzzqayluoIPCYF4Bp5Hy9J3rWpu5jk+L3+ChCtNgbwXDiux7wUbaOKud7xywosMev3RPXvou+bfcAPMKlSY8hfUqRlwpHiWyWSfMGYMfTHqXc/zBxhG0jBq4W8JQTi9aPZs+sb1y5bxvBDqrnHp6BfFhqwbptVSBmIWpUm7UkL5a5csoW9cNGeOXjB221LEgkitIBiWzP0iP4LzgvU+ImsdtXA65qkT/QXiTKPB3G1TxLAcntdtXLGCMrCwoQGeNN4eGhD0B33AbQlua9yoUaYse6rb36ZmwHZHfrbP/9XLl8VXItiD77xHM+sV8ULMhhFmUFGrR1ZlZTm6Z37YZgtE8gvoDBlScS06XjnhLVShv3n16uAB5RaLt1vmhxvMFk/FwIF01AoxLazrW7J2URcPIrZkWRqxf721tTCUj8qXsac+YDPolsaPGi2+GkDfq6n1ihS1YZ6nI3lPXLrk9/oczgIJe50jBQMOBMei6z9zxx3i++47edJqMOzV2HpFQHvQujAe8dWP33uv0+5we8okHKoOxOpIiuhsLWRHjWva9yYSdIi27kNnz2aZsrz+CgmHqsPrG4IX0bE0+GiBZR+WtYgWOMUwRp4/e/iw+OrLJ07ootOHmg9KuzylLoeTripDftQ9PhoEXUKOTRXs9KFDeHVKybBSA0Z3ZzLZZs+YIb4JPVJZfn4dz0vODNMOJxjGotdTUXdv3Ii8VNMl0+Hier3etGz+fPGNaGCfx9MNjpkSWtdmtdLZ1/XLlws6vaarHVA4MrFNLS3iGx85f95ns+3pFh8tYjnLhjweGuIhd0D+osVBMBT54alQJBit+MYrd99tMhq7zUeDEEgX5OUh4hAZuKG2FuGA8uhSqQF7/UOsFiv1Us2NjXk8f03WANoBnmI6xw0rLRUZABBV2h0hCZ8qwuUZ4Pf4aPA8ffJkdceclRDeWD1ypMgAYtqCYMjhikj4VBEOZzicX0CD5/HDh4/meXVHrTrHB4SU8vysKVNEBqDWHrfH7dVkG3oRdntw6KDB4uuAsuJicbVcdxJaubltlAfRpcVs8fqHSvjsCIoMGP7AaLS0NDeL77h0/Lie49rdBlBTvElIFsft2rBBZOPk/v3wlBodmQGvrxeMSP/Ed506eLDbwioJ4b137NwpsoEkgud1GnXChUWIqHR0GPbI7t1IW16RtYLW+Cd0SixLJ5Y2t7QIgkGjThjdL8uwdx04IL7rlnXrkCTG6717Cf0wUgaRjeULFsDcIiWKxjsUGbA/pxJ5EQ1s4JjR1JJ67xyfEfIvhNxByGpCZhKyhJC9sZPyOj+JS46jDJPjcNCPAcpLSh1OTTYf9vgGuZwu+iI45lQNGKowfvz4AwcOtLa2PvXUU1evXr399ttramp0ilfhiQQnFQwERDbQNwYDuRqtZnG6S0K5efRF4ezsHSkGz58Q8lxs89plsVZeGTtb/B/b2+O2cyzhuMq2UAsRkNPu1Gg1i8NZMGhAGX2Rw2ZLNXjWGwyT6upuOXz41IMPXn7qqaOXL2/at6+iqirVcmDANNRCnGsymvw5wyXctgtFBmyx+mbPqBNLR/fLMcxLskrvCGjUc4S40ZMQYoA6xhkmekQOhBgJ2dbxGlo53ifExfNb2zrGPZs3I2fTYjg6K8tBs1+xq4/zrYCMRuOuXbveeeedDz/88Nlnn7106dKRI0cuXLjwzDPPvP/++9euXYMlWyzRj+AVUuL85MYVK4wGLc40bkC2SbNfdPUmjmt3O+128SdC9iE+giLGWlYkVBlaHD2anZBjsc1eJU91hNfxFMOcvO02kZklc+eazepvRh8pmQXloSOjm1etghXFWVdAdqdz36lTv/jzn3/2hz+0/u3f3n7u3I4jR461tj723e/++yef/Mvvfrd0wwY+FWcNHbt47JjITEPtdKtN0Yk/yQ24IDIdRdPB5/opU6Yq7n5fJaQgoUXbJfyrmbS/L3e7uJ1hinJyRGbgNU0m1b7MogjmT4LIdCHn6OHRKf44u8lo2LBhv/nNb954441ly5ZlZUX3bUgk2Pb8+fNfffXVt99+G/1z/NdkBGbKS0pEZh67eBGBbnqrdjpBIC+6sp2uahxaXLxFcff7AiEOBa3sJ+RHsmc7QhPHTRwxQmQGDYEaUP10MnRx5iwzHeMIZGfjLXF2k1HNrFn/du3a0z/6Ef7Qxb48SySr3b543bofvvXWd155pbCkJP5rMkImPLOmRmTm9KFDYEbJzH9yA0YwGcj+wmDsRuPXZNXdLl5sc8lJCdUG+zgjK6Fd/C7mnqlDmTZhgt0elPDcRSCYHFCcYDCKrbe+vv6DDz44ffq0IGvUROJ5Hp3wRx99tHjx4vhPySjRoYwcOszhVPnMe7ujYHTlcLF8vAg1/FNZzbeLh2JNrCS7QCWiUhTOJ38HNs/z1KEUhyMut8q78NtsuTMmTxbLP3v4sHLrXb5p02sff7xyC1xcZ4+YsrLufuihn7733kjFnjrLZKIOxe/Ff8mPDUluwDZboHH6dLHQ/du2WTjuQ1l1y/EaIYgRlVZJjNDAfyMrp11M0Onmz5olsrRzwwa93ijhuYuwWDx0HRIiK4VZ69ChQxEhb9myJX6djJYsWfLxxx9PmDAhft0pCTodHUS8aelSRPgSnruILJNtQ9s6pBULFgzS6SR13i6ej7VaSoSuOOmJkcBnhGTrdDRXap4922pV+aBwQTAgBRPLn1NXp3CKoXb2bFgv8t74dTJCevzyf/93KByOX3dKiblSfc1Uuz1PwrMcSQ24QRC+yBNumDatQUH8jNofEEtxUyJYO1Lit2SlyXGCkLJgUGTp4XPn4AhD6p33EymexbLcif37xfLHVVUpGb7S6/Wvv/762bNn49fK6ODBg7///e+tVmv8ulOqGDhQZAmZEi5V3HwHoRoKpB91Dy8tTXpoNvAeITZlfW8iweBzlQ1ermDZmrZFu8f27oVyq3jKfrBgMtTmkfPnxfKDgUCcv07JHwgg6UV4HL9WQHjL+See+LuXXlKiRQjN6FKLWzdvhouRsC1HEgPOD09DuQ+dPSsWWpSdDQ2VVLQcX0ndekWCe0562iuAVAoxHp2UdrvcCofslCAvfyLqmkYyNmWjTTfffPObb74p7r2onPCil19++Y477ohfd0oIy+l3yEaDUcXPGwJ5o01Gk1gyXmHS6Z6T1bkcu2JjVGkQWvkeWWlyPAqDsVpFrr7W2gpL6OK374nwZ1f6PF6xcATqnQfDlI61tj75IlLD1AgpMTrhxkWL4tedUl7bjMMDp0/jMum2cEkMGE0LpRRL/ObVqwLH/bOsouUoEnlJi+Chkw5KfwpflTBKWVE+0KnezIo/p9Lj8oglP3rhQpytTgnN/7vf/a6lpSV+nQo1Njb+8Y9/RAcev+6U6FRhQTCk4syKxzsonF8glnzv8eN4UdImQBqVnvWK5I6tzJGUKcGrsTtpGuxyuFR0005XceXgIWLJx/ftYxUYsNPt/vdPP60cMyZ+nQqt37PnH15+OX7RKaETpgtpDHpDIG+shHMJkhgwtKQgmC8WB+3BC96VVbQE/y4yki6hC3tIVqYcYUGgCRICe5uCbEEh4AuGDhwkloxAWolvrqqq+uSTT+x2e/w6FUKCfe3atRkzZsSvOyY0LV3rP37UaLtDtQlwuyO6hbVYMtIll4Is6e/SDbJEgpv+oaxMCT6OxVl0lcWgAeUqToDb7Ll0ZGfzqlX6TgcdRZq7fPk//frX8YsUKScY/PXnn+cVFMSvOyW6XjiUG/T6koxjJTFgVFlFmzYf2b3byHZ2eLSI+wkxxTlJh5AoLJWVKcdkQVjcNs60+MYbbTa/hPO0AcOYNHasWPKuDRuU7H60a9eu559/Pn6ROn39618/EXOOnROUjO7z0lBba1Nv7N1uz6PavG7ZsgpBkNS2HNu7ZsBw0xBYUqYcOTod3VMu5rNUG3uHwiydN08sGfqjpJVPPfjg4YsX4xep03O/+MW8FSviFx0Tsiq6o8PgsnKXJ8nYexIDdjiLxgyPT8fBN3sVDE4e7FpwBaqWlSnHbJ6fW18vMrZ68WKr1SPhPG3Y7KGZbWtxN7e0KPHN586du3r1avwidTp58uRjjz0Wv+iYwMnKpiaRsYUNDXa7ap/a2eyBhY2NYsnLFywYr8CA58SZSpPQA2+WlSlHKeKs1atFxmZMnoymkXCeNqAw9IvrG2fOVLL++dHvfGftjh3xi9Tp6tNPb7nttvhFx6RLiLNGVQ53uIoknEuQxIDRHU2pHicWt3PDhpCCpt2U+sikhIplZcqxhGVnTZ0qMrappcVsdko4TxvojuhI4E1LlyoxYJgfjDB+kTrt3Lnzueeei190TOglmufMERlbNn++ikEHilrW1h3hFbUK3PTYOFPp01xZmXJUCgKaQGQMjaJkWkUhLGYnXXYGRVIyRPz3P/nJ/JUr4xep010PPHBQwSSFIAh0tf/k6uqkiVLSHjhSPbJKLA49sE9B08LJKBqQ6ZigHJIy5ZjD83CcImNr1O6B6xNcgxIDvnDhwv33I3VIk44fP/7444/HLzomcLJiwQKRMXSYNluOhPO0gR64qa0HhmuYoMBNN8SZSpNgLnD0kjLlGCAISFBFxhAWqdkDW9zUNcypq1OyVufx731v9XakDmnS/d/61tYDB+IXHRN6YLq7EIJfhMASziVIYsCxEZ34x1bIgbM4TlLFclzqWg7MENIkK1OOGp0OqYvI2JK5c23KFo4qAXwePJ9YMoKOztdUibR3795vf/vb8YvUCdZ79913xy86Jhjw+rY9MRumT1dx3A5FJQYdwxQY8JbYAqy0CTnwUVmZcuTqdLvacuAJY8aomQNb/XStO4IOJTnwPQ8/fODMmfhF6vQPL7/ctHp1/KJjQixA98oaUjYw6fqzJAYcm2AoFIu7eOedeMF7slqW4BcxI0yb0LStsjLlKIFvbguBGqPanCvhPG04XSXDBsd91p233qokuBo/fvxf/vIX+cpnJcRx3DvvvNPY2Bi/7pjgm+mKmkljoychSjhPGyiKJkp7Nm9WEmd9vWtxFvq778vKlOCvEJlhju/bJzKm7mQhFAYdr1jyxhUrlMRZzWvXfvdVcW4rZXL7fG989pnCddF0RU1BMD/pZGESA87JHZWVZRaL+8aVKzzL/l9ZRcuRG+ckHYLxd3SMAwWaVp+w3Uzl4CFOV7GE87Thyx7m9/rEkh86dy7OVqcEI3z33XcXLlwYv06Fpk6dqtz46dcq8KrwrRLO04bbO7C4MCKWfP4ousbo7tySOpfgz7Aukae0yKrgG8PXYnfSxVIel8efo9r2ug5X0cihw8SSFbppX04OjHDAkCHx61RoxebNz//qV/GLToljWfoRa2y5TpLTOZIYcH5hDQqllVjo9SJCllS0HOfTdc9wg/NlpcnxM0QaDPPohQsiVz6PV8Wdk/NC42GQtBLNykzrwIEDv/zlL5UMZiYSwzA/+MEPTsfW3CQlFE65MpmycnJVO3gFbtpM3fT99+t5/kVZncuxLt1WNsS+E5aUJsfX0HGZv+CKZTkVN5r1ZQ/N9vnFwqHeCldinXv8caSy8QvFZMrK+uFbby266ab4daeU4/tS55F006gkBlxU2sDzutvbTv2YOXnyAgVp8CeEBGNhUqoE9X9DVpoc0Pfiti8KH7t4Ee5TxUV24eJ6lvliR4jRw4craV2z2fz222/fpmCeIJE2btz4hz/8wePxxK87pYFt37i33nUXLlU8/awgXIsC7z91Six/aFGREgP7fSzfSZVQla5YBy4pTY51DDOx7Rv3uw4cQCureCpnMLZglq7GhdnE+euUQuHw//voo5nz5sWvldGh8+e/B+euIM3mOY4OoN528806nZD0w++kBtxotWXTGdc9mza5lG2S9KNYd5oSwXqvyMppF7U8P7tt4cHeLVtia77V/MDdYnbRGdfYVnKKosVJkyZ99NFH8+cjhlBEtbW1H3/8sZLsFwQe6EzPppYWk8km4bmLMBotdMZ18dy5I5V9jfSN1N007n9BVo4cn8NadLqNK1eKLEF2i0W1iYYYGnQ6PZ1xvaEWOqUoelq4atWrH3wwZOTI+HUyWrphwyvvv19WURG/7pTAA91eLzayk3yqP7kBI0EqCIbEQp+87z6LXv+0rLrbxVOxNEnhnDDadaeshHbxn5CTYU61rbCrr5mq4giWCGTUdP3Zw+fOKUmQRFqxYgVscufOnUk77bVr1+LO7YqnJVAgXQg9rqpKxREsEXZH/sTR8dWUl44fB/fI2CQ13y5OKLZhlIk7Ffrof4bysCzdkXNg6QCnq0TCcxdhs+U01Ma7AYVrZkXaefQobLg+madGIrbr2LFfffjhNGU+GqQXhCfbNq4KBnKVnCKU3IDzC6dCNjoyNnXs2EbFO3KgGZzJMiV01HB9SkaeRSB8DHniHxt88+pVm8Wm4tiGCDENpnsjDxs0SLkNo1+9du3aD3/4w5qamnafGjt27Isvvvj+++/PnTs3/pMCiuTHV6R/9fJlQdCrfvIo0mC9oKfaU56fv1dW8x3hq7Em7ryV8a9mQv6P7NmO0MKyo9vmAr5y5gxqEkGvhOcuAmmwzWqjH3h5XAjtlVLT6tWvffzxA888Uz50aPynBILyTL3hhm///OdIfYeNHh3/NRkhfp4yLj4XcPHYMRhdfjj5ho3JDRiwWNwL2w5DOn3oEMcwP5fVeEf4Q+y7M1gpkOiq4e4Msf9Di1+XPdURPiIkm+fpFPyB7duRoquYGlEgRqWHIR3asUO5AYOQ0545cwYd7FtvvXX16tX9+/evWbNm79699913329/+9tPP/20tbU1oOwDVJHQtDvbVudsW7NGLxgVblmoHChQrzfe0nYQIf6wchzaTlL/HeHN2Ap21BHaNLGm8DdMFw56g4LPYCjewlMse3jXLpGZlqYm1VMGAGrDc/yhth0/o8fHpDIGiXz4/BNPvPHZZy+89trhixfX7d696Kabth44cM/DD//43XcRNu84csRis8XvVkCwWLrPzLxZs2IHcUh5lkORAXv9FXabne49PXLgwCYFXzUk4v3YzOEaQqYQUhZba7WYkPtiAyGSOzvH+djIJD2dcfiQCo22hnZ5ynL82fTDrsJgUHmIJZLNZmtqaoKtPvPMMy+99NKzzz575cqVpUuXulLx9CL5PB7KSVFh2OHUZGtoFFsaKRLfgn4p1+W6I8VdKf8rdkLKckLGx3Z0mIyOlJDHY05ccmfnWM+yCAFETiC43+vT6BQOuyNYNaxSfBGUSuGMQyJ5/P7mNWtOPfjgI889961//derTz8NY54+Z44pxaLQadPVB19rbbVarAq3hlZkwJGSWXq9iR79dPbwYZ5lvyerd60B/XDyPB3YOHfkCIwqqPZeZyJimyQLdMuV6FRhigasFqFp6cAGOiXEAhqdR1EQrmVZjn4Ks2vjRgPLKpkUUBc/jY1xHNm9W2Rjx/r1Ol7Q6JQzcV8OephL9Ny8HtoXGs1Kz/5GgIloSOH2I4oMGHB7yt1ONz2Mv3HatBKe/0BW+5piYexYd9oXjaqs1PTwK6erKJQbpK8bV1WVUoilCvE8P7RtJx2grKjY4ciX8KkiUHh56QD6uuFlZbUc122n5wCfEDKc56eMjp8zFg0EcgJOt2qrdOSw2nLGfunsi2B3np4jkk6na6iNH3+JQMDpcCpfpaPUgMPFswwG86K2r2GeuHQp5PUuTzGQ7gpaCTHpdOePHBEZQOqC7kLFrbDkQCcsCAa6/PiR8+cddnuqgXRXCO8yGY10M0r0RUj4k+6x0hWgb0daSJcf49V2o/FEN56NtI1hvAnHQa1dsiR6LIOWh4yiE0bvRzv8i8eOKZw1VIsQYWV7vfTUhKbG6JSe8t2/lBowkB1AF6SjkxkIPAw8f7pbWvcfSfSEUXrQCQKBbJ8fPaSEQ9WB5N9kNNEtwRSuuVOL8C46Ufn4vffarTa3d6CEQ9Xh9pY7bHa6wmHf1q06ln1G1iJa4CuECCxLtxN88MwZo8Hoyx4m4VB1IPnP8WfTIZ4tq1Z1WycMH43ul3ZLl44fR8yVkztKwmEnSMGAAYSs4S8flovWfVTWEuri3wixcdyCtn1kgbopU+CltBh8lqHBYvEOKSungfTW1au7x4bxllVt+8gCY0eM7J4jkWPHUDrGjRpFXx0dBFa2F1pX8HRs4vfmtWvFl6LCBw0oUzgS20VAkYwGM10CBcytr1e4rqOLhFamHw/CgxQEQzZbaosaUjNg+XH1cFeodyULpNPD92PWWzdhAjUhBHgcy6k+K9gRCiLTEcUlHle/sqlJaxtGWDUvwWFFB1d4IVRYI+FNI4jH1dNtooF59fUmln1W1jpq4bFY3wtPQd+IZE0vGJUcTaAK8vInICPbs2mT+HYo29Tx47Ue0IIW0dVvADwI/Eiq+UJqBgzEFjl8MRMLwKL0HIfs5RNZw3QRV2OR8/z6emq9iK90OkHJjvUqIpA3Gq27o22OFNi4ciVqX4t8GGWiZLqQEzi4fTvs2Z8zQsKVpvDnRE+TOXjLLZSN5fPnw1MrPD1DOf5KyG0II1mWfrgP3LJuHSpcxX1zlcDrGwzVOtkWwEPl5tTVaRRLo4nhHai/AGBQMKs0vtZI2YCB7MBI1C9dWgAc37fPZ7ON1OlelbVQevgvQhaxrJHnE13UuSNHskxZ3ZD6yuH1D4VC0486ACh3lsmk7rg0XmHQ629tm7sCoE+CIHi0PCC3IyAZFgQ93bsXgKc2C0IDxyX93lMh3iBkIse5srLo+akAKhn10A2prxxQLSgYzUiBTS0tiKXBT7yF1CAU6LDZEisWpgSDyg5USfhRgnQMGPD6KxDH0k/qgUfOn6+urIQr3cMwST/67wToxhGQOziuODcXFkvLhyqjcjWdROkcbm8Zz/GJXvPqPfcMKStD66rSFaOcknD4vpMnafmHduzQC3pNJ1E6BxQaDCRa1+UTJwYWFlo47nTqR8Mm4k+xQ+oQXo0sL3/g9Gla/u6NG1HJPeKwRNgd+VAzupctcPbw4VBuriopMfQENHr4cPp9LgAfAVPyKT7RW4I0DRgQo6zm2bNpfAsg3gt5vWjgPco+DEzENULOEpIH/2QyIaJILHbP5s2CTuiRvjcRXt8Q1PXqtiWWItAvuRwONHDaZoxu3GaxbF2zJlHk6Fgox8FrSHjoZrg8A2BRdPwfAJPgzWux+Hn+ZOzbEkk7do43Y/uWor4CTmeiNwRWNTejI0LfIOGhm+F0RRD10MUzwFNXrqxdssRkNKZ6tnMioTWzfb7EIA41ubChMfp7IP38KH0DBgJ5YwXBMLisnE60iGwhJCgNBqHOY3W644T8a+wsBUlDUvwq1uUiMBNYNsdub2lqonNiwNdbW2dNmxZtV22OeE4VSB94XhhVOZyeGAB848oV6HTA74cNKw+qRZv3eTzrly2jcxgAxJ9cXY1/9au3S0FX4MuOpg9Txo2nnzoAX2ttXbdsWdDthgwzeP5cbCuljpZ8INF9mZC7CZnE8yzDRLKz4a3o5gQAKrNq6DCkoDm56YSRqsPjGwSVa6itpRMuwBOXLq1sanLY7dEMVnErizZfEAzC0Sc66K+cOTNoQJleMOYGqyVvTwldMmCgIFJrtnhMRhO0MJE/4PzRowsaGsry8hBiopmLBGGaTncjz68hZCHHzdTpBguCKTZIkO9210+Zcuett0pKQCQTygsa9Fl5ofGS9/Yg8sPTzGa3zWKF0SZyC5w+dGhOXV1eTg4sE82shyfX6aD9kBH/R1viF/yOyxy/H/qRmAiJQLzq9/qMRqtGS0TTQ6hgislk97jc9Ow8ihP790OQsM8Hf42QeKAgzNDpFnAcWnkux9XqdKWoBMjMMCWBwNyZM+l6fQr0dU67IyvLmV+Y/OObbkNe/gSj0ZKbHTjWtnOTCKjo0T17Zkye7HW7o80aa2W0rNjKMGxcQOKoAjAM7HZhQ8OFO+9MLAHYsX69OcsMw+n6MHtXDRiIlDTAY+l4oTRSRDfUSwT86/F9+5AwN8+ZM7uubtrEiWhyCIY4+dDOnQ+eOSO5H7h47Nj4UaPR7g5XOFys4UKc9BApucHtiabEQ8oHJuZLFI9euAB/tHHFiqbGxtkzZkDkxunTFzY2rl++/Mju3XSlUSKg2SOHDoPjd7lLIsWqHcOnFsLFs5yuYrA3qrKSLh5OBISCaBAQYkJYiAzBIf7GlStRFXT/o0TAfw0eUM5xvNtb3g1T3KkiXDTT4SyEEk4cM5Z+TpsIqC4UGGoMZYZKR0Wuq4OSb161Cn7t8XvvldwPoIqKCyOw8dhudSp8UqaCAYuAL7E78tHAJeHI7o0bE2NC5YB7Q2NXj6yCA7PaslXcKEcLoCu22fPAKpKI/du2JcaEygGRD+3YMaKiAuXYbIFum+xND6HCKVZbAKzC10B3JRGTQqCi9m3dCtOFbdgdQY2+zVALwfyJFqsfrEIt5UGiQiDjQAhdHI7AQBzOgkL15rdVM2ARBeFahzOMUNFoNNVOnLhn06bEAbeO8OR990Ebbpw50+VwcSxns+Xmddc6ja4jv7DG7ixA6GQxW2bW1EA123W9EiChQjjaUDvdZrWhC7Lbg6HrKWbuHAjvYXhRtm32xukzDm7fnjhs0REQiKFy6qbUIHrkeZ3DkX9dxcydAxG1zZ4L83O73PNmzUKmQ79p7QRQfnRm0yYgGjfCKBBOqr6UXWUDFoFwKDswEgIjR4e3RlIHh438p6WpacOKFUgAEE6vXrwYsVZ1VVUwkIfMAdpgtfq9/iGFRXWS0noFEPT6cypt9gDaCd464M8ZVTkcLd3S3IxAGiJvamlZ1dy8oKFhzPARuTkBpExQYpstx5c9rFvWhKoPsB3d1MKWA0EgDoQaM2IEBISYEBYiQ3CIj0pA1I0KQbWgchBl+HOGX4c5ghJAOb2+IVabP9p6vC6UmwcFRpoAZYZKQ2SoN5QcXREUHmoP5YcJIEyDOWiUI2hiwIkIFkxCMztcRWg5q9VrNjtNRovZ7LBaPWh7uzOMGskNjrsOU6B00YDwweuvcDgjHYrsr8gLjVd9V42eAgSBOHC+EA0CQkwIGxPZCfFRCaiKqMjRqKrPiHwDlBZ5bPsi2wNQeKh9N4xEam7AGWSQgXbIGHAGGfRiZAw4gwx6MTIGnEEGvRgZA84gg16MjAFnkEEvRsaAM8ig16K08X8BS7Ya5nrfbngAAAAASUVORK5CYII=" } ], "colors": [], "themes": [] }, "scpi": { "subsystems": [ { "name": "1. Introduction", "helpLink": "EEZ PSU SCPI reference 1 - introduction.html", "commands": [] }, { "name": "2. Syntax and style", "helpLink": "EEZ PSU SCPI reference 2 - syntax and style.html", "commands": [] }, { "name": "3. Registers and queues", "helpLink": "EEZ PSU SCPI reference 3 - registers and queue.html", "commands": [] }, { "name": "4. Common command reference", "helpLink": "EEZ PSU SCPI reference 4 - common comand reference.html", "commands": [ { "name": "*CLS", "helpLink": "EEZ PSU SCPI reference 4 - common comand reference.html#cls", "parameters": [], "response": {} }, { "name": "*ESE", "helpLink": "EEZ PSU SCPI reference 4 - common comand reference.html#ese", "parameters": [ { "name": "value", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "*ESE?", "helpLink": "EEZ PSU SCPI reference 4 - common comand reference.html#ese", "parameters": [], "response": { "type": "nr1" } }, { "name": "*ESR?", "helpLink": "EEZ PSU SCPI reference 4 - common comand reference.html#esr", "parameters": [], "response": { "type": "nr1" } }, { "name": "*IDN?", "helpLink": "EEZ PSU SCPI reference 4 - common comand reference.html#idn", "parameters": [], "response": { "type": "arbitrary-ascii" } }, { "name": "*OPC", "helpLink": "EEZ PSU SCPI reference 4 - common comand reference.html#opc", "parameters": [], "response": {} }, { "name": "*OPC?", "helpLink": "EEZ PSU SCPI reference 4 - common comand reference.html#opc", "parameters": [], "response": { "type": "boolean" } }, { "name": "*RCL", "helpLink": "EEZ PSU SCPI reference 4 - common comand reference.html#rcl", "parameters": [ { "name": "profile", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "*RST", "helpLink": "EEZ PSU SCPI reference 4 - common comand reference.html#rst", "parameters": [], "response": {} }, { "name": "*SAV", "helpLink": "EEZ PSU SCPI reference 4 - common comand reference.html#sav", "parameters": [ { "name": "profile", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "*SRE", "helpLink": "EEZ PSU SCPI reference 4 - common comand reference.html#sre", "parameters": [ { "name": "value", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "*SRE?", "helpLink": "EEZ PSU SCPI reference 4 - common comand reference.html#sre", "parameters": [], "response": { "type": "nr1" } }, { "name": "*STB?", "helpLink": "EEZ PSU SCPI reference 4 - common comand reference.html#stb", "parameters": [], "response": { "type": "nr1" } }, { "name": "*TRG", "helpLink": "EEZ PSU SCPI reference 4 - common comand reference.html#trg", "parameters": [], "response": {} }, { "name": "*TST?", "helpLink": "EEZ PSU SCPI reference 4 - common comand reference.html#tst", "parameters": [], "response": { "type": "boolean" } }, { "name": "*WAI", "helpLink": "EEZ PSU SCPI reference 4 - common comand reference.html#wai", "parameters": [], "response": {} } ] }, { "name": "5.1. ABORT", "helpLink": "EEZ PSU SCPI reference 5.1 - ABORt.html", "commands": [ { "name": "ABORt", "helpLink": "EEZ PSU SCPI reference 5.1 - ABORt.html#abor", "parameters": [], "response": {} }, { "name": "ABORt:DLOG", "helpLink": "EEZ PSU SCPI reference 5.1 - ABORt.html#abor_dlog", "parameters": [], "response": {} } ] }, { "name": "5.2. CALibration", "helpLink": "EEZ PSU SCPI reference 5.2 - CALibrate.html", "commands": [ { "name": "CALibration:CLEar", "helpLink": "EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_cle", "parameters": [ { "name": "password", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "CALibration:CURRent:LEVel", "helpLink": "EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_curr_lev", "parameters": [ { "name": "level", "type": [ { "type": "discrete", "enumeration": "Level" } ], "isOptional": false } ], "response": {} }, { "name": "CALibration:CURRent:RANGe", "helpLink": "EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_curr_rang", "parameters": [ { "name": "range", "type": [ { "type": "discrete", "enumeration": "Range1" }, { "type": "nr2" } ], "isOptional": false } ], "response": {} }, { "name": "CALibration:CURRent[:DATA]", "helpLink": "EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_curr", "parameters": [ { "name": "new value", "type": [ { "type": "nr2" } ], "isOptional": false } ], "response": {} }, { "name": "CALibration:PASSword:NEW", "helpLink": "EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_pass_new", "parameters": [ { "name": "old", "type": [ { "type": "quoted-string" } ], "isOptional": false }, { "name": "new", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "CALibration:REMark", "helpLink": "EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_rem", "parameters": [ { "name": "user remark", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "CALibration:REMark?", "helpLink": "EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_rem", "parameters": [], "response": { "type": "quoted-string" } }, { "name": "CALibration:SAVE", "helpLink": "EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_save", "parameters": [], "response": {} }, { "name": "CALibration:STATe", "helpLink": "EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_stat", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "CALibration:STATe?", "helpLink": "EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_stat", "parameters": [], "response": { "type": "boolean" } }, { "name": "CALibration:VOLTage:LEVel", "helpLink": "EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_volt_lev", "parameters": [ { "name": "level", "type": [ { "type": "discrete", "enumeration": "Level" } ], "isOptional": false } ], "response": {} }, { "name": "CALibration:VOLTage[:DATA]", "helpLink": "EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_volt", "parameters": [ { "name": "new value", "type": [ { "type": "nr2" } ], "isOptional": false } ], "response": {} }, { "name": "CALibration[:MODE]", "helpLink": "EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_mode", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false }, { "name": "password", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "CALibration[:MODE]?", "helpLink": "EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_mode", "parameters": [], "response": { "type": "boolean" } }, { "name": "CALibration:SCReen:INIT", "helpLink": "EEZ PSU SCPI reference 5.2 - CALibrate.html#cal_scr", "parameters": [], "response": {} } ] }, { "name": "5.3. DIAGnostic", "helpLink": "EEZ PSU SCPI reference 5.3 - DIAGnostic.html", "commands": [ { "name": "DIAGnostic[:INFOrmation]:ADC?", "helpLink": "EEZ PSU SCPI reference 5.3 - DIAGnostic.html#diag_adc", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": { "type": "list-of-quoted-string" } }, { "name": "DIAGnostic[:INFOrmation]:CALibration?", "helpLink": "EEZ PSU SCPI reference 5.3 - DIAGnostic.html#diag_cal", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": { "type": "list-of-quoted-string" } }, { "name": "DIAGnostic[:INFOrmation]:FAN?", "helpLink": "EEZ PSU SCPI reference 5.3 - DIAGnostic.html#diag_fan", "parameters": [], "response": { "type": "nr1" } }, { "name": "DIAGnostic[:INFOrmation]:PROTection?", "helpLink": "EEZ PSU SCPI reference 5.3 - DIAGnostic.html#diag_prot", "parameters": [], "response": { "type": "list-of-quoted-string" } }, { "name": "DIAGnostic[:INFOrmation]:TEST?", "helpLink": "EEZ PSU SCPI reference 5.3 - DIAGnostic.html#diag_test", "parameters": [], "response": { "type": "list-of-quoted-string" } } ] }, { "name": "5.4. DISPlay", "helpLink": "EEZ PSU SCPI reference 5.4 - DISPlay.html", "commands": [ { "name": "DISPlay:BRIGhtness", "helpLink": "EEZ PSU SCPI reference 5.4 - DISPlay.html#disp_brig", "parameters": [ { "name": "value", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "DISPlay:BRIGhtness?", "helpLink": "EEZ PSU SCPI reference 5.4 - DISPlay.html#disp_brig", "parameters": [], "response": { "type": "nr1" } }, { "name": "DISPlay:VIEW", "helpLink": "EEZ PSU SCPI reference 5.4 - DISPlay.html#disp_view", "parameters": [ { "name": "mode", "type": [ { "type": "nr1" }, { "type": "discrete", "enumeration": "Mode" } ], "isOptional": false } ], "response": {} }, { "name": "DISPlay:VIEW?", "helpLink": "EEZ PSU SCPI reference 5.4 - DISPlay.html#disp_view", "parameters": [], "response": { "type": "nr1" } }, { "name": "DISPlay[:WINdow]:TEXT", "helpLink": "EEZ PSU SCPI reference 5.4 - DISPlay.html#disp_text", "parameters": [ { "name": "text message", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "DISPlay[:WINdow]:TEXT:CLEar", "helpLink": "EEZ PSU SCPI reference 5.4 - DISPlay.html#disp_text_cle", "parameters": [], "response": {} }, { "name": "DISPlay[:WINdow]:TEXT?", "helpLink": "EEZ PSU SCPI reference 5.4 - DISPlay.html#disp_text", "parameters": [], "response": { "type": "quoted-string" } }, { "name": "DISPlay[:WINdow][:STATe]", "helpLink": "EEZ PSU SCPI reference 5.4 - DISPlay.html#disp_stat", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "DISPlay[:WINdow][:STATe]?", "helpLink": "EEZ PSU SCPI reference 5.4 - DISPlay.html#disp_stat", "parameters": [], "response": { "type": "boolean" } } ] }, { "name": "5.5. FETCh (not implemented yet)", "helpLink": "EEZ PSU SCPI reference 5.5 - FETCh.html", "commands": [] }, { "name": "5.6. INITiate", "helpLink": "EEZ PSU SCPI reference 5.6 - INITiate.html", "commands": [ { "name": "INITiate:CONTinuous", "helpLink": "EEZ PSU SCPI reference 5.6 - INITiate.html#init_cont", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "INITiate:CONTinuous?", "helpLink": "EEZ PSU SCPI reference 5.6 - INITiate.html#init_cont", "parameters": [], "response": { "type": "boolean" } }, { "name": "INITiate[:IMMediate]", "helpLink": "EEZ PSU SCPI reference 5.6 - INITiate.html#init", "parameters": [], "response": {} }, { "name": "INITiate:DLOG", "helpLink": "EEZ PSU SCPI reference 5.6 - INITiate.html#init_dlog", "parameters": [ { "name": "filename", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} } ] }, { "name": "5.7. INSTrument", "helpLink": "EEZ PSU SCPI reference 5.7 - INSTrument.html", "commands": [ { "name": "INSTrument:COUPle:TRACking", "helpLink": "EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_coup", "parameters": [ { "name": "type", "type": [ { "type": "discrete", "enumeration": "Type" } ], "isOptional": false } ], "response": {} }, { "name": "INSTrument:COUPle:TRACking?", "helpLink": "EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_coup", "parameters": [], "response": { "type": "nr2" } }, { "name": "INSTrument:DISPlay:TRACe:SWAP", "helpLink": "EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_disp_trac_swap", "parameters": [], "response": {} }, { "name": "INSTrument:DISPlay:TRACe[]", "helpLink": "EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_disp_trac", "parameters": [ { "name": "value", "type": [ { "type": "discrete", "enumeration": "Value" } ], "isOptional": false } ], "response": {} }, { "name": "INSTrument:DISPlay:TRACe[]?", "helpLink": "EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_disp_trac", "parameters": [], "response": { "type": "discrete", "enumeration": "Value" } }, { "name": "INSTrument:DISPlay:YT:RATE", "helpLink": "EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_disp_yt_rate", "parameters": [ { "name": "duration", "type": [ { "type": "nr2" } ], "isOptional": false } ], "response": {} }, { "name": "INSTrument:DISPlay:YT:RATE?", "helpLink": "EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_disp_yt_rate", "parameters": [], "response": { "type": "nr1" } }, { "name": "INSTrument:NSELect", "helpLink": "EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_nsel", "parameters": [ { "name": "channel", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "INSTrument:NSELect?", "helpLink": "EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_nsel", "parameters": [], "response": { "type": "nr1" } }, { "name": "INSTrument[:SELect]", "helpLink": "EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_sel", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": false } ], "response": {} }, { "name": "INSTrument[:SELect]?", "helpLink": "EEZ PSU SCPI reference 5.7 - INSTrument.html#inst_sel", "parameters": [], "response": { "type": "discrete", "enumeration": "Channel" } } ] }, { "name": "5.8. MEASure", "helpLink": "EEZ PSU SCPI reference 5.8 - MEASure.html", "commands": [ { "name": "MEASure[:SCALar]:CURRent[:DC]?", "helpLink": "EEZ PSU SCPI reference 5.8 - MEASure.html#meas_curr", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": { "type": "nr2" } }, { "name": "MEASure[:SCALar]:POWer[:DC]?", "helpLink": "EEZ PSU SCPI reference 5.8 - MEASure.html#meas_pow", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": { "type": "nr2" } }, { "name": "MEASure[:SCALar]:TEMPerature[:THERmistor][:DC]?", "helpLink": "EEZ PSU SCPI reference 5.8 - MEASure.html#meas_temp", "parameters": [ { "name": "sensor", "type": [ { "type": "discrete", "enumeration": "Sensor" } ], "isOptional": false } ], "response": { "type": "nr2", "enumeration": "" } }, { "name": "MEASure[:SCALar][:VOLTage][:DC]?", "helpLink": "EEZ PSU SCPI reference 5.8 - MEASure.html#meas_volt", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": { "type": "nr2" } } ] }, { "name": "5.9. MEMory", "helpLink": "EEZ PSU SCPI reference 5.9 - MEMory.html", "commands": [ { "name": "MEMory:NSTates?", "helpLink": "EEZ PSU SCPI reference 5.9 - MEMory.html#mem_nst", "parameters": [], "response": { "type": "nr1" } }, { "name": "MEMory:STATe:CATalog?", "helpLink": "EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_cat", "parameters": [], "response": { "type": "list-of-quoted-string" } }, { "name": "MEMory:STATe:DELete", "helpLink": "EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_del", "parameters": [ { "name": "profile", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "MEMory:STATe:DELete:ALL", "helpLink": "EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_del", "parameters": [], "response": {} }, { "name": "MEMory:STATe:NAME", "helpLink": "EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_name", "parameters": [ { "name": "profile", "type": [ { "type": "nr1" } ], "isOptional": false }, { "name": "name", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "MEMory:STATe:NAME?", "helpLink": "EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_name", "parameters": [ { "name": "profile", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": { "type": "quoted-string" } }, { "name": "MEMory:STATe:RECall:AUTO", "helpLink": "EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_rec_auto", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "MEMory:STATe:RECall:AUTO?", "helpLink": "EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_rec_auto", "parameters": [], "response": { "type": "boolean" } }, { "name": "MEMory:STATe:RECall:SELect", "helpLink": "EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_rec_sel", "parameters": [ { "name": "profile", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "MEMory:STATe:RECall:SELect?", "helpLink": "EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_rec_sel", "parameters": [], "response": { "type": "nr1" } }, { "name": "MEMory:STATe:VALid?", "helpLink": "EEZ PSU SCPI reference 5.9 - MEMory.html#mem_stat_val", "parameters": [ { "name": "profile", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": { "type": "boolean" } } ] }, { "name": "5.10. MMEMory", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html", "commands": [ { "name": "MMEMory:CATalog?", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_cat", "parameters": [ { "name": "directory", "type": [ { "type": "quoted-string" } ], "isOptional": true } ], "response": { "type": "list-of-quoted-string" } }, { "name": "MMEMory:CATalog:LENgth?", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_cat_len", "parameters": [ { "name": "directory", "type": [ { "type": "quoted-string" } ], "isOptional": true } ], "response": { "type": "nr1" } }, { "name": "MMEMory:CDIRectory", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_cdir", "parameters": [ { "name": "directory", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "MMEMory:CDIRectory?", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_cdir", "parameters": [], "response": { "type": "quoted-string" } }, { "name": "MMEMory:COPY", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_copy", "parameters": [ { "name": "source", "type": [ { "type": "quoted-string" } ], "isOptional": false }, { "name": "destination", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "MMEMory:DATE?", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_date", "parameters": [ { "name": "filename", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": { "type": "arbitrary-ascii" } }, { "name": "MMEMory:DELete", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_del", "parameters": [ { "name": "filename", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "MMEMory:DOWNload:DATA", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_down_data", "parameters": [ { "name": "block", "type": [ { "type": "data-block" } ], "isOptional": false } ], "response": {} }, { "name": "MMEMory:DOWNload:FNAMe", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_down_fnam", "parameters": [ { "name": "filename", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "MMEMory:DOWNload:SIZE", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_down_size", "parameters": [ { "name": "filesize", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "MMEMory:DOWNload:ABORt", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_abor", "parameters": [], "response": {} }, { "name": "MMEMory:LOAD:LIST", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_load_list", "parameters": [ { "name": "filename", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "MMEMory:LOCK", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_lock", "parameters": [ { "name": "password", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "MMEMory:LOCK?", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_lock", "parameters": [], "response": { "type": "boolean" } }, { "name": "MMEMory:MDIRectory", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_mdir", "parameters": [ { "name": "directory", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "MMEMory:MOVE", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_move", "parameters": [ { "name": "source", "type": [ { "type": "quoted-string" } ], "isOptional": false }, { "name": "destination", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "MMEMory:RDIRectory", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_rdir", "parameters": [ { "name": "directory", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "MMEMory:STORe:LIST", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_stor_list", "parameters": [ { "name": "filename", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "MMEMory:TIME?", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_time", "parameters": [ { "name": "filename", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": { "type": "arbitrary-ascii" } }, { "name": "MMEMory:UNLock", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_unl", "parameters": [ { "name": "password", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "MMEMory:UPLoad?", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_upl", "parameters": [ { "name": "filename", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": { "type": "data-block" } }, { "name": "MMEMory:INFOrmation?", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_info", "parameters": [], "response": { "type": "arbitrary-ascii" } }, { "name": "MMEMory:LOAD:PROFile", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_load_prof", "parameters": [ { "name": "filename", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "MMEMory:STORe:PROFile", "helpLink": "EEZ PSU SCPI reference 5.10 - MMEMory.html#mmem_stor_prof", "parameters": [ { "name": "filename", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} } ] }, { "name": "5.11. OUTPut", "helpLink": "EEZ PSU SCPI reference 5.11 - OUTPut.html", "commands": [ { "name": "OUTPut[:STATe]", "helpLink": "EEZ PSU SCPI reference 5.11 - OUTPut.html#outp", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false }, { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": {} }, { "name": "OUTPut[:STATe]?", "helpLink": "EEZ PSU SCPI reference 5.11 - OUTPut.html#outp", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": { "type": "boolean" } }, { "name": "OUTPut[:STATe]:TRIGgered", "helpLink": "EEZ PSU SCPI reference 5.11 - OUTPut.html#outp_trig", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false }, { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": {} }, { "name": "OUTPut[:STATe]:TRIGgered?", "helpLink": "EEZ PSU SCPI reference 5.11 - OUTPut.html#outp_trig", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": { "type": "boolean" } }, { "name": "OUTPut:MODE?", "helpLink": "EEZ PSU SCPI reference 5.11 - OUTPut.html#outp_mode", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": { "type": "arbitrary-ascii" } }, { "name": "OUTPut:PROTection:CLEar", "helpLink": "EEZ PSU SCPI reference 5.11 - OUTPut.html#outp_prot_cle", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": {} }, { "name": "OUTPut:PROTection:COUPle", "helpLink": "EEZ PSU SCPI reference 5.11 - OUTPut.html#outp_prot_coup", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "OUTPut:PROTection:COUPle?", "helpLink": "EEZ PSU SCPI reference 5.11 - OUTPut.html#outp_prot_coup", "parameters": [], "response": { "type": "boolean" } }, { "name": "OUTPut:TRACk[:STATe]", "helpLink": "EEZ PSU SCPI reference 5.11 - OUTPut.html#outp_trac", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "OUTPut:TRACk[:STATe]?", "helpLink": "EEZ PSU SCPI reference 5.11 - OUTPut.html#outp_trac", "parameters": [], "response": { "type": "boolean" } } ] }, { "name": "5.12. SENSe", "helpLink": "EEZ PSU SCPI reference 5.12 - SENSe.html", "commands": [ { "name": "SENSe:CURRent[:DC]:RANGe:AUTO", "helpLink": "EEZ PSU SCPI reference 5.12 - SENSe.html#sens_curr_rang_auto", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "SENSe:CURRent[:DC]:RANGe:AUTO?", "helpLink": "EEZ PSU SCPI reference 5.12 - SENSe.html#sens_curr_rang_auto", "parameters": [], "response": { "type": "boolean" } }, { "name": "SENSe:CURRent[:DC]:RANGe[:UPPer]", "helpLink": "EEZ PSU SCPI reference 5.12 - SENSe.html#sens_curr_rang", "parameters": [ { "name": "range", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "Range" } ], "isOptional": false } ], "response": {} }, { "name": "SENSe:CURRent[:DC]:RANGe[:UPPer]?", "helpLink": "EEZ PSU SCPI reference 5.12 - SENSe.html#sens_curr_rang", "parameters": [], "response": { "type": "nr2" } }, { "name": "SENSe:DLOG:FUNCtion:CURRent", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false }, { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": false } ], "response": {} }, { "name": "SENSe:DLOG:FUNCtion:CURRent?", "helpLink": "EEZ PSU SCPI reference 5.12 - SENSe.html#sens_dlog_func_curr", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": false } ], "response": { "type": "boolean" } }, { "name": "SENSe:DLOG:FUNCtion:VOLTage", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false }, { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": false } ], "response": {} }, { "name": "SENSe:DLOG:FUNCtion:VOLTage?", "helpLink": "EEZ PSU SCPI reference 5.12 - SENSe.html#sens_dlog_func_volt", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": false } ], "response": { "type": "boolean" } }, { "name": "SENSe:DLOG:FUNCtion:POWer", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false }, { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": false } ], "response": {} }, { "name": "SENSe:DLOG:FUNCtion:POWer?", "helpLink": "EEZ PSU SCPI reference 5.12 - SENSe.html#sens_dlog_func_pow", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": false } ], "response": { "type": "boolean" } }, { "name": "SENSe:DLOG:PERiod", "helpLink": "EEZ PSU SCPI reference 5.12 - SENSe.html#sens_dlog_per", "parameters": [ { "name": "time", "type": [ { "type": "nr2" } ], "isOptional": false } ], "response": {} }, { "name": "SENSe:DLOG:PERiod?", "helpLink": "EEZ PSU SCPI reference 5.12 - SENSe.html#sens_dlog_per", "parameters": [], "response": { "type": "nr1" } }, { "name": "SENSe:DLOG:TIME", "helpLink": "EEZ PSU SCPI reference 5.12 - SENSe.html#sens_dlog_time", "parameters": [ { "name": "time", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "SENSe:DLOG:TIME?", "helpLink": "EEZ PSU SCPI reference 5.12 - SENSe.html#sens_dlog_time", "parameters": [], "response": { "type": "nr1" } } ] }, { "name": "5.13. SOURce", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html", "commands": [ { "name": "[SOURce[]]:CURRent:LIMit[:POSitive][:IMMediate][:AMPLitude]", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_lim", "parameters": [ { "name": "current", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "QueryCurrent" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:CURRent:LIMit[:POSitive][:IMMediate][:AMPLitude]?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_lim", "parameters": [ { "name": "query current", "type": [ { "type": "discrete", "enumeration": "QueryCurrent" } ], "isOptional": true } ], "response": { "type": "nr2" } }, { "name": "[SOURce[]]:CURRent:MODE", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_mode", "parameters": [ { "name": "mode", "type": [ { "type": "discrete", "enumeration": "Mode1" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:CURRent:MODE?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_mode", "parameters": [], "response": { "type": "discrete", "enumeration": "Mode1" } }, { "name": "[SOURce[]]:CURRent:PROTection:DELay[:TIME]", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_prot_del", "parameters": [ { "name": "time", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "Mode" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:CURRent:PROTection:DELay[:TIME]?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_prot_del", "parameters": [ { "name": "query time", "type": [ { "type": "discrete", "enumeration": "Mode" } ], "isOptional": true } ], "response": { "type": "nr2" } }, { "name": "[SOURce[]]:CURRent:PROTection:STATe", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_prot_stat", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:CURRent:PROTection:STATe?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_prot_stat", "parameters": [], "response": { "type": "boolean" } }, { "name": "[SOURce[]]:CURRent:PROTection:TRIPped?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_prot_trip", "parameters": [], "response": { "type": "boolean" } }, { "name": "[SOURce[]]:CURRent[:LEVel]:TRIGgered[:AMPLitude]", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_trig", "parameters": [ { "name": "current", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "QueryCurrent" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:CURRent[:LEVel]:TRIGgered[:AMPLitude]?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_trig", "parameters": [ { "name": "query current", "type": [ { "type": "discrete", "enumeration": "QueryCurrent" } ], "isOptional": true } ], "response": { "type": "nr2" } }, { "name": "[SOURce[]]:CURRent[:LEVel][:IMMediate]:STEP[:INCRement]", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_step", "parameters": [ { "name": "step", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "Mode" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:CURRent[:LEVel][:IMMediate]:STEP[:INCRement]?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr_step", "parameters": [ { "name": "query step", "type": [ { "type": "discrete", "enumeration": "Mode" } ], "isOptional": true } ], "response": { "type": "nr2" } }, { "name": "[SOURce[]]:CURRent[:LEVel][:IMMediate][:AMPLitude]", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr", "parameters": [ { "name": "current", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "Current" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:CURRent[:LEVel][:IMMediate][:AMPLitude]?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_curr", "parameters": [ { "name": "query current", "type": [ { "type": "discrete", "enumeration": "QueryCurrent" } ], "isOptional": true } ], "response": { "type": "nr2" } }, { "name": "[SOURce[]]:LIST:COUNt", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_list_count", "parameters": [ { "name": "count", "type": [ { "type": "nr1" }, { "type": "discrete", "enumeration": "Count" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:LIST:COUNt?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_list_count", "parameters": [], "response": { "type": "arbitrary-ascii" } }, { "name": "[SOURce[]]:LIST:CURRent[:LEVel]", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_list_curr", "parameters": [ { "name": "current", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "Current" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:LIST:CURRent[:LEVel]?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_list_curr", "parameters": [], "response": { "type": "arbitrary-ascii" } }, { "name": "[SOURce[]]:LIST:DWELl", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_list_dwel", "parameters": [ { "name": "time", "type": [ { "type": "nr2" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:LIST:DWELl?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_list_dwel", "parameters": [], "response": { "type": "arbitrary-ascii" } }, { "name": "[SOURce[]]:LIST:VOLTage[:LEVel]", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_list_volt", "parameters": [ { "name": "voltage", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "Current" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:LIST:VOLTage[:LEVel]?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_list_volt", "parameters": [], "response": { "type": "arbitrary-ascii" } }, { "name": "[SOURce[]]:LRIPple", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_lrip", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:LRIPple:AUTO", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_lrip_auto", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:LRIPple:AUTO?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_lrip_auto", "parameters": [], "response": { "type": "boolean" } }, { "name": "[SOURce[]]:LRIPple?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_lrip", "parameters": [], "response": { "type": "boolean" } }, { "name": "[SOURce[]]:POWer:LIMit", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_pow_lim", "parameters": [ { "name": "power", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "QueryCurrent" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:POWer:LIMit?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_pow_lim", "parameters": [ { "name": "query power", "type": [ { "type": "discrete", "enumeration": "Delay" } ], "isOptional": true } ], "response": { "type": "nr2" } }, { "name": "[SOURce[]]:POWer:PROTection:DELay[:TIME]", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_pow_prot_del", "parameters": [ { "name": "time", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "Mode" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:POWer:PROTection:DELay[:TIME]?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_pow_prot_del", "parameters": [ { "name": "query time", "type": [ { "type": "discrete", "enumeration": "Mode" } ], "isOptional": true } ], "response": { "type": "nr2" } }, { "name": "[SOURce[]]:POWer:PROTection:STATe", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_pow_prot_stat", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:POWer:PROTection:STATe?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_pow_prot_stat", "parameters": [], "response": { "type": "boolean" } }, { "name": "[SOURce[]]:POWer:PROTection:TRIPped?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_pow_prot_trip", "parameters": [], "response": { "type": "boolean" } }, { "name": "[SOURce[]]:POWer:PROTection[:LEVel]", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_pow_prot", "parameters": [ { "name": "power", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "QueryCurrent" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:POWer:PROTection[:LEVel]?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_pow_prot", "parameters": [], "response": { "type": "nr2" } }, { "name": "[SOURce[]]:VOLTage:LIMit[:POSitive][:IMMediate][:AMPLitude]", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_lim", "parameters": [ { "name": "voltage", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "QueryCurrent" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:VOLTage:LIMit[:POSitive][:IMMediate][:AMPLitude]?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_lim", "parameters": [ { "name": "query voltage", "type": [ { "type": "discrete", "enumeration": "Delay" } ], "isOptional": true } ], "response": { "type": "nr2" } }, { "name": "[SOURce[]]:VOLTage:MODE", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_mode", "parameters": [ { "name": "mode", "type": [ { "type": "discrete", "enumeration": "Mode1" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:VOLTage:MODE?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_mode", "parameters": [], "response": { "type": "discrete", "enumeration": "Mode1" } }, { "name": "[SOURce[]]:VOLTage:PROGram[:SOURce]", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_prog", "parameters": [ { "name": "source", "type": [ { "type": "discrete", "enumeration": "Source1" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:VOLTage:PROGram[:SOURce]?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_prog", "parameters": [], "response": { "type": "boolean" } }, { "name": "[SOURce[]]:VOLTage:PROTection:DELay[:TIME]", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_prot_del", "parameters": [ { "name": "time", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "Mode" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:VOLTage:PROTection:DELay[:TIME]?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_prot_del", "parameters": [ { "name": "query time", "type": [ { "type": "discrete", "enumeration": "Mode" } ], "isOptional": true } ], "response": { "type": "nr2" } }, { "name": "[SOURce[]]:VOLTage:PROTection:STATe", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_prot_stat", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:VOLTage:PROTection:STATe?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_prot_stat", "parameters": [], "response": { "type": "boolean" } }, { "name": "[SOURce[]]:VOLTage:PROTection:TRIPped?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_prot_trip", "parameters": [], "response": { "type": "boolean" } }, { "name": "[SOURce[]]:VOLTage:PROTection[:LEVel]", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_prot", "parameters": [ { "name": "voltage", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "QueryCurrent" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:VOLTage:PROTection[:LEVel]?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_prot", "parameters": [], "response": { "type": "nr2" } }, { "name": "[SOURce[]]:VOLTage:SENSe[:SOURce]", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_sens", "parameters": [ { "name": "source", "type": [ { "type": "discrete", "enumeration": "Source1" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:VOLTage:SENSe[:SOURce]?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_sens", "parameters": [], "response": { "type": "boolean" } }, { "name": "[SOURce[]]:VOLTage[:LEVel]:TRIGgered[:AMPLitude]", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_trig", "parameters": [ { "name": "voltage", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "QueryCurrent" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:VOLTage[:LEVel]:TRIGgered[:AMPLitude]?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_trig", "parameters": [ { "name": "query voltage", "type": [ { "type": "discrete", "enumeration": "Delay" } ], "isOptional": true } ], "response": { "type": "nr2" } }, { "name": "[SOURce[]]:VOLTage[:LEVel][:IMMediate]:STEP[:INCRement]", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_step", "parameters": [ { "name": "step", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "Mode" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:VOLTage[:LEVel][:IMMediate]:STEP[:INCRement]?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt_step", "parameters": [ { "name": "query step", "type": [ { "type": "discrete", "enumeration": "Mode" } ], "isOptional": true } ], "response": { "type": "nr2" } }, { "name": "[SOURce[]]:VOLTage[:LEVel][:IMMediate][:AMPLitude]", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt", "parameters": [ { "name": "voltage", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "Current" } ], "isOptional": false } ], "response": {} }, { "name": "[SOURce[]]:VOLTage[:LEVel][:IMMediate][:AMPLitude]?", "helpLink": "EEZ PSU SCPI reference 5.13 - SOURce.html#sour_volt", "parameters": [ { "name": "query voltage", "type": [ { "type": "discrete", "enumeration": "QueryCurrent" } ], "isOptional": true } ], "response": { "type": "nr2" } } ] }, { "name": "5.14. STATus ", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html", "commands": [ { "name": "STATus:OPERation:CONDition?", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_cond", "parameters": [], "response": { "type": "nr1" } }, { "name": "STATus:OPERation:ENABle", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_enab", "parameters": [ { "name": "value", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "STATus:OPERation:ENABle?", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_enab", "parameters": [], "response": { "type": "nr1" } }, { "name": "STATus:OPERation:INSTrument:CONDition?", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_inst_cond", "parameters": [], "response": { "type": "nr1" } }, { "name": "STATus:OPERation:INSTrument:ENABle", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_inst_enab", "parameters": [ { "name": "value", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "STATus:OPERation:INSTrument:ENABle?", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_inst_enab", "parameters": [], "response": { "type": "nr1" } }, { "name": "STATus:OPERation:INSTrument:ISUMmary[]:CONDition?", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_inst_isum_cond", "parameters": [], "response": { "type": "nr1" } }, { "name": "STATus:OPERation:INSTrument:ISUMmary[]:ENABle", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_inst_isum_enab", "parameters": [ { "name": "value", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "STATus:OPERation:INSTrument:ISUMmary[]:ENABle?", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_inst_isum_enab", "parameters": [], "response": { "type": "nr1" } }, { "name": "STATus:OPERation:INSTrument:ISUMmary[][:EVENt]?", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_inst_isum", "parameters": [], "response": { "type": "nr1" } }, { "name": "STATus:OPERation:INSTrument[:EVENt]?", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper_inst", "parameters": [], "response": { "type": "nr1" } }, { "name": "STATus:OPERation[:EVENt]?", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_oper", "parameters": [], "response": { "type": "nr1" } }, { "name": "STATus:PREset", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_pre", "parameters": [], "response": {} }, { "name": "STATus:QUEStionable:CONDition?", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_cond", "parameters": [], "response": { "type": "nr1" } }, { "name": "STATus:QUEStionable:ENABle", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_enab", "parameters": [ { "name": "value", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "STATus:QUEStionable:ENABle?", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_enab", "parameters": [], "response": { "type": "nr1" } }, { "name": "STATus:QUEStionable:INSTrument:CONDition?", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_inst_cond", "parameters": [], "response": { "type": "nr1" } }, { "name": "STATus:QUEStionable:INSTrument:ENABle", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_inst_enab", "parameters": [ { "name": "value", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "STATus:QUEStionable:INSTrument:ENABle?", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_inst_enab", "parameters": [], "response": { "type": "nr1" } }, { "name": "STATus:QUEStionable:INSTrument:ISUMmary[]:CONDition?", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_inst_isum_cond", "parameters": [], "response": { "type": "nr1" } }, { "name": "STATus:QUEStionable:INSTrument:ISUMmary[]:ENABle", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_inst_isum_enab", "parameters": [ { "name": "value", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "STATus:QUEStionable:INSTrument:ISUMmary[]:ENABle?", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_inst_isum_enab", "parameters": [], "response": { "type": "nr1" } }, { "name": "STATus:QUEStionable:INSTrument:ISUMmary[][:EVENt]?", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_inst_isum", "parameters": [], "response": { "type": "nr1" } }, { "name": "STATus:QUEStionable:INSTrument[:EVENt]?", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques_inst", "parameters": [], "response": { "type": "nr1" } }, { "name": "STATus:QUEStionable[:EVENt]?", "helpLink": "EEZ PSU SCPI reference 5.14 - STATus.html#stat_ques", "parameters": [], "response": { "type": "nr1" } } ] }, { "name": "5.15. SYSTem", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html", "commands": [ { "name": "SYSTem:BEEPer:KEY:STATe", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_beep_key_stat", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:BEEPer:KEY:STATe?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_beep_key_stat", "parameters": [], "response": { "type": "boolean" } }, { "name": "SYSTem:BEEPer:STATe", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_beep_stat", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:BEEPer:STATe?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_beep_stat", "parameters": [], "response": { "type": "boolean" } }, { "name": "SYSTem:BEEPer[:IMMediate]", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_beep", "parameters": [], "response": {} }, { "name": "SYSTem:CAPability?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_cap", "parameters": [], "response": { "type": "arbitrary-ascii" } }, { "name": "SYSTem:CHANnel:INFOrmation:CURRent?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_chan_curr", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": { "type": "nr2" } }, { "name": "SYSTem:CHANnel:INFOrmation:ONTime:LAST?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_chan_ont_last", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": { "type": "quoted-string" } }, { "name": "SYSTem:CHANnel:INFOrmation:ONTime:TOTal?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_chan_ont_tot", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": { "type": "quoted-string" } }, { "name": "SYSTem:CHANnel:INFOrmation:POWer?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_chan_pow", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": { "type": "nr2" } }, { "name": "SYSTem:CHANnel:INFOrmation:PROGram?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_chan_prog", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": { "type": "list-of-quoted-string" } }, { "name": "SYSTem:CHANnel:INFOrmation:VOLTage?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_chan_volt", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": { "type": "nr2" } }, { "name": "SYSTem:CHANnel:MODel?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_chan_mod", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": { "type": "quoted-string" } }, { "name": "SYSTem:CHANnel[:COUNt]?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_chan_coun", "parameters": [], "response": { "type": "nr1" } }, { "name": "SYSTem:COMMunicate:ENABle", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_enab", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false }, { "name": "interface", "type": [ { "type": "discrete", "enumeration": "Interface" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:COMMunicate:ENABle?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_enab", "parameters": [ { "name": "interface", "type": [ { "type": "discrete", "enumeration": "Interface" } ], "isOptional": false } ], "response": { "type": "boolean" } }, { "name": "SYSTem:COMMunicate:ETHernet:ADDRess", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_addr", "parameters": [ { "name": "ip_address", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:COMMunicate:ETHernet:ADDRess?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_addr", "parameters": [], "response": { "type": "quoted-string" } }, { "name": "SYSTem:COMMunicate:ETHernet:DHCP", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_dhcp", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:COMMunicate:ETHernet:DHCP?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_dhcp", "parameters": [], "response": { "type": "boolean" } }, { "name": "SYSTem:COMMunicate:ETHernet:DNS", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_dns", "parameters": [ { "name": "ip_address", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:COMMunicate:ETHernet:DNS?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_dns", "parameters": [], "response": { "type": "quoted-string" } }, { "name": "SYSTem:COMMunicate:ETHernet:GATEway", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_gate", "parameters": [ { "name": "ip_address", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:COMMunicate:ETHernet:GATEway?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_gate", "parameters": [], "response": { "type": "quoted-string" } }, { "name": "SYSTem:COMMunicate:ETHernet:MAC", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_mac", "parameters": [ { "name": "mac_address", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:COMMunicate:ETHernet:MAC?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_mac", "parameters": [], "response": { "type": "quoted-string" } }, { "name": "SYSTem:COMMunicate:ETHernet:PORT", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_port", "parameters": [ { "name": "number", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:COMMunicate:ETHernet:PORT?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_port", "parameters": [], "response": { "type": "nr1" } }, { "name": "SYSTem:COMMunicate:ETHernet:SMASk", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_smas", "parameters": [ { "name": "mask", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:COMMunicate:ETHernet:SMASk?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_eth_smas", "parameters": [], "response": { "type": "quoted-string" } }, { "name": "SYSTem:COMMunicate:NTP", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_ntp", "parameters": [ { "name": "server", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:COMMunicate:NTP?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_ntp", "parameters": [], "response": { "type": "quoted-string" } }, { "name": "SYSTem:COMMunicate:RLSTate", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_rlst", "parameters": [ { "name": "state", "type": [ { "type": "discrete", "enumeration": "State" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:COMMunicate:RLSTate?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_rlst", "parameters": [], "response": { "type": "quoted-string", "enumeration": "" } }, { "name": "SYSTem:COMMunicate:SERial:BAUD", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_ser_baud", "parameters": [ { "name": "speed", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:COMMunicate:SERial:BAUD?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_ser_baud", "parameters": [], "response": { "type": "nr1" } }, { "name": "SYSTem:COMMunicate:SERial:PARity", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_ser_par", "parameters": [ { "name": "parity", "type": [ { "type": "discrete", "enumeration": "Parity" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:COMMunicate:SERial:PARity?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_comm_ser_par", "parameters": [], "response": { "type": "discrete", "enumeration": "Parity" } }, { "name": "SYSTem:CPU:INFOrmation:ETHernet:TYPE?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_cpu_eth_type", "parameters": [], "response": { "type": "arbitrary-ascii" } }, { "name": "SYSTem:CPU:INFOrmation:ONTime:LAST?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_cpu_ont_last", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": { "type": "quoted-string" } }, { "name": "SYSTem:CPU:INFOrmation:ONTime:TOTal?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_cpu_ont_tot", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": true } ], "response": { "type": "quoted-string" } }, { "name": "SYSTem:CPU:INFOrmation:TYPE?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_cpu_type", "parameters": [], "response": { "type": "quoted-string" } }, { "name": "SYSTem:CPU:MODel?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_cpu_mod", "parameters": [], "response": { "type": "quoted-string" } }, { "name": "SYSTem:CPU:OPTion?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_cpu_opt", "parameters": [], "response": { "type": "quoted-string" } }, { "name": "SYSTem:DATE", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_date", "parameters": [ { "name": "year", "type": [ { "type": "nr1" } ], "isOptional": false }, { "name": "month", "type": [ { "type": "nr1" } ], "isOptional": false }, { "name": "day", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:DATE?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_date", "parameters": [], "response": { "type": "arbitrary-ascii" } }, { "name": "SYSTem:DIGital:INPut:DATA?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_dig_inp_data", "parameters": [ { "name": "pin", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": { "type": "boolean" } }, { "name": "SYSTem:DIGital:OUTPut:DATA", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_dig_outp_data", "usedIn": [ "R5B12", "Simulator" ], "parameters": [ { "name": "pin", "type": [ { "type": "nr1" } ], "isOptional": false }, { "name": "state", "type": [ { "type": "discrete", "enumeration": "State1" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:DIGital:OUTPut:DATA?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_dig_outp_data", "usedIn": [ "R5B12", "Simulator" ], "parameters": [ { "name": "pin", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": { "type": "boolean" } }, { "name": "SYSTem:DIGital:PIN:FUNCtion", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_dig_pin_func", "parameters": [ { "name": "function", "type": [ { "type": "discrete", "enumeration": "Function" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:DIGital:PIN:FUNCtion?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_dig_pin_func", "parameters": [], "response": { "type": "discrete", "enumeration": "Function" } }, { "name": "SYSTem:DIGital:PIN:POLarity", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_dig_pin_pol", "parameters": [ { "name": "polarity", "type": [ { "type": "discrete", "enumeration": "Polarity" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:DIGital:PIN:POLarity?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_dig_pin_pol", "parameters": [], "response": { "type": "discrete", "enumeration": "Polarity" } }, { "name": "SYSTem:ERRor:COUNt?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_err_coun", "parameters": [], "response": { "type": "nr1" } }, { "name": "SYSTem:ERRor[:NEXT]?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#__RefHeading__23078_295952897", "parameters": [], "response": { "type": "arbitrary-ascii" } }, { "name": "SYSTem:INHibit?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_inh", "parameters": [], "response": { "type": "boolean" } }, { "name": "SYSTem:KLOCk", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_kloc", "parameters": [], "response": {} }, { "name": "SYSTem:LOCal", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_loc", "parameters": [], "response": {} }, { "name": "SYSTem:PASSword:CALibration:RESet", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_pass_cal_res", "parameters": [], "response": {} }, { "name": "SYSTem:PASSword:FPANel:RESet", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_pass_fpan_res", "parameters": [], "response": {} }, { "name": "SYSTem:PASSword:NEW", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_pass_new", "parameters": [ { "name": "old", "type": [ { "type": "quoted-string" } ], "isOptional": false }, { "name": "new", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:PON:OUTPut:DISable", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_pon_outp_dis", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:PON:OUTPut:DISable?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_pon_outp_dis", "parameters": [], "response": { "type": "boolean" } }, { "name": "SYSTem:POWer", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_pow", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:POWer:PROTection:TRIP", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_pow_prot_trip", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:POWer:PROTection:TRIP?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_pow_prot_trip", "parameters": [], "response": { "type": "boolean" } }, { "name": "SYSTem:POWer?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_pow", "parameters": [], "response": { "type": "boolean" } }, { "name": "SYSTem:REMote", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_rem", "parameters": [], "response": {} }, { "name": "SYSTem:RWLock", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_rwl", "parameters": [], "response": {} }, { "name": "SYSTem:TEMPerature:PROTection[:HIGH]:CLEar", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_temp_prot_cle", "parameters": [ { "name": "sensor", "type": [ { "type": "discrete", "enumeration": "Sensor1" } ], "isOptional": true } ], "response": {} }, { "name": "SYSTem:TEMPerature:PROTection[:HIGH]:DELay[:TIME]", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_temp_prot_del", "parameters": [ { "name": "delay", "type": [ { "type": "nr1" } ], "isOptional": false }, { "name": "sensor", "type": [ { "type": "discrete", "enumeration": "Sensor1" } ], "isOptional": true } ], "response": {} }, { "name": "SYSTem:TEMPerature:PROTection[:HIGH]:DELay[:TIME]?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_temp_prot_del", "parameters": [ { "name": "sensor", "type": [ { "type": "discrete", "enumeration": "Sensor1" } ], "isOptional": true } ], "response": { "type": "nr1" } }, { "name": "SYSTem:TEMPerature:PROTection[:HIGH]:STATe", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_temp_prot_stat", "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false }, { "name": "sensor", "type": [ { "type": "discrete", "enumeration": "Sensor1" } ], "isOptional": true } ], "response": {} }, { "name": "SYSTem:TEMPerature:PROTection[:HIGH]:STATe?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_temp_prot_stat", "parameters": [ { "name": "sensor", "type": [ { "type": "discrete", "enumeration": "Sensor1" } ], "isOptional": true } ], "response": { "type": "boolean" } }, { "name": "SYSTem:TEMPerature:PROTection[:HIGH]:TRIPped?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_temp_prot_trip", "parameters": [ { "name": "sensor", "type": [ { "type": "discrete", "enumeration": "Sensor1" } ], "isOptional": true } ], "response": { "type": "boolean" } }, { "name": "SYSTem:TEMPerature:PROTection[:HIGH][:LEVel]", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_temp_prot", "parameters": [ { "name": "temperature", "type": [ { "type": "nr2" } ], "isOptional": false }, { "name": "sensor", "type": [ { "type": "discrete", "enumeration": "Sensor1" } ], "isOptional": true } ], "response": {} }, { "name": "SYSTem:TEMPerature:PROTection[:HIGH][:LEVel]?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_temp_prot", "parameters": [ { "name": "sensor", "type": [ { "type": "discrete", "enumeration": "Sensor1" } ], "isOptional": true } ], "response": { "type": "nr2" } }, { "name": "SYSTem:TIME", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_time", "parameters": [ { "name": "hours", "type": [ { "type": "nr1" } ], "isOptional": false }, { "name": "minutes", "type": [ { "type": "nr1" } ], "isOptional": false }, { "name": "seconds", "type": [ { "type": "nr1" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:TIME:DST", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_time_dst", "parameters": [ { "name": "rules", "type": [ { "type": "discrete", "enumeration": "Rules" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:TIME:DST?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_time_dst", "parameters": [], "response": { "type": "discrete", "enumeration": "Rules" } }, { "name": "SYSTem:TIME:ZONE", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_time_zone", "parameters": [ { "name": "zone", "type": [ { "type": "quoted-string" } ], "isOptional": false } ], "response": {} }, { "name": "SYSTem:TIME:ZONE?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_time_zone", "parameters": [], "response": { "type": "quoted-string" } }, { "name": "SYSTem:TIME?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_time", "parameters": [], "response": { "type": "arbitrary-ascii" } }, { "name": "SYSTem:VERSion?", "helpLink": "EEZ PSU SCPI reference 5.15 - SYSTem.html#syst_vers", "parameters": [], "response": { "type": "arbitrary-ascii" } } ] }, { "name": "5.16. TRIGger", "helpLink": "EEZ PSU SCPI reference 5.16 - TRIGger.html", "commands": [ { "name": "TRIGger[:SEQuence]:DELay", "helpLink": "EEZ PSU SCPI reference 5.16 - TRIGger.html#trig_del", "parameters": [ { "name": "delay", "type": [ { "type": "nr1" }, { "type": "discrete", "enumeration": "Delay" } ], "isOptional": false } ], "response": {} }, { "name": "TRIGger[:SEQuence]:DELay?", "helpLink": "EEZ PSU SCPI reference 5.16 - TRIGger.html#trig_del", "parameters": [], "response": { "type": "nr1" } }, { "name": "TRIGger[:SEQuence]:EXIT:CONDition", "helpLink": "EEZ PSU SCPI reference 5.16 - TRIGger.html#trig_exit_cond", "parameters": [ { "name": "condition", "type": [ { "type": "discrete", "enumeration": "Condition" } ], "isOptional": false } ], "response": {} }, { "name": "TRIGger[:SEQuence]:EXIT:CONDition?", "helpLink": "EEZ PSU SCPI reference 5.16 - TRIGger.html#trig_exit_cond", "parameters": [], "response": { "type": "discrete", "enumeration": "Condition" } }, { "name": "TRIGger[:SEQuence]:SOURce", "helpLink": "EEZ PSU SCPI reference 5.16 - TRIGger.html#trig_sour", "parameters": [ { "name": "source", "type": [ { "type": "discrete", "enumeration": "Source" } ], "isOptional": false } ], "response": {} }, { "name": "TRIGger[:SEQuence]:SOURce?", "helpLink": "EEZ PSU SCPI reference 5.16 - TRIGger.html#trig_sour", "parameters": [], "response": { "type": "discrete", "enumeration": "Source" } }, { "name": "TRIGger[:SEQuence][:IMMediate]", "helpLink": "EEZ PSU SCPI reference 5.16 - TRIGger.html#trig_imm", "parameters": [], "response": {} }, { "name": "TRIGger:DLOG[:IMMediate]", "parameters": [], "response": {} }, { "name": "TRIGger:DLOG:SOURce", "parameters": [ { "name": "source", "type": [ { "type": "discrete", "enumeration": "Source" } ], "isOptional": false } ], "response": {} }, { "name": "TRIGger:DLOG:SOURce?", "parameters": [], "response": { "type": "discrete", "enumeration": "Source" } } ] }, { "name": "6. Device-specific (unclassified) commands", "helpLink": "EEZ PSU SCPI reference 6 - Device-specific commands.html", "commands": [ { "name": "APPLy", "helpLink": "EEZ PSU SCPI reference 6 - Device-specific commands.html#__RefNumPara__11998_1238896024", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": false }, { "name": "voltage", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "Current" } ], "isOptional": false }, { "name": "current", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "Current" } ], "isOptional": true } ], "response": {} }, { "name": "APPLy?", "helpLink": "EEZ PSU SCPI reference 6 - Device-specific commands.html#__RefNumPara__11998_1238896024", "parameters": [ { "name": "channel", "type": [ { "type": "discrete", "enumeration": "Channel" } ], "isOptional": false }, { "name": "query param", "type": [ { "type": "discrete", "enumeration": "QueryParam" } ], "isOptional": true } ], "response": { "type": "arbitrary-ascii" } }, { "name": "DEBUg?", "helpLink": "EEZ PSU SCPI reference 6 - Device-specific commands.html#debug", "parameters": [], "response": { "type": "arbitrary-ascii" } } ] }, { "name": "7. Error messages", "helpLink": "EEZ PSU SCPI reference 7 - Error messages.html", "commands": [] }, { "name": "8. Parameters and settings", "helpLink": "EEZ PSU SCPI reference 8 - Parameters and settings.html", "commands": [] }, { "name": "9. Software simulator", "helpLink": "EEZ PSU SCPI reference 9 - Software simulator.html", "commands": [ { "name": "SIMUlator:EXIT", "helpLink": "EEZ PSU SCPI reference 9 - Software simulator.html#simu_exit", "usedIn": [ "Simulator" ], "parameters": [], "response": {} }, { "name": "SIMUlator:GUI", "helpLink": "EEZ PSU SCPI reference 9 - Software simulator.html#simu_gui", "usedIn": [ "Simulator" ], "parameters": [], "response": {} }, { "name": "SIMUlator:LOAD", "helpLink": "EEZ PSU SCPI reference 9 - Software simulator.html#simu_load", "usedIn": [ "Simulator" ], "parameters": [ { "name": "resistance", "type": [ { "type": "nr2" }, { "type": "discrete", "enumeration": "Resistance" } ], "isOptional": false } ], "response": {} }, { "name": "SIMUlator:LOAD:STATe", "helpLink": "EEZ PSU SCPI reference 9 - Software simulator.html#simu_load_stat", "usedIn": [ "Simulator" ], "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "SIMUlator:LOAD:STATe?", "helpLink": "EEZ PSU SCPI reference 9 - Software simulator.html#simu_load_stat", "usedIn": [ "Simulator" ], "parameters": [], "response": { "type": "boolean" } }, { "name": "SIMUlator:LOAD?", "helpLink": "EEZ PSU SCPI reference 9 - Software simulator.html#simu_load", "usedIn": [ "Simulator" ], "parameters": [], "response": { "type": "nr2" } }, { "name": "SIMUlator:PIN1", "helpLink": "EEZ PSU SCPI reference 9 - Software simulator.html#simu_pin1", "usedIn": [ "Simulator" ], "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "SIMUlator:PIN1?", "helpLink": "EEZ PSU SCPI reference 9 - Software simulator.html#simu_pin1", "usedIn": [ "Simulator" ], "parameters": [], "response": { "type": "boolean" } }, { "name": "SIMUlator:PWRGood", "helpLink": "EEZ PSU SCPI reference 9 - Software simulator.html#simu_pwrg", "usedIn": [ "Simulator" ], "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "SIMUlator:PWRGood?", "helpLink": "EEZ PSU SCPI reference 9 - Software simulator.html#simu_pwrg", "usedIn": [ "Simulator" ], "parameters": [], "response": { "type": "boolean" } }, { "name": "SIMUlator:QUIT", "helpLink": "EEZ PSU SCPI reference 9 - Software simulator.html#simu_quit", "usedIn": [ "Simulator" ], "parameters": [], "response": {} }, { "name": "SIMUlator:RPOL", "helpLink": "EEZ PSU SCPI reference 9 - Software simulator.html#simu_rpol", "usedIn": [ "Simulator" ], "parameters": [ { "name": "bool", "type": [ { "type": "boolean" } ], "isOptional": false } ], "response": {} }, { "name": "SIMUlator:RPOL?", "helpLink": "EEZ PSU SCPI reference 9 - Software simulator.html#simu_rpol", "usedIn": [ "Simulator" ], "parameters": [], "response": { "type": "boolean" } }, { "name": "SIMUlator:TEMPerature", "helpLink": "EEZ PSU SCPI reference 9 - Software simulator.html#simu_temp", "usedIn": [ "Simulator" ], "parameters": [ { "name": "temperature", "type": [ { "type": "nr2" } ], "isOptional": false }, { "name": "sensor", "type": [ { "type": "discrete", "enumeration": "Sensor1" } ], "isOptional": true } ], "response": {} }, { "name": "SIMUlator:TEMPerature?", "helpLink": "EEZ PSU SCPI reference 9 - Software simulator.html#simu_temp", "usedIn": [ "Simulator" ], "parameters": [ { "name": "sensor", "type": [ { "type": "discrete", "enumeration": "Sensor1" } ], "isOptional": true } ], "response": { "type": "nr2" } }, { "name": "SIMUlator:VOLTage:PROGram:EXTernal", "helpLink": "EEZ PSU SCPI reference 9 - Software simulator.html#simu_volt_prog", "usedIn": [ "Simulator" ], "parameters": [ { "name": "voltage", "type": [ { "type": "nr2" } ], "isOptional": false } ], "response": {} }, { "name": "SIMUlator:VOLTage:PROGram:EXTernal?", "helpLink": "EEZ PSU SCPI reference 9 - Software simulator.html#simu_volt_prog", "usedIn": [ "Simulator" ], "parameters": [], "response": { "type": "nr2" } } ] }, { "name": "10. Programming examples", "helpLink": "EEZ PSU SCPI reference 10 - Programming examples.html", "commands": [] }, { "name": "DEBUG (not listed)", "commands": [ { "name": "DEBUg", "parameters": [], "response": {} }, { "name": "DEBUg:WDOG", "parameters": [], "response": {} }, { "name": "DEBUg:WDOG?", "parameters": [], "response": { "type": "boolean" } }, { "name": "DEBUg:ONTime?", "parameters": [], "response": { "type": "arbitrary-ascii" } }, { "name": "DEBUg:VOLTage", "parameters": [], "response": {} }, { "name": "DEBUg:CURRent", "parameters": [], "response": {} }, { "name": "DEBUg:MEASure:VOLTage", "parameters": [], "response": {} }, { "name": "DEBUg:MEASure:CURRent", "parameters": [], "response": {} }, { "name": "DEBUg:FAN", "parameters": [], "response": {} }, { "name": "DEBUg:FAN?", "parameters": [], "response": { "type": "arbitrary-ascii" } }, { "name": "DEBUg:FAN:PID", "parameters": [], "response": {} }, { "name": "DEBUg:FAN:PID?", "parameters": [], "response": { "type": "arbitrary-ascii" } } ] }, { "name": "SYSTem (not listed)", "commands": [ { "name": "SYSTem:DATE:CLEar", "parameters": [], "response": {} }, { "name": "SYSTem:TIME:CLEar", "parameters": [], "response": {} }, { "name": "SYSTem:SERial", "parameters": [], "response": {} }, { "name": "SYSTem:SERial?", "parameters": [], "response": { "type": "boolean" } } ] }, { "name": "5.5. FETCh", "helpLink": "EEZ PSU SCPI reference 5.5 - FETCh.html", "commands": [] } ], "enums": [ { "name": "Channel", "members": [ { "name": "CH1", "value": "1" }, { "name": "CH2", "value": "2" } ] }, { "name": "Range", "members": [ { "name": "MIN", "value": "1" }, { "name": "MAX", "value": "2" }, { "name": "DEFault", "value": "3" } ] }, { "name": "Delay", "members": [ { "name": "MIN", "value": "1" }, { "name": "MAX", "value": "2" } ] }, { "name": "Condition", "members": [ { "name": "OFF", "value": "1" }, { "name": "FIRSt", "value": "2" }, { "name": "LAST", "value": "3" }, { "name": "STANdby", "value": "4" } ] }, { "name": "Source", "members": [ { "name": "BUS", "value": "1" }, { "name": "IMM", "value": "2" }, { "name": "MAN", "value": "3" }, { "name": "PIN1", "value": "4" } ] }, { "name": "Mode", "members": [ { "name": "DEFault", "value": "1" } ] }, { "name": "Level", "members": [ { "name": "MIN", "value": "1" }, { "name": "MID", "value": "2" }, { "name": "MAX", "value": "3" } ] }, { "name": "Range1", "members": [ { "name": "HIGH", "value": "1" }, { "name": "LOW", "value": "2" } ] }, { "name": "Current", "members": [ { "name": "MIN", "value": "1" }, { "name": "DEF", "value": "2" }, { "name": "MAX", "value": "3" }, { "name": "UP", "value": "4" }, { "name": "DOWN", "value": "5" } ] }, { "name": "QueryCurrent", "members": [ { "name": "MIN", "value": "1" }, { "name": "DEF", "value": "2" }, { "name": "MAX", "value": "3" } ] }, { "name": "Mode1", "members": [ { "name": "FIXed", "value": "1" }, { "name": "LIST", "value": "2" }, { "name": "STEP", "value": "3" } ] }, { "name": "Count", "members": [ { "name": "INFinity", "value": "1" } ] }, { "name": "Source1", "members": [ { "name": "INTernal", "value": "1" }, { "name": "EXTernal", "value": "2" } ] }, { "name": "Sensor", "members": [ { "name": "AUX", "value": "1" }, { "name": "CH1", "value": "2" }, { "name": "CH2", "value": "3" }, { "name": "BATT", "value": "4" } ] }, { "name": "Type", "members": [ { "name": "NONE", "value": "1" }, { "name": "PARallel", "value": "2" }, { "name": "SERies", "value": "3" } ] }, { "name": "Value", "members": [ { "name": "VOLTage", "value": "1" }, { "name": "CURRent", "value": "2" }, { "name": "POWer", "value": "3" } ] }, { "name": "Mode2", "members": [ { "name": "ALL", "value": "1" }, { "name": "CH1", "value": "2" }, { "name": "CH2", "value": "3" }, { "name": "NONE", "value": "4" } ] }, { "name": "QueryParam", "members": [ { "name": "CURR", "value": "1" }, { "name": "VOLT", "value": "2" } ] }, { "name": "Resistance", "members": [ { "name": "INFinite", "value": "1" } ] }, { "name": "Sensor1", "members": [ { "name": "AUX", "value": "1" }, { "name": "CH1", "value": "2" }, { "name": "CH2", "value": "3" } ] }, { "name": "Interface", "members": [ { "name": "SERial", "value": "1" }, { "name": "ETHernet", "value": "2" }, { "name": "NTP", "value": "3" }, { "name": "SOCKets", "value": "4" } ] }, { "name": "State", "members": [ { "name": "LOCal", "value": "1" }, { "name": "REMote", "value": "2" }, { "name": "RWLock", "value": "3" } ] }, { "name": "Parity", "members": [ { "name": "EVEN", "value": "1" }, { "name": "MARK", "value": "2" }, { "name": "NONE", "value": "3" }, { "name": "ODD", "value": "4" }, { "name": "SPACE", "value": "5" } ] }, { "name": "State1", "members": [ { "name": "ON", "value": "1" }, { "name": "OFF", "value": "2" } ] }, { "name": "Function", "members": [ { "name": "DINP", "value": "1" }, { "name": "DOUT", "value": "2" }, { "name": "FAUL", "value": "3" }, { "name": "INH", "value": "4" }, { "name": "ONC", "value": "5" }, { "name": "TINP", "value": "6" }, { "name": "TOUT", "value": "7" } ] }, { "name": "Polarity", "members": [ { "name": "POSitive", "value": "1" }, { "name": "NEGative", "value": "2" } ] }, { "name": "Rules", "members": [ { "name": "OFF", "value": "1" }, { "name": "EU", "value": "2" }, { "name": "USA", "value": "3" }, { "name": "AUS", "value": "4" } ] } ] }, "shortcuts": { "shortcuts": [ { "id": "ca4d247a-392e-4d73-9e9e-ffcca7e583bd", "name": "Outputs OFF", "action": { "type": "scpi-commands", "data": "OUTP OFF, CH1\nOUTP OFF, CH2" }, "keybinding": "f1", "showInToolbar": true, "toolbarButtonPosition": 1, "toolbarButtonColor": "#78C36A", "requiresConfirmation": false }, { "id": "30044bf3-ee58-4138-e6ae-e36052820245", "name": "Outputs ON", "action": { "type": "scpi-commands", "data": "OUTP ON, CH1\nOUTP ON, CH2" }, "keybinding": "f2", "showInToolbar": true, "toolbarButtonPosition": 2, "toolbarButtonColor": "#E665A0", "requiresConfirmation": false }, { "id": "bbe8f05b-cb07-4142-efe6-840a8f2f9163", "name": "Tracking mode ON", "action": { "type": "scpi-commands", "data": "OUTP:TRAC ON" }, "keybinding": "f3", "showInToolbar": true, "toolbarButtonPosition": 3, "toolbarButtonColor": "#727b84", "requiresConfirmation": false }, { "id": "88db9b28-1d1c-4096-938c-8142151201cc", "name": "Tracking mode OFF", "action": { "type": "scpi-commands", "data": "OUTP:TRAC OFF" }, "keybinding": "f4", "showInToolbar": true, "toolbarButtonPosition": 4, "toolbarButtonColor": "#727b84", "requiresConfirmation": false }, { "id": "8c02fc6b-d3e8-432a-d9b6-9a9f59e04d02", "name": "Series", "action": { "type": "scpi-commands", "data": "INST:COUP:TRAC SER" }, "keybinding": "f5", "showInToolbar": true, "toolbarButtonPosition": 5, "toolbarButtonColor": "#EE8C3E", "requiresConfirmation": false }, { "id": "838f16b3-56f0-4f91-8811-c13af4bced1b", "name": "Parallel", "action": { "type": "scpi-commands", "data": "INST:COUP:TRAC PAR" }, "keybinding": "f6", "showInToolbar": true, "toolbarButtonPosition": 6, "toolbarButtonColor": "#EE8C3E", "requiresConfirmation": false }, { "id": "f954d38f-719c-4087-d4e0-5ce3eb39ec9b", "name": "Uncoupled", "action": { "type": "scpi-commands", "data": "INST:COUP:TRAC NONE" }, "keybinding": "f7", "showInToolbar": true, "toolbarButtonPosition": 7, "toolbarButtonColor": "#78C36A", "requiresConfirmation": false }, { "id": "6f8d7576-0694-413d-de1e-7d37c143ba3c", "name": "Power on", "action": { "type": "scpi-commands", "data": "SYST:POW ON" }, "keybinding": "", "showInToolbar": true, "toolbarButtonPosition": 11, "toolbarButtonColor": "#7BC3D4", "requiresConfirmation": false }, { "id": "8513f9c4-6bd4-4e48-c3a0-730c966a6a64", "name": "Standby", "action": { "type": "scpi-commands", "data": "SYST:POW OFF" }, "keybinding": "", "showInToolbar": true, "toolbarButtonPosition": 12, "toolbarButtonColor": "#7BC3D4", "requiresConfirmation": false }, { "id": "fb1dafad-63ed-403b-a10e-4a09c30c3e85", "name": "Init", "action": { "type": "scpi-commands", "data": "INIT" }, "keybinding": "f8", "showInToolbar": true, "toolbarButtonPosition": 8, "toolbarButtonColor": "#C1D751", "requiresConfirmation": false }, { "id": "a4e4d6f7-c8e5-4072-c32a-0fe68abbcbf3", "name": "Abort", "action": { "type": "scpi-commands", "data": "ABOR" }, "keybinding": "f9", "showInToolbar": true, "toolbarButtonPosition": 9, "toolbarButtonColor": "#C1D751", "requiresConfirmation": false }, { "id": "acc0e50c-fa06-4b3c-85c7-830e5bb9a0c7", "name": "Clear protections", "action": { "type": "scpi-commands", "data": "OUTP:PROT:CLE CH1\nOUTP:PROT:CLE CH2" }, "keybinding": "f10", "showInToolbar": true, "toolbarButtonPosition": 10, "toolbarButtonColor": "#F2D74A", "requiresConfirmation": true }, { "id": "6bb41d10-15a9-478f-da75-dbccd0a0f38a", "name": "Dlog start", "action": { "type": "javascript", "data": "var defaultValues = storage.getItem(\"EezDlogValues\", {\n ch1voltage: true,\n ch1current: true,\n ch1power: false,\n ch2voltage: true,\n ch2current: true,\n ch2power: false,\n period: 0.02,\n time: 10,\n file: \"file.dlog\"\n});\n\nvar values = await input({\n title: \"Start Dlog\",\n fields: [\n { \n name: \"ch1voltage\",\n displayName: \"Log channel 1 voltage\",\n type: \"boolean\"\n },\n { \n name: \"ch1current\",\n displayName: \"Log channel 1 current\",\n type: \"boolean\"\n },\n { \n name: \"ch1power\",\n displayName: \"Log channel 1 power\",\n type: \"boolean\"\n },\n { \n name: \"ch2voltage\",\n displayName: \"Log channel 2 voltage\",\n type: \"boolean\"\n },\n { \n name: \"ch2current\",\n displayName: \"Log channel 2 current\",\n type: \"boolean\"\n },\n { \n name: \"ch2power\",\n displayName: \"Log channel 2 power\",\n type: \"boolean\"\n },\n { \n name: \"period\",\n unit: \"time\",\n validators: [validators.rangeInclusive(0.02, 120)]\n },\n { \n name: \"time\",\n unit: \"time\",\n validators: [validators.rangeInclusive(1, 86400000)]\n },\n { \n name: \"file\",\n type: \"string\",\n validators: [validators.required]\n }\n ]\n}, defaultValues);\n\nif (!values) {\n session.deleteScriptLogEntry();\n return;\n}\n\nstorage.setItem(\"EezDlogValues\", values);\n\nsession.scriptParameters = values;\n\nconnection.acquire();\n\nconnection.command(`SENS:DLOG:FUNC:VOLT ${values.ch1voltage ? \"ON\" : \"OFF\"}, ch1`);\nconnection.command(`SENS:DLOG:FUNC:CURR ${values.ch1current ? \"ON\" : \"OFF\"}, ch1`);\nconnection.command(`SENS:DLOG:FUNC:POW ${values.ch1power ? \"ON\" : \"OFF\"}, ch1`);\n\nconnection.command(`SENS:DLOG:FUNC:VOLT ${values.ch2voltage ? \"ON\" : \"OFF\"}, ch2`);\nconnection.command(`SENS:DLOG:FUNC:CURR ${values.ch2current ? \"ON\" : \"OFF\"}, ch2`);\nconnection.command(`SENS:DLOG:FUNC:POW ${values.ch2power ? \"ON\" : \"OFF\"}, ch2`);\n\nconnection.command(`SENS:DLOG:PER ${values.period}`);\nconnection.command(`SENS:DLOG:TIME ${values.time}`);\nconnection.command(\"TRIG:DLOG:SOUR IMM\");\nconnection.command(`INIT:DLOG \"${values.file}\"`);\n\nconnection.release();\n" }, "keybinding": "", "showInToolbar": true, "toolbarButtonPosition": 13, "toolbarButtonColor": "#727b84", "requiresConfirmation": false }, { "id": "18412fce-3b1b-4992-b516-d65d625da4b9", "name": "Dlog abort", "action": { "type": "scpi-commands", "data": "ABORt:DLOG" }, "keybinding": "", "showInToolbar": true, "toolbarButtonPosition": 15, "toolbarButtonColor": "#727b84", "requiresConfirmation": false }, { "id": "2b8c457b-2011-4b90-e850-9c6f4abca12a", "name": "Dlog upload", "action": { "type": "javascript", "data": "var defaultValues = storage.getItem(\"EezDlogValues\", {\n file: \"file.dlog\"\n});\n\nvar values = await input({\n title: \"Upload Dlog\",\n fields: [\n { \n name: \"file\",\n type: \"string\"\n }\n ]\n}, {\n file: defaultValues.file\n});\n\nif (!values) {\n session.deleteScriptLogEntry();\n return;\n}\n\nsession.scriptParameters = values;\n\nconnection.acquire();\n\nvar file = await connection.query(`MMEMory:UPLoad? \"${values.file}\"`);\nif (!file.transferSucceeded) {\n session.scriptError = \"Upload failed.\";\n}\n\nconnection.release();\n" }, "keybinding": "", "showInToolbar": true, "toolbarButtonPosition": 14, "toolbarButtonColor": "#727b84", "requiresConfirmation": false } ] } }