Andreas Posted January 7, 2014 Posted January 7, 2014 Dear Universal-Devices Forum. I have a questions about the following programming. I am sure that the ISY is working correctly and it is I that need to be enlighten on the workings of the ISY. When i program a switch to control another switch with the Fast on Command. It only does so when the the switch is already on. (If the switch is off, and i do a fast on action) the other switch does not respond. Code looks like this: If Control 'Garage' is switched Fast on Then Set 'Outside Pool Light' On How do i make the Fast on activate the code, no matter if the switch is on or off? Thanks in advance!
larryllix Posted January 7, 2014 Posted January 7, 2014 Dear Universal-Devices Forum. I have a questions about the following programming. I am sure that the ISY is working correctly and it is I that need to be enlighten on the workings of the ISY. When i program a switch to control another switch with the Fast on Command. It only does so when the the switch is already on. (If the switch is off, and i do a fast on action) the other switch does not respond. Code looks like this: If Control 'Garage' is switched Fast on Then Set 'Outside Pool Light' On How do i make the Fast on activate the code, no matter if the switch is on or off? Thanks in advance! I do this with my X10 motion detectors that directly operate an Insteon LampLinc. The LampLinc is set to slow response (unfortunately on and off have to be the same) and then my ISY has "Then" code that sets the Lamplinc "Fast On" and it overrides the slow on time. This way I can have immediate on times (with a slight visible starting ramp) and slow OFF times for a better high-tech look. As an observation, should your garage door control even support "fast On"? Although I have it ("fast ON")listed for manual controls in ISY the ApplianceLinc modules I have will not respond to "Fast ON" or "Fast OFF" at all. They don't support dimming and therefore cannot do ramped switching.
LeeG Posted January 7, 2014 Posted January 7, 2014 Andreas Fast On is not dependent on the device already being On. Run Tools | Diagnostics | Event Viewer at LEVEL 3. Watch the messages sent to the PLM when the paddle is double tapped. I suspect you are getting two On commands rather than one Fast On. The speed of a double tap can take some practice. Watch the event viewer output until the correct speed of the double tap is obtained. You can also check that the 'Garage' switch is On when an On is received and execute the Then If ( Control 'Garage' is switched On And Status ' Garage' is On ) Or Control 'Garage' is switched Fast On Then turn on device
Andreas Posted January 7, 2014 Author Posted January 7, 2014 LeeG I checked the event viewer on lvl. 3 and it seems that I am double tapping it correctly. Thats why i dont understand what i am doing wrong. I following exactly this code and its just not turning on switch b, unless the switch i do fast on with is already "on" Im having trouble with most programming and im starting to think it might be the system..
LeeG Posted January 7, 2014 Posted January 7, 2014 The Program did not issue the statement in the Then clause. Go to Programs | Summary display and check the Last Run Time and Status for the Program. Does it match the last double tap time? Also is there a Save pending for the Program?
Andreas Posted January 7, 2014 Author Posted January 7, 2014 It seems I have a problem with the ISY not responding to some of the commands.. Here are some screen shots, when i Turn the device Fast On, it does not execute the IF command. It is Saved. The strange thing is that this is the same with timers. e.g if 6.00 am turn off light x. It also does not send notifications very well, but if i do a timer that says, if status garage light is on, turn off after 10 minutes then it does do that! what the heck is going on here??
LeeG Posted January 7, 2014 Posted January 7, 2014 According to Summary display the Program has never been invoked (nothing in Last Run Time). Are there conditions in My Programs Folder?
Andreas Posted January 7, 2014 Author Posted January 7, 2014 No sir, No conditions in the programs folder. I was wondering if it could have something to do with my plm? when i go to diagnostics to check its links. It is not linked to anything, and when i try to reset it, it gives me the following error in this pic. I just bought the plm is it possible that it is not working?? when i look for plm links table it has a funny unknown 0200 thing on the buttom I apreciate all these swift replys LeeG
LeeG Posted January 8, 2014 Posted January 8, 2014 The fact that the event viewer is displaying messages from 24.02.43 indicates the PLM has a link record for that device. Otherwise the PLM would not pass the message on to the ISY. What does Help | About show on the Firmware line and the UI Line?
LeeG Posted January 8, 2014 Posted January 8, 2014 When the new PLM was added were the steps in the Wiki followed for replacing a PLM? http://wiki.universal-devices.com/index ... _.28PLM.29
oberkc Posted January 8, 2014 Posted January 8, 2014 Is it possible that the program is disabled? I would expect a little red symbol if so. The program, itself looks correct to me.
cmccartney Posted January 9, 2014 Posted January 9, 2014 Pardon me, but the screen shot above has 'garage' spelled with a j (garaje). Is that the spelling you meant?
Recommended Posts