Hi,
i thought that the time command should have a simple variable. (same as Day,Month,Year=20SV,21SV,22SV)
i have made a simple convertion by using Lokesh idea as per below;
T(=10CV,W) 'Read the time
11CV(w)=10CV%60 'Display Seconds time part
12CV(w)=(10CV/60)%60 'Display Minute time part
13CV(w)=(10CV/3600)%24 'Display Hour time part
20SV(=14CV,W) 'Display Day
21SV(=15CV,W) 'Display Month
22SV(=16CV,W) 'Display Year
All this variable i send it through serial and found work.
Regards,
WanRosli
Hi,
i thought that the time command should have a simple variable. (same as Day,Month,Year=20SV,21SV,22SV)
i have made a simple convertion by using Lokesh idea as per below;
T(=10CV,W) 'Read the time
11CV(w)=10CV%60 'Display Seconds time part
12CV(w)=(10CV/60)%60 'Display Minute time part
13CV(w)=(10CV/3600)%24 'Display Hour time part
20SV(=14CV,W) 'Display Day
21SV(=15CV,W) 'Display Month
22SV(=16CV,W) 'Display Year
All this variable i send it through serial and found work.
Regards,
WanRosli