9 MixingType

9.1 MixingType definition

In case the dosing station is equipped with an active mixing device like on a batch blender, the mixing process can be controlled with the type MixingType, which is defined in Table 16.

Table 16 – MixingType definition
Attribute Value
BrowseNameMixingType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of 0:BaseObjectType defined in OPC UA Part 5
0:HasComponentVariableMixingMode0:UInt160:MultiStateValueDiscreteTypeM, RW
0:HasPropertyVariableMixingInterval0:UInt160:PropertyTypeO, RW
0:HasPropertyVariableMixingDuration0:Duration0:PropertyTypeO, RW
0:HasComponentVariableIdleMixing0:Boolean0:BaseDataVariableTypeO, RW

9.2 MixingMode

The mixing mode parameter can be used to set the required mixing mode. The MultiStateValueDiscreteType should provide the available mixing modes.

Table 17 – Values for MixingMode
EnumValue ValueAsText Description
0NO_MIXINGNo mixer available or mixing OFF
1CONTINUOUS_MIXINGMixer is activated after the first batch (blender) and is mixing continuous until the dosing device is stopped
2TIMED_MIXINGThe mixer is started after each batch (blender) and mixes for a defined duration (MixingDuration 9.4)
3INTERVAL_MIXINGThe mixer device is started after a defined number of shots, IMM (MixingInterval 9.3). Duration of mixing is set by MixingDuration

9.3 MixingInterval

Interval between two mixing processes, in number of shots

Note: Mandatory if MixingMode is set to INTERVAL_MIXING

9.4 MixingDuration

Duration of a mixing process

Note: Mandatory, if MixingMode is set to TIMED_MIXING or INTERVAL_MIXING

9.5 IdleMixing

This flag can be used for “idle mixing”. With idle mixing the mixer of the batch blender rotates once in a while to keep the material in the mixer flowing and material does not get blocked by the mixer blades.