Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: schedule module conundrum
Post: RE: schedule module conundrum

Your expertise is amazing. You gave me a different approach to the problem. Thank you very much for the code example. And, thanks again for your help and patience. Grateful.. If I say the word pytho...
wgovideo General Coding Help 11 4,340 May-29-2019, 06:39 PM
    Thread: schedule module conundrum
Post: RE: schedule module conundrum

If someone could propose a work-around. I’m open to suggestions. I still can’t figure out how to do pull a variable in a scheduled task from within a loop. It’s my very last piece of the puzzle before...
wgovideo General Coding Help 11 4,340 May-29-2019, 03:38 AM
    Thread: schedule module conundrum
Post: RE: schedule module conundrum

(May-28-2019, 10:09 PM)Yoriz Wrote: schedule.every().hour.do(job)sure. but outside the loop or "job" I can't call or cancel it. Maybe some insight of the "application intention" is needed. Commerci...
wgovideo General Coding Help 11 4,340 May-28-2019, 10:29 PM
    Thread: schedule module conundrum
Post: RE: schedule module conundrum

outside the loop would work for a "weekly communication test". But I can't see how I could manipulate that for a "hourly reminder of an alarm in an active state".
wgovideo General Coding Help 11 4,340 May-28-2019, 10:05 PM
    Thread: schedule module conundrum
Post: RE: schedule module conundrum

Re: Putting the time protocols in the job. I tried that yesterday.. no joy.. as far as putting it outside the loop, how can you control it once it's no longer needed?
wgovideo General Coding Help 11 4,340 May-28-2019, 09:54 PM
    Thread: schedule module conundrum
Post: RE: schedule module conundrum

(May-28-2019, 08:42 PM)Gribouillis Wrote: Your description makes it very difficult to understand the issue. If you don't have an error message to post, could you post expected output vs actual outpu...
wgovideo General Coding Help 11 4,340 May-28-2019, 09:31 PM
    Thread: schedule module conundrum
Post: schedule module conundrum

I'm composing a simple temperature alarm notification system, and I'm stuck. I have everything working great with the exception of some scheduled functions ("reminder of active alarm" and "a weekly co...
wgovideo General Coding Help 11 4,340 May-28-2019, 07:48 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020