Tare - 013404
Not Supported:
Default Tare - 013404
SetDefaultTareConfig
Note:
extends ProcessConfig
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| deviceId | String | This parameter defines the Device ID of the scale. | DefaultScale |
| defaultTare | Integer | This parameter defines a default tare value. | 0 |
Tare Fixation - 01340400022
ToggleTareFixConfig
Note:
extends ProcessConfig
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| deviceId | String | This parameter defines the Device ID of the scale. | DefaultScale |
Weighed Tare - 01340400020
SetWeighedTareConfig
Note:
extends ProcessConfig
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| deviceId | String | This parameter defines the Device ID of the scale. | DefaultScale |
Manual Tare - 01340400021
SetManualTareConfig
Note:
extends ProcessConfig
| Parameter Name | Data Type, Range | Description | Default |
|---|---|---|---|
| deviceId | String | This parameter defines the Device ID of the scale. | DefaultScale |
| tareAmount | Integer | This parameter defines the predefined tare value. | |
| maxTareAllowed | Integer | This parameter defines the maximum allowed tare. | 6000 |
Button configuration using the Menu Editor
Direct and manual tare buttons are defined in the Menu Editor in the following way:
- A function button is created in the Menu Editor.
- The Manual Tare function is assigned to the function button.
- For a direct tare button, a value for the function parameter tareAmount is maintained; for a manual tare button, tareAmount is left empty.
If tareAmount is not empty, the button triggers the Manual Tare function using the value of tareAmount.
If tareAmount is empty, the dialog for manual tare entry opens and the Manual Tare function proceeds with the entered value.