Jump to content

GerryFr

Members
  • Posts

    59
  • Joined

  • Last visited

GerryFr's Achievements

New

New (2/6)

1

Reputation

  1. One thing to be sure you have done before linking is to delete the module from the administrative console. Other modules will allow you to write updates to them when the system thinks it has a communication problem with the module. This does not seem to work with the Morninglinc module. Once the module has been deleted, just follow the instructions of the post by Noel. I had tried every instruction that I could find to relink my module but only by deleting the module and then relinking it did I have any success. GerryFr
  2. I got a proxy error tonight that locked up the Administrative Console (V3.1). I had to use the Win 7 task manager to kill the console as nothing on the console would respond. I started the program up again and it is now working. I also occasionally get a few lines (on the event viewer) saying that there has been a variable error, but I am not yet using variables. My system seems to be prone to network errors with beta updates but these errors usually disappear with later updates. Jerry
  3. The results I got with my new test program led me to make changes to it to see at what point it would quit working with the Run-Then command. I found that the programs would not run with the programs enabled. Once I disabled the programs the Run-Then command would work.
  4. I have tried both ways with the same results. I just wrote this program and the Run-Then will run this program. All the other programs have other conditions on the If portion of the program. If X10 'C16/On (3)' is Received Then Send X10 'H5/On (3)' Wait 1 minute Send X10 'H5/Off (11)' Else - No Actions - (To add one, press 'Action')
  5. I have version 2.7.0 and i have set my network address to 192.168.2.20. I have set my router to assign this static address to the MAC address of the Unit.
  6. I monitor program results with the Event Viewer and with the X10 Active Home Pro (AHP) unit. It also has an event viewer and shows me the same signals on all X10 commands as the ISY-99i event viewer. Both viewers give me the expected signals with a normally activated program. They both give me no signals with the Run-Then command. The X10 devices that the programs control also show no response. The do respond to the normally activated programs. Do not assume that I have all control options set up right with my unit. Is there some setup option that must be enabled to make this feature work?
  7. I assume I am still doing something wrong using the Run-Then command as I get no results for my programs in the Event Viewer. I have tried this on other programs with the same results. These programs do give the expected result in the event viewer when they run normally. I also used my Active Home Pro (AHP) unit to monitor X10 events and get the same results. I removed all of the macros in the AHP unit once I got the ISY unit working. I now use the AHP to monitor X10 statuses and to send out test X10 se
  8. Here is my program: If X10 'E10/On (3)' is Received And Program 'Chandelier Control' is False And From 2:15:00AM To Sunrise (same day) Then Send X10 'E5/On (3)' Wait 5 minutes Send X10 'E5/Off (11)' Run Program 'Chandelier Control' (Else Path) Else - No Actions - (To add one, press 'Action') I found the problem that I was having with the program was caused by another X10 controller. It was interfering with the program's ability to send the X10 Off command. Once I removed the problem X10 device, the program worked properly. The X10 device was controlled properly by the program. I still want to know how to use the Run-Then command as I will need it for troubleshooting other programs. I have been expecting to get some kind of indication from the Administrative Console that the Run-Then portion of the program was running. (Although I have experience with writing computer programs, I am new to this device and am just learning my way around.) I tried running the Run-Then from the Browser Programs window and this window did indicate that the Then section of the program was running. I still did not get any response from my X10 device using this window. You have already helped me learn about getting this feature running as I did not know you had to click the Apply button to execute the Run-Then command. It did not change the results, but if you know any other things like this I should be doing please let me know.
  9. I am trying to run a program that checks (with an IF Statement) for an X10 signal and that the Status of this program is False (not already running) . It is also set to run only on a scheduled time period (with an And). The THEN portion of the program will then will send some X10 commands (On and Off commands). The program triggers from the X10 commands, but it is not doing everything I expect from the THEN portion of the program. I am trying to run the THEN portion of the program to troubleshoot it. I want to do it without the time schedule stopping the program from running. I also do not want to have to delete portions of the IF statement to troubleshoot the THEN portion of the program. I find that the Run-Then Menu command seems to have no effect on the program. Is there something I must do to get this function to work?
×
×
  • Create New...