Name | Description |
---|---|
Adapter_Inference | |
Adapter_Superposition | |
Block_Recipe_TBD | |
BlockMain | |
Buffer_Recipe_TBD | |
BufferMain | |
Port_Actuators | |
Port_IdleTanks | |
Port_Sensors |
class Adapter_Inference Port_IdleTanks idleTanks; end Adapter_Inference;
class Adapter_Superposition Port_Actuators actuators; end Adapter_Superposition;
Type | Name | Default | Description |
---|---|---|---|
Real | startTime | ||
Real | w_dilution | 0.003 | |
Real | w_concentrat | 0.005 | |
Real | T3_batch_level | 0.1273 | |
Real | T5_batch_level | 0.211 |
class Block_Recipe_TBD parameter Real startTime; parameter Real w_dilution=0.003; parameter Real w_concentrat=0.005; parameter Real T3_batch_level=0.1273; parameter Real T5_batch_level=0.211; Boolean trig; Boolean S0(start=true); Boolean S1; Boolean S2; Boolean S3; Boolean S4; Boolean S5; Boolean S6; Boolean S7; Boolean S8; Boolean S9; Boolean S10; Boolean S11; Boolean S12; Boolean S13; Boolean S14; Boolean tr0; Boolean tr1; Boolean tr2; Boolean tr3; Boolean tr4; Boolean tr5; Boolean tr6; Boolean tr7; Boolean tr8; Boolean tr9; Boolean tr10; Boolean tr11; Boolean tr12; Boolean tr13;Port_Actuators act; end Block_Recipe_TBD;
class BlockMain Boolean trig;Port_Actuators actuators; Block_Recipe_TBD Recipe1; Block_Recipe_TBD Recipe2; Adapter_Inference Inference; Adapter_Superposition Superposition; end BlockMain;
class Buffer_Recipe_TBD Port_Actuators act; Boolean S0; Boolean S1; Boolean S2; Boolean S3; Boolean S4; Boolean S5; Boolean S6; Boolean S7; Boolean S8; Boolean S9; Boolean S10; Boolean S11; Boolean S12; Boolean S13; Boolean S14; end Buffer_Recipe_TBD;
class BufferMain Buffer_Recipe_TBD Recipe1; Buffer_Recipe_TBD Recipe2; end BufferMain;
Type | Name | Description |
---|---|---|
output Boolean | P1 | |
output Boolean | P2 | |
output Boolean | T5_Heater | |
output Boolean | T7_Cooling | |
output Boolean | T6_Cooling | |
output Boolean | V1 | |
output Boolean | V2 | |
output Boolean | V3 | |
output Boolean | V4 | |
output Boolean | V5 | |
output Boolean | V6 | |
output Boolean | V8 | |
output Boolean | V9 | |
output Boolean | V10 | |
output Boolean | V11 | |
output Boolean | V12 | |
output Boolean | V15 | |
output Boolean | V18 | |
output Boolean | V19 | |
output Boolean | V20 | |
output Boolean | V21 | |
output Boolean | V22 | |
output Boolean | V23 | |
output Boolean | V24 | |
output Boolean | V25 |
connector Port_Actuators output Boolean P1; output Boolean P2; output Boolean T5_Heater; output Boolean T7_Cooling; output Boolean T6_Cooling; output Boolean V1; output Boolean V2; output Boolean V3; output Boolean V4; output Boolean V5; output Boolean V6; output Boolean V8; output Boolean V9; output Boolean V10; output Boolean V11; output Boolean V12; output Boolean V15; output Boolean V18; output Boolean V19; output Boolean V20; output Boolean V21; output Boolean V22; output Boolean V23; output Boolean V24; output Boolean V25;end Port_Actuators;
Type | Name | Description |
---|---|---|
Boolean | T5_idle | |
Boolean | T7_idle |
connector Port_IdleTanks Boolean T5_idle; Boolean T7_idle; end Port_IdleTanks;
Type | Name | Description |
---|---|---|
input Real | LIS_301 | |
input Real | QI_302 | |
input Real | LIS_501 | |
input Real | QIS_502 | |
input Real | TI_503 | |
input Real | LIS_601 | |
input Real | TIS_602 | |
input Real | LIS_701 | |
input Real | TIS_702 |
connector Port_Sensors input Real LIS_301; input Real QI_302; input Real LIS_501; input Real QIS_502; input Real TI_503; input Real LIS_601; input Real TIS_602; input Real LIS_701; input Real TIS_702;end Port_Sensors;