ICP DAS WISE User Manual
http://wise.icpdas.com
310
Set up Schedule and query the setting of Schedule.
WISE supports querying of schedule setting and modifying the setting of
schedule through CGI commands. The corresponding commands are as follows:
Get the quantity of schedule:
Command
job=get_schedule_num
Parameters
None
Response
Normal Status
{
"schedule_num": "2"
}
Password error
{
"status": "PASSWORD_INCORRECT"
}
Get schedule setting
Command
job=get_schedule&
index=val
Parameters
Name
index
Description The index number of the Schedule.
Value
Integer; start from 1.
Response
If the schedule exists, the corresponding XML
configuration code of the schedule will be replied.
<S idx="1" status="1" type="0" nickname="Schedule 1">
<TIME h1="-1" m1="1" s1="1" h2="-1" m2="1" s2="5" idx="1"/>
<TIME h1="-1" m1="30" s1="1" h2="-1" m2="30" s2="5" idx="2"/>
<DATE year="2022" month="6" duration="9"/>
<SKIP>0,0,0,0,0,0</SKIP>
</S>
No such schedule