Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions microreactorNG/graphsettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,13 @@
</plot0>
<plot1>
<color>#0000FF</color>
<data_channel>rasppi124:read_main_pressure_NG</data_channel>
<data_channel>rasppi124:IGMC</data_channel>
<label>Ion Gauge / mbar</label>
<old_data_query>select unix_timestamp(time), value from dateplots_microreactorNG where type=(SELECT id FROM dateplots_descriptions where codename="microreactorng_pressure") and unix_timestamp(time) > {from}</old_data_query>
</plot1>
<plot2>
<color>#00BB00</color>
<data_channel>rasppi124:read_containment_pressure_NG</data_channel>
<data_channel>rasppi124:CNV3</data_channel>
<label>Containment Pressure / mbar</label>
<old_data_query>select unix_timestamp(time), value from dateplots_microreactorNG where type=(SELECT id FROM dateplots_descriptions where codename="microreactorng_pressure_containment") and unix_timestamp(time) > {from}</old_data_query>
</plot2>
Expand Down