Skip to content

Commit 3f116ae

Browse files
authored
Update feedmixer-solution-guide.adoc (#212)
Some typos removed
1 parent ba903d9 commit 3f116ae

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

modules/ROOT/pages/feedmixer-solution-guide.adoc

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Overview of feed mixer objects
7474
|link:#group[``Group``]
7575
|Description of an animal group
7676
77-
|link:#ingredient[``Ingredient``]]
77+
|link:#ingredient[``Ingredient``]
7878
|description of an ingredient
7979
8080
|link:#nutrients[``Nutrients``]
@@ -83,25 +83,25 @@ Overview of feed mixer objects
8383
|link:#recipe[``Recipe``]
8484
|Current description of a recipe ``(Recipe)``
8585
86-
|link:#afterloadinglastingredient[``AfterLoadingLastIngredient``]]
86+
|link:#afterloadinglastingredient[``AfterLoadingLastIngredient``]
8787
|Configuration of the mixing behavior after adding the last ingredient
8888
8989
|link:#masterdata[``Masterdata``]
9090
|The master data can be synchronized via this object.
9191
92-
|link:#masterdataresponse[``MasterdataResponse``]]
92+
|link:#masterdataresponse[``MasterdataResponse``]
9393
|Processing status of the transferred master data
9494
95-
|link:#plannedloadlistwithdependencies[``PlannedLoadListWithDependencies``]]
95+
|link:#plannedloadlistwithdependencies[``PlannedLoadListWithDependencies``]
9696
|Configuration of a planned load list.
9797
98-
|link:#plannedloadlistwithdependenciesresonse[``PlannedLoadListWithDependenciesResponse``]]
98+
|link:#plannedloadlistwithdependenciesresonse[``PlannedLoadListWithDependenciesResponse``]
9999
|Processing status of the transferring load list
100100
101101
|link:#plannedloadlist[``PlannedLoadList``]
102102
|Configuration of a planned load list with all the necessary references.
103103
104-
|link:#plannedloadlistgroup[``PlannedLoadListGroup``]]
104+
|link:#plannedloadlistgroup[``PlannedLoadListGroup``]
105105
|Configuration of a group for a planned load list.
106106
107107
|link:#plannedloadlistresponse[``PlannedLoadListResponse``]
@@ -110,31 +110,31 @@ Overview of feed mixer objects
110110
|link:#completeloadlistwithdependencies[``CompleteLoadListWithDependencies``].
111111
|Description of the actual state of a load list.
112112
113-
|link:#completeloadlistwithdependenciesresponse[``CompleteLoadListWithDependenciesResponse``]]
113+
|link:#completeloadlistwithdependenciesresponse[``CompleteLoadListWithDependenciesResponse``]
114114
|Processing status of the transferred actual status for a load list.
115115
116116
|link:#completeloadlist[``CompleteLoadList``]]
117117
|Description of the actual state of a load list.
118118
119-
|link:#completeloadlistingredient[``CompleteLoadListIngredient``]]
119+
|link:#completeloadlistingredient[``CompleteLoadListIngredient``]
120120
|Completed filling process of an ingredient
121121
122-
|link:#completeloadlistgroup[``CompleteLoadListGroup``]]
122+
|link:#completeloadlistgroup[``CompleteLoadListGroup``]
123123
|Documentation of a group feed for a planned load list.
124124
125-
|link:#completeloadlistwithdependenciesresponse[``CompleteLoadListWithDependenciesResponse``]]
125+
|link:#completeloadlistwithdependenciesresponse[``CompleteLoadListWithDependenciesResponse``]
126126
|Processing status of the transferred actual status for a load list.
127127
128128
|link:#refusalwithdependencies[``RefusalWithDependencies``]
129129
|Documentation of a food refusal including necessary master data
130130
131-
|link:#refusalwithdependenciesresponse[``RefusalWithDependenciesResponse``]]
131+
|link:#refusalwithdependenciesresponse[``RefusalWithDependenciesResponse``]
132132
|Processing status of the transmitted feed refusal.
133133
134134
|link:#refusal[``Refusal``]
135135
|refusal of food
136136
137-
|link:#refusalresponse[``RefusalResponse``]]
137+
|link:#refusalresponse[``RefusalResponse``]
138138
|Processing status of the transmitted feed refusal.
139139
|===
140140
@@ -181,9 +181,9 @@ message Area {
181181
}
182182
183183
UUID area_external_id = 1; /// Uniquely references for the area in the sofware system used
184-
string area_name = 2; /// Name of the area
185-
AreaType area_type = 3; /// Type of the area (LoadingPoint, Barn, other)
186-
UUID customer_id_ref = 4; /// Internal reference
184+
string area_name = 2; /// Name of the area
185+
AreaType area_type = 3; /// Type of the area (LoadingPoint, Barn, other)
186+
UUID customer_id_ref = 4; /// Internal reference
187187
repeated google.protobuf.Any extension = 2048;
188188
}
189189
-----------------
@@ -248,7 +248,7 @@ message Device {
248248
UUID device_external_id = 1; /// Uniquely references for the device in the sofware system used
249249
string device_serial_number = 2; /// Serial number of the device assigned by the manufacturer
250250
string device_name = 3; /// Name of the device
251-
uint64 device_capacity = 4; /// Total KG capcaity of the mixer (treshold of overload). Unit: kg
251+
uint64 device_capacity = 4; /// Total KG capcaity of the mixer (treshold of overload). Unit: *kg*
252252
repeated UUID area_id_ref = 5; /// White-List means, list of areas that can be accessed
253253
repeated google.protobuf.Any extension = 2048;
254254
}
@@ -258,7 +258,7 @@ message Device {
258258
==== Animal group
259259
Description of an animal group ``(Group)`` the animal group type is described via the ``GroupType ``.
260260
261-
The number of animals in this animal group is specified in the unit *unit* via the parameter: ``(group_head_count )``. +
261+
The number of animals in this animal group is specified via the parameter: ``(group_head_count )`` in the unit *piece*. +
262262
The relative percentage for adjusting the feed quantity (default value 100%) is determined via the factor ``(group_feeding_factor)`` in the unit *%*. +
263263
The length of the feeding rack (in *m*) of this animal group is described by the parameter ``group_feeding_rack_length``. +
264264
The reference to the area of the animal group ``(Area)`` is made via the ``area_id_ref``.
@@ -277,9 +277,9 @@ message Group {
277277
UUID group_external_id = 1; /// Uniquely references for the group in the sofware system used
278278
string group_name = 2; /// Name of the group
279279
GroupType group_type = 3; /// Type of the group (milking, dry, bulls, other)
280-
uint32 group_head_count = 4; /// Total number of annimals for this group. Unit: piece
281-
uint32 group_feeding_factor = 5; /// Relative percentage used to adjust feed amount for a group. (default 100%). Unit %
282-
uint32 group_feeding_rack_length = 6; /// Length of feeding rack of the specific group. Unit m
280+
uint32 group_head_count = 4; /// Total number of annimals for this group. : piece
281+
uint32 group_feeding_factor = 5; /// Relative percentage used to adjust feed amount for a group. (default 100%). %
282+
uint32 group_feeding_rack_length = 6; /// Length of feeding rack of the specific group. m
283283
UUID area_id_ref = 7; /// Internal reference
284284
repeated google.protobuf.Any extension = 2048;
285285
}
@@ -290,11 +290,11 @@ message Group {
290290
Description of an ingredient ``(Ingredient)`` and its application.
291291
292292
The start mode type is described via the ``StartMode ``. +
293-
The quantity per animal is specified via the parameter ``ingredient_quantity`` in the unit *kg/head*. +
293+
The quantity per animal is specified via the parameter ``ingredient_quantity`` in the *kg/head*. +
294294
The loading sequence in which this ingredient is to be filled is described by the value ``ingredient_order``. +
295295
The mixing process for this ingredient can be configured using the following values:
296296
297-
* ``ingredient_mix_time`` in the unit *seconds*
297+
* ``ingredient_mix_time`` in the *seconds*
298298
* ``ingredient_mix_speed`` in the unit *RPM/min*
299299
* ``ingredient_mix_rotations`` in the unit *RPM*
300300

0 commit comments

Comments
 (0)