placeholder Command:  LOGOS 


Short version Long version Changes Example

Mandatory: no
max. Occurrence:  unbounded
Description:
This tag is used as container for commands regarding logos.
 
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:
This command is used for creating, manipulating or deleting logo(s).
Notes:
For the mode 'readall' the following information can be helpful:
The table below shows values for the mandatory elements.

<department_no> <logo_no> Comment
0 0 All logos of all departments will be returned.
0 unequal 0 All logos of all departments whose logo numbers are greater or equal than the value of <logo_no> will be returned.
unequal 0 0 All logos that are belonging to the desired department number will be returned.
unequal 0 unequal 0 All logos of the desired department whose logo numbers are greater or equal than the value of <logo_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:
The number of the department the item is belonging to.
   
Mandatory: yes
max. Occurrence: 1
Datatype: short
Range: 1 - 32 767
Nillable: no
Description:
The number of the logo. It has to be unique.
   
Mandatory: no
max. Occurrence: 1
Datatype: string
Range: max. 80 chars
Nillable: no
Description:
The name of the logo.
   
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