upstatemike Posted March 14, 2008 Share Posted March 14, 2008 Sorry if this is already covered in an earlier post but I couldn't find it. I need to test for a condition where a light is "NOT Off", in other words "On at any level". It looks like just using On only works if the light is On at 100%. How do I test if a light is "On at any level" or "NOT Off"? Link to comment
Algorithm Posted March 15, 2008 Share Posted March 15, 2008 Hi Upstate, You could use IF Status 'MyLight ' is not Off or IF Status 'MyLight' is > Off Either should work. Link to comment
upstatemike Posted March 15, 2008 Author Share Posted March 15, 2008 Thanks Darrell. For some reason I failed to notice that there was another drop down menu under "is". Pretty obvious! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.