User guide

Developers guidelines | AT commands
69 June 2010
AT*SEDATE SEMC create date field
<text> Description
String Text to be included in the ticker
<object_index>:
<object_index> Description
Integer type Index of the ticker
<show>:
<show> Description
Integer type Tells whether the GUI object will be visible on the
screen directly when created. If <show> = 0 then it
is possible to use the AT*SESAF command to
display the object later
0 Object will not be displayed when created
1 Object will be displayed when created
Description: A Date field is an editable component for presenting date and time (calen-
dar) information. The value for this field can be set initially. If the value is
not set, then the UI for the field shows this clearly.
An instance of a Date field can be configured to accept date or time infor-
mation. This mode is set by the <mode> parameter. The DATE input mode
allows only date information (year, month, day) to be set and the TIME
mode allows only time information (hours, minutes, seconds) to be set.
When the user has modified the contents of the date field and accepts it,
the unsolicited result code *SEGUII is sent.
To be able to use this command, a UI session has to be established. That
is, the AT command AT*SEUIS=1 has to be called before calling
AT*SEDATE.
A Date field object is deleted if AT*SEDEL=<object_index> is called.
Note: It is not possible to call AT*SEDATE with <mode> == 2 and then
include <date> first and <time> after that in the command parameter
string. Doing so results in an error. The correct usage of the SET command
is shown in the two examples below:
AT*SEDATE=”Set the date”,1,1,0,”2005/05/29”
AT*SEDATE=”Set the time”,2,1,0,”12:30:00”
Execution
command: AT*SEDATE=<title>,<mode>,<show>[,<form> [,<date>][,<time>]]
Execution command
response: *SEDATE:<object_index>
Test command: AT*SEDATE=? Shows if the command is supported.
Test command
response: Range of general parameters:
*SEDATE:(list of supported <mode>s), (list of supported <show>s), (list of
supported <form>s)
Parameters:
<title>: