Difference between revisions of "mosCura:Recipe Config"

From Nolek Wiki
Jump to navigation Jump to search
(Created page with "In the recipe config you can change the configuration of each recipe item tag.<br/> The entire recipe structure will be shown in the specific item groups.")
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
In the recipe config you can change the configuration of each recipe item tag.<br/>
 
In the recipe config you can change the configuration of each recipe item tag.<br/>
 
The entire recipe structure will be shown in the specific item groups.
 
The entire recipe structure will be shown in the specific item groups.
 +
<gallery>
 +
File:MosCura_RecipeConfig_1.png|Recipe config
 +
File:MosCura_RecipeConfig_2.png|Configuration of each tag
 +
</gallery>
 +
 +
===Last modified reason===
 +
The first option in the recipe config is the Last modified reason. This is a way to keep traceability of the changes in the recipe.
 +
<gallery>
 +
File:MosCura_RecipeConfig_3.png|Default length is 8 characters
 +
File:MosCura_RecipeConfig_4.png|When a change is made in the recipe, the user will be prompted for a reason
 +
File:MosCura_RecipeConfig_5.png|The last reason is visible in the recipe header
 +
File:MosCura_RecipeConfig_6.png|The last reason is visible in the recipe history
 +
</gallery>
 +
To deactivate this functionality, set the minimum length to 0.
 +
 +
===Tag types===
 +
====Standard tag====
 +
The standard recipe tag is the default tag. Unless the tag is set as partial or hidden, it will be a standard tag.
 +
 +
====Partial tag====
 +
The partial tag is only activated if the [[mosCura:Recipe_Partial|partial recipe]] is activated.<br/>
 +
If the partial tag is set, it will overwrite the standard tag, if the partial recipe is collected.
 +
 +
====Hidden tag====
 +
The hidden tag will not show in the recipe handling, but the value will still be send with the recipe.
 +
 +
===Data types===
 +
====String====
 +
<gallery>
 +
File:MosCura_RecipeConfig_String.png|String tag
 +
</gallery>
 +
The string tag has a minimum and maximum length. And can be displayed in a textbox or a [[mosCura:Recipe_Config_Multiselector|Multi selector]]
 +
====Int====
 +
<gallery>
 +
File:MosCura_RecipeConfig_Int.png|Int tag
 +
</gallery>
 +
The int tag (integer) has a minimum and maximum value. And can be displayed in a textbox, a [[mosCura:Recipe_Config_YesNo|yes/no selector]] or a [[mosCura:Recipe_Config_Filter|Filter]]
 +
====Real====
 +
<gallery>
 +
File:MosCura_RecipeConfig_Real.png|Real tag
 +
</gallery>
 +
The real tag has a minimum and maximum value, and a maximum number of decimals. And can be displayed in a textbox
 +
====Float====
 +
<gallery>
 +
File:MosCura_RecipeConfig_Float.png|Float tag
 +
</gallery>
 +
The float tag (floating point) has a minimum and maximum value, and a maximum number of decimals. And can be displayed in a textbox

Latest revision as of 09:38, 5 September 2019

In the recipe config you can change the configuration of each recipe item tag.
The entire recipe structure will be shown in the specific item groups.

Last modified reason

The first option in the recipe config is the Last modified reason. This is a way to keep traceability of the changes in the recipe.

To deactivate this functionality, set the minimum length to 0.

Tag types

Standard tag

The standard recipe tag is the default tag. Unless the tag is set as partial or hidden, it will be a standard tag.

Partial tag

The partial tag is only activated if the partial recipe is activated.
If the partial tag is set, it will overwrite the standard tag, if the partial recipe is collected.

Hidden tag

The hidden tag will not show in the recipe handling, but the value will still be send with the recipe.

Data types

String

The string tag has a minimum and maximum length. And can be displayed in a textbox or a Multi selector

Int

The int tag (integer) has a minimum and maximum value. And can be displayed in a textbox, a yes/no selector or a Filter

Real

The real tag has a minimum and maximum value, and a maximum number of decimals. And can be displayed in a textbox

Float

The float tag (floating point) has a minimum and maximum value, and a maximum number of decimals. And can be displayed in a textbox