XIM Gen4 Sensor Programming Examples. Rev /05/2016

Size: px
Start display at page:

Download "XIM Gen4 Sensor Programming Examples. Rev /05/2016"

Transcription

1 XIM Gen Sensor Programming Examples Rev 0.6 2/0/206

2 Overview The latest XIM Gen firmware (V0.28), Xsensor firmware (V0.0) and XIM-BLE Control Panel (V..) update includes significant changes to sensor support. The updated version of the Control Panel can be downloaded from: These changes add support for multiple sensors and sensor types as well as the production version of EnOcean s BLE switch The following are the basic semantics and structure of the new programming methodology and examples of programming different sensor responses. Note that the examples given are known to work, but are not necessarily the only way to implement the desired functionality 2

3 Functional Overview: Sensor Intelligent Response Engine The Sensor Intelligent Response Engine (SIRE) is a programmable state machine, where the user defines the transitions between states along with the associated action. A state transition is defined by the following: To State: The state number that it is going to. For example: 2 From State(s): One or more states that it can transition from. For example: 0 and Condition(s): The conditions that would trigger this state transition. For example: {Motion Sensor Event OR Schedule Start Time}; {Button Press}. Action: The action to perform when the state transition occurs. For example: direct intensity % with s fade; 00 lux with a slow response time. Condition: Motion Detected State 0: Lights Off Action: Fade to 00% Condition: Motion Timeout State : Lights On Note: The SIRE will remain in a given state until the explicit conditions to transition out of the state are met. Action: Fade to 0%

4 Supported Conditions (/2) Category Name Condition Description AND AND Links multiple conditions. Value is true if both linked condition are true. Condition Modifiers OR OR Links multiple conditions. Value is true if either linked conditions is true. Always True True Condition is always true. In State Duration Less Than StateTime < t Time in State < t Maximum time is hours. State Time In State Duration Greater Than StateTime > t Time in State > t Maximum time is hours. Switches & Buttons Button Press Bx.y Press Button Press Event for Switch x Button y Button Release Bx.y Release Button Release Event for Switch x Button y Long Button Press Bx.y PressTime > t Button Press Time > (or <) t seconds for Switch x Button y Long Button Release Bx.y ReleaseTime < t Button Release Time > (or <) t seconds for Switch x Button y All Button Events Timeout B& Time > t Button Event > t seconds for all enabled Switch Buttons. Maximum time is hours Lux Light Control Lux Less Than Lx.y < l Lux sensor x, sub-sensor y value is less than l lux Lux Greater Than Lx.y > l Lux sensor x, sub-sensor y value is greater than l lux Light Control Event LC Evt Direct Light Control (Direct Intensity or Scene Recall) Event Light Control Timeout LC Time > t Last Direct Light Control > (or <) t seconds ago. Maximum time is hours. *x and y can be wildcards or numbers. Wildcards are & (all must be true) or + (any must be true)

5 Supported Conditions (2/2) Category Name Condition Description Motion Schedule Intensity Motion Event Mx.y Evt Motion Detection Event for Motion Sensor x, sub-sensor y Motion Timeout Mx.y Time > t Last Motion Detection > (or <) t seconds ago for Motion Sensor x, sub-sensor y. Maximum time is hours. All Motion Timeout M& Time > t Last Motion Detection > t seconds ago for All Motion Sensors. Maximum time is hours. Schedule Active T0 Active Schedule Inactive T0 Inactive Opposite of T0 Active Current day is enabled and current time is between the defined start and end time. If start time is greater than end time (e.g. Start = 7:00:00, End = 08:00:00), then it will stay active into the next day. Only the day that the event starts needs to be enabled (e.g. if it starts Monday night and ends Tuesday morning, then only Monday should be enabled) Schedule Start T0 Start Schedule has started Event. The current time has just reached the start time. Schedule End T0 End Schedule has ended Event. The current time has just reached the end time. Time Not Available TNone Current time is unknown. Condition is true when no local time advertisement has been received. Tracking Intensity Value Less Than Tracking Intensity Value Greater Than Tracking Intensity Received Time Less Than Tracking Intensity Received Time Less Than Y0 < i Y0 > i Y0 Time < t Y0 Time > t Device Y0 intensity value is less than i percent. Device Y0 intensity value is greater than i percent. Last light status or light change packet from device Y0 received < t seconds ago. Last light status or light change packet from device Y0 received > t seconds ago.

6 Sensor Page Setup Define States, Conditions, & Actions Assign Schedules, Switches, Sensors, etc. Import/Export Configuration Info Retrieve and Set Configuration Info Monitor Current State Current Device 6

7 XIM State Machine Step Process. Identify how the XIM being programmed should behave in a space. Think of all scenarios where light intensity would change and what conditions would trigger those changes. 2. Diagram the state machine based on the events and scenarios identified in Step. Label each state and use arrows to show which states can be reached, what the conditions are for reaching them, and what action the XIM should take when transitioning to each state.. Use the state machine diagram from step 2 as a guide for populating the fields of the Sensor Setup Tab. 7

8 Example A Accent Lighting on Painting. Identify how the XIM being programed should behave in a space. Think of all scenarios where light intensity would change and what conditions would trigger those changes. During museum hours (7AM to 7PM Tuesday through Saturday), the accent light will illuminate a painting when motion is detected on Sensor A or B. Target illuminance is 0 lux which is detected on Sensor A. When no motion is detected after minutes on either motion sensor, intensity will fade to %. Outside of museum hours, XIM will be OFF. 8

9 Example A Accent Lighting on Painting 2. Diagram the State Machine based on the events and scenarios identified in step. Label each state and use arrows to show which states can be reached, what the conditions are for reaching them, and what action the XIM should take when entering each state. During museum hours (7AM to 7PM Tuesday through Saturday), the accent light will illuminate a painting when motion is detected on Sensor A or B. Target illuminance is 0 lux which is detected on Sensor A. When no motion is detected after minutes on either motion sensor, intensity will fade to %. Outside of museum hours, XIM will be OFF. 2 # Condition Action Schedule Active (Museum Open) Fade to % 2 Motion Event Set illuminance to 0 lux No motion detected for minutes Fade to % S0: Museum Closed S: Museum Open/ Set Intensity to % S2: Motion Detected/ Set Illumination level to 0 lux Schedule Inactive (Museum Closed) Fade to 0% 9

10 Example A Accent Lighting on Painting. Use the state machine diagram from step 2 as a guide for populating the fields of the Sensor Setup Tab. 2 S0: Museum Closed S: Museum Open/ Painting to % S2: Motion/ Painting to 0lx Line Condition Action Schedule T0 is Active (Museum Open) Fade to % over seconds The Active time for the schedule is defined by T0 in the Schedule table. (Tuesday-Saturday 7AM to 7PM). When T0 is Active, state 0 will transition to state. 2 Motion is detected on sensor M0.0 or M.0 No motion is detected on any sensor for minutes (00 seconds). Schedule T0 is Inactive (Museum Closed) Increase intensity of light (at a response rate of 60) until an illuminance of 0 lux is detected on sensor L0.0 Fade to % over seconds Fade to 0% over seconds 0

11 Example A Accent Lighting on Painting. Use the state machine diagram from step 2 as a guide for populating the fields of the Sensor Setup Tab. 2 S0: Museum Closed S: Museum Open/ Painting to % Line Condition Action Schedule T0 is Active (Museum Open) S2: Motion/ Painting to 0lx Fade to % over seconds Current time must be advertised to device in order for T0 active (or T0 Inactive) to function. The XIM Control Panel can be set to advertise current time to the device through the Settings tab. Local time Advertising Interval must be set to a value other than 0. 2 Motion is detected on sensor M0.0 or M.0 No motion is detected on any sensor for minutes (00 seconds). Schedule T0 is Inactive (Museum Closed) Increase intensity of light (at a response rate of 60) until an illuminance of 0 lux is detected on sensor L0.0 Fade to % over seconds Fade to 0% over seconds

12 Example A Accent Lighting on Painting. Use the state machine diagram from step 2 as a guide for populating the fields of the Sensor Setup Tab. 2 S0: Museum Closed S: Museum Open/ Painting to % S2: Motion/ Painting to 0lx Line Condition Action Schedule T0 is Active (Museum Open) Fade to % over seconds Since the sensor selected has multiple sensor types integrated, they can all be used to control one or more XIM Gen modules. 2 Motion is detected on sensor M0.0 or M.0 No motion is detected on any sensor for minutes (00 seconds). Schedule T0 is Inactive (Museum Closed) Increase intensity of light (at a response rate of 60) until an illuminance of 0 lux is detected on sensor L0.0 Fade to % over seconds Fade to 0% over seconds 2

13 Example A Accent Lighting on Painting. Use the state machine diagram from step 2 as a guide for populating the fields of the Sensor Setup Tab. 2 S0: Museum Closed S: Museum Open/ Painting to % S2: Motion/ Painting to 0lx Line Condition Action 2 Schedule T0 is Active (Museum Open) Motion is detected on sensor M0.0 or M.0 No motion is detected on any sensor for minutes (00 seconds). Schedule T0 is Inactive (Museum Closed) Fade to % over seconds Increase intensity of light (at a response rate of 60) until an illuminance of 0 lux is detected on sensor L0.0 Fade to % over seconds Fade to 0% over seconds When lux tracking, the XIM uses a PID control loop feedback mechanism to determine the correct output value needed to reach the target illuminance. The LX+ and LXvalues (-20) represent the proportional gains for increasing and decreasing intensity respectively. The SIRE will continuously track the lux error % to adjust the rate of responses to prevent the system from becoming unstable. The response rate should be tuned based upon total lux delta (larger delta should use smaller gain values) and desired user experience.

14 Example A Accent Lighting on Painting. Use the state machine diagram from step 2 as a guide for populating the fields of the Sensor Setup Tab. 2 S0: Museum Closed S: Museum Open/ Painting to % S2: Motion/ Painting to 0lx Line Condition Action 2 Schedule T0 is Active (Museum Open) Motion is detected on sensor M0.0 or M.0 No motion is detected on any sensor for minutes (00 seconds). Schedule T0 is Inactive (Museum Closed) Fade to % over seconds Increase intensity of light (at a response rate of 60) until an illuminance of 0 lux is detected on sensor L0.0 Fade to % over seconds Fade to 0% over seconds

15 Example A Accent Lighting on Painting. Use the state machine diagram from step 2 as a guide for populating the fields of the Sensor Setup Tab. 2 S0: Museum Closed S: Museum Open/ Painting to % S2: Motion/ Painting to 0lx Line Condition Action Schedule T0 is Active (Museum Open) Fade to % over seconds When T0 is Inactive (any time not defined as Active), the light will go to state 0 and the intensity go to 0%. In this example, the transition will not occur until the light enters state from state 2. 2 Motion is detected on sensor M0.0 or M.0 No motion is detected on any sensor for minutes (00 seconds). Schedule T0 is Inactive (Museum Closed) Increase intensity of light (at a response rate of 60) until an illuminance of 0 lux is detected on sensor L0.0 Fade to % over seconds Fade to 0% over seconds

16 Example A Accent Lighting on Painting. Use the state machine diagram from step 2 as a guide for populating the fields of the Sensor Setup Tab. 2 S0: Museum Closed S: Museum Open/ Painting to % S2: Motion/ Painting to 0lx Line Condition Action 2 Schedule T0 is Active (Museum Open) Motion is detected on sensor M0.0 or M.0 Fade to % over seconds Increase intensity of light (at a response rate of 60) until an illuminance of 0 lux is detected on sensor L0.0 Click Set to assign state machine configuration to device No motion is detected on any sensor for minutes (00 seconds). Fade to % over seconds Schedule T0 is Inactive (Museum Closed) Fade to 0% over seconds 6

17 Example A Accent Lighting on Painting. Use the state machine diagram from step 2 as a guide for populating the fields of the Sensor Setup Tab. 2 S0: Museum Closed S: Museum Open/ Painting to % S2: Motion/ Painting to 0lx Line Condition Action 2 Schedule T0 is Active (Museum Open) Motion is detected on sensor M0.0 or M.0 Fade to % over seconds Increase intensity of light (at a response rate of 60) until an illuminance of 0 lux is detected on sensor L0.0 Field indicates which state the device is currently in. In this example, our XIM is currently in State 2. Default state is 0 so there must always be a transition to and from state 0. Device will automatically enter state 0 whenever unit is power cycled or a new configuration is set. No motion is detected on any sensor for minutes (00 seconds). Schedule T0 is Inactive (Museum Closed) Fade to % over seconds Fade to 0% over seconds 7

18 Example B Utility Room Vacancy Sensor & EnOcean Switch. Identify how the XIM being programmed should behave in a space. Think of all scenarios where light intensity would change and what conditions would trigger those changes. Utility room light will automatically turn on to a low level when motion is detected. Light will fade to full intensity when an EnOcean BLE wall switch button is pressed. Light will turn off when switch button2 is pressed. If user holds down either switch, light will fade up or down, respectively, and stop fading when button is released. The light will also fade to 0% intensity if no motion is detected in the space after minutes. 8

19 Example B - Utility Room Vacancy Sensor & EnOcean Switch 2. Diagram the State Machine based on the events and scenarios identified in step. Label each state and use arrows to show which states can be reached, what the conditions are for reaching them, and what action the XIM should take when entering each state. Utility room light will automatically turn on to a low level when motion is detected. Light will fade to full intensity when an EnOcean BLE wall switch button is pressed. Light will turn off when switch button2 is pressed. If user holds down either switch, light will fade up or down, respectively, and stop fading when button is released. The light will also fade to 0% intensity if no motion is detected in the space after minutes. # Condition Action 2, Motion Detected Fade to 20% 2 Switch 0 Pressed Fade to 00% Switch Pressed Fade to 0% Long Button Release Stop Fading S0: Vacant Room S: Occupied Room No Motion Detected for minutes Fade to 0% 9

20 Example B - Utility Room Vacancy Sensor & EnOcean Switch. Use the state machine diagram from step 2 as a guide for populating the fields of the Sensor Setup Tab. S0: Vacant Room S: Occupied Room 2,, Line Condition Action Motion Event detected on sensor M0.0 2 Switch B0.0 Pressed Switch B0. Pressed Switch B0.0 or B0. is released after 0. No Motion Detected on sensor M0.0 for minutes Fade to 20% over seconds Fade to 00% over Fade to 0% over 8 Stop Fading Fade to 0% over 8 20

21 Example B - Utility Room Vacancy Sensor & EnOcean Switch. Use the state machine diagram from step 2 as a guide for populating the fields of the Sensor Setup Tab. S0: Vacant Room S: Occupied Room 2,, Line Condition Action Motion Event detected on sensor M0.0 2 Switch B0.0 Pressed Switch B0. Pressed Switch B0.0 or B0. is released after 0. No Motion Detected on sensor M0.0 for minutes Fade to 20% over seconds Fade to 00% over Fade to 0% over 8 Stop Fading Fade to 0% over 8 2

22 Basic Setup: EnOcean PTM 2B BLE Switch Response As part of its sensor support suite, the XIM Gen can support two independent EnOcean PTM 2B BLE switches (designated B0 and B). Independent response to each of the switch buttons of the PTM 2B can be programmed into each XIM module. The mapping of the physical buttons of the PTM 2B to the logical names used in Xicato s XIM BLE Control Panel to configure switch response is shown below B<x>.0 B<x>. B<x>.2 B<x>. PTM 2B Button Designator Control Panel Logical Name Channel A, State O B<x>.0 Channel A, State I B<x>. Channel B, State O B<x>.2 Channel B, State I B<x>.. <x> is the physical switch designator of either 0 or 22

23 Example B - Utility Room Vacancy Sensor & EnOcean Switch. Use the state machine diagram from step 2 as a guide for populating the fields of the Sensor Setup Tab. S0: Vacant Room S: Occupied Room 2,, Line Condition Action Motion Event detected on sensor M0.0 2 Switch B0.0 Pressed Switch B0. Pressed Switch B0.0 or B0. is released after 0. No Motion Detected on sensor M0.0 for minutes Fade to 20% over seconds Fade to 00% over Fade to 0% over 8 Stop Fading Fade to 0% over 8 To have the light respond to the EnOcean switch, set the B0 switch ID value as printed on the label on the back of the EnOcean switch (set to E2::00:00::99 in this example). Make sure to colon ( : ) separate each byte value. 2

24 Example B - Utility Room Vacancy Sensor & EnOcean Switch. Use the state machine diagram from step 2 as a guide for populating the fields of the Sensor Setup Tab. S0: Vacant Room S: Occupied Room 2,, Here, the + wildcard is used for switch B0. Any switch (B0.0 or B0.) held for more than. secs will trigger this condition. Line Condition Action Motion Event detected on sensor M0.0 2 Switch B0.0 Pressed Switch B0. Pressed Switch B0.0 or B0. is released after 0. No Motion Detected on sensor M0.0 for minutes Fade to 20% over seconds Fade to 00% over Fade to 0% over 8 Stop Fading Fade to 0% over 8 2

25 Example B - Utility Room Vacancy Sensor & EnOcean Switch. Use the state machine diagram from step 2 as a guide for populating the fields of the Sensor Setup Tab. S0: Vacant Room S: Occupied Room 2,, Line Condition Action Motion Event detected on sensor M0.0 2 Switch B0.0 Pressed Switch B0. Pressed Switch B0.0 or B0. is released after 0. No Motion Detected on sensor M0.0 for minutes Fade to 20% over seconds Fade to 00% over Fade to 0% over 8 Stop Fading Fade to 0% over 8 2

26 Example C Office Light with EnOcean Switch and Manual Override This example builds on Example B to add support for temporary manual override. The override is the use of the XIMtroller app to manually control light levels in an office.. Identify Office light will turn ON to full intensity when a BLE switch is pressed. Light turns OFF when 2nd switch is pressed. If user holds down either switch, light will stop fading when switch is released. Light intensity can also be controlled using XIMtroller app. If each of the following conditions are true after minutes, the office light will turn OFF automatically.. No motion is detected in room 2. No switch has been pressed. XIMtroller app has not been used to control intensity 26

27 Example C Office Light with EnOcean Switch and Manual Override 2. Diagram the State Machine Office light will turn ON to full intensity when a BLE switch is pressed. Light turns OFF when 2nd switch is pressed. If user holds down either switch, light will stop fading when switch is released. Light intensity can also be controlled using XIMtroller iphone App. If each of the following conditions are true after minutes, the office light will turn OFF automatically. No motion is detected in room No switch has been pressed XIMtroller App has not been used to control intensity,2,,2 # Condition Action Switch 0 Press Fade to 00% 2 Switch Press Fade to 0% Long Button Release Stop Fading S0: Vacant Office S: Switch Pressed/ Held S2: XIMtroller Control Light Control Event None Motion Timeout AND Light Control Timeout AND Button Timeout Fade to 0%,2 27

28 Example C Office Light with EnOcean Switch and Manual Override,2,,2 S0: Vacant Office S: Switch Pressed S2: Ximtroller Control,2 Line Condition Action Switch B0.0 is pressed Fade to 00% over seconds 2 Switch B0. is pressed Fade to 0% over 8 seconds Switch B0.0 or B0. is released after 0. Light Control Event occurs (XIMtroller) None No motion is detected on sensor M0.0, no light control event has occured, and no switch has been activated for minutes. Stop Fading Fade to 0% over seconds 28

29 Example C Office Light with EnOcean Switch and Manual Override,2,,2 S0: Vacant Office S: Switch Pressed S2: Ximtroller Control,2 Line Condition Action Switch B0.0 is pressed Fade to 00% over seconds 2 Switch B0. is pressed Fade to 0% over 8 seconds Switch B0.0 or B0. is released after 0. Light Control Event occurs (XIMtroller) None No motion is detected on sensor M0.0, no light control event has occurred, and no switch has been activated for minutes. Stop Fading Fade to 0% over seconds 29

30 Example C Office Light with EnOcean Switch and Manual Override,2,,2 S0: Vacant Office S: Switch Pressed S2: Ximtroller Control,2 Line Condition Action Switch B0.0 is pressed Fade to 00% over seconds The trigger for the manual override is LC Evt (Light Control Event).This causes a transition to state 2. No action is taken since the action is defined by the light control command. 2 Switch B0. is pressed Fade to 0% over 8 seconds Switch B0.0 or B0. is released after 0. Light Control Event occurs (XIMtroller) None No motion is detected on sensor M0.0, no light control event has occurred, and no switch has been activated for minutes. Stop Fading Fade to 0% over seconds 0

31 Example C Office Light with EnOcean Switch and Manual Override,2,,2 S0: Vacant Office S: Switch Pressed S2: Ximtroller Control,2 Line Condition Action Switch B0.0 is pressed Fade to 00% over seconds 2 Switch B0. is pressed Fade to 0% over 8 seconds Switch B0.0 or B0. is released after 0. Light Control Event occurs (XIMtroller) None No motion is detected on sensor M0.0, no light control event has occurred, and no switch has been activated for minutes. Stop Fading Fade to 0% over seconds

32 Sensor Templates The following templates can be used and modified as desired to create an area control or multi-level lighting control system. 2

