I need to open and close some windows and shutters with logic. The function in the key inputs is ramp to racall 1 and ramp off but I cant find anything similar in logic other than SetLightingLevel. Is this how I would open and close. Also, I want to wait until the window is open before taking the next action. There is WaitUntil(), which I thought would be the right thing to use but I then realized that the group for the window goes to the level instantly and hence the wait is made redundant. How would I best tackle this. I can hard code a delay that matches the time in the relay, or can I get that time out of the relay and use it? Mick