placeholder Command:  RECIPES 


Short version Long version Changes Example

Mandatory: no
max. Occurrence:  unbounded
Description:
This tag is used as container for commands regarding receipe texts.
 
Mandatory: yes
max. Occurrence:  unbounded
Supported modes: delete Delete the named item.
read Read the named item.
read+ Read the following item.
read- Read the previous item.
readall Read all items from the desired device(s). This doesn't mean comparable reading as in the L2 protocol.
write Write the named item.
Description:
Define recipe texts.
Notes:
For the mode ''readall'' the following information can be helpful:
The table below shows values for the mandatory elements.

<department_no> <recipe_no> Comment
0 0 All recipes of all departments will be returned.
0 unequal 0 All recipes of all departments whose recipe numbers are greater or equal than the value of <recipe_no> will be returned.
unequal 0 0 All recipes that are belonging to the desired department number will be returned.
unequal 0 unequal 0 All recipes of the desired department whose recipe numbers are greater or equal than the value of <recipe_no> will be returned.

ETICA devices with application version V1.4.0.0 support only the mode ''write'' correct.
The modes ''read'' and ''delete'' are not implemented with this version.
   
Mandatory: yes
max. Occurrence: 1
Datatype: short
Range: 1 - 9 999
Nillable: no
Description:
This tag is for reasons of backward compatiblity to the TransL2 protocol.
   
Mandatory: yes
max. Occurrence: 1
Datatype: int
Range: 1 - 2 147 483 647
Nillable: no
Description:
The number of the recipe. The number has to be unique.
   
Mandatory: no
max. Occurrence: 1
Datatype: string
Range: max. 40 characters
Nillable: no
Description:
The name of the recipe.
   
Mandatory: no
max. Occurrence: 1
Datatype: string
Range: max. 10000 characters
Nillable: no
Description:
The recipe itself.
   
Mandatory: no
max. Occurrence: 1
Datatype: dateTime
Range: -
Nillable: yes
Description:
The last time when the record was changed.
CCYY-MM-DDThh:mm:ss
The format is as following:
C = Century
Y = Year
M = Month
D = Day
T = Separator between date and time
h = hour
m = minute
s = second