Active TopicsActive Topics  Display List of Forum MembersMemberlist  Search The ForumSearch  HelpHelp
  RegisterRegister  LoginLogin
PowerHome Programming
 PowerHome Messageboard : PowerHome Programming
Subject Topic: Timed Event Deleted? Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
BwiggleS
Newbie
Newbie
Avatar

Joined: October 26 2009
Location: Canada
Online Status: Offline
Posts: 35
Posted: November 05 2011 at 00:13 | IP Logged Quote BwiggleS

I created a timed event formula to trigger on the half of every hour. Seems to work fine.
datetime(date(today())+ "," + hour(today()) + "," + "30:00")
Then I create a timed event to trigger a macro off the hourly setting and another timed event to trigger the same macro off my custom timed event formula on the half of every hour.

Every time the half hour trigger happens it deletes the timed event entry. Both timed events seem to work fine, but the half hour one always deletes it's entry.

Any ideas what's up? Is it because I am calling the same macro?

On the same subject, all I want to do is call this macro every 30 minutes so maybe there is a better way to do it?

Suggestions/comments?

Brad
Back to Top View BwiggleS's Profile Search for other posts by BwiggleS
 
BwiggleS
Newbie
Newbie
Avatar

Joined: October 26 2009
Location: Canada
Online Status: Offline
Posts: 35
Posted: November 05 2011 at 00:30 | IP Logged Quote BwiggleS

I am on track now to solve my own issue. I just realized that's what the [INCREMENT] reference was in the timed event formulas.

Just gotta figure out how to incorporate that ...

Edit
Ok, nevermind. reading the powerhome 1 manual and in the timed events for the frequency I can enter a numeric value for minutes, tested and working fine.

Lol, my own worst enemy is ... me

Edited by BwiggleS - November 05 2011 at 00:37
Back to Top View BwiggleS's Profile Search for other posts by BwiggleS
 
dhoward
Admin Group
Admin Group
Avatar

Joined: June 29 2001
Location: United States
Online Status: Offline
Posts: 4447
Posted: November 05 2011 at 00:31 | IP Logged Quote dhoward

Brad,

To have a Timed Event trigger every 30 minutes, just type 30 in the Frequency column.

This catches alot of people. They figure they only have whats available in the dropdown but the frequency column is in minutes so you can type any minute value that you like. 10 for every 10 minutes, etc.

The standard dropdown values are actually converted to minutes when they are stored in the database. Hourly is stored as 60, Daily is stored as 1440 .

Dave.
Back to Top View dhoward's Profile Search for other posts by dhoward Visit dhoward's Homepage
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum