Product Description...3 Communication Interface...4 Client Interface...4. Accessible Registers...4 Data Format...4

Size: px
Start display at page:

Download "Product Description...3 Communication Interface...4 Client Interface...4. Accessible Registers...4 Data Format...4"

Transcription

1 FAAST Fire Alarm Aspiration Sensing Technology Modbus USER GUIDE

2 Table of Contents Product Description...3 Communication Interface...4 Client Interface...4 Accessible Registers...4 Data Format...4 Device Sensor Status and Control Operations...5 Device Read...5 Device Output and Operating Mode Control...5 Device Configuration...5 Device Time...6 Device Smoke Reference...6 Modbus Administrator Password...6 Reading Logs...7 Event Log Read...7 Trend Log Read...7 Message Log Read...7 Modbus Configuration...8 Input Registers...8 Holding Registers...9 Device Status...9 Sensor Status...11 Device Logs...13 Factory Configuration...14 Device Configuration...15 Network Configuration...17 Appendix A. Configurable options on FAAST...18 A.1. Alarm Configuration Variables...18 A.2. Device Configuration Variables...19 Revision Table Revision Description of Change Author Date A0 Initial Release for Review ZK 05/06/2013 2

3 Product Description The FAAST - Fire Alarm Aspiration Sensing Technology aspirating smoke detector is an advanced particulate detection system designed for use in early warning and very early warning fire detection applications. FAAST draws air from the environment through sampling holes in a pipe network and monitors for smoke particulates. FAAST includes a local display which provides a clear indication of the devices status. Smoke particulate level, alarm level, air flow, and faults can all be discerned with a glance at the user interface. FAAST is also enabled by built-in Modbus communications capabilities. The Modbus Protocol utilizes the TCP server. They physical connection is Ethernet. Modbus is a communications protocol allowing for connectivity with several building management solutions. Using Modbus, a FAAST device can be monitored remotely and various device configuration actions and device interactions are facilitated. PLEASE NOTE: WHILE Modbus CAN BE USED TO SET DEVICE CONFIGURATIONS, THE DESIGN OF ANY NEW FAAST DEVICE MUST BE VERIFIED USING PipeIQ TO ENSURE THAT SITE SPECIFIC REQUIREMENTS ARE MET. IF Modbus IS USED TO MODIFY AN INSTALLED UNIT, ANY CHANGES TO SENSITIVITY SETTING SHOULD ALSO BE VERIFIED IN PipeIQ TO ENSURE CONTINUED SYSTEM PERFORMANCE. 3 Rev A0

4 Communication Interface Modbus protocol stack is an application that runs over TCP. The device requires a 10 or 100Mbps Ethernet connection to an existing IP network and a valid network configuration in order to enable Modbus Communications. The FAAST device s TCP server will listen for Modbus protocol packets on Port 502. Separate TCP ports allow Modbus, , PipeIQ and web communications simultaneously. Finally, to transmit and receive data over Modbus, the user requires a client that can generate Modbus packets over TCP. Client Interface When a client is connected through Port 502, the FAAST device will act as a Modbus/TCP server. This section defines the format of data in Modbus/TCP registers. More information about Modbus/TCP can be obtained from The entire Modbus map is related to a single device, and the Slave ID parameter is unused by the FAAST device. Accessible Registers Input registers for registers listed in Table 1. Holding registers in Tables 2 to 8. Data Format To properly transfer data to and from the Modbus registers, the following descriptions specify how data is organized when more than one register is required to read or write a specific piece of data. 1. Long Integer, floating point: Value = 0xaabbccdd Holding Reg1 = 0xaabb Holding Reg2 = 0xccdd 2. String: Value = test Holding Reg1 = et Holding Reg2 = ts 3. IP : Value = a.b.c.d Holding Reg1 = dc Holding Reg2 = ba 4. MAC : Value = 0x (aa-bb-cc-dd-ee-ff) Holding Reg1 = 0xbbaa Holding Reg2 = 0xddcc Holding Reg3 = 0xffee 4

5 Device Sensor Status and Control Operations Device Read The Modbus client is able to read the device status data directly via input and holding register reads. Device Output and Operating Mode Control The Modbus client is able to initiate different operating modes through the Sensor Input Holding Register. 1. Write the Administrator Password in the Administrator Password holding register (this is the same as the Button Activation Passcode configured through PipeIQ). 2. Read the Sensor API status holding register and verify that the ADMIN_UNLOCK bit is set. 3. Write the value to the Sensor Input Holding Register (40035) that initiates the desired action or mode change: a. 0x0001 to Isolate b. 0x0002 to Disable c. 0x0004 to initiate Test Mode d. 0x0008 to Silence a Fault or Alarm (when equipped with an audible indicator) e. 0x0010 to Reset the Device f. 0x0020 to Reset the Airflow Baseline g. 0x0040 to Clear the Event Log h. 0x0080 to Clear the Trend Log i. 0x0100 to Clear the Message Log 4. Write 0x0 to the Administrator Password in the Administrator Password holding register if no further changes are desired. Device Configuration In order to write a new configuration, the following steps must be followed: 1. Write the Administrator Password in the Administrator Password holding register (this is the same as the Button Activation Passcode configured through PipeIQ). 2. Read the Sensor API status holding register and verify that the ADMIN_UNLOCK bit is set. If it is set, the Sensor API Command Register is enabled and will process commands issued. 3. The device must be placed in Disable Mode by setting disable bit in Sensor Input Holding register Holding register. 4. Read the Operating Mode holding register. 5. The Modbus client writes the new values for the respective configuration holding registers through Write Multiple Register Command(s). 6. Write the Save Configuration Command value, 0xAA11 in the Modbus Specific configuration Command holding register in order to save any configuration changes. 7. The device stores new configuration. 8. Read the Modbus Specific configuration Command holding register. The value will be 0x0000 when the Command completes successfully. 9. Remove the device from Disable Mode by clearing the disable bit Sensor Input Holding register. 10. The device will reset and the new configuration will be applied. 5 Rev A0

6 Device Sensor Status and Control Operations (Cont d) Device Time In order to set the time, the following steps must be followed: 1. Write the Administrator Password in the Administrator Password holding register. 2. Read the Sensor API status holding register and verify that the ADMIN_UNLOCK bit is set. If it is set, the Sensor API Command Register is enabled and will process commands issued. 3. The Modbus client writes the new time value using Epoch/UNIX timestamp formate to the time holding registers through Write Multiple Register Command(s). 4. Write the Save Time Command value, 0xEE22 in the Modbus Specific configuration Command holding register in order to save the new time. 5. The device stores and applies the new device time. 6. Read the Modbus Specific configuration Command holding register. The value will be 0x0000 when the Command completes successfully. 7. Write 0x0 to the Administrator Password in the Administrator Password holding register if no further changes are desired. Device Smoke Reference The device may be programmed with a reference in order to compensate for a period of high particulate due to a change in ambient environmental conditions. Use the following steps to modify the Device Reference: 1. Write the Administrator Password in the Administrator Password holding register. 2. Read the Sensor API status holding register and verify that the ADMIN_UNLOCK bit is set. If it is set, the Sensor API Command Register is enabled and will process commands issued. 3. The Modbus client writes the new Reference Value in 32-bit Float format to the Smoke Reference Value register through Write Multiple Register Command. 4. The device applies the new Reference. 5. Read the Sensor Smoke Reference Value to verify it stored correctly. 6. Write 0x0 to the Administrator Password in the Administrator Password holding register if no further changes are desired. Modbus Administrator Password The Modbus Administrator Password grants the user the privilege of writing to the Holding Registers. This password is the same as the User Interface Button Lockout Code. It is not readable through the Modbus Interface. It is set to 1111 as the default. The values may range from 1111 to The user may change the password by performing a Device Configuration Change as described earlier. A failure to gain administrator privileges due to a forgotten or lost password is a recoverable event by using the PipeIQ software, connecting to the device and updating the device configuration with a known password. 6

7 Reading Logs In order to read the device logs, the following steps must be followed. Event Log Read 1. Write the Administrator Password in the Administrator Password holding register. 2. Read the Sensor API status holding register and verify that the ADMIN_UNLOCK bit is set. 3. Write the Event log index value into corresponding holding register using Write Single Holding Register Command (0x06). The default shall be 1 which reads the latest 40 events. 4. Read Event Logs. Examples: a. Total no. of events = 50, Index = 2, then the Event log read command will read last 10 events. b. Total no. of events = 80, Index = 2, then the Event log read command will read last 40 events. c. Total no. of events <= 80, Index = 3, then the client shall show Device read failure because there are no events present in the memory corresponding to given Index value. Trend Log Read 1. Write the Administrator Password in the Administrator Password holding register. 2. Read the Sensor API status holding register and verify that the ADMIN_UNLOCK bit is set. 3. Write the Trend log index value into corresponding holding register using Write Single Holding Register Command (0x06). The default shall be 1 which reads the latest one trend log. 4. Read the Trend Log. Examples: a. Total no. of trends = 50, Index = 2, then the Trend log read command will read recent but one trend log. b. Total no. of trends = 80, Index = 80, then the Trend log read command will read last trend log. c. Total no. of trends = 30, Index >30, then the client shall show Device read failure because there are no trends present in the memory corresponding to given Index value. Message Log Read 1. Write the Administrator Password in the Administrator Password holding register. 2. Read the Sensor API status holding register and verify that the ADMIN_UNLOCK bit is set. 3. Write the Message log index value into corresponding holding register using Write Single Holding Register Command (0x06). The default shall be 1 which reads the latest one message log. 4. Read the Message Log. Examples: a. Total no. of messages = 50, Index = 2, then the Message log read command will read recent but one message log. b. Total no. of messages = 20, Index = 20, then the Message log read command will read last message log. c. Total no. of messages = 30, Index >30, then the client shall show Device read failure because there are no messages present in the memory corresponding to given Index value. 7 Rev A0

