GravimetricDosing
From KIproBatt Wiki
(Updated with content from Extension:OpenSemanticLab version 0.0.3) |
(Updated with content from Extension:OpenSemanticLab version 0.0.3) |
||
Line 29: | Line 29: | ||
[actual_mass]={{{actual_mass|}}}; | [actual_mass]={{{actual_mass|}}}; | ||
[actual_mass_unit]={{{actual_mass_unit|{{{nominal_mass_unit}}}}}}; | [actual_mass_unit]={{{actual_mass_unit|{{{nominal_mass_unit}}}}}}; | ||
− | [ | + | [nominal_tool_category]={{#replace:{{{nominal_tool_category|Category:Device}}}|Category:|}}; <!-- Tree input expects no namespace --> |
− | [ | + | [actual_tool_category]={{#replace:{{{actual_tool_category|{{{nominal_tool_category|Category:Device}}}}}}|Category:|}}; <!-- Tree input expects no namespace --> |
− | [ | + | [nominal_tool_type]={{{nominal_tool_type|}}}; |
− | [ | + | [actual_tool_type]={{{actual_tool_type|}}}; |
− | [ | + | [nominal_tool_instance]={{{nominal_tool_instance|}}}; |
− | [ | + | [actual_tool_instance]={{{actual_tool_instance|}}}; |
− | [ | + | [nominal_tool_setup]={{{nominal_tool_setup|}}}; |
− | [ | + | [actual_tool_setup]={{{actual_tool_setup|}}} |
}} | }} | ||
Line 51: | Line 51: | ||
|suffix= | |suffix= | ||
|process_step_name={{{name|}}} | |process_step_name={{{name|}}} | ||
− | | | + | |tool_category={{{nominal_tool_category|}}} |
− | | | + | |nominal_tool_type={{{nominal_tool_type|}}} |
− | | | + | |actual_tool_type={{{actual_tool_type|}}} |
− | | | + | |nominal_tool_instance={{{nominal_tool_instance|}}} |
− | | | + | |actual_tool_instance={{{actual_tool_instance|}}} |
− | | | + | |nominal_tool_setup={{{nominal_tool_setup|}}} |
− | | | + | |actual_tool_setup={{{actual_tool_setup|}}} |
}} | }} | ||
{{OslTemplate:LabProcess/Query/GenericParam | {{OslTemplate:LabProcess/Query/GenericParam | ||
Line 159: | Line 159: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
− | " | + | "nominal_tool_instance": { |
"label": "Vorgabe für das zu verwendende Gerät", | "label": "Vorgabe für das zu verwendende Gerät", | ||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
}, | }, | ||
− | " | + | "actual_tool_instance": { |
"label": "Tatsächlich verwendetes Gerät" | "label": "Tatsächlich verwendetes Gerät" | ||
}, | }, | ||
Line 190: | Line 190: | ||
"actual_mass", | "actual_mass", | ||
"actual_mass_unit", | "actual_mass_unit", | ||
− | " | + | "nominal_tool_instance", |
− | " | + | "actual_tool_instance", |
"required" | "required" | ||
] | ] |
Latest revision as of 06:11, 23 June 2022
Prozessschritt, um einen Stoff bzw. ein Material unter Angabe seiner Masse dem Prozess hinzuzufügen
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name des Prozessschrittes | name | no description
| String | required |
Vorgängerschritt | predecessor | no description | Unknown | optional |
Gleichzeitiger Schritt | concurrent | no description | Unknown | optional |
Eingehende Objekte | input_objects | Objekte, die vom Prozessschritt konsumiert werden. Mehrer Objekte werden mit Semikolon getrennt
| String | optional |
Augehende Objekte | output_objects | Objekte, die vom Prozessschritt produziert werden. Mehrer Objekte werden mit Semikolon getrennt | String | optional |
Vorbedingung | precondition | Freitext-Bedingung, die vor Beginn des Prozessschrittes erfüllt sein muss
| String | optional |
Nachbedingung | postcondition | Freitext-Bedingung, die nach Beenden des Prozessschrittes erfüllt sein muss
| String | optional |
Stoffkategorie des Eduktes | educt_category | no description
| Page | required |
Vorgabe für das Edukt | nominal_educt | no description
| Page | optional |
Charge des Eduktes | nominal_educt_batch | no description
| Page | optional |
Tatsächliches Edukt | actual_educt | no description
| Page | optional |
Tatsächliche Edukt Charge | actual_educt_batch | no description | Page | optional |
Vorgegebene Masse | nominal_mass | no description
| Number | suggested |
Einheit der Massenvorgabe | nominal_mass_unit | no description
| String | suggested |
Tatsächliche Masse | actual_mass | no description | String | optional |
Tatsächlich verwendete Masseneinheit | actual_mass_unit | no description | String | optional |
Vorgabe für das zu verwendende Gerät | nominal_tool_instance | no description | Page | optional |
Tatsächlich verwendetes Gerät | actual_tool_instance | no description | Unknown | optional |
Verpflichtender Prozessschritt | required | no description | Boolean | optional |