Interface elements control
It is possible to disable or hide some elements of the user interface using script commands. For this purpose, the interface tag is used:
<interface display="tempPanel" start="10" enabled="false"/> <interface display="oxygenScope" start="13" visible="false"/>
The display attribute is used to select the graphical element, start determines the time of the failure, visible sets the visibility of the element (does not work with every control), and enabled determines if the control is active (does not work with every control). The following table shows the available graphical elements, and wheter the property visible and/or enabled can be used.
Element name | Note | Visible? | Enabled? |
---|---|---|---|
oxygenScope | Oxygen graph panel | True | False |
pressureScope | Pressure graph panel | True | False |
carbonScope | Carbon graph panel | True | False |
tempScope | Temperature graph panel | True | False |
humidityScope | Humidity graph panel | True | False |
systemMonitor | System schema (tanks, valves, etc.) | True | False |
oxTankDisplay | Oxygen tank label | True | False |
oxSecondDisplay | Oxygen valve label | True | False |
niTankDisplay | Nitrogen tank label | True | False |
niSecondDisplay | Nitrogen valve label | True | False |
mixerDisplay | Mixer valve label | True | False |
coFilterLabel | CO2 Filter status indicator | True | False |
coolingMachineLabel | Cooler status indicator | True | False |
heatingMachineLabel | Heater status indicator | True | False |
dehumidLabel | Dehumidifier status indicator | True | False |
ventLabel | Vent status indictor | True | False |
oxygenPanel | Oxygen control panel | False | True |
carbonPanel | CO2 control panel | False | True |
humidityPanel | Humidity control panel | False | True |
pressurePanel | Pressure control panel | False | True |
tempPanel | Temperature control panel | False | True |
masterAlarm | Failure indicator | True | False |
assistanceSelector | Assistance selector | True | False |
repairButton | Repair button | True | False |
oxygenPanelGeneral | Upper oxygen panel (manual/auto) | False | True |
oxygenPanelFlow | Oxygen flow control panel | False | True |
carbonPanelGeneral | Upper carbon panel (manual/auto) | False | True |
carbonPanelScrubber | Scrubber level panel | False | True |
humidityPanelGeneral | Upper dehumidifier panel (manual/auto) | False | True |
humidityPanelLevel | Dehumidifier level control | False | True |
pressurePanelGeneral | Upper pressure control (manual/auto) | False | True |
pressurePanelFlow | Pressure flow control | False | True |
tempPanelGeneral | Upper temperature control (man./auto) | False | True |
tempPanelHeater | Heater control | False | True |
tempPanelCooler | Cooler control | False | True |
It is also possible to control the assistance level switches individually, in order to enable/disable certain levels. Please note that individually enabled/disabled levels are also disabled in assistance dialog windows, whereas disabling the whole assistanceSelector only concerns the main window.
Element name | Note | Visible? | Enabled? |
---|---|---|---|
oxygenScope | Oxygen graph panel | True | False |
pressureScope | Pressure graph panel | True | False |
carbonScope | Carbon graph panel | True | False |
tempScope | Temperature graph panel | True | False |
humidityScope | Humidity graph panel | True | False |
systemMonitor | System schema (tanks, valves, etc.) | True | False |
oxTankDisplay | Oxygen tank label | True | False |
oxSecondDisplay | Oxygen valve label | True | False |
niTankDisplay | Nitrogen tank label | True | False |
niSecondDisplay | Nitrogen valve label | True | False |
mixerDisplay | Mixer valve label | True | False |
coFilterLabel | CO2 Filter status indicator | True | False |
coolingMachineLabel | Cooler status indicator | True | False |
heatingMachineLabel | Heater status indicator | True | False |
dehumidLabel | Dehumidifier status indicator | True | False |
ventLabel | Vent status indictor | True | False |
oxygenPanel | Oxygen control panel | False | True |
carbonPanel | CO2 control panel | False | True |
humidityPanel | Humidity control panel | False | True |
pressurePanel | Pressure control panel | False | True |
tempPanel | Temperature control panel | False | True |
masterAlarm | Failure indicator | True | False |
assistanceSelector | Assistance selector | True | False |
repairButton | Repair button | True | False |
oxygenPanelGeneral | Upper oxygen panel (manual/auto) | False | True |
oxygenPanelFlow | Oxygen flow control panel | False | True |
carbonPanelGeneral | Upper carbon panel (manual/auto) | False | True |
carbonPanelScrubber | Scrubber level panel | False | True |
humidityPanelGeneral | Upper dehumidifier panel (manual/auto) | False | True |
humidityPanelLevel | Dehumidifier level control | False | True |
pressurePanelGeneral | Upper pressure control (manual/auto) | False | True |
pressurePanelFlow | Pressure flow control | False | True |
tempPanelGeneral | Upper temperature control (man./auto) | False | True |
tempPanelHeater | Heater control | False | True |
tempPanelCooler | Cooler control | False | True |
LOA_1.button | LOA_1 switch | False | True |
LOA_2.button | LOA_2 switch | False | True |
LOA_3.button | LOA_3 switch | False | True |
LOA_4.button | LOA_4 switch | False | True |
LOA_5.button | LOA_5 switch | False | True |
assistancePanel | Whole assistance panel | True | False |