Jump to content
Portal Maintenance March 18th ×

daxiang28

Members
  • Posts

    41
  • Joined

  • Last visited

Everything posted by daxiang28

  1. Thanks everyone for the info. The thing that got me stumped was that I didn't know that the Wait or Repeat commands reset the if statement. It's a bit different than what I'm used to with other web languages (js/php, etc). Steve
  2. Thanks LeeG, I have the Variable set as an Integer in the ISY program. Is this still considered state? When I run the program without the Wait in the Then statement, it correctly changes the value of the Integer.
  3. Hi, Just started to get into the fun programming of my new ISY99 and ran into a problem when setting a variable after a WAIT command. If I do it sequentially, the second setting works, but if i insert a WAIT, it never gets to it. Is this a bug? In general, I am looking for a good light/motion program to reset itself for a dining room. If Elk Zone 'Dining Motion' is Violated And $Dining_Motion <= 1 Then $Dining_Motion = 2 Wait 4 seconds $Dining_Motion -= 1 Else - No Actions - (To add one, press 'Action') Thanks, Steve
×
×
  • Create New...