33 Example : Vacancy Sensor Light must be manually turned on but will automatically turn off when the room is vacant and motion is no longer detected. Condition (Line #) Description Fade to 00% (ON) over seconds when switch B0.0 is pressed 2 Fade to 0% (OFF) over 8 seconds switch B0. is pressed Stop fading when any switch is released after 0. Fade to 0% (OFF) over 8 seconds when no motion is detected on sensor M0.0, and no switch has been activated for minutes.

34 Example 2: Occupancy Sensor Automatically turns the light on when motion is detected and automatically turns the light off when motion is no longer detected. Condition (Line #) 2 Description Fade to 00% (ON) over seconds when motion is detected on sensor M0.0. Fade to 0% (OFF) over 0 seconds when no motion is detected on sensor M0.0 for minutes (00 seconds)

35 Example : Partial-OFF Occupant Sensor Automatically turns off part of the lighting load after an area is vacated of occupants and is capable of automatically turning on the lighting load when an area is occupied. Condition (Line #) 2 Description Fade to 0% over 8 seconds when switch B0.0 is pressed Fade to 00% over 8 seconds when motion is detected on sensor M0.0 Fade to 0% over 8 seconds when no motion is detected on sensor M0.0 for minutes (00 seconds) Fade to 0% (OFF) over 8 seconds switch B0. is pressed

36 Example : Partial-ON Occupant Sensor Automatically turns lights off after an area is vacated of occupants and is capable of automatically or manually turning on part of the lighting load when an area is occupied. Condition (Line #) Description Fade to 0% over seconds when motion is detected on sensor M0.0 2 Fade to 00% over seconds switch B0.0 is pressed Fade to 0% over 8 seconds switch B0. is pressed Stop fading when any switch is released after 0. Fade to 0% (OFF) over 8 seconds when no motion is detected on sensor M0.0, and no switch has been activated for minutes. 6

37 Example : Occupancy Sensor with Lux Response Function: Automatically turns the light on to a set lux level when motion is detected and automatically turns the light off when motion is no longer detected. Condition (Line #) 2 Description When motion is detected on sensor M0.0, increase intensity of light (at a response rate of 80) until an illuminance of 70 lux is detected on sensor L0.0 When illuminance on sensor L0.0 is within 0% of target lux value, slow the response rate to 0. Fade to 0% (OFF) over 8 seconds when no motion is detected on sensor M0.0 for minutes (00 seconds) 7

38 Example 6: Single Switch Alternates between 00% (On) and 0% (Off) whenever switch is pressed. Condition (Line #) Description Fade to 00% (ON) over seconds when switch B0.0 is pressed 2 Fade to 0% (OFF) over seconds switch B0.0 is pressed 8

39 Example 7: Single Rocker EnOcean Switch First switch turns the light on. Second switch turns the light off. Holding any switch down for more than. seconds and releasing will stop fading. Condition (Line #) Description Fade to 00% (ON) over seconds when switch B0.0 is pressed 2 Fade to 0% (OFF) over 8 seconds switch B0. is pressed Stop fading when any switch is released after 0. 9

40 Example 8: Dual Rocker EnOcean Switch w/ Lux Response First switch turns the light on. Second switch turns the light off. Third switch sets the light to a target illuminance. Forth switch commands the light to go to the minimum intensity value. Holding any of the first two switches down for more than. seconds and releasing will stop fading. Condition (Line #) Description Fade to 00% (ON) over seconds when switch B0.0 is pressed 2 Fade to 0% (OFF) over 8 seconds switch B0. is pressed Increase (or decrease) intensity of light (at a response rate of 2) until an illuminance of 00 lux is detected on sensor L0.0 when switch B0.2 is pressed Fade to 0.% over seconds switch B0. is pressed Stop fading when switch B0.0 or B0. is released after 0. 0

41 Example 9: Switch Response with Automatic Shutoff Turns light on to full intensity when switch is pressed. Turns light off when another switch is pressed. If user holds down switch, light will stop fading when switch is released. If light intensity has not been modified by a button press or light control event after 90 minutes, turn lights off. Condition (Line #) Description Fade to 00% over seconds when switch B0.0 is pressed. 2 Fade to 0% over 8 seconds when switch B0. is pressed. Stop fading if switch B0.0 or B0. is released after 0. Fade to 0% over 0 seconds if no switch has been pressed after 90 minutes Move to State if a Light Control Event occurs. 6 Fade to 0% over 0 seconds if no Light Control Event has occurred after 90 minutes

42 Example 0: Countdown Timer Switch Turns light on when switch is pressed. After 0 minutes, light automatically turns off. Condition (Line #) Description Fade to 00% (ON) over seconds when switch B0.0 is pressed 2 Perform no action when a Light Control Event occurs. 0 minutes after the switch is pressed or a Light Control event occurs, fade to 0% over 0 2

HCA Tech Note 102. Checkbox Control. Home Mode aka Green Mode

HCA Tech Note 102. Checkbox Control. Home Mode aka Green Mode Checkbox Control There is a lot you can do in HCA to achieve many functions within your home without any programs or schedules. These features are collectively called Checkbox control as many of the items

More information

Sentido KNX Manual. Sentido KNX. Manual. basalte bvba hundelgemsesteenweg 1a 9820 merelbeke belgium

Sentido KNX Manual. Sentido KNX. Manual. basalte bvba hundelgemsesteenweg 1a 9820 merelbeke belgium basalte bvba hundelgemsesteenweg a 980 merelbeke belgium / 68 06 basalte Table of contents:. Introduction... 3. Installation... 4. 3. Identifying the parts... 5 General... 6 3. General functions... 7 3.

More information

Archibus Space Console

Archibus Space Console Archibus Space Console Space Console Overview General Navigation Retrieving Floor Plans and Data Displaying Floor Plans and Data Reviewing Data Exporting Floor Plans to PDF Use the table of contents hyperlinks

More information

Motion Sensor. Reference Manual TBMS TBMS

Motion Sensor. Reference Manual TBMS TBMS Motion Sensor Reference Manual TBMS100-915 TBMS100-868 Table of Contents 1. Description...1 2. Specifications...2 2.1 Mechanical...2 2.1.1 Sensor... 2 3. Operation...3 3.1 Power On Reset...3 3.2 Transport

More information

SCHEDULE USER GUIDE. Version Noventri Suite Schedule User Guide SF100E REV 08

SCHEDULE USER GUIDE. Version Noventri Suite Schedule User Guide SF100E REV 08 SCHEDULE USER GUIDE Version 2.0 1 Noventri Suite Schedule User Guide SF100E-0162-02 REV 08 Table of Contents 1. SCHEDULE... 3 1.1 Overview... 3 1.2 Start SCHEDULE... 3 1.3 Select Project... 4 1.4 Select

More information

Vehicle Cards. The Vehicle Cards screen is used to view cards. Authorized users may edit, create, and lock cards on this screen.

Vehicle Cards. The Vehicle Cards screen is used to view cards. Authorized users may edit, create, and lock cards on this screen. Vehicle Cards The Vehicle Cards screen is used to view cards. Authorized users may edit, create, and lock cards on this screen. Vehicle Card Search The Vehicle Card Search section of the Vehicle Cards

More information

EBDSPIR-AT-DD. RF ceiling PIR presence detector DALI / DSI dimming. Product Guide. Overview. Features

EBDSPIR-AT-DD. RF ceiling PIR presence detector DALI / DSI dimming. Product Guide. Overview. Features Product Guide EBDSPIR-AT-DD RF ceiling PIR presence detector DALI / DSI dimming Overview The EBDSPIR-AT-DD is a passive infrared (PIR) motion sensor combined with two output channels capable of controlling

More information

LC7001 Whole House Lighting Controller

LC7001 Whole House Lighting Controller LC7001 Whole House Lighting Controller User Guide 1308243 REV. B Page i Compliance FCC Notice FCC ID: These devices comply with part 15 of the FCC Rules. Operation is subject to the following two conditions:

More information

User Manual. KNX MultiLight Dali. Article number: function Technology AS. Picture: KNX MultiLight products

User Manual. KNX MultiLight Dali. Article number: function Technology AS. Picture: KNX MultiLight products User Manual KNX MultiLight Dali Article number: 44002 Picture: KNX MultiLight products function Technology AS Table of Contents 1 THE KNX MULTILIGHT DALI... 3 2 INTRODUCTION... 3 3 START-UP AND GENERAL

More information

User manual. KNX MultiController DALI. Article number: 5410x / 5411x. function Technology AS

User manual. KNX MultiController DALI. Article number: 5410x / 5411x. function Technology AS User manual KNX MultiController DALI Article number: 5410x / 5411x Picture: KNX MultiController DALI with Reed panel and sensor function Technology AS Table of contents 1 KNX MULTICONTROLLER... 3 2 INTRODUCTION...

More information

Titan Products RDU-4/TS & RDU-4/5B Time Scheduling Room Display Units

Titan Products RDU-4/TS & RDU-4/5B Time Scheduling Room Display Units Titan Products RDU-4/TS & RDU-4/5B Time Scheduling Room Display Units 1 Time Scheduling RDU-4/TS - Description of Control Operation The temperature control and time scheduling for the building space is

More information

This document is intended for Lighting Control Systems professionals

This document is intended for Lighting Control Systems professionals This document is intended for Lighting Control Systems professionals This document applies to fixture with factory installed SVPD1, SVPD2, SVPD3 integrated sensors. Table of contents Quick Reference Guide...

More information

STC-KNX (32-channel AP)

STC-KNX (32-channel AP) STC-KNX (32-channel AP) Bidirectional-Gateway between EnOcean and EIB/KNX-Bus Operating and installation instructions Humidity sensors Light sensors Presence sensors Gas sensors Room control panels Automated

More information

KNX ENO 634 (32-channel AP)

KNX ENO 634 (32-channel AP) WEINZIERL GINEERING GmbH KNX O 634 (32-channel AP) Bidirectional-Gateway between EnOcean and KNX-Bus Operating and installation instructions Digital inputs Link from KNX to EnOcean actuator Switch Dimmer

More information

Unidirectional Gateway EnOcean - KNX/BUS

Unidirectional Gateway EnOcean - KNX/BUS Unidirectional Gateway EnOcean - KNX/BUS Page 1.Use...1 2. Technical features...................1 3.Overalldimensions...1 4.Connection...2 5. Operation...2 6. Standards and approvals............3 7.Maintenance...3

More information

OCCUPANCY SENSOR REMOTE USER GUIDE

OCCUPANCY SENSOR REMOTE USER GUIDE OCCUPANCY SENSOR REMOTE USER GUIDE Use the handheld programming remote to test and adjust the settings of your occupancy sensor, which can accommodate up to six sensor parameter profiles. FSP-2X1 is the

More information

Single-zone Daylighting Control Sequences of Operation. Topic: DLM Operation with LMLS-400 Photosensor, v2.xx Issue: # TB185 Date: March 10, 2012

Single-zone Daylighting Control Sequences of Operation. Topic: DLM Operation with LMLS-400 Photosensor, v2.xx Issue: # TB185 Date: March 10, 2012 Understanding the capabilities of Digital Lighting Management (DLM) photosensors, and how to configure the sensors for the desired control strategy is one key to successful daylighting controls projects.

More information

Midi Fighter 3D. User Guide DJTECHTOOLS.COM. Ver 1.03

Midi Fighter 3D. User Guide DJTECHTOOLS.COM. Ver 1.03 Midi Fighter 3D User Guide DJTECHTOOLS.COM Ver 1.03 Introduction This user guide is split in two parts, first covering the Midi Fighter 3D hardware, then the second covering the Midi Fighter Utility and

More information

ETC Installation Guide

ETC Installation Guide Unison Echo Light Sensor Overview The provides light level measurement and lighting control for the connected Echo control system. The sensor measures lighting conditions to maintain a programmed lighting

More information

Impassa is compatible with both the ADC-IS-100-LP and the ADC-IS-200-LP.

Impassa is compatible with both the ADC-IS-100-LP and the ADC-IS-200-LP. Image Sensor FAQs Image Sensor FAQs Image Sensor Overview What is the Image Sensor? - The Image Sensor is a PIR motion detector with built-in camera. The sensor is designed to take motion activated images

More information

KNX manual High-performance switch actuators RM 4 H FIX1 RM 8 H FIX2

KNX manual High-performance switch actuators RM 4 H FIX1 RM 8 H FIX2 KNX manual High-performance switch actuators RM 4 H FIX1 RM 8 H FIX2 4940212 4940217 2018-10-17 Contents 1 Function description 3 2 Operation 4 3 Technical data 5 4 The FIX2 RM 8 H application programme

More information

Setup Utility Guide. ADX-0808 and ADX-1616 Audio Matrix Pre-amp Systems

Setup Utility Guide. ADX-0808 and ADX-1616 Audio Matrix Pre-amp Systems Setup Utility Guide ADX-0808 and ADX-1616 Audio Matrix Pre-amp Systems Configuration Using the Setup Utility The Setup Utility is the most efficient way to set up ADX advanced features (using *Mac or PC),

More information

KNX ENO 620/622 (32-channel AP)

KNX ENO 620/622 (32-channel AP) KNX O 620/622 (32-channel AP) Gateway between EnOcean and the KNX bus Operating and installation manual Installation and connection Fig. 1: KNX O 620 Fig. 2: KNX O 622 Application KNX O 620 and 622 serve

More information

SLICEWare. Operator Manual for software. Notes and comments

SLICEWare. Operator Manual for software. Notes and comments SLICEWare Operator Manual for software. Notes and comments Startup Screen Area RIBBON CONTROL SENSOR LIST SENSOR DETAIL STATUS BAR CONNECTED SENSORS 2 Sensor List Click anywhere on a line in the Sensor

More information

Help Manual - ipad. Table of Contents. 1. Quick Start Controls Overlay. 2. Social Media. 3. Guitar Tunes Library

Help Manual - ipad. Table of Contents. 1. Quick Start Controls Overlay. 2. Social Media. 3. Guitar Tunes Library Table of Contents Help Manual - ipad 1. Quick Start Controls Overlay 2. Social Media 3. Guitar Tunes Library 4. Purchasing and Downloading Content to Play 5. Settings Window 6. Player Controls 7. Tempo

More information

Aimetis Outdoor Object Tracker. 2.0 User Guide

Aimetis Outdoor Object Tracker. 2.0 User Guide Aimetis Outdoor Object Tracker 0 User Guide Contents Contents Introduction...3 Installation... 4 Requirements... 4 Install Outdoor Object Tracker...4 Open Outdoor Object Tracker... 4 Add a license... 5...

More information

Wireless Ceiling Mount Sensor for Occupancy / Vacancy Detection INSTALLATION GUIDE

Wireless Ceiling Mount Sensor for Occupancy / Vacancy Detection INSTALLATION GUIDE MOS-IR/DT Wireless Ceiling Mount Sensor for Occupancy / Vacancy Detection INSTALLATION GUIDE This guide covers all models of MOS-IR and MOS-DT ceiling occupancy sensor. The MOS-IR product family includes:

More information

Quantum 1.6 Release Notes

Quantum 1.6 Release Notes New Features in Quantum 1.6: User-defined shade groups (in 1.5, each area always had four shade groups, and all shades of one type were in the same group) Activate/inactivate occupancy from a keypad or

More information

Universal Controller

Universal Controller Universal Controller Overview and Configuration Manual Overview... 1 About this Manual... 1 Introduction... 5 Hardware Overview... 5 Software Overview... 7 Interpreting Flow Diagrams... 8 Foreign Language

More information

Submittals Quick Reference Guide

Submittals Quick Reference Guide This topic provides a reference for the Project Center Submittals activity center. Purpose The Submittals activity center in Newforma Contract Management enables you to effectively log submittals and track

More information

It s Logical! Technical Newsletter. Logic, the basics you need to know

It s Logical! Technical Newsletter. Logic, the basics you need to know Technical Newsletter V O L U M E I, I S S U E 2 It s Logical! The first newsletter issue received such a great feedback that it was decided to expand the distribution to an international level. It is great

More information

Illuminati Wireless Light and Color Meter Model IM100. User Manual

Illuminati Wireless Light and Color Meter Model IM100. User Manual Illuminati Wireless Light and Color Meter Model IM100 User Manual About the IM100 The Illuminati IM100 is the world s first Bluetooth-enabled wireless light and color meter. Use it with your smartphone

More information

KNX manual 1-channel flush-mounted switch actuator SU 1

KNX manual 1-channel flush-mounted switch actuator SU 1 KNX manual 1-channel flush-mounted switch actuator SU 1 4942520 2018-10-04 Contents 1 Function description 3 2 Operation 4 3 Technical data 5 4 The SU 1 application programme 7 4.1 Selection in the product

More information

EBDHS-AT-DD. RF ceiling PIR presence detector DALI / DSI dimming. Product Guide. Overview. Features

EBDHS-AT-DD. RF ceiling PIR presence detector DALI / DSI dimming. Product Guide. Overview. Features Product Guide EBDHS-AT-DD RF ceiling PIR presence detector DALI / DSI dimming Overview The EBDHS-AT-DD is a passive infrared (PIR) motion sensor combined with two output channels capable of controlling

More information

How to Guide: Controlling Blinds in C-Bus

How to Guide: Controlling Blinds in C-Bus How to Guide: Controlling Blinds in C-Bus This document is a guide to controlling electrical blinds with C-Bus. Part 1 shows how the blind could be controlled by C-Bus directly and part 2 shows how C-Bus

More information

Event Monitoring Setup

Event Monitoring Setup Event Monitoring Setup There are two steps to configure Event Monitoring within exacqvision. First, a profile needs to be created and defined. Then, the profile is activated and assigned to a particular

More information

EBDHS-MB-AT-DD. RF ceiling PIR presence detector DALI / DSI dimming. Product Guide. Overview. Features

EBDHS-MB-AT-DD. RF ceiling PIR presence detector DALI / DSI dimming. Product Guide. Overview. Features Product Guide EBDHS-MB-AT-DD RF ceiling PIR presence detector DALI / DSI dimming Overview The EBDHS-MB-AT-DD is a passive infrared (PIR) motion sensor combined with two output channels capable of controlling

More information

Lab 2, Analysis and Design of PID

Lab 2, Analysis and Design of PID Lab 2, Analysis and Design of PID Controllers IE1304, Control Theory 1 Goal The main goal is to learn how to design a PID controller to handle reference tracking and disturbance rejection. You will design

More information

RAM 712 KNX room thermostat for surface-mounted and flush-mounted installation

RAM 712 KNX room thermostat for surface-mounted and flush-mounted installation RAM 712 KNX room thermostat for surface-mounted and flush-mounted installation RAM 712 712 9 200 Version: Dec-10 (subject to change) Page 1 of 65 Contents 1 Functional characteristics... 4 1.1 Operation...

More information

Light Control guide for Soundlight Comfort Ceiling OccuSwitch DALI Control Guide

Light Control guide for Soundlight Comfort Ceiling OccuSwitch DALI Control Guide Light Control guide for Soundlight Comfort Ceiling OccuSwitch DALI 2013.09 Control Guide Content: 1 2 3 4 5 6 7 8 9 10 11 Ensure right physical install of all hardware / use remote control to commission

More information

TAM VALLEY DEPOT. Quad-LN User Manual. Gen2 Firmware v1.1

TAM VALLEY DEPOT. Quad-LN User Manual. Gen2 Firmware v1.1 TAM VALLEY DEPOT Quad-LN User Manual Gen2 Firmware v1.1 N3IX Engineering 20 Aug 2013 Contents 1 Basics... 1 1.1 Overview... 1 1.2 Servos... 1 1.3 External Power Supply... 1 1.4 Onboard LED Indicators...

More information

PSoC Academy: How to Create a PSoC BLE Android App Lesson 9: BLE Robot Schematic 1

PSoC Academy: How to Create a PSoC BLE Android App Lesson 9: BLE Robot Schematic 1 1 All right, now we re ready to walk through the schematic. I ll show you the quadrature encoders that drive the H-Bridge, the PWMs, et cetera all the parts on the schematic. Then I ll show you the configuration

More information

CAT-260 Repeater Controller Computer Automation Technology, Inc

CAT-260 Repeater Controller Computer Automation Technology, Inc CAT-260 Repeater Controller Computer Automation Technology, Inc 7378 W. Atlantic Blvd. #239 Margate, Florida 33063 Phone: (954) 978-6171 Fax: (561) 465-5891 Internet: http://www.catauto.com Table of Contents

More information

Facebook Server Fan Speed Control Interface. Draft Version 0.1. Author: Jacob Na, Thermal Engineer, Facebook

Facebook Server Fan Speed Control Interface. Draft Version 0.1. Author: Jacob Na, Thermal Engineer, Facebook Facebook Server Fan Speed Control Interface Draft Version 0.1 Author: Jacob Na, Thermal Engineer, Facebook Contents Contents... 2 1 Overview... 3 1.1 License... 3 2 Fan Speed Control Table Update Methodology...

More information

LITECOM. Special luminaires SEQUENCE infinity

LITECOM. Special luminaires SEQUENCE infinity LITECOM Special luminaires SEQUENCE infinity Legal information Copyright Copyright Zumtobel Lighting GmbH All rights reserved. Manufacturer Zumtobel Lighting GmbH Schweizerstrasse 30 6850 Dornbirn AUSTRIA

More information

AR-DN-RS232. An-10 / Rapid RS232 Interface. Product Guide. Overview. Features

AR-DN-RS232. An-10 / Rapid RS232 Interface. Product Guide. Overview. Features AR-DN-RS232 An-10 / Rapid RS232 Interface Product Guide Overview The AR-DN-RS232 is a device that is used as a 2 way gateway between third party systems and the CP An-10 or Rapid lighting control systems

More information

TAM VALLEY DEPOT. QuadLN_S User Manual

TAM VALLEY DEPOT. QuadLN_S User Manual TAM VALLEY DEPOT QuadLN_S User Manual Firmware v1.0 N3IX Engineering 25 August 2014 N3IX Engineering 2014 Contents 1 Basics... 1 1.1 Overview... 1 1.2 Servos... 2 1.3 External Power Supply... 2 1.4 Onboard

More information

The Hue driver allows North to interface with a Philips Hue wireless lighting system. Available for Commander and ObSys.

The Hue driver allows North to interface with a Philips Hue wireless lighting system. Available for Commander and ObSys. The Hue Driver The Hue driver allows North to interface with a Philips Hue wireless lighting system. Available for Commander and ObSys. This document relates to Hue driver version 1.0 Please read the Commander

More information

SIMPLUX Standalone Wireless Lighting Control System Setup guide Light is OSRAM

SIMPLUX Standalone Wireless Lighting Control System Setup guide Light is OSRAM www.osram-americas.com SIMPLUX Standalone Wireless Lighting Control System Setup guide Light is OSRAM Setting up the SIMPLUX System! Only one phone should be used for SIMPLUX System configuration at any

More information

Honeywell. W7620 Zone Controller Water Source Heat Pump A. GENERAL RESIDENTIAL AND BUILDING CONTROL GUIDE SPECIFICATION FOR THE ENGINEER

Honeywell. W7620 Zone Controller Water Source Heat Pump A. GENERAL RESIDENTIAL AND BUILDING CONTROL GUIDE SPECIFICATION FOR THE ENGINEER Honeywell RESIDENTIAL AND BUILDING CONTROL GUIDE SPECIFICATION FOR THE ENGINEER W7620 Zone Controller Water Source Heat Pump - -.> The W7620 Zone Controller provides customized control of HVAC zone equipment.

More information

Consultation PTM (Parent s Guide) Consultation Mobile Apps (Parent s guide) Empower People. One Solution

Consultation PTM (Parent s Guide) Consultation Mobile Apps (Parent s guide) Empower People. One Solution Consultation PTM (Parent s Guide) Consultation Mobile Apps (Parent s guide) Empower People. One Solution Installing Mobile App on ios 1. Launch App Store on your device 2. Type in ASKnLearn within the

More information

www.greenelectricalsupply.com Installation Guide Model: WLVD Wireless Low Voltage Dimmer (Receiver) Specifications: Power Supply 24 V DC Place on 24V power line prior to light load. 10A Maximum Load Package

More information

Radio Window Sensor and Temperature Sensor Programming in HomeWorks QS

Radio Window Sensor and Temperature Sensor Programming in HomeWorks QS Radio Window Sensor and Temperature Sensor Programming in HomeWorks QS Table of Contents 1. Overview... 2 2. General Operation... 2 2.1. Radio Window Sensor Communication... 2 2.2. Temperature Sensor Communication...

More information

Quantum 1.7 Release Notes

Quantum 1.7 Release Notes New Features in Quantum 1.7: Hyperion and override/clear override from keypad and timeclock Daylighting-always-enabled and daylighting-to-off options Offline changes to timeclock will synchronize on next

More information

Configuring Daylight Harvesting / Constant Light Level Operation Revision history: Revision date Author Notes 06/05/11 SJW Original document written

Configuring Daylight Harvesting / Constant Light Level Operation Revision history: Revision date Author Notes 06/05/11 SJW Original document written Configuring Daylight Harvesting / Constant Light Level Operation Revision history: Revision date Author Notes 06/05/11 SJW Original document written PC software version required: NPU / EPM version required:

More information

Momo Software Context Aware User Interface Application USER MANUAL. Burak Kerim AKKUŞ Ender BULUT Hüseyin Can DOĞAN

Momo Software Context Aware User Interface Application USER MANUAL. Burak Kerim AKKUŞ Ender BULUT Hüseyin Can DOĞAN Momo Software Context Aware User Interface Application USER MANUAL Burak Kerim AKKUŞ Ender BULUT Hüseyin Can DOĞAN 1. How to Install All the sources and the applications of our project is developed using

More information

VISSIM Vehicle Actuated Programming (VAP) Tutorial

VISSIM Vehicle Actuated Programming (VAP) Tutorial VISSIM Vehicle Actuated Programming (VAP) Tutorial Introduction In previous labs, you learned the basic functions of VISSIM and configurations for realtime Hardware-in-the-Loop Simulation (HILS) using

More information

Robot Programming Manual

Robot Programming Manual 2 T Program Robot Programming Manual Two sensor, line-following robot design using the LEGO NXT Mindstorm kit. The RoboRAVE International is an annual robotics competition held in Albuquerque, New Mexico,

More information

Wireless Ceiling Mount Sensor

Wireless Ceiling Mount Sensor Wireless Ceiling Mount Sensor Lutron s occupancy and vacancy sensors are wireless ceiling-mounted battery-powered passive infrared (PIR) sensors that automatically control lights via RF communication to

More information

LVTX-10 Series Ultrasonic Sensor Installation and Operation Guide

LVTX-10 Series Ultrasonic Sensor Installation and Operation Guide LVTX-10 Series Ultrasonic Sensor Installation and Operation Guide M-5578/0516 M-5578/0516 Section TABLE OF CONTENTS 1 Introduction... 1 2 Quick Guide on Getting Started... 2 Mounting the LVTX-10 Series

More information

Sense Command Control. Third Eye. Energy Saving Sensors Save Energy Today for a Better Tomorrow

Sense Command Control. Third Eye. Energy Saving Sensors Save Energy Today for a Better Tomorrow Sense Command Control Third Eye Energy Saving Sensors Save Energy Today for a Better Tomorrow Save Energy Today for a Better Tomorrow Motion Sensor History The first motion detector burglar alarm was invented

More information

522 Int'l Conf. Artificial Intelligence ICAI'15

522 Int'l Conf. Artificial Intelligence ICAI'15 522 Int'l Conf. Artificial Intelligence ICAI'15 Verification of a Seat Occupancy/Vacancy Detection Method Using High-Resolution Infrared Sensors and the Application to the Intelligent Lighting System Daichi

More information

Stalker Speed Sensor II Traffic Statistics Sensor Manual rev A

Stalker Speed Sensor II Traffic Statistics Sensor Manual rev A Stalker Speed Sensor II Traffic Statistics Sensor Manual 011-0132-00 rev A Applied Concepts, Inc. 2609 Technology Drive Plano, Texas 75074 972-398-3780 ii Applied Concepts TRAFFIC STATISTICS SPEED SENSOR

More information

OPERATING INSTRUCTIONS Digital weekly time switch

OPERATING INSTRUCTIONS Digital weekly time switch OPERATING INSTRUCTIONS Digital weekly time switch 1 Explanation of display and control buttons One-channel timer A B Two-channel timer 1.1 Control buttons i Set time and day of the week e Manual switching

More information

Compatible Products: LAC L12-SS-GG-VV-P L16-SS-GG-VV-P PQ12-GG-VV-P P16-SS-GG-VV-P T16-SS-GG-VV-P

Compatible Products: LAC L12-SS-GG-VV-P L16-SS-GG-VV-P PQ12-GG-VV-P P16-SS-GG-VV-P T16-SS-GG-VV-P USB Control and Configuration of the LAC (Linear Actuator Control Board) Compatible Products: LAC L12-SS-GG-VV-P L16-SS-GG-VV-P PQ12-GG-VV-P P16-SS-GG-VV-P T16-SS-GG-VV-P This note provides further information

More information

QuickBuilder PID Reference

QuickBuilder PID Reference QuickBuilder PID Reference Doc. No. 951-530031-006 2010 Control Technology Corp. 25 South Street Hopkinton, MA 01748 Phone: 508.435.9595 Fax: 508.435.2373 Thursday, March 18, 2010 2 QuickBuilder PID Reference

More information

Wireless Ceiling Motion Sensor for Occupancy / Vacancy Detection with integrated diagnostic tools INSTALLATION GUIDE

Wireless Ceiling Motion Sensor for Occupancy / Vacancy Detection with integrated diagnostic tools INSTALLATION GUIDE MOS-21 Wireless Ceiling Motion Sensor for Occupancy / Vacancy Detection with integrated diagnostic tools INSTALLATION GUIDE This guide covers all models of MOS-21 Ceiling occupancy sensor. The MOS-21 product

More information

Sensors. EasyAir. office sensor advanced grouping SNS200. Design-in Guide. Single, compact, cost-effective luminaire control

Sensors. EasyAir. office sensor advanced grouping SNS200. Design-in Guide. Single, compact, cost-effective luminaire control Sensors EasyAir office sensor advanced grouping SNS200 Design-in Guide Single, compact, cost-effective luminaire control July 2018 2 Design-in Guide - EasyAir office sensor advanced grouping SNS200 July

More information

TEC Controller Constant Volume with Hot Water Reheat, Application Application Note Building Technologies

TEC Controller Constant Volume with Hot Water Reheat, Application Application Note Building Technologies TEC Controller Constant Volume with Hot Water Reheat, Application 2033 Application Note 140-1023 Building Technologies Table of Contents Overview... 4 Hardware Inputs... 5 Hardware Outputs... 5 Secure

More information

GM Arts Firmware v4.0. for BJ Devices MIDI Foot Controllers USER GUIDE

GM Arts Firmware v4.0. for BJ Devices MIDI Foot Controllers USER GUIDE GM Arts Firmware v4.0 for BJ Devices MIDI Foot Controllers USER GUIDE 2nd Release for version 4.03 Table of Contents Introduction... 4 GM Arts Firmware... 4 MIDI Messages... 4 What's Included... 4 Features...

More information

Use of the application program. Contents. 1. Functional description General. GAMMA instabus Application program description.

Use of the application program. Contents. 1. Functional description General. GAMMA instabus Application program description. Use of the application program Product family: Product type: Manufacturer: Heating, air conditioning, ventilation Thermostat Siemens Name: Temperature controller UP 237 DELTA i-system Order no.: 5WG1 237-2AB_1

More information

Chapter 14. using data wires

Chapter 14. using data wires Chapter 14. using data wires In this fifth part of the book, you ll learn how to use data wires (this chapter), Data Operations blocks (Chapter 15), and variables (Chapter 16) to create more advanced programs

More information

LRF20CR2BPWH Ceiling MNT Wireless Occ Sensor

LRF20CR2BPWH Ceiling MNT Wireless Occ Sensor 3804 South Street 75964-7263, TX Nacogdoches Phone: 936-569-7941 Fax: 936-560-4685 LRF20CR2BPWH Ceiling MNT Wireless Occ Sensor Lutron Catalog Number Manufacturer Description Weight per unit Product Category

More information

Use of the application program. Contents. 1. Functional description General. GAMMA instabus Application program description.

Use of the application program. Contents. 1. Functional description General. GAMMA instabus Application program description. Use of the application program Product family: Product type: Manufacturer: Heating, air conditioning, ventilation Thermostat Siemens Name: Temperature controller UP 237 DELTA i-system Order no.: 5WG1 237-2AB_1

More information

Airport Lighting Controller AFS1000 User Manual. January 10, 2017

Airport Lighting Controller AFS1000 User Manual. January 10, 2017 Airport Lighting Controller AFS1000 User Manual January 10, 2017 Contents Table of Figures... iv Table of Tables... v Introduction... 1 System Description... 1 Operation... 2 Basic Controller Operation...

More information

Servo Commander 32 User s Guide

Servo Commander 32 User s Guide Servo Commander 2 User s Guide 2 Servo Control Outputs Version: 1.2 Innovati s Servo Commander 2 module incorporates BASIC Commander BC1 and two Servo Runner A modules. It saves area occupied by the control

More information

IMPORTANT SAFEGUARDS READ AND FOLLOW ALL SAFETY INSTRUCTIONS SAVE THESE INSTRUCTIONS FOR FUTURE REFERENCE

IMPORTANT SAFEGUARDS READ AND FOLLOW ALL SAFETY INSTRUCTIONS SAVE THESE INSTRUCTIONS FOR FUTURE REFERENCE FSP-2X1 Digital High/Low Pir Fixture Integrated Sensor INSTALLATION INSTRUCTIONS IMPORTANT SAFEGUARDS When using electrical equipment, basic safety precautions should always be followed including the following:

More information

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino

EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs Introduction to Arduino EE-110 Introduction to Engineering & Laboratory Experience Saeid Rahimi, Ph.D. Labs 10-11 Introduction to Arduino In this lab we will introduce the idea of using a microcontroller as a tool for controlling

More information

User Guide for the Calculators Version 0.9

User Guide for the Calculators Version 0.9 User Guide for the Calculators Version 0.9 Last Update: Nov 2 nd 2008 By: Shahin Farahani Copyright 2008, Shahin Farahani. All rights reserved. You may download a copy of this calculator for your personal

More information

Use of the application program. Functional description. GAMMA instabus Application program description. May A8 Venetian blind actuator

Use of the application program. Functional description. GAMMA instabus Application program description. May A8 Venetian blind actuator Use of the application program Product family: Product type: Manufacturer: Venetian blind Switch Siemens Name: Venetian blind actuator N 523/11 Order no.: 5WG1 523-1AB11 Functional description Application

More information

1. Use of the application program

1. Use of the application program s GAMMA instabus 12 A1S2 Blind, 2 inputs 207301 1. Use of the application program 2. Product description 2.1. Description of the blind actuator UP 520/31 2.2. Delivered with the blind actuator UP 520/31

More information

Relay Driver Overview and Applications

Relay Driver Overview and Applications Relay Driver Overview and Applications Describes Basic and Advanced Settings for common and alternative/novel uses for the Relay driver (RD-1). Morningstar s Relay Driver (RD-1) is a fully programmable

More information

LC-10 Chipless TagReader v 2.0 August 2006

LC-10 Chipless TagReader v 2.0 August 2006 LC-10 Chipless TagReader v 2.0 August 2006 The LC-10 is a portable instrument that connects to the USB port of any computer. The LC-10 operates in the frequency range of 1-50 MHz, and is designed to detect

More information

EBDSM-PRM Product Guide

EBDSM-PRM Product Guide EBDSM-PRM Product Guide Ceiling PIR presence/absence detector Overview The EBDSM-PRM PIR (passive infrared) presence detector provides automatic control of lighting loads with optional manual control.

More information

application software

application software application software A faire Input module - ON/OFF outputs and blind shutter Electrical/Mechanical characteristics: See product user manual Product reference Product designation Application software ref

More information

TC 204 Heating Controller

TC 204 Heating Controller TC 204 Heating Controller ver. 1.32-01 The TC204 is a multi-purpose heating controller with built-in programs for different types of heating systems. General Data Power requirement 24 volts ac, 2 va Inputs

More information

ETC Installation Guide

ETC Installation Guide Unison Echo Overview The Echo is a ceiling mounted sensor that utilizes passive infrared (PIR) technology, providing reliable vacancy and occupancy detection for lighting control. The sensor allows for

More information

instabus EIB product documentation

instabus EIB product documentation Page: 1 of 39 Push button interface 4-gang Sensor Product name: Push button interface 4-gang Design: UP (flush-mounting type) Item no.: 2076-4T-01 ETS search path: Input / Binary Input, 4-gang / Push button

More information

COMPACT GUIDE. MxAnalytics. Basic Information And Practical For Optimal Use Of MxAnalytics. Camera-Integrated Video Analysis With MOBOTIX Cameras

COMPACT GUIDE. MxAnalytics. Basic Information And Practical For Optimal Use Of MxAnalytics. Camera-Integrated Video Analysis With MOBOTIX Cameras EN COMPACT GUIDE Basic Information And Practical For Optimal Use Of Camera-Integrated Video Analysis With MOBOTIX Cameras Copyright Notice: All rights reserved. MOBOTIX, the MOBOTIX logo and are trademarks

More information

MADEinUSA OPERATOR S MANUAL. RS232 Interface Rev. A

MADEinUSA OPERATOR S MANUAL. RS232 Interface Rev. A MADEinUSA OPERATOR S MANUAL RS232 Interface 92-3006 Rev. A www.iradion.com Iradion Laser, Inc. 51 Industrial Dr. N. Smithfield, RI 02896 (410) 762-5100 Table of Contents 1. Overview... 2 2. Equipment Required...

More information

Network VP TM Satellite User s Guide

Network VP TM Satellite User s Guide Network VP TM 2.00 Satellite User s Guide 16 to 64 stations in eight-station increments Field programmable for future upgrades Does not require EPROM(s) replacement Operates as a stand-alone controller

More information

EMPLOYEE SELF SERVICE (ESS) The University of Wisconsin-Eau Claire Human Resource s Department

EMPLOYEE SELF SERVICE (ESS) The University of Wisconsin-Eau Claire Human Resource s Department EMPLOYEE SELF SERVICE (ESS) The University of Wisconsin-Eau Claire Human Resource s Department REFERENCE GUIDE FOR REQUESTING ABSENCES AND ENTERING TIME QUESTIONS? Call or e-mail Human Resources 715-836-2513

More information

TABLE OF CONTENTS...2 SAM VIBE - OVERVIEW...3 WORKING WITH THE SAM VIBE SCHEDULE...3 PLAYBLOCKS...4 CREATING A PLAYBLOCK...4 EXAMPLE PLAYBLOCKS...

TABLE OF CONTENTS...2 SAM VIBE - OVERVIEW...3 WORKING WITH THE SAM VIBE SCHEDULE...3 PLAYBLOCKS...4 CREATING A PLAYBLOCK...4 EXAMPLE PLAYBLOCKS... SAM VIBE Scheduling Table of Contents TABLE OF CONTENTS...2 SAM VIBE - OVERVIEW...3 WORKING WITH THE SAM VIBE SCHEDULE...3 PLAYBLOCKS...4 CREATING A PLAYBLOCK...4 EXAMPLE PLAYBLOCKS...6 STATION ID AFTER

More information

Sensors. EasyAir. office sensor advanced grouping SNS200. Design-in Guide. Single, compact, cost-effective luminaire control

Sensors. EasyAir. office sensor advanced grouping SNS200. Design-in Guide. Single, compact, cost-effective luminaire control Sensors EasyAir office sensor advanced grouping SNS200 Design-in Guide Single, compact, cost-effective luminaire control 2 Contents Introduction to this guide More information or support 4 4 Warnings and

More information

i1800 Series Scanners

i1800 Series Scanners i1800 Series Scanners Scanning Setup Guide A-61580 Contents 1 Introduction................................................ 1-1 About this manual........................................... 1-1 Image outputs...............................................

More information

Tech Note #3: Setting up a Servo Axis For Closed Loop Position Control Application note by Tim McIntosh September 10, 2001

Tech Note #3: Setting up a Servo Axis For Closed Loop Position Control Application note by Tim McIntosh September 10, 2001 Tech Note #3: Setting up a Servo Axis For Closed Loop Position Control Application note by Tim McIntosh September 10, 2001 Abstract: In this Tech Note a procedure for setting up a servo axis for closed

More information

Application Programs Descriptions

Application Programs Descriptions Devices Employing the Program Product family: Product type: Manufacturer: Heating Regulator Siemens Name: Temperature Controller UP 250 DELTA studio, titanium white Order-no.: 5WG1 250-2AB12 Name: Temperature

More information

Servo Indexer Reference Guide

Servo Indexer Reference Guide Servo Indexer Reference Guide Generation 2 - Released 1/08 Table of Contents General Description...... 3 Installation...... 4 Getting Started (Quick Start)....... 5 Jog Functions..... 8 Home Utilities......

More information

EIB/KNX Switch Actuators. User manual

EIB/KNX Switch Actuators. User manual EIB/KNX Switch Actuators User manual IT KNT 004 IT KNT 012 Tel.: +34943627988 E-mail: knx@dinuy.com Web: www.dinuy.com Contents 1. Introduction --------------------------------------------------------------------------------------------------------------

More information

INDEX...2 INTRODUCTION...3 IMPORTANT NOTES...3 INSTALLING THE SOFTWARE...3 ST-965 PROGRAMMING SOFTWARE...6

INDEX...2 INTRODUCTION...3 IMPORTANT NOTES...3 INSTALLING THE SOFTWARE...3 ST-965 PROGRAMMING SOFTWARE...6 ST-965 VX/D SMARTRUNK II & SMARTRUNK XPRESS Logic board Programming Software 2.9e User s Guide Revision R2.9 10/10/2008 INDEX INDEX...2 INTRODUCTION...3 IMPORTANT NOTES...3 INSTALLING THE SOFTWARE...3

More information