修改了大图和小图的json,但是在前端上没看到改变

This commit is contained in:
KCFeng425
2025-06-21 16:48:56 +08:00
parent 042ec2ee01
commit 844baa5996
4 changed files with 163 additions and 167 deletions

View File

@@ -361,7 +361,7 @@
"current_speed": 0.0
}
},
{
{
"id": "stirrer_2",
"name": "搅拌器2",
"children": [],
@@ -624,13 +624,13 @@
],
"links": [
{
"id": "link_valve1_pump1",
"source": "multiway_valve_1",
"target": "transfer_pump_1",
"id": "link_pump1_valve1",
"source": "transfer_pump_1",
"target": "multiway_valve_1",
"type": "fluid",
"port": {
"multiway_valve_1": "transferpump",
"transfer_pump_1": "transferpump"
"transfer_pump_1": "transferpump",
"multiway_valve_1": "transferpump"
}
},
{
@@ -667,7 +667,7 @@
"id": "link_valve1_centrifuge",
"source": "multiway_valve_1",
"target": "centrifuge_1",
"type": "fluid",
"type": "transport",
"port": {
"multiway_valve_1": "4",
"centrifuge_1": "centrifuge"
@@ -680,7 +680,7 @@
"type": "fluid",
"port": {
"multiway_valve_1": "5",
"rotavap_1": "rotavap-sample"
"rotavap_1": "sample_in"
}
},
{
@@ -714,13 +714,13 @@
}
},
{
"id": "link_valve2_pump2",
"source": "multiway_valve_2",
"target": "transfer_pump_2",
"id": "link_pump2_valve2",
"source": "transfer_pump_2",
"target": "multiway_valve_2",
"type": "fluid",
"port": {
"multiway_valve_2": "transferpump",
"transfer_pump_2": "transferpump"
"transfer_pump_2": "transferpump",
"multiway_valve_2": "transferpump"
}
},
{
@@ -734,13 +734,13 @@
}
},
{
"id": "link_solenoid1_vacuum",
"source": "solenoid_valve_1",
"target": "vacuum_pump_1",
"id": "link_vacuum_solenoid1",
"source": "vacuum_pump_1",
"target": "solenoid_valve_1",
"type": "fluid",
"port": {
"solenoid_valve_1": "out",
"vacuum_pump_1": "vacuumpump"
"vacuum_pump_1": "vacuumpump",
"solenoid_valve_1": "out"
}
},
{
@@ -754,40 +754,30 @@
}
},
{
"id": "link_solenoid2_gas",
"source": "solenoid_valve_2",
"target": "gas_source_1",
"id": "link_gas_solenoid2",
"source": "gas_source_1",
"target": "solenoid_valve_2",
"type": "fluid",
"port": {
"solenoid_valve_2": "out",
"gas_source_1": "gassource"
"gas_source_1": "gassource",
"solenoid_valve_2": "out"
}
},
{
"id": "link_valve2_filter",
"source": "multiway_valve_2",
"target": "filter_1",
"type": "fluid",
"type": "transport",
"port": {
"multiway_valve_2": "4",
"filter_1": "filterin"
}
},
{
"id": "link_filter_collection1",
"source": "filter_1",
"target": "collection_bottle_1",
"type": "fluid",
"port": {
"filter_1": "filtrate_out",
"collection_bottle_1": "top"
"filter_1": "filter_in"
}
},
{
"id": "link_valve2_column",
"source": "multiway_valve_2",
"target": "column_1",
"type": "fluid",
"type": "transport",
"port": {
"multiway_valve_2": "5",
"column_1": "columnin"
@@ -797,7 +787,7 @@
"id": "link_column_collection2",
"source": "column_1",
"target": "collection_bottle_2",
"type": "fluid",
"type": "transport",
"port": {
"column_1": "columnout",
"collection_bottle_2": "top"
@@ -810,7 +800,7 @@
"type": "fluid",
"port": {
"multiway_valve_2": "6",
"separator_1": "separatorin"
"separator_1": "separator_in"
}
},
{
@@ -819,30 +809,10 @@
"target": "collection_bottle_3",
"type": "fluid",
"port": {
"separator_1": "separatorout",
"separator_1": "bottom_phase_out",
"collection_bottle_3": "top"
}
},
{
"id": "link_separator_stirrer_2",
"source": "separator_1",
"target": "stirrer_2",
"type": "fluid",
"port": {
"separator_1": "separatorout",
"stirrer_2": "stirrer"
}
},
{
"id": "link_separator_waste2",
"source": "separator_1",
"target": "waste_bottle_2",
"type": "fluid",
"port": {
"separator_1": "separatorout",
"waste_bottle_2": "top"
}
},
{
"id": "link_valve2_reagent4",
"source": "multiway_valve_2",
@@ -867,20 +837,20 @@
"id": "mech_stirrer_reactor",
"source": "stirrer_1",
"target": "main_reactor",
"type": "fluid",
"type": "mechanical",
"port": {
"stirrer_1": "stirrer",
"main_reactor": "top"
"main_reactor": "bind"
}
},
{
"id": "thermal_heater_reactor",
"source": "heater_1",
"target": "main_reactor",
"type": "fluid",
"type": "mechanical",
"port": {
"heater_1": "heatchill",
"main_reactor": "bottom"
"main_reactor": "bind"
}
}
]