Posts: 10
Threads: 3
Joined: Nov 2018
Reputation:
0
Hi, I'm just getting started with SIP, and wondering: if I have programs on interval mode, e.g. run every 3rd day, and then switch to manual mode for a day, how does that impact the interval program? Will it resume its count where it left off, or will it restart the count when transitioning back to auto mode?
Similarly, if the interval program was prevented from activating the system because it was in manual mode that day, will it make up for the missed activation when it resumes?
Thanks.
Posts: 652
Threads: 18
Joined: Aug 2015
Reputation:
22
The Interval mode calculates the days to run when you first set it up. Switching to manual mode should not affect the schedule.
In other words It will stay on the same schedule as if the manual mode was not activated but it will not make up for a skipped day
Posts: 652
Threads: 18
Joined: Aug 2015
Reputation:
22
My explanation of how the interval mode works was a little misleading, sorry.
When you set an interval SIP sets up a "base date", a starting date, as a timestamp which is stored in the program file. When it is time to run the program SIP checks to see if the current day is the right number of days from the base date to match the chosen interval. SIP does not need to store a list of days that the program will run.
Regarding the HTML GET commands; I did some testing here and the commands work even when it returns the login page.
If you login after sending a GET command you should see the correct result.
You can disable the password on the Options page under "Change password" by checking the "Disable security" checkbox. This will prevent the login page from being returned.
SIP's password is not very secure. It is mostly useful for keeping unauthorized persons from changing settings.
Posts: 652
Threads: 18
Joined: Aug 2015
Reputation:
22
SIP's internal lists are zero based as are arrays, and such in most programming languages.
Most end users are more familiar with 1 based numbering so the UI related representations are 1 based
The PDF file of GET commands tries to indicate which values are zero based and which start from 1.