8 Modbus Configuration The device s Modbus Configuration Structure is READ/WRITE and mapped directly to a set of holding registers. The structure in the Firmware is defined as follows: Administrator Password U16 Password to enable Commands through the Command holding register. Enter as an Unsigned Decimal number Sensor Command Register U16 Command Register: 0xAA11 Save Configuration 0xEE22 Save Time Event Log Index U16 Starting Index of Event Log Entry which to read Trend Log Index U16 Starting Index of Trend Log to read Message Log Index U16 Starting Index of Message Log to read Table 1. Modbus Specific configuration Holding Registers Information - Registers can be configured by using Function code 6(single write) or Function 16 (multiple write). Input Registers The Modbus Holding Register addresses are indexed for a Honeywell Building Solutions Enterprise Building Integrator TM client. Other clients may need to subtract 1 from each address in order to access the desired register Schema U16 Modbus Firmware Schema for client to determine version of register mapping. Table 2. Modbus Input Registers 8

9 Holding Registers Note: The Modbus Holding Register addresses are indexed for a Honeywell Building Solutions Enterprise Building Integrator TM client. Other clients may need to subtract 1 from each address in order to access the desired register. Device Status The device s Device Status Structure is READ ONLY and mapped directly to a set of holding registers. The structure in the Firmware is defined as follows: Universal Time Stamp U32 Read Only - Universal Time Stamp corresponding to the real-time clock value in UNIX seconds epoch format 3 1 Startup Flags U16 Startup flags For internal use only. 4 1 System Faults U16 System Faults. Bit 0: Low Voltage Bit 1: Low Flow Bit 2: Configuration Bit 3: Sensor Bit 4: External Monitor Bit 5: Time Bit 6: Communication Bit 7: Aspirator Bit 8: Filter Bit 9: Isolation Bit 10: High Flow Bits unused 5 1 Minor Faults U16 Minor Faults. Bit 0: Low Flow Bit 1: Configuration Bit 2: External Monitor Open Bit 3: External Monitor Short Bit 4: Time Bit 5: Filter Bit 6: High Flow Bits 7-15 unused 6 1 Urgent Faults U16 Urgent Faults. Bit 0: Low Flow Bit 1: Configuration Bit 2: Communication Bit 3: Sensor Bit 4: Aspirator Bit 5: Filter Bit 6: High Flow Bit 7: Low Voltage Bits 8-15 unused 7 1 Operating Mode U16 Device Operating Mode Enumeration: CONFIGURATION_MODE 0, INITIALIZATION_MODE 1, TEST_MODE 2, NORMAL_MODE 3, DISABLE_MODE 4, RESET_MODE 5, FACTORY_MODE 6, SERVICE_MODE 7, ISOLATE_NEW_MODE 8, RESET_NETWORK_MODE 9 9 Rev A0

10 Holding Registers (Cont d) Device Status 8 ½ Relay Status U8 Relay Status. Bit 0: Alert Bit 1: Action1 Bit 2: Action2 Bit 3: Fire1 Bit 4: Fire2 Bit 5: Minor (if equipped) Bit 6: Urgent/Fault Bit7: Isolate (if equipped) Bits 8-15 unused 9 1 Internal Error Flags HW Comm U16 Internal Comm Error. For internal use only Internal Error Flags HW U16 Internal HW Error. For internal use only Internal Error Flags SW U16 Internal SW Error. For internal use only Fan Speed in RPMs U16 Speed of fan in RPMs 13 ½ Alarm Level U8 Alarm Status. Bit 0: Alert Bit 1: Action1 Bit 2: Action2 Bit 3: Fire1 Bit 4: Fire2 Bits 5-15 unused Lifetime Count in Days U16 Days of operation during lifetime 15 ½ Filter Cover State U8 Filter Cover State. Not zero = open 0 = closed 16 1 Factory Configuration Status U16 Factory Configuration State. CONFIG_STATE_PRIMARY 0, CONFIG_STATE_BACKUP 1, CONFIG_STATE_UNCONFIGURED Device Configuration Status U16 Device Configuration State. See Factory Configuration State Network Configuration Status U16 Network Configuration State. See Factory Configuration State Password Recovery Code U16 Code for recovering the device PipeIQ password. Uses the format to store a string. Table 3. Device Status Modbus Holding Registers 10

11 Sensor Status The device s Sensor Status Structure is READ ONLY with the exception of the Smoke Reference Value and mapped directly to a set of holding registers. The structure in the Firmware is defined as follows: System Time U32 Device Time in UNIX seconds epoch format, use Universal Time Stamp instead Smoke Reference Value F32 Smoke reference value used to increase noise floor of detector. US Standard Units Max: 0.10 (%/ft) Metric Units Max: (%/m) 35 1 Sensor Action Inputs U16 All bits are self-clearing and will read 0 after bit has been read and processed Bit 0: 1 Isolate Toggles Isolate Mode Bit1: 1 Disable Toggles Disable Mode Bit2: 1 Test Place the device in Test Mode Bit3: 1 Silence Sounder (if enabled / equipped) Note: Sounder Silence is effective for a single alarm or fault occurrence. If an alarm recurs, another alarm is initiated or another fault occurs, the sounder will re-energize. Bit4: Reset Device Bit5: Reset Airflow Baselines Current baseline cleared, and device will set a new baseline. New baseline established within 15 minutes. Bit6: Clear Event Log Note: Allow this action up to 10 seconds to complete. Erases all Event Log entries Bit7: Clear Trend Log Note: Allow this action up to 5 seconds to complete. Erases all Trend Log entries Bit8: Clear Message Log Note: Allow this action up to 5 seconds to complete. Erases all Message Log entries Bit9-15: Unused 36 ½ Ch 1 Air Temperature S8 Real-time sampled air temperature in Channel 1 37 ½ Ch 1 Air Velocity Change S8 Percentage change from baseline air velocity in Channel Ch 1 Air Velocity Baseline F32 Average velocity during baselining in Channel Ch 1 Air Velocity Daily Min F32 Daily minimum air velocity realized on Channel Ch 1 Air Velocity Daily Max F32 Daily maximum air velocity realized on Channel 1 44 ½ Ch 2 Air Temperature S8 Real-time sampled air temperature in Channel 2 45 ½ Ch 2 Air Velocity Change S8 Percentage change from baseline air velocity in Channel Ch 2 Air Velocity Baseline F32 Average velocity during baselining in Channel Ch 2 Air Velocity Daily Min F32 Daily minimum air velocity realized on Channel Ch 2 Air Velocity Daily Max F32 Daily maximum air velocity realized on Channel 2 11 Rev A0

12 Sensor Status (Cont d) 52 ½ Ch 3 Air Temperature S8 Real-time sampled air temperature in Channel 3 53 ½ Ch 3 Air Velocity Change S8 Percentage change from baseline air velocity in Channel Ch 3 Air Velocity Baseline F32 Average velocity during baselining in Channel Ch 3 Air Velocity Daily Min F32 Daily minimum air velocity realized on Channel Ch 3 Air Velocity Daily Max F32 Daily maximum air velocity realized on Channel 3 60 ½ Ch 4 Air Temperature S8 Real-time sampled air temperature in Channel 4 61 ½ Ch 4 Air Velocity Change S8 Percentage change from baseline air velocity in Channel Ch 4 Air Velocity Baseline F32 Average velocity during baselining in Channel Ch 4 Air Velocity Daily Min F32 Daily minimum air velocity realized on Channel Ch 4 Air Velocity Daily Max F32 Daily maximum air velocity realized on Channel 4 68 ½ Smoke Particulate Display U8 Front panel particulate level (0-10) Smoke Current Obs F32 Current Obscuration Level the Smoke Sensor is Detecting Smoke Daily Max Obs F32 Maximum Obscuration Level the Smoke Sensor Detected since 12am Smoke Daily Min Obs F32 Minimum Obscuration Level the Smoke Sensor Detected since 12am Alert Threshold F32 Current Active Alert Threshold ( %/ft if US Standard or %/m if metric) Action1 Threshold F32 Current Active Action1 Threshold ( %/ft if US Standard or %/m if metric) Action2 Threshold F32 Current Active Action2 Threshold ( %/ft if US Standard or %/m if metric) Fire1 Threshold F32 Current Active Fire1 Threshold ( %/ft if US Standard or %/m if metric) Fire2 Threshold F32 Current Active Fire2 Threshold ( %/ft if US Standard or %/m if metric) 85 1 Sensor Status U16 Bit 0 Admin Unlock Table 4. Sensor Status Modbus Holding Registers 1 = Unlocked, 0 = Locked Bit 1 Baselining 1 = set (configured from sensor action inputs) Information - Registers 35 can be configured by using Function code 6(single write) or Function 16 (multiple write). Warning!! Device threshold configuration variables should be set by the user to values scaled based on the Units configuration setting. The detector will interpret the value differently for different Units settings. E.g. The device will interpret a 0.01 threshold setting as 0.01 %/ft when Units setting is US Standard. The device will interpret a 0.01 threshold setting as 0.01 %/m when Units setting is Metric. 12

13 Device Logs The device s Log Structure is READ ONLY and mapped directly to a set of holding registers. The structure in the Firmware is defined as follows: Event Log Entries U16 Number of Event Log Entries 87 1 Trend Log Entries U16 Number of Trend Log Entries 88 1 Message Log Entries U16 Number of Message Log Entries x 40 Read Event Log U32 U Read Trend Log U32 F32 [11] Message Log U32 U16 [64] Table 5. Device Log Modbus Holding Registers Reads 40 log entries starting with the entry in the Index register. Each entry contains a 32-bit Epoch time stamp and 16-bit Event number The events numbers represent the following events: Test 0 Normal 1 Isolate 2 POR 3 Reset 4 UI Passcode Entry Failure 5 UI Passcode Entry Success 6 UI Button Autolock 7 Filter Cover Open 8 Filter Cover Closed 9 Configuration Change Success 10 User Login 11 User Logout 12 Flow Fault High 13 Flow Fault Low 14 Configuration Fault 15 Configuration Fault Urgent 16 Sensor Fault 17 External Device Fault 18 External Device Fault Clear 19 Communication Fault 20 Aspiration Fault 21 Aspiration Fault Urgent 22 Filter Fault 23 Filter Fault Urgent 24 Time Fault 25 Low Voltage Fault 26 Low Voltage Fault Clear 27 Alarm Alert 28 Alarm Action1 29 Alarm Action2 30 Alarm Fire1 31 Alarm Fire2 32 Operating Mode Disable 33 Reads log entry specified by the Index register. Each entry contains a 32-bit time stamp and daily air velocity and smoke detection logs including: Float : Daily Alert Threshold Float : Daily Action1 Threshold Float : Daily Action2 Threshold Float : Daily Fire1 Threshold Float : Daily Fire2 Threshold Float : Trend Max Float : Trend Min Float : Trend Avg Float : Air Velocity Max Float : Air Velocity Min Float : Air Velocity Avg Reads the log entry specified by the Index register. Each entry contains a 32-bit time stamp and a UTF character string. 13 Rev A0

14 Factory Configuration ½ SLC Interface Present bool Designates the presence of an SLC interface (ie Eclipse, Flashscan, etc) SLC_PROTOCOL_TYPE U16 Defines the supported SLC protocol. CONVENTIONAL 0 CLIP 1 FLASHSCAN 2 ECLIPSE 3 ADVANCED 4 PROTOCOL_OTHER OEMID_TYPE U16 Defines Device OEM. For internal use only MAC Addr U8[6] Device s MAC Stored in the format described for MAC address storage. 305 ½ Sensor Type U8 Smoke ½ Firmware Main Board Rev U8 Main Board Microcontroller Firmware Image Revision 307 ½ Firmware Photo 1 Rev U8 Chamber Microcontroller Firmware Image Revision 308 ½ Firmware Photo 2 Rev U8 Not used, set to zero 309 ½ Hardware Main Board Rev U8 Revision of Main Board Hardware 310 ½ Hardware Photo1 Rev U8 Revision of Photodetector Hardware 311 ½ Hardware Photo 2 Rev U8 Not used, set to zero 312 ½ Hardware Blue Rev U8 Revision of Blue LED Driver Hardware 313 ½ Hardware Laser Rev U8 Revision of Laser Driver Hardware 314 ½ Hardware UI Rev U8 Revision of User Interface Hardware 315 ½ Hardware Ultrasonics Rev U8 Revision of Ultrasonics Board Hardware 316 ½ Hardware SLC Rev U8 Revision of SLC Interface Hardware 317 ½ Photo Cal1 U8 For internal use only. 318 ½ Photo Cal2 U8 For internal use only. 319 ½ Photo Cal3 U8 For internal use only Blue Cal U16 For internal use only IR Cal U16 For internal use only. 322 ½ Airflow Boundary U8 For internal use only. 323 ½ Airflow Timer U8 For internal use only Mfg Time Stamp U32 Manufacturing Time Stamp UNIX seconds since epoch format Table 6. Factory Configuration Modbus Holding Registers 14

15 Device Configuration Device Config Counter U16 Configuration Counter Config Timestamp U32 Time of last configuration Units U16 Units of Measure for Alarm Threshold Obscuration Values Metric 0 US Standard ½ Relays Latching U8 Set latching behavior of minor fault and alarms. Non-latching 0 Latching 1 Bit 0: Bit1: Bit2: Bit3: Bit4: Bit5: Alert Action1 Action2 Fire1 Fire2 Minor 336 ½ Alert Delay U8 Alert Alarm Delay in Seconds 337 ½ Action1 Delay U8 Action1 Alarm Delay in Seconds 338 ½ Action2 Delay U8 Action2 Alarm Delay in Seconds 339 ½ Fire1 Delay U8 Fire1 Alarm Delay in Seconds 340 ½ Fire2 Delay U8 Fire2 Alarm Delay in Seconds 341 ½ Acclimate Enable U8 Enable Acclimate Mode (use Acclimate Alarm Thresholds) Disable 0 Enable Not Zero Day Time Start U32 Epoch Local Time Stamp to mark the time in which to use the day alarm thresholds Night Time Start U32 Epoch Local Time Stamp to mark the time in which to use the night alarm thresholds Alert Day Threshold F32 Alert Alarm Day Obscuration Threshold Alert Night Threshold F32 Alert Alarm Night Obscuration Threshold Alert Weekend Threshold F32 Alert Alarm Weekend Obscuration Threshold Action1 Day Threshold F32 Action1 Alarm Day Obscuration Threshold Action1 Night Threshold F32 Action1 Alarm Night Obscuration Threshold Action1 Weekend Threshold F32 Action1 Alarm Weekend Obscuration Threshold Action2 Day Threshold F32 Action2 Alarm Day Obscuration Threshold Action2 Night Threshold F32 Action2 Alarm Night Obscuration Threshold Action2 Weekend Threshold F32 Action2 Alarm Weekend Obscuration Threshold Fire1 Day Threshold F32 Fire1 Alarm Day Obscuration Threshold Fire1 Night Threshold F32 Fire1 Alarm Night Obscuration Threshold Fire1 Weekend Threshold F32 Fire1 Alarm Weekend Obscuration Threshold Fire2 Day Threshold F32 Fire2 Alarm Day Obscuration Threshold 15 Rev A0

16 Device Configuration (Cont d) Fire2 Night Threshold F32 Fire2 Alarm Night Obscuration Threshold Fire2 Weekend Threshold F32 Fire2 Alarm Weekend Obscuration Threshold Alert Acclimate Threshold Max F32 Maximum Alert Alarm Threshold when operating in Acclimate Mode Alert Acclimate Threshold Min F32 Minimum Alert Alarm Threshold when operating in Acclimate Mode Action1 Acclimate Threshold Max F32 Maximum Action1 Alarm Threshold when operating in Acclimate Mode Action1 Acclimate Threshold Min F32 Minimum Action1 Alarm Threshold when operating in Acclimate Mode Action2 Acclimate Threshold Max F32 Maximum Action2 Alarm Threshold when operating in Acclimate Mode Action2 Acclimate Threshold Min F32 Minimum Action2 Alarm Threshold when operating in Acclimate Mode Fire1 Acclimate Threshold Max F32 Maximum Fire1 Alarm Threshold when operating in Acclimate Mode Fire1 Acclimate Threshold Min F32 Minimum Fire1 Alarm Threshold when operating in Acclimate Mode Fire2 Acclimate Threshold Max F32 Maximum Fire2 Alarm Threshold when operating in Acclimate Mode Fire2 Acclimate Threshold Min F32 Minimum Fire2 Alarm Threshold when operating in Acclimate Mode 396 ½ ID Number U8 Can be used for the SLC address or an identification number on a loop Flashscan 1-: Flashscan 5-: CLIP: Contact U8[64] UTF-16 Contact Name string buffer Facility U8[64] UTF-16 Facility Name string buffer Facility Location U8[64] UTF-16 Facility Location string buffer Device Location U8[64] UTF-16 Device Location string buffer Button Lock U8[3] User Interface Lockout Unlocked 0 Locked 1 Bit 0: Isolate Bit 1: Reset/Mode Bit 2: Test Passcode U32 Passcode for unlocking the buttons from the front panel. Unsigned Long Value: Table 7. Device Configuration Modbus Holding Registers Warning!! Device threshold configuration variables should be set by the user to values scaled based on the Units configuration setting. The detector will interpret the value differently for different Units settings. E.g. The device will interpret a 0.01 threshold setting as 0.01 %/ft when Units setting is US Standard. The device will interpret a 0.01 threshold setting as 0.01 %/m when Units setting is Metric. 16

17 Network Configuration Network Config Counter U16 Configuration Counter Password U8 [32] Sender U8 [48] Server U8 [48] Recipient #1 U8 48] UTF-8 sender account name string buffer UTF-8 outgoing SMTP server name string buffer UTF-8 address of recipient #1 619 ½ Recipient #1 Notifications U8 Enables for notifications based on type of event. See NET_CONFIG_STR for bit definitions Recipient #2 U8 [48] UTF-8 address of recipient #2 644 ½ Recipient #2 Notifications U8 Enables for notifications based on type of event Recipient #3 U8 [48] UTF-8 address of recipient #3 669 ½ Recipient #3 Notifications U8 Enables for notifications based on type of event Recipient #4 U8 [48] UTF-8 address of recipient #4 694 ½ Recipient #4 Notifications U8 Enables for notifications based on type of event Recipient #5 U8 [48] UTF-8 address of recipient #5 719 ½ Recipient #5 Notifications U8 Enables for notifications based on type of event Recipient #6 U8 [48] UTF-8 address of recipient #6 744 ½ Recipient #6 Notifications U8 Enables for notifications based on type of event 745 ½ Static IP Enable U8 Enable/Disable for Static IP. Disabled state enables DHCP-based IP address assignment. 0 =Disabled, Not zero = Enabled Static IP U8 [4] Static IP Subnet U8[ Static IP Static IP Subnet Mask Static IP Gateway U8 [4] Static IP Pref DNS U8 [4] Static IP Alt DNS U8 [4] 4] Static IP Gateway Static IP Preferred DNS Static IP Alternate DNS Table 8. Network Configuration Modbus Holding Registers 17 Rev A0

18 Appendix A. Configurable options on FAAST A.1. Alarm Configuration Variables Name Description Range Default Value Units AlertThresholdDay The sensitivity where the Alert Alarm will occur during the daytime Action1ThresholdDay Action2ThresholdDay The sensitivity where the Action1 Alarm will occur during the daytime. The sensitivity where the Action2 Alarm will occur during the daytime Fire1ThresholdDay The sensitivity where the Fire1 Alarm will occur during the daytime Fire2ThrehsoldDay The sensitivity where the Fire2 Alarm will occur during the daytime AlertThresholdNight The sensitivity where the Alert Alarm will occur during the nighttime Action1ThresholdNight Action2ThresholdNight Fire1ThresholdNight Fire2ThrehsoldNight The sensitivity where the Action1 Alarm will occur during the nighttime. The sensitivity where the Action2 Alarm will occur during the nighttime. The sensitivity where the Fire1 Alarm will occur during the nighttime. The sensitivity where the Fire2 Alarm will occur during the nighttime NightTimeEnter Time at which to switch to nighttime thresholds. 10:00pm Time NightTimeExit Time at which to switch to daytime thresholds. 5:00am Time AlertHigh Sensitive limit for Alert when acclimate mode is active Action1High Sensitive limit for Action1 when acclimate mode is active Action2High Sensitive limit for Action2 when acclimate mode is active Fire1High Sensitive limit for Fire1 when acclimate mode is active Fire2High Sensitive limit for Fire2 when acclimate mode is active AlertLow Insensitive limit for Alert when acclimate mode is active Action1Low Insensitive limit for Action1 when acclimate mode is active Action2Low Insensitive limit for Action2 when acclimate mode is active Fire1Low Insensitive limit for Fire1 when acclimate mode is active Fire2Low Insensitive limit for Fire2 when acclimate mode is active AcclimateAlertLevel Current Sensitivity for Alert Alarm when in acclimate mode. AlertHigh AlertLow AcclimateAction1Level Current Sensitivity for Action1 Alarm when in acclimate mode. Action1High Action1Low AcclimateAction2Level Current Sensitivity for Action2 Alarm when in acclimate mode. Action2High Action2Low AcclimateFire1Level Current Sensitivity for Fire1 Alarm when in acclimate mode. Fire1High Fire- 1Low AcclimateFire2Level Current Sensitivity for Fire2 Alarm when in acclimate mode. Fire2High Fire- 2Low Table 9. Alarm Configuration Variable Ranges AlertLow Action1Low Action2Low Fire1Low Fire2Low %/f %/m

19 A.2. Device Configuration Variables Name Description Range Default Value Acclimate Mode Enable Set to activate acclimate mode operation Enable / Disable Disabled Alert Alarm Latch Action1 Alarm Latch Action2 Alarm Latch Fire1 Alarm Latch Fire2 Alarm Latch Alert Delay Action1 Delay Action2 Delay Fire1 Delay Fire2 Delay Set to latch Alert alarm. Requires a RESET to clear alarm. This setting is only valid for conventional product. Set to latch Action1 alarm. Requires a RESET to clear alarm. This setting is only valid for conventional product. Set to latch Action2 alarm. Requires a RESET to clear alarm. This setting is only valid for conventional product. Set to latch Fire1 alarm. Requires a RESET to clear alarm. This setting is only valid for conventional product. Set to latch Fire2 alarm. Requires a RESET to clear alarm. This setting is only valid for conventional product. Programmable delay before activating Alert Alarm. This setting is only valid for conventional product. Programmable delay before activating Action1 Alarm. This setting is only valid for conventional product. Programmable delay before activating Action2 Alarm. This setting is only valid for conventional product. Programmable delay before activating Fire1 Alarm. This setting is only valid for conventional product. Programmable delay before activating Fire2 Alarm. This setting is only valid for conventional product. Latching/Non-Latching Latching/Non-Latching Latching/Non-Latching Latching/Non-Latching Latching/Non-Latching 0-60 seconds seconds seconds seconds seconds 0 PassCodeButtonLockout Allows lockout feature of buttons TEST Lockout RESET Lockout DISABLE Lockout Setting for locking and unlocking of TEST button. This setting is only valid for conventional product. Setting for locking and unlocking of RESET button. This setting is only valid for conventional product. Setting for locking and unlocking of DISABLE button. This setting is only valid for conventional product. Locked / Unlocked For the lock function to work the passcode must be any value other than 0000 Latching Latching Latching Latching Latching Locked Locked Locked IP IP address of the device Subnet Mask Gateway Device local address range CLIP enabled product Flashscan enabled product Eclipse enabled product Time Real time clock time in hours/minutes/seconds Midnight Date Real time clock date Current date Year Real time clock year Current year Log Setting Configures the method of Event logging for either FIFO (first in first out) or LIFO (last in first out) setting FIFO / LIFO Password User Password for Web Access User entry Monitor Table 10. Device Configuration Variable Ranges. 1 FIFO 19 Rev A0

20 Technical Support System Sensor strives to provide our customers with outstanding support for the FAAST Fire Alarm Aspiration Sensing Technology and all our products. For more information, contact us using one of the methods below: Web: Phone: systemsensor.com/faast systemsensor.com/contact (press 2) Mon-Fri, 7:30 a.m. 5:00 p.m. CST User Guide: FAAST Fire Alarm Aspiration Sensing Technology with Modbus 2013 System Sensor. ASUG /13

FAAST 7100X INSTALLATION AND MAINTENANCE INSTRUCTIONS. Document Colour Code Key: (refer to Page 28) SPECIFICATIONS: TABLE OF CONTENTS

FAAST 7100X INSTALLATION AND MAINTENANCE INSTRUCTIONS. Document Colour Code Key: (refer to Page 28) SPECIFICATIONS: TABLE OF CONTENTS TABLE OF CONTENTS A. Specifications: 1 Introduction:.... 2 Description:... 2 Installation:...... 2 Wiring........... 3 User Interface:....... 5 Modes of Operation:..... 9 Logs..........11 External Monitor

More information

FAAST XT 9400XA Fire Alarm Aspiration Sensing Technology

FAAST XT 9400XA Fire Alarm Aspiration Sensing Technology COMPREHENSIVE USER GUIDE FAAST XT 9400XA Fire Alarm Aspiration Sensing Technology SPECIFICATIONS Electrical Characteristics External Supply Voltage Remote Reset Time 18 30 VDC External monitor must be

More information

FAAST XS 7100X Fire Alarm Aspiration Sensing Technology

FAAST XS 7100X Fire Alarm Aspiration Sensing Technology COMPREHENSIVE USER GUIDE FAAST XS 7100X Fire Alarm Aspiration Sensing Technology SPECIFICATIONS Electrical Characteristics External Supply Voltage Remote Reset Time Power Reset Average Operating Current

More information

465 ma, All relays active, all alarm levels displayed

465 ma, All relays active, all alarm levels displayed INSTALLATION AND MAINTENANCE INSTRUCTIONS 8100 FAAST 3825 Ohio Avenue, St. Charles, Illinois 60174 Fire Alarm Aspiration Sensing Technology 1.800.SENSOR2; Fax: 630.377.6495 www.systemsensor.com SPECIFICATIONS

More information

1.1 SCOPE 1.2 APPROVALS. A. The Aspirating Smoke Detector shall be tested, approved and/or listed by: 1.3 CODE, STANDARDS, AND REGULATION

1.1 SCOPE 1.2 APPROVALS. A. The Aspirating Smoke Detector shall be tested, approved and/or listed by: 1.3 CODE, STANDARDS, AND REGULATION Product FAAST Aspirating Smoke Detection System PART 1 - GENERAL 1.1 SCOPE A. This document provides specification details for Fire Alarm Aspiration Sensing Technology (FAAST) detector. All items under

More information

FL500 Modbus Communication Operating Manual. Order No.: /00. MSAsafety.com

FL500 Modbus Communication Operating Manual. Order No.: /00. MSAsafety.com FL500 Modbus Communication Operating Manual Order No.: 10193214/00 MSAsafety.com 1000 Cranberry Woods Drive Cranberry Township, PA 16066 A Phone 1-800-MSA-2222 Fax 1-800-967-0398 For your local MSA contacts

More information

Aspir A ation spir P R O D U C T S

Aspir A ation spir P R O D U C T S Aspiration PRODUCTS 2 The FAAST 8100 aspirating smoke detector combines dual source (blue LED and infrared laser) optical smoke detection with advanced algorithms to detect a wide range of fires while

More information

Batt-Safe Battery String Monitoring System

Batt-Safe Battery String Monitoring System Batt-Safe Battery String Monitoring System Technical White Paper October 2010 Introduction Battery monitoring systems are categorized as either cell monitors or string monitors. Battery cell monitors provide

More information

FAAST LT SET-UP AND TROUBLESHOOTING GUIDE. CONTENTS Introduction...1 Wiring up a FAAST LT unit...1. Setting the Fan speed...7

FAAST LT SET-UP AND TROUBLESHOOTING GUIDE. CONTENTS Introduction...1 Wiring up a FAAST LT unit...1. Setting the Fan speed...7 FAAST LT FIRE ALARM ASPIRATION SENSING TECHNOLOGY SET-UP AND TROUBLESHOOTING GUIDE CONTENTS Introduction....1 Wiring up a FAAST LT unit...1 Power connections and supervision 1 Sounder EOLs 1 Programmable

More information

FlameGard 5 UV/IR HART

FlameGard 5 UV/IR HART FlameGard 5 UV/IR HART HART Communication Manual The information and technical data disclosed in this document may be used and disseminated only for the purposes and to the extent specifically authorized

More information

Modbus TCP/IP Option Instruction Manual

Modbus TCP/IP Option Instruction Manual W A L C H E M An Iwaki America Company WebMaster Modbus TCP/IP Option Web Master WIND Modbus TCP/IP Option Instruction Manual s825v008 and higher Five Boynton Road Hopping Brook Park Holliston, MA 01746

More information

Installation Manual. ATS Remote Annunciator Catalog 5350 DANGER WARNING D

Installation Manual. ATS Remote Annunciator Catalog 5350 DANGER WARNING D ASCO 5350 The ASCO 5350 ATS Remote Annunciator is listed under the Underwriter s Laboratories Standard UL-1008 for Automatic Transfer Switch accessories. This stand-alone device provides individual status

More information

NGC-UIT2 MODBUS PROTOCOL INTERFACE MAPPING FOR NGC-30 SYSTEMS. Firmware versions up to V2.0.X

NGC-UIT2 MODBUS PROTOCOL INTERFACE MAPPING FOR NGC-30 SYSTEMS. Firmware versions up to V2.0.X NGC-UIT2 MODBUS PROTOCOL INTERFACE MAPPING FOR NGC-30 SYSTEMS Firmware versions up to V2.0.X INDUSTRIAL HEAT TRACING SOLUTIONS EN-RaychemNGCUIT2Protocol-IM-H57880 06/15 1/32 Contents Section I Introduction

More information

Yokogawa DX Ethernet Driver Help Kepware Technologies

Yokogawa DX Ethernet Driver Help Kepware Technologies Yokogawa DX Ethernet Driver Help 2012 Kepware Technologies 2 Table of Contents Table of Contents 2 4 Overview 4 Device Setup 5 Communications Parameters 7 Optimizing Your Ethernet Communications 9 Data

More information

ZM2 OPERATING AND MAINTENANCE INSTRUCTIONS

ZM2 OPERATING AND MAINTENANCE INSTRUCTIONS ZM2 OPERATING AND MAINTENANCE INSTRUCTIONS CONTENTS 1. System Overview 2. User responsibilities 3. First Line controls and indications 3.1 Logging on to the fire alarm system 3.2 Checking system status

More information

LUFKIN WELL MANAGER MODBUS MAP

LUFKIN WELL MANAGER MODBUS MAP LUFKIN WELL MANAGER MODBUS MAP RPC APPLICATION DATE: VERSION: REVISION: FIRMWARE VERSION: 1/30/2012 6.16 6.16 Lufkin Automation Page 2 of 104 Revision History Revision Date 0.01 5/7/01 0.02 5/8/01 0.03

More information

RESET + Password Enter (During Auto Speed Procedure) Maintenance Timeout or after TEST + RESET + DISABLE (No Need for Device to Initialize)

RESET + Password Enter (During Auto Speed Procedure) Maintenance Timeout or after TEST + RESET + DISABLE (No Need for Device to Initialize) FAAST LT FIRE ALARM ASPIRATION SENSING TECHNOLOGY ADVANCED SET-UP AND CONTROL GUIDE CONTENTS Introduction....1 The FAAST LT Functional State Diagram....1 Password Procedure (to enter Maintenance Mode)

More information

FlameGard 5 MSIR HART

FlameGard 5 MSIR HART FlameGard 5 MSIR HART Multi-Spectral Infrared Flame Detector HART Communication with the FlameGard 5 Multi-spectral Infrared Detector The information and technical data disclosed in this document may be

More information

Setup Instructions. This manual is only valid for A36D/TPSD Chargers. equipped with a 341S control card with P341S0012 or P341S0013 software

Setup Instructions. This manual is only valid for A36D/TPSD Chargers. equipped with a 341S control card with P341S0012 or P341S0013 software La Marche Manufacturing Company www.lamarchemfg.com DNP 3.0 Serial (RS232/RS485) and Ethernet (TCP/IP) SCADA Interface for A36D & TPSD Chargers with S2A-341S and S2A-383S communication cards. Option 21P,

More information

F Technical Bulletin SC 370 SMART Modbus Interface

F Technical Bulletin SC 370 SMART Modbus Interface F7904502 Document Revision History Document Versiosion Modbus Map Ver- Date Author Notes 1 10 9/26/17 JGG Document Created Flash Technology, 332 Nichol Mill Lane, Franklin, TN 37067 www.flashtechnology.com

More information

Xtralis VESDA LCD Programmer Quick Reference Guide

Xtralis VESDA LCD Programmer Quick Reference Guide Xtralis VESDA LCD Programmer Quick Guide Xtralis VESDA VLP Xtralis VESDA VLS Xtralis VESDA VLC Scope of this Manual This manual is to be used as a quick reference guide to perform the initial detector

More information

FAAST. Fire Alarm Aspirating Sensing Technology

FAAST. Fire Alarm Aspirating Sensing Technology FAAST Fire Alarm Aspirating Sensing Technology The FAAST range FAAST 8100e FAAST LT PipeIQ Next Generation Aspiration Detection Detection for Challenging Environments 3 in 1 Design, Confi guration and

More information

DS9400 Series. Release Notes for Firmware V2.07. Fire Alarm Control Panel

DS9400 Series. Release Notes for Firmware V2.07. Fire Alarm Control Panel DS9400 Series EN Release Notes for Firmware V2.07 Fire Alarm Control Panel DS9400 Series Release Notes for Firmware V2.07 Trademarks Trademarks Gentex is a trademark of Gentex Corporation, Fire Protection

More information

ECO N DATE DESCRIPTION OF CHANGE CHG

ECO N DATE DESCRIPTION OF CHANGE CHG Model Number: M21E-24-DIN Description: The product is a loop powered device which controls an unsupervised dual pole output channel suitable to manage 24VAC loads. The M21E-24-DIN is micro-controller operated,

More information

IndigoVision Alarm Panel. User Guide

IndigoVision Alarm Panel. User Guide IndigoVision Alarm Panel User Guide THIS MANUAL WAS CREATED ON 2/21/2017. DOCUMENT ID: IU-AP-MAN002-4 Legal considerations LAWS THAT CAN VARY FROM COUNTRY TO COUNTRY MAY PROHIBIT CAMERA SURVEILLANCE. PLEASE

More information

E N G L I S H FIRE ALARM ASPIRATION SENSING TECHNOLOGY QUICK INSTALLATION GUIDE STAND-ALONE FAAST LT MODELS FL0111E FL0112E FL0122E. 367 mm.

E N G L I S H FIRE ALARM ASPIRATION SENSING TECHNOLOGY QUICK INSTALLATION GUIDE STAND-ALONE FAAST LT MODELS FL0111E FL0112E FL0122E. 367 mm. E N G L I S H FIRE ALARM ASPIRATION SENSING TECHNOLOGY QUICK INSTALLATION GUIDE STAND-ALONE FAAST LT MODELS FL0E FL0E FL0E mm mm 0 mm DESCRIPTION The LT FL0 Series is part of the Fire Alarm Aspiration

More information

Manual for the integration in BMS/GTC

Manual for the integration in BMS/GTC Manual for the integration in BMS/GTC Communication parameters MODBUS RTU and BACNET COMMUNICATION UTBS PRO-REG Software Version 3.6 EN ÍNDEX 1. GENERALITIES...2 1.1. Introduction...2 1.2. signals types...2

More information

HIGH EFFICIENCY FIRETUBE CONDENSING GAS BOILER

HIGH EFFICIENCY FIRETUBE CONDENSING GAS BOILER This manual must be left with owner and should be hung on or adjacent to the boiler for reference. US HIGH EFFICIENCY FIRETUBE CONDENSING GAS BOILER MODELS CHS-85 through CHS-399 APPENDIX A CONTROLLER

More information

Notifier by Honeywell: FAAST TM Fire Alarm Aspiration Sensing Technology

Notifier by Honeywell: FAAST TM Fire Alarm Aspiration Sensing Technology Notifier by Honeywell: FAAST TM Fire Alarm Aspiration Sensing Technology Notifier by Honeywell: FAAST FAAST Delivers When very early warning fire detection is essential FAAST is a ground breaking aspirating

More information

Meridian wiredhart. HART Field Device Specification Goldmine Rd. Monroe, NC USA

Meridian wiredhart. HART Field Device Specification Goldmine Rd. Monroe, NC USA HART Field Device Specification Meridian wiredhart 4320 Goldmine Rd. Monroe, NC 28110 USA HART is a registered trademark of the HART Communication Foundation TABLE OF CONTENTS 1. Introduction...5 1.1 Scope...5

More information

E N G L I S H FIRE ALARM ASPIRATION SENSING TECHNOLOGY QUICK INSTALLATION GUIDE ADDRESSABLE FAAST LT MODELS MI-FL2011EI, MI-FL2012EI AND MI-FL2022EI

E N G L I S H FIRE ALARM ASPIRATION SENSING TECHNOLOGY QUICK INSTALLATION GUIDE ADDRESSABLE FAAST LT MODELS MI-FL2011EI, MI-FL2012EI AND MI-FL2022EI E N G L I S H FIRE ASPIRATION SENSING TECHNOLOGY QUICK INSTALLATION GUIDE ADDRESSABLE FAAST LT MODELS MI-FL0EI, MI-FL0EI AND MI-FL0EI mm mm 0 mm DESCRIPTION The LT MI-FL0 Series is part of the Fire Alarm

More information

Notifier by Honeywell: FAAST TM Fire Alarm Aspiration Sensing Technology

Notifier by Honeywell: FAAST TM Fire Alarm Aspiration Sensing Technology Notifier by Honeywell: FAAST TM Fire Alarm Aspiration Sensing Technology Notifier by Honeywell: FAAST FAAST Delivers When very early warning fire detection is essential FAAST is a ground breaking aspirating

More information

D8024, D9024, D10024 Analog Fire Alarm Control Panels Programming Guide

D8024, D9024, D10024 Analog Fire Alarm Control Panels Programming Guide System Reset Trou ble Silence Ala rm Silence Manual Ala rm ENTER NO YES Letters Numb ers Keyword Radionics System Reset Trouble Silence Alarm Silence Manual Alarm ENTER NO YES Le ters Numbers Keyw ord

More information

Innovative Circuit Technology Ltd.

Innovative Circuit Technology Ltd. Innovative Circuit Technology Ltd. Dual Bus Distribution Panel Series INSTRUCTION MANUAL 855-314-000 Models: ICT200DF-12IRC ICT200DB-12IRC WARNING Risk of serious personal injury or damage to equipment

More information

Model 135 Reference Document

Model 135 Reference Document Model 135 Reference Document 2007 by Gordon Kapes, Inc. all rights reserved 5520 West Touhy Avenue Skokie, Illinois 60077 USA Telephone 847 676-1750 Fax 847 982-0747 www.gkinc.com 40218, Issue 1 January

More information

MicroTech Series 200 Centrifugal Chiller

MicroTech Series 200 Centrifugal Chiller Protocol Data Information Packet Version 2.2 Group: Controls Date: March 1999 MicroTech Series 200 Centrifugal Chiller Data Communications Packet for Protocol 2002 McQuay International Revision History

More information

Innovative Circuit Technology Ltd.

Innovative Circuit Technology Ltd. Innovative Circuit Technology Ltd. Dual Bus Distribution Panel Series INSTRUCTION MANUAL 855-314-000 Models: ICT200DF-12IRC ICT200DB-12IRC WARNING Risk of serious personal injury or damage to equipment

More information

FAAST PRODUCT RANGE Aspirating Smoke Detection

FAAST PRODUCT RANGE Aspirating Smoke Detection FAAST PRODUCT RANGE Aspirating Smoke Detection FAAST XT FAAST XM FAAST XS FAAST LT FAAST XT, XM, XS High Sensitivity, Simple Communications, Nuisance Immunity FAAST (Fire Alarm Aspiration Sensing Technology

More information

BROADBAND MODEL WITH REMOTE POWER CONTROL (SERIES 2) ICT180S-12BRC (FOR POSITIVE GROUND SYSTEMS) ICT180S-12BRCP (FOR NEGATIVE GROUND SYSTEMS)

BROADBAND MODEL WITH REMOTE POWER CONTROL (SERIES 2) ICT180S-12BRC (FOR POSITIVE GROUND SYSTEMS) ICT180S-12BRCP (FOR NEGATIVE GROUND SYSTEMS) The Power of Reliability BROADBAND MODEL WITH REMOTE POWER CONTROL (SERIES 2) ICT180S-12BRC (FOR POSITIVE GROUND SYSTEMS) ICT180S-12BRCP (FOR NEGATIVE GROUND SYSTEMS) INSTRUCTION MANUAL TABLE OF CONTENTS

More information

For Raychem ACS-30 Controls Systems

For Raychem ACS-30 Controls Systems ACS-30 Protocol Interface Mapping For Raychem ACS-30 Controls Systems Firmware Version 5.05 THERMAL BUILDING SOLUTIONS EN-RaychemACS30-AR-H58324 03/16 Table of Content Section 1. Introduction... 3 1.1

More information

Browser Manual ProMinent ProMtrac Cooling Tower Water Treatment Controller

Browser Manual ProMinent ProMtrac Cooling Tower Water Treatment Controller Browser Manual ProMinent ProMtrac Cooling Tower Water Treatment Controller ProMtrac_Browser_Manual.docx (5/23/13) rev1: pn. 7501088 Please completely read through these operating instructions first! Do

More information

ibox Modbus Server Gateway for the integration of Notifier ID3000 / ID3002 / ID60 / ID50 fire panels in Modbus enabled monitoring and control systems

ibox Modbus Server Gateway for the integration of Notifier ID3000 / ID3002 / ID60 / ID50 fire panels in Modbus enabled monitoring and control systems Honeywell Life Safety Iberia C/Pau Vila 15-19; 08911 Badalona Barcelona T. 902 03 05 45; Internacional:+34932424236 www.honeywelllifesafety.es infohlsiberia@honeywell.com ibox Modbus Server Gateway for

More information

Addendum. HART Communication with the FlexSonic Acoustic Detector. 1.1 Rev: 1/

Addendum. HART Communication with the FlexSonic Acoustic Detector. 1.1 Rev: 1/ Addendum HART Communication with the FlexSonic Acoustic Detector 1.1 Rev: 1/15 Table Of Contents Interconnecting the HART Communicator with the Acoustic Detector... 1 HART Device Description Language...

More information

NGC-40 Bridge. Modbus Overview. Raychem-AR-H58862-NGC40BridgeModbusOV-EN-1805 nvent.com 1

NGC-40 Bridge. Modbus Overview. Raychem-AR-H58862-NGC40BridgeModbusOV-EN-1805 nvent.com 1 NGC-40 Bridge Overview Raychem-AR-H58862-NGC40BridgeOV-EN-1805 nvent.com 1 Table of Contents 1. NGC-40 Overview... 9 1.1 Example NGC-40 System... 10 2. Legal stuff... 11 3. Protocols... 12 3.1 Data es...

More information

HEGA Ethernet Gateway Browser Interface Guide

HEGA Ethernet Gateway Browser Interface Guide HEGA Ethernet Gateway Web Interface HEGA Ethernet Gateway Browser Interface Guide Table of Contents Introduction: Browser Interface Guide 3 Common Tasks: 4 Check-in Reports 5 Check-in Administration 5

More information

End To End Optical Beam Smoke Detector. Additional Information

End To End Optical Beam Smoke Detector. Additional Information End To End Optical Beam Smoke Detector Additional Information EN 1. Multiple Zone Wiring When using more than one System Controller on a single zone of a conventional Fire Control Panel (FCP), it is important

More information

Alarm module for leak detection with webserver

Alarm module for leak detection with webserver This instruction document consists of 2 parts : one part about the assembly of the components and one part about configuration and starting-up of the system. The assembly is done by the qualified installer

More information

ION Meter Alerts TECHNICAL NOTE NOVEMBER In This Document

ION Meter Alerts TECHNICAL NOTE NOVEMBER In This Document 70072-0125-01 TECHNICAL NOTE NOVEMBER 2006 ION Meter Alerts A PowerLogic ION meter can send alerts to indicate a user specified power system condition such as a power quality problem (including surges,

More information

AFP-300/400 OPERATORS MANUAL INTELLIGENT FIRE DETECTION AND ALARM SYSTEM SOFTWARE VERSION 2.2 REVISION AUS 3

AFP-300/400 OPERATORS MANUAL INTELLIGENT FIRE DETECTION AND ALARM SYSTEM SOFTWARE VERSION 2.2 REVISION AUS 3 OPERATORS MANUAL AFP-300/400 INTELLIGENT FIRE DETECTION AND ALARM SYSTEM SOFTWARE VERSION 2.2 REVISION AUS 3 NSW (Head Office) 7 Columbia Court Norwest Business Park Baulkham Hills NSW 2153 Ph: (02) 9899-4155

More information

Aspirating Smoke Detection PRODUCTS. Accessories Piping Conventional and Intelligent Detectors

Aspirating Smoke Detection PRODUCTS. Accessories Piping Conventional and Intelligent Detectors Aspirating Smoke Detection PRODUCTS Accessories Piping Conventional and Intelligent Detectors 2 Today s organizations depend on multiple complex systems. From the business systems that manage data to the

More information

Configuration and Operation Manual for the Unipos

Configuration and Operation Manual for the Unipos AxxonSoft Configuration and Operation Manual for the Unipos Integration Module Version 1.1 Moscow 2010 Contents CONTENTS... 2 1 LIST OF TERMS... 4 2 INTRODUCTION... 6 2.1 Document purpose... 6 2.2 Purpose

More information

Laptop / PC Programming Manual

Laptop / PC Programming Manual Laptop / PC Programming Manual Doc. # Fire PC Program rev B 01.07 This Document is property of Evax Systems, Inc. The Evax Fire Solutions Programmer Components 2 1.0 System Setup 4 1.1 Interface Setup

More information

ZX1e ZX2e ZX5e. Document No Issue 01 user manual

ZX1e ZX2e ZX5e. Document No Issue 01 user manual ZX1e ZX2e ZX5e Document No. 996-130 Issue 01 user manual MORLEY-IAS ZX2E/ZX5E Fire Alarm Control Panels Table of Contents 1 INTRODUCTION... 4 1.1 NOTICE... 4 1.2 WARNINGS AND CAUTIONS... 4 1.3 NATIONAL

More information

Gas detector head GD-70D-ET Operating Manual for PoE method communication

Gas detector head GD-70D-ET Operating Manual for PoE method communication PT2E-1581 Gas detector head GD-70D-ET Operating Manual for PoE method communication Preface Thank you for choosing our gas detector head GD-70D-ET. This manual explains how to use the gas detector GD-70D-ET.

More information

A36D/TPSD Modbus TCP SCADA INTERFACE INSTRUCTIONS

A36D/TPSD Modbus TCP SCADA INTERFACE INSTRUCTIONS SCADA INTERFACE INSTRUCTIONS - OPTION 21Q - FOR A36D/TPSD SYSTEMS with 500 and 550 option. A36D/TPSD Modbus TCP SCADA INTERFACE OPTION 21Q INSTRUCTIONS This manual is valid for A36D/TPSD Chargers equipped

More information

HERCULES 6 GRAPHICS SYSTEM

HERCULES 6 GRAPHICS SYSTEM HERCULES 6 GRAPHICS SYSTEM USER MANUAL Protec Fire Detection PLC, Protec House, Churchill Way, Nelson, Lancashire, BB9 6RT. Telephone: +44 (0) 1282 717171 Fax: +44 (0) 1282 717273 Web: www.protec.co.uk

More information

DTSX200 Communications(Modbus) Guide

DTSX200 Communications(Modbus) Guide User s Manual DTSX200 Communications(Modbus) Guide 4th Edition Blank Page < Introduction > i Introduction About this Manual Thank you for purchasing the DTSX200 Distributed Temperature Sensor. This document

More information

Refrigeration Controller Operator s Manual (HRC) PO Box 6183 Kennewick, WA

Refrigeration Controller Operator s Manual (HRC) PO Box 6183 Kennewick, WA Refrigeration Controller Operator s Manual (HRC) PO Box 6183 Kennewick, WA 99336 www.jmcvr.com 1-509-586-9893 Table of Contents TABLE OF FIGURES...1 OVERVIEW OF THE HRC CAPABILITIES...2 INSTALLATION AND

More information

Advisor Advanced Mobile Application User Manual

Advisor Advanced Mobile Application User Manual Advisor Advanced Mobile Application User Manual Content Warnings and Disclaimers 2 Advanced Mobile 2 Contact information 2 Description 2 Screen navigation 4 Gestures 4 Menu 4 Help navigation 4 Login 5

More information

RPM1600 Series Room Pressure Monitors

RPM1600 Series Room Pressure Monitors RPM1600 Series Room Pressure Monitors Technical Bulletin LB-RPM1611-0, LB--0 Code No. LIT-12012228 Issued October 2017 Refer to the QuickLIT website for the most up-to-date version of this document. How

More information

FDA241, FDA221 Siemens ASD

FDA241, FDA221 Siemens ASD FDA241, FDA221 Siemens ASD Patented Technology Compatible with the Siemens FDnet/C-NET loops (requires FDCC221S option) Advanced dual Wavelength optical detection (Blue & Infra-red) Configurable as a Standalone

More information

Proliphix. NT10e & NT20e. Configuration Guide

Proliphix. NT10e & NT20e. Configuration Guide Proliphix NT10e & NT20e Configuration Guide Rev 2.5 Page i of iii TABLE OF CONTENTS INTRODUCTION...5 THERMOSTAT MANAGEMENT INTERFACE (TMI) AUTHENTICATION...5 QUICK SETUP...5 IP Addressability...5 Real

More information

ModSync Sequencing System Installation & Operation Manual. For use with Fulton Steam Boilers.

ModSync Sequencing System Installation & Operation Manual. For use with Fulton Steam Boilers. ModSync Sequencing System Installation & Operation Manual For use with Fulton Steam Boilers. Revision 3.0 8/21/2008 - 2 - Table of Contents Introduction Page 4 Features Page 4 Sequence of Operation Page

More information

Instruction Manual Environmental Monitoring Unit with Output Relay

Instruction Manual Environmental Monitoring Unit with Output Relay Instruction Manual Environmental Monitoring Unit with Output Relay Watchdog 100 Series Firmware Version 3 Geist. 1821 Yolande Ave., Lincoln, NE 68521 800.432.3219 402.474.3400 F: 402.474.4369 www.geistglobal.com

More information

200 SERIES ADVANCED PHOTO/THERMAL/IR DETECTOR PRODUCT SPECIFICATION

200 SERIES ADVANCED PHOTO/THERMAL/IR DETECTOR PRODUCT SPECIFICATION GENERAL DESCRIPTION This product is the photo/thermal/ir variant of 2 Series Advanced, the redesigned 2 Series all SMD adopting the new chamber and a new style of covers. It works with the 2 Series extended

More information

FAAST. Fire Alarm Aspirating Sensing Technology

FAAST. Fire Alarm Aspirating Sensing Technology FAAST Fire Alarm Aspirating Sensing Technology The FAAST range FAAST 8100e FAAST LT PipeIQ Next Generation Aspiration Detection Detection for Challenging Environments 3 in 1 Design, Configuration and Monitoring

More information

RADview-EMS/TDM. Element Management System for TDM Applications Optimux RAD Data Communications Publication 07/04

RADview-EMS/TDM. Element Management System for TDM Applications Optimux RAD Data Communications Publication 07/04 RADview-EMS/TDM Element Management System for TDM Applications Optimux-1553 1994 2004 RAD Data Communications Publication 07/04 Contents Chapter 1. Introduction 1.1 Overview... 1-1 1.2 System Features...

More information

Added password for IP setup page : Password must be in IP format!

Added password for IP setup page : Password must be in IP format! NETWORK POWER MONITOR Release : 21 August 2014 Hardware Version : Version 7 Firmware version 1.00 PC Application Software : Version (latest)...2 Added password for IP setup page : Password must be in IP

More information

MicroTech Series-200 Flooded Screw Chiller

MicroTech Series-200 Flooded Screw Chiller Open Protocol Data Infomation Packet Version 1.0 Group: Controls Date: February 1997 MicroTech Series-200 Flooded Screw Chiller Open Protocol Data Communications 2002 McQuay International - C O N F I D

More information

Operation Manual Fighter ProVision Software. Version: 0.0 Revision: 1

Operation Manual Fighter ProVision Software. Version: 0.0 Revision: 1 Operation Manual Fighter ProVision Software Version: 0.0 Revision: 1 TABLE OF CONTENTS 1. Introduction 5 2. Software Installation 5 3. PC Users 6 3.1 Introduction 6 3.2 Default Code 6 3.3 Edit PC User

More information

Addendum HART Communication with the X2200 UV Flame Detector 1.1 4/

Addendum HART Communication with the X2200 UV Flame Detector 1.1 4/ Addendum HART Communication with the X2200 UV Flame Detector 1.1 4/09 Table Of Contents Interconnecting the HART Communicator with the Detector.... 1 HART Device Description Language.... 3 Detector Wiring.......................................

More information

Making the Most of Alarms

Making the Most of Alarms Making the Most of Alarms Leverage the alarm management features of MPA to address network performance problems more effectively. Blueprint to Leverage Alarms and Alerts Using Mitel Performance Analytics

More information

Carbon Monoxide Transmitter

Carbon Monoxide Transmitter Introduction The CO Transmitter uses an electrochemical sensor to monitor the carbon monoxide level and outputs a field-selectable 4-20 ma or voltage signal. The voltage signal may also be set to 0-5 or

More information

FIRERAY 5000 range USER GUIDE

FIRERAY 5000 range USER GUIDE FIRERAY 5000 range USER GUIDE 0044-003-04 IMPORTANT PLEASE NOTE: The beam path MUST be kept clear of obstructions at all times! Failure to comply may result in the Detector initiating a Fire or Fault signal.

More information

Multistate Alarm. Introduction

Multistate Alarm. Introduction Object Dictionary 1 Multistate Alarm Introduction The Multistate Alarm object adds the alarming capability for a Boolean or multistate attribute for any object, such as the Present Value of a Binary Input

More information

Avigilon Control Center System Integration Guide

Avigilon Control Center System Integration Guide Avigilon Control Center System Integration Guide with Gallagher Command Centre INT-CARDAX-C-Rev3 Copyright 2013 Avigilon. All rights reserved. No copying, distribution, publication, modification, or incorporation

More information

Halton SAFE / 7.14 user guide and installation instructions

Halton SAFE / 7.14 user guide and installation instructions Halton SAFE / 7.14 user guide and installation instructions VERIFIED SOLUTIONS BY H A LTO N Enabling Wellbeing Table of contents 1 System description 3 2 User Accounts 4 3 Main menu 7 3.1 Main menu - Change

More information

Sensor Cloud User Manual

Sensor Cloud User Manual Sensor Cloud User Manual Table of Contents DEVICES TAB 4 1. DEVICE LIST 4 2. EXPAND ALL 4 3. EXPAND 4 4. STATUS 4 5. DEVICE 4 6. NAME 5 7. MONITORING INTERVAL 5 8. LAST ACTIVITY 5 9. VIEW 5 10. DELETE

More information

THX-DL Data Logger USER & INSTALLATION MANUAL V

THX-DL Data Logger USER & INSTALLATION MANUAL V THX-DL Data Logger USER & INSTALLATION MANUAL V1.2012 www.thermomax-refrigeration.com Contents PRESENTATION Summary of Features 2 INSTALLATION Safety Precautions 4 THX Unit 4 Sensors 4 Alarm Relay 4 Power

More information

SCAN200E USER S MANUAL

SCAN200E USER S MANUAL SCAN200E USER S MANUAL Code No. 2071 1052 rev. 1.4 Code No. 2071 1052 Rev. 1.4 Page 2/16 SCAN200E User s Manual Foreword This manual is for SCAN200E Controller running software version 2.03 or later. We

More information

Flostop TS D7E and A8E. Operation Manual

Flostop TS D7E and A8E. Operation Manual Flostop TS D7E and A8E Operation Manual United Kingdom Spectron Gas Control Systems Ltd, Unit 4, ATU1, University of Warwick science Park, Coventry, +44 (0) 24 7641 6234 sales@spectron-gcs.com Germany

More information

Aspirating Smoke Detection PRODUCTS. Accessories Piping Conventional and Intelligent Detectors

Aspirating Smoke Detection PRODUCTS. Accessories Piping Conventional and Intelligent Detectors Aspirating Smoke Detection PRODUCTS Accessories Piping Conventional and Intelligent Detectors 2 High Sensitivity. Simple Communications. Nuisance Immunity. FAAST Fire Alarm Aspiration Sensing Technology

More information

Flopurge TS. Operation Manual

Flopurge TS. Operation Manual Flopurge TS Operation Manual Part Number 079-0204 Spectron Gas Control Systems United Kingdom Unit 4, Herald Court, University of Warwick Science Park, Coventry, CV4 7EZ +44 (0)24 7641 6234 sales@spectron-gcs.com

More information

ICT180S-12I INTELLIGENT MODEL (SERIES 2)

ICT180S-12I INTELLIGENT MODEL (SERIES 2) The Power of Reliability ICT180S-12I INTELLIGENT MODEL (SERIES 2) INSTRUCTION MANUAL TABLE OF CONTENTS Warnings Page 2 Product Description Page 3 Installation Page 4 LCD/Select Button Operation Page 7

More information

FieldServer Driver - Serial FS McQuay Microtech Open Protocol

FieldServer Driver - Serial FS McQuay Microtech Open Protocol Description FieldServer Driver - Serial FS-8700-80 McQuay Microtech Open Protocol This is an active client protocol. The driver is capable of acting as a master or slave. As a master, the Fieldserver polls

More information

DiaLog Elite. Quick Reference Guide. Remote Monitoring, Control and. Alarm Notification System. # Enter. 1 Prog. 2 Run. 5 SpkrPh. Ack. Arm.

DiaLog Elite. Quick Reference Guide. Remote Monitoring, Control and. Alarm Notification System. # Enter. 1 Prog. 2 Run. 5 SpkrPh. Ack. Arm. DiaLog Elite 1 Prog Remote Monitoring, Control and 2 Run Alarm Notification System 5 SpkrPh 0 Status # Enter Quick Reference Guide Ack Clear Arm Reset Disarm Bksp Home Antx, inc. 2008 RUN Mode Commands

More information

Smartphone Application Development Guide for BatteryMole Bluetooth Battery Monitoring System for Automobiles (BMBT)

Smartphone Application Development Guide for BatteryMole Bluetooth Battery Monitoring System for Automobiles (BMBT) Smartphone Application Development Guide for BatteryMole Bluetooth Battery Monitoring System for Automobiles (BMBT) 4 Peaks Technology LLC. Revision 1.1 05/01/2016 Page 1 of 26 Revision History Revision

More information

Using ANM Mobile CHAPTER

Using ANM Mobile CHAPTER CHAPTER 19 Date: 3/22/13 This chapter describes Cisco ANM Mobile, which allows you to access your ANM server or ANM Virtual Appliance and manage your devices using a mobile device such as an iphone or

More information

Adaptive CyCLO Technical and HMI User Guide. CyCLO User Guide. Version th December 2017 REV

Adaptive CyCLO Technical and HMI User Guide. CyCLO User Guide. Version th December 2017 REV CyCLO User Guide Version 2.00 19 th December 2017 REV 2.00 1 Contents 1. Hardware... 3 1.1. Introduction... 3 1.2. Electrical Specification... 3 1.3. Board Overview... 4 1.4. Electrical Installation...

More information

MODBUS MESSAGING to the S5 BATTERY VALIDATION SYSTEM

MODBUS MESSAGING to the S5 BATTERY VALIDATION SYSTEM BTECH, Inc. 10 Astro Place Rockaway, NJ 07866 MODBUS MESSAGING to the S5 BATTERY VALIDATION SYSTEM Users Guide Rev 1.6 09OCT15 1.0 Description This feature of the S5 allows a plant computer (DCS) to monitor

More information

SOFTWARE INTERFACE SPECIFICATION - SOLA MODBUS INTERFACE

SOFTWARE INTERFACE SPECIFICATION - SOLA MODBUS INTERFACE TM SOFTWARE INTERFACE SPECIFICATION - SOLA MODBUS INTERFACE This specificaion interface manual must only be used by a qualified heating installer/service technician. Read all instructions, including this

More information

PAPERLESS RECORDER COMMUNICATION FUNCTION (Ethernet)

PAPERLESS RECORDER COMMUNICATION FUNCTION (Ethernet) Instruction Manual PAPERLESS RECORDER COMMUNICATION FUNCTION (Ethernet) TYPE: PHU INP-TN5A0024-E Note: MODBUS is the registered trade mark of AEG Schneider Aumaion International. NOTICE 1. Exemption items

More information

Simplex Panel Interface Guide

Simplex Panel Interface Guide Simplex Panel Interface Guide February 2016 SATEON Software Integrations Simplex Panel Interface Guide Issue 1.0, released February 2016 Disclaimer Copyright 2016, Grosvenor Technology. All rights reserved.

More information

FieldServer Driver - Serial FS Notifier NCA

FieldServer Driver - Serial FS Notifier NCA Driver Version: 1.00 Document Revision: 15 Description FieldServer Driver - Serial FS-8700-98 Notifier NCA The NCA (Network Control Annunciator) Serial driver allows the FieldServer to record data from

More information

FDA241, FDA221 Siemens ASD

FDA241, FDA221 Siemens ASD FDA241, FDA221 Siemens ASD Patented Technology Sinteso TM Cerberus PRO Compatible with the Siemens FDnet/C-NET loops (requires FDCC221S option) Advanced dual Wavelength optical detection (Blue & Infra-red)

More information

UNC100 Integra Manual

UNC100 Integra Manual UNC100 Integra Manual New Generation Building Security July 30, 2014 V1.2 Copyright Notice Copyright 1995-2014 by All rights reserved Worldwide. Printed in Canada. This publication has been provided pursuant

More information

User Guide OI/FEX100HART EN Rev. A. WaterMaster FEX100 HART Field Device Specification

User Guide OI/FEX100HART EN Rev. A. WaterMaster FEX100 HART Field Device Specification User Guide OI/FEX100HART EN Rev. A WaterMaster FEX100 The Company We are an established world force in the design and manufacture of measurement products for industrial process control, flow measurement,

More information

P2267 NETWORK INTERFACE

P2267 NETWORK INTERFACE P2267 NETWORK INTERFACE USER MANUAL FOR OPERATING SYSTEMS: 22031-03 23636-01 October 2009 Associated Controls (Australia) Pty. Limited 2-4 Norfolk Road Greenacre, NSW, 2190. PH +61 2 9642 4922, FAX +61

More information

user manual Document No , Revision 03 November 2015

user manual Document No , Revision 03 November 2015 user manual Document No. 996-202-600-3, Revision 03 November 2015 Contents 1 Introduction...1 1.1 Notice...1 1.2 Models...1 2 User Control Levels...2 2.1 Level Definition...2 2.2 User Passwords...2 3 Controls

More information

FieldServer Driver - Serial FS Grinnell TFX Minerva

FieldServer Driver - Serial FS Grinnell TFX Minerva Description FieldServer Driver - Serial FS-8700-45 Grinnell TFX Minerva The Grinnell TFX Minerva driver allows the FieldServer to transfer data from a TFX Fire Alarm System. The FieldServer connects using

More information