User manual X10 ID24P

DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Diplodocs provides you a fast and easy access to the user manual X10 ID24P. We hope that this X10 ID24P user guide will be useful to you.


X10 ID24P : Download the complete user guide (625 Ko)

Manual abstract: user guide X10 ID24P

Detailed instructions for use are in the User's Guide.

[. . . ] Automate Domotique v2. 43d & Automate Domotique PRO v2. 43d TABLE OF CONTENTS WELCOME TO AUTOMATE DOMOTIQUE 1 WHAT' INCLUDED . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 AUTOMATE DOMOTIQUE SPECIFICATIONS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 Automate Domotique PRO & IO-Xpander Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 New Event. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 Fast Events . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 Event - Add. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 Event - Edit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 Event - Delete. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 EDITING AN EVENT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . [. . . ] The ASCII text sent to AUTOMATE DOMOTIQUE can match exactly (upper/lower case, spaces, etc. ), match a range of characters or test for a number of characters. Programs other than Event Manager can send ASCII text to AUTOMATE DOMOTIQUE to trigger Events. Select the AUTOMATE DOMOTIQUE COM port ("Source") which will receive the ASCII data. Description The ASCII input string must match exactly (upper/lower case, spaces, etc. ) the ASCII In statement This condition is used to compare the input string or a portion of it to certain characters. Example: Match ` ZZZZZ'starting at char X The symbol meanings are: X refers to the location in the string of the first character to compare (i. e. , the character number). Menu Choices Input Data Match Input Data Range Match ZZZZZZZZ are the characters to compare the received data to. The condition is true if all characters match exactly, false is any do not match. Number of characters received equals ## Condition is true if the number of characters received (serial string length) is equal to the value. Number of characters received is less than ## Condition is true if the number of characters received (serial string length) is less than or equal to the value. Number of characters received is greater than ## Condition is true if the number of characters received (serial string length) is greater than or equal to the value. Example 8 ASCII In EVENT: ASCII Input Example If ASCII-In: ` Hello Otto' ] Then (X:Study Light A7) ON End 42 In the previous example, when the ASCII text ` Hello Otto' is sent to AUTOMATE DOMOTIQUE, it will trigger the Event to turn the Study Light ON. 2) Suppose an alarm system sends ASCII text messages for its alarm states. Typical messages the alarm would send are: Alarm Violation Alarm Armed Alarm Ready To keep track of Alarm states, ASCII In conditions are used. Example 9 ASCII In EVENT: Alarm Status If ASCII-In: Match 'Alarm' starting at character number 1 Then |-If | ASCII-In: Match 'Armed' starting at character number 7 |Then | " Armed state == 1 " | (V:Alarm State) ) LOAD with 1 |-End |-If | ASCII-In: Match 'DisArmed' starting at character number 7 |Then | " Disarmed state == 2 " | (V:Alarm State) ) LOAD with 2 |-End |-If | ASCII-In: Match 'Violated' starting at character number 7 |Then | " Violated state == 3 " | (V:Alarm State) ) LOAD with 3 |-End End 3) Suppose you have a weather station that reports the current temperature in the following format: Temp = 85 degrees To match the string and convert the value to a variable the following event could be used. Example 10 ASCII In EVENT: Convert Temperature If ASCII-In: Match 'Temp = ' starting at character number 1 Then Put value of received char #8-9 into user_VAR (V:Temperature) load with user_VAR End Note: The serial port of AUTOMATE DOMOTIQUE will not echo any ASCII text that is sent to it. The ASCII text input to AUTOMATE DOMOTIQUE must be terminated with a carriage return (linefeeds are not needed). AND Statement Selecting AND Statement from the menu will add an AND statement to the Event. What is it AND statements are used in OR type Events. 43 How Used You can use the AND statement to create compound OR/AND type Events. Example 11 AND Statement EVENT: OR/AND Example If (X:P1 ) is ON or (X: P2 ) is ON -AND(X:P3 ) is ON or (X: P4 ) is ON Then (X: B7) ON End In the previous OR/AND example, if either P1 or P2 is ON, AND, if either P3 or P4 is ON, then turn B7 ON. OR Statement Selecting OR Statement from the menu will add an OR statement to the Event. What is it How Used OR statements are used in AND type Events. Example 12 OR Statement EVENT: OR/AND Example If (X:P1 ) is ON and (X: P2 ) is ON -OR(X:P3 ) is ON and (X: P4 ) is ON Then (X: B7) ON End In the previous AND/OR example, if P1 and P2 is ON, OR, if P3 and P4 is ON, then turn B7 ON. If System Variables What is it How Used System Variables are variables internal to AUTOMATE DOMOTIQUE that can be used in Schedules. The System Variables can be used to trigger an Event Menu Choices Power-Restore Description This variable is set after power is restored after a power failure. It will be set for one pass through the Schedule, then it will be cleared. You may want to use this variable to force certain devices to an known state after power comes back on. This variable is for the first pass through a Schedule after a DownLoad. You may want to use this variable to force certain devices to an known state after a new DownLoad. This can occur if the TW523 PLI is unplugged or if the AC power powering the TW523 goes out. This variable could be used to detect a power failure if running on battery backup. Example 13 Power Restore First Pass X10 Signal Loss EVENT: Power Restore Example If Power-Failure 44 Then /* Reset critical Devices */ (X:Hot Tub B-5) OFF (X:Sprinklers D-1) OFF End EVENT: First Pass Example If First Pass Then /* Setup Certain Devices */ (F:Security Active) OFF (X:Modem M-1) ON End EVENT: X10 Loss Example If X10 Loss Then LOG `AC Power Loss' End If Digital Input Digital Inputs are ` ON' when sufficient voltage (4 - 24v ac or dc) is applied between the two inputs. How Used When used in a schedule, AUTOMATE DOMOTIQUE will compare If the condition is met, the IF statement will be TRUE. Menu Choices ON OFF Toggle Goes ON Goes OFF Description This IF statement will be TRUE as long as a voltage is applied to the Digital Input selected in the list box. This IF statement will be TRUE as long as there is no voltage to the Digital Input selected in the list box. The IF statement will be TRUE if the Digital Input changes from either ON to OFF or OFF to ON, it doesn' matter which way it changes, only that it did change. t This IF statement will be TRUE when a voltage is first applied to the Digital Input selected in the list box. [. . . ] 4 Lights . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 Log . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 Longitude. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62, 63, 67 M Message . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 modem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE X10 ID24P




Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual X10 ID24P will begin.

 

Copyright © 2015 - manualRetreiver - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.