VAC PLC. System Description

Size: px
Start display at page:

Download "VAC PLC. System Description"

Transcription

1 VAC PLC System Description

2 Contents 1 General Expressions and phrases Locations Abbreviations and terms Function Parts PLC Point IO Network Control Bypassing Alarms Hardware Control SD card Locations Interfaces MAX IV PLC / Control System interface definitions Division of responsibilities Naming convention PLC status device server Object types Hardware Point I/O SD Read and Write Valve Interlock to Ring PLC Close Valve Once to Ring PLC Close Beam to Ring PLC FE Closed to Ring PLC FE ok to Open to Ring PLC FE Open to Ring PLC Key position to Ring PLC Examples R3_308U1_VAC_VGMB R3_308U1_VAC_VGMB R3_308M1_VAC_VGRA01 and R3_308M2_VAC_VGRA R3_3_RF_STA314_RFDMP2 and R3_3_RF_STA312_RFDMP1 and R3_3_RF_STA314_RFDMP

3 3.5 R3_VAC_PLC02_FE_CLOSED_B316A R3_VAC_PLC02_FE_OK_TO_OPEN_B316A R3_VAC_PLC02_FE_OPENED_B316A R3_VAC_PLC02_MAINTMODE_B316A... 26

4 Description of revision Revision Page (P), Description Written Date Chapter (C) by A Document created benros

5 1 General This document describes the functions and object types of the Insertion Device. The systems, components and other objects that are controlled and/or supervised by Tango or PLC system are all denoted as objects in this document. Although, many functions are specified, this shall not be interpreted as if this document covers all functions in PCMS. 1.1 Expressions and phrases Explanations of, in this document, occurred expressions and phrases are described in the document Maxiv, Rules & Guidelines. 1.2 Locations

6 Description 1.3 Abbreviations and terms PLC Programmable Logical Controller 1.4 Function The PLC system is a part of the control system. There are several PLC:s installed at MaxIV. Each PLC are connected to modules which receives and send signals. For example, a valve will send signals to PLC if it is opened or closed. PLC will send signals to valve to open or close. A signal can be either logical (digital false or true), or more complex for example, reading a temperature. PLC systems are connected to networks where they communicate with the monitoring system Tango. Tango will both read status on signals and send commands. NOTE - VAC PLC system includes functionality for WAT and VNT but there are PLC systems for PSS, WAT and MAG. Those other systems are described in other documents. This document only covers VAC PLC system.

7 System Description VAC PLC 1.5 Parts PLC Many kinds of Rockwell PLC units are used. If there is a red unit it indicates that a safety part is included.

8 System Description VAC PLC Point IO Pont IO s are connected via Ethernet to the PLC. If there are red units it indicates they are safety units. 1.6 Network Two different networks are used to connect PLC s and Point IO. There is a Green network and a Blue network. They are easily recognised by the colour of the network cables. A PLC or point IO can only be connected to one of the two networks.

9 For the VAC system the PLC s are connected: BLUE NETORK B107A Flexpes B107A_A100730_CAB02_PLC01 B108A Species B108A_A100830_CAB03_VAC_PLC01 B110A Arpes B110A_A101030_CAB02_ VAC_PLC01 B111A MaxPeem B11A_A101130_CAB02_ VAC_PLC01 B112A Finest B112A_A101230_CAB01_ VAC_PLC01 GREEN NETWORK Linac I_B080603_CAB02_VAC_PLC GeV Ring R1- B080603_CAB02_VAC_PLC01 3 GeV ring ID- R3_B080603_ID_PLC01 3 GeV ring R3-B080603_CAB02_VAC_PLC01 3 GeV ring R3-B080603_CAB02_VAC_PLC02 B303A NanoMax B303A_A100330_CAB03_ VAC_PLC01

10 B308A Balder B308A_A100830_CAB01_ VAC_PLC01 B311A BioMax B311A_A101132_CAB02_ VAC_PLC01 B316A Veritas B316A_A101630_CAB01_ VAC_PLC01 B317A Hippie B317A_A101730_CAB03_ VAC_PLC01 BSP02 FemtoMax BSP02_C080003_CAB02_VAC_PLC01 CRY G_A111710_CAB10_CRY_PLC01

11 1.7 Control Bypassing Alarms All alarms created in the PLC system can have a bypass function. System owner must decide which alarms should have the bypass function. If an alarm is bypassed, the PLC system will disable the alarm, and the control- and monitoring system will not get any indication that the alarm is active. If system contains bypasses alarms PLC system sets a bit BYPASS EXISTS Bypassed alarms will stay bypassed until a decided time of the day. At the moment it is 12:13. When that time is reached all bypassed alarms will be enabled again. PLC system will set a bit BYPASS WARNING, at every decided interval. How many hours between these intervals will be entered in Tango. 60 minutes before time of day when bypassed alarms will be enabled, PLC system set a bit BYPASS EXPIERING. This is to indicate to operators that within 60 minutes alarms can affect operation. When PLC system has set the bit BYPASS EXPIERING, the operator can through Tango, decide that enabling of all bypassed alarms will not take affect this day. Then the enabling of all alarms will postpone to the following day. There is a maximum number of bypasses per group that can be done. A group can be valves, thermocouples, screens or other parts of the system. If operator tries to bypass more than allowed, an alarm will be set from PLC system. The maximum number of allowed bypasses per group is set from Tango Bypass Alarms Comment PLC code Ex from NanoMax Bypass tag: B_B303A_FE_DIA_TCO01_BYP_C alias N_B303A_FE_DIA_BYPASS_HB.0 (bit 0) N_B303A_FE_DIA_BYPASS_HB alias N_B303A_BYPASS_HB[1] element 1 in array. The N_B303A_BYPASS_HB[1] is a group. In Tango you enter max bypassed per group. N_B303A_VAC_PLC01_BMC_C = #T Max number of bypassed alarms per group. BYPASS ALARM HELPER will loop through all N_B303A_BYPASS_HB elements. NOTE default it loops through 20 elements. If you use more you have to increase the loop value. Time of the day when bypassed alarms will be disabled, is located in N_EXPIRY_TIME_ARRAY[0] hours and N_EXPIRY_TIME_ARRAY[1] minutes Hardware Control The PLC system has an integrated check of all hardware. That includes the point IO s that is connected to the PLC. If a fault is present, the PLC stores a fault code. If a fault code is present, an alarm will be raised in Tango. If it is an alarm from a point IO, it is a summary alarm. This means that the alarm will tell what point IO has a fault but not which module in the point IO. The PLC set an individual internal bit for each module that has a fault. This will not generate an alarm but can be used as an interlock in the logic.

12 Hardware Control Comment PLC code Point IO check is done in a separate periodic task, Node Checker. It runs every 50 ms. Main PLC is checked for faults in main task program SD card SD Secure Digital card is installed on each PLC. Most values that can be changed in Tango are stored on the SD-card. When values are changed in Tango they are stored automatically. Typical values are alarm limits for pressure or temperature. When PLC starts up it moves stored values from SD card to internal memory areas. This means that if a PLC has to be changed the SD card is moved to the new PLC. When new PLC starts it will get all stored values SD card Comment PLC code Use the excel file SD Read and write Code Generator to automatically generate the code needed. 1.8 Locations PLC systems are mounted in cabinets 1.9 Interfaces MAX IV PLC / Control System interface definitions The AllenBradley/Rockwell PLCs are maintained by the PLC Automation group and the TANGO control system is maintained by the Control System group. Communication between the PLCs and TANGO takes place via an RSLinx OPC server. This document defines the interface details, conventions and responsibilities between the groups Division of responsibilities Configuration of PLCs PLC Automation group Rockwell software updates (RSLinx etc) PLC Automation group OPC configuration Control System group OPC TANGO device server Control System group Maintenance of computer running OPC server Control System group Comment: The software license for RSLinx needs to be locally installed since the OPC server must be on the green net which has no internet access. The Control System group should be notified before updates are installed Naming convention Tags used in the TANGO control system shall be distinguished by prefixes: A_ alarms C_ commands R_ read S_ set Tags that control equipment states should be set up as pairs: OPEN and CLOSE tags (for example to control a valve) or START and STOP, INSERT and EXTRACT tags. For equipment states there should also be separate status tags (read tags) using the state in the name: CLOSED (STOPPED, INSERTED) OPENED (STARTED, EXTRACTED)

13 1.9.4 PLC status device server Status information for the PLC itself will be displayed in a TANGO device server and available through the control system. IP-address Firmware version Error counters Etc

14 2 Object types 2.1 Hardware Point I/O Object type: Node Checker, Type 1 Description: The point I/O node and all I/O modules sends a DINT value back to the system to indicate status. If value is below or greater than the module has a fault. Interlock To indicate that there is a module fault. A faulty module will also give wrong indication on connected I/O s. Alarms/events: Alarms The following alarms exist: Point I/O Module fault If alarm is disabled HMI: Indications Alarm status Manoeuvres Disable Alarm for point I/O node. Reset Error Node Checker, Type 1 Interface: Type Signal Id Description DI I_MODULE_OK If value between set bit OK for each node DO O_INTERLOCK If all nodes are OK output is FALSE

15 2.2 SD Read and Write Object type: Read/Write, Type 1 Description: Set points that can be set by HMI is stored on a SD card in the PLC. If a new value is changed the HMI sends a signal to PLC to store all value to the SD card. PLC reads all stored values from SD card at first scan. This is to get set points if PLC has to be changed or program needs to be updated. At first scan PLC sends command to open up SD card for reading. If SD card is ready, it will send back ok. If not O_ALARM_01 will be active. If reading cycle takes more than 15 seconds O_ALARM_02 will be active. The store bit is set by HMI. When PLC reads this bit it sends command to open up SD card for writing. If SD card is ready, it will send back ok. If not O_ALARM_01 will be active. If writing cycle takes more than 40 seconds O_ALARM_02 will be active. Alarms/events: Alarms The following alarms exist: Write cycle has failed Read cycle has failed SD card cannot be detected If alarm is disabled HMI: Indications Alarm status Manoeuvres Disable Alarm. Reset Alarm SD Card, Type 1 Interface: Type Signal Id Description DI I_START_WRITE Command sent from HMI to store new values on SD card DI I_START_READ First scan on PLC will all values AO O_ALARM_COUNT Count amount of alarm to be sent to be HMI DO O_ALARM_01 The SD card is not detected. It can be due to failure or it s missing DO O_ALARM_02 Writing to SD card took too long time (> 40 sec.) OR Reading from SD card took too long time (> 15 sec) 2.3 Valve Interlock to Ring PLC Object type: Valve Interlock, Type 1 Description: In some situations, Bemaline want the ring PLC to close and keep closed the valve that lets light into the beamline. Choose all interlocks that should trigger this bit Alarms/events: Alarms Alarm in Ring PLC. No alarm in Beamline PLC. HMI: Indications Alarm in Ring PLC Type Signal Id Description DI I_INTERLOCK If this logic is TRUE the O_VALVE_INTERLOCK will be TRUE DO O_VALVE_INTERLOCK If this output is FALSE first valve will be closed and kept closed 2.4 Close Valve Once to Ring PLC Object type: Close Valve Once, Type 1

16 Description: Alarms/events: HMI: In some situations, Bemaline want the ring PLC to close valves that lets light into the beamline. Choose all interlocks that should trigger this bit Alarms Alarm in Ring PLC. No alarm in Beamline PLC. Indications Alarm in Ring PLC Type Signal Id Description DI I_CLOSE If this logic is TRUE the O_VALVE_CLOSE will be TRUE DO O_VALVE_CLOSE If this output is TRUE valve will be closed once 2.5

17 2.6 Close Beam to Ring PLC Object type: Close Beam, Type 1 Description: Bemaline sends ok to run light into the beamline, to the ring PLC. Choose all interlocks that are needed in beamline system to tell ring PLC that it is ok to run beam light. If I_CLOSE_BEAM is true the output O_RF_INTERLOCK will be false and the ring PLC will kill the beam light. The ring PLC also look at the key switch in the beamline PLC. If this is turned to Remote ring PLC will ignore O_RF_INTERLOCK. Alarms/events: Alarms Alarm in Ring PLC. No alarm in Beamline PLC. HMI: Indications Alarm in Ring PLC Type Signal Id Description DI I_CLOSE_BEAM If this logic is TRUE the O_RF_INTERLOCK will be FALSE DO O_RF_INTERLOCK If this output is FALSE the ring PLC will kill the beam light 2.7 FE Closed to Ring PLC Object type: FE Closed, Type 1 Description: Bemaline sends information to the ring PLC that Front End is closed. If Heatabsorber, first valve in front end and both beam shutters are closed then the front end is considered to be closed. Alarms/events: Alarms NA. HMI: Indications Front End closed Type Signal Id Description DI I_FE_CLOSED If this logic is TRUE the O_FE_CLOSED will be TRUE DO O_FE_CLOSED Produce status on I_FE_CLOSED to ring PLC 2.8 FE ok to Open to Ring PLC Object type: FE ok to Open, Type 1 Description: Bemaline sends information to the ring PLC that Beamline can open front end. If no interlocks connected to I_FE_ OK_TO_OPEN are true then it is ok to open front end. Alarms/events: Alarms NA. HMI: Indications Front End ok to open Type Signal Id Description DI I_FE_OK_TO_OPEN If this logic is TRUE the O_FE_ OK_TO_OPEN will be TRUE DO O_FE_ OK_TO_OPEN Produce status on O_FE_ OK_TO_OPEN to ring PLC 2.9 FE Open to Ring PLC Object type: FE Open, Type 1 Description: Indicates that HA01, beam shutters and valves are open between HA01 and monochromator If all objects are open then indicate to ring PLC that front end is open Alarms/events: Alarms

18 NA. HMI: Indications Front End open Type Signal Id Description DI I_FE_OPEN If this logic is TRUE the O_FE_OPEN will be TRUE DO O_FE_OPEN Produce status on O_FE_OPEN to ring PLC

19 2.10 Key position to Ring PLC Object type: Key position, Type 1 Description: If key is in RUN position it is not possible to download program changes to PLC. To avoid unnecessary beam dump in ring PLC, beamline PLC transfer key position to ring PLC. When key is turned to REMOTE it is possible to download changes. Read status from PLC and transfer to ring PLC. Signal must be latched/unlatche in ring PLC though communication is lost during download. If communication is lost during MAINT_MODE it should not dump the ring. Alarms/events: Alarms PLC in Maintenance mode HMI: Indications NA Type Signal Id Description DI I_HARDRUN Is true if key is in RUN position DO O_MAINT_MODE Produce status to ring PLC. Signal should be latched in ring PLC DO O_LEAVE_MAINT_MODE Produce status to ring PLC. Signal should unlatch MAINT_MODE in ring PLC

20 3 Examples 3.1 R3_308U1_VAC_VGMB01 Object type: Valve Interlock, Type 1 Description: Ion pump, thermocouples and fast valve should trigger interlock Produce O_VALVE_INTERLOCK bit to Ring PLC. Type Signal Id Signals DI I_INTERLOCK not B316A_FE_VAC_IPFB01_AD.InAlarm and not B316A_FE_VAC_IPQ02_AD.InAlarm and not B316A_FE_VAC_IPQ03_AD.InAlarm and not B316A_FE_VAC_IPQ04_AD.InAlarm and not B316A_FE_VAC_IPC08_AD.InAlarm and not B316A_FE_DIA_TCO01_AA.HHInAlarm and not B316A_FE_DIA_TCO02_AA.HHInAlarm and not B316A_FE_DIA_TCO03_AA.HHInAlarm and not B316A_FE_DIA_TCO04_AA.HHInAlarm and not B316A_FE_DIA_TCO05_AA.HHInAlarm and not B316A_FE_DIA_TCO06_AA.HHInAlarm and not B316A_FE_DIA_TCO07_AA.HHInAlarm and not B316A_FE_DIA_TCO08_AA.HHInAlarm and not B316A_FE_DIA_TCO09_AA.HHInAlarm and not B316A_FE_DIA_TCO10_AA.HHInAlarm and not B316A_FE_DIA_TCO11_AA.HHInAlarm and not B316A_FE_DIA_TCO12_AA.HHInAlarm and not B316A_FE_DIA_TCO13_AA.HHInAlarm and not B316A_FE_DIA_TCO14_AA.HHInAlarm and not B316A_FE_DIA_TCO15_AA.HHInAlarm and not B316A_FE_DIA_TCO16_AA.HHInAlarm and not B316A_FE_VAC_VGFA01_VALVE_AD.InAlarm DO O_VALVE_INTERLOCK P_R3_VAC_PLC02_COM.FIRST_VALVE_INTERLOCK

21 3.2 R3_308U1_VAC_VGMB01 Object type: Close Valve Once, Type 1 Description: In some situations, Bemaline want the ring PLC to close valves that lets light into the beamline. Produce O_VALVE_CLOSE to Ring PLC Type Signal Id Signals DI I_CLOSE B316A_FE_VAC_IPQ05_AD.InAlarm DO O_VALVE_CLOSE P_R3_VAC_PLC02_COM.CLOSE_FIRST_VALVE_ONCE 3.3 R3_308M1_VAC_VGRA01 and R3_308M2_VAC_VGRA01 Object type: Close Valve Once, Type 1 Description: In some situations, Bemaline want the ring PLC to close valves that lets light into the beamline. Produce O_VALVE_CLOSE to Ring PLC Type Signal Id Signals DI I_CLOSE B316A_FE_VAC_IPFB01_AD.InAlarm or B316A_FE_VAC_IPQ02_AD.InAlarm or B316A_FE_VAC_IPQ03_AD.InAlarm or B316A_FE_VAC_IPQ04_AD.InAlarm or 316A_FE_VAC_IPC08_AD.InAlarm or B B316A_FE_DIA_TCO01_AA.HHInAlarm or B316A_FE_DIA_TCO02_AA.HHInAlarm or B316A_FE_DIA_TCO03_AA.HHInAlarm or B316A_FE_DIA_TCO04_AA.HHInAlarm or B316A_FE_DIA_TCO05_AA.HHInAlarm or B316A_FE_DIA_TCO06_AA.HHInAlarm or B316A_FE_DIA_TCO07_AA.HHInAlarm or B316A_FE_DIA_TCO08_AA.HHInAlarm or B316A_FE_DIA_TCO09_AA.HHInAlarm or B316A_FE_DIA_TCO10_AA.HHInAlarm or B316A_FE_DIA_TCO11_AA.HHInAlarm or B316A_FE_DIA_TCO12_AA.HHInAlarm or B316A_FE_VAC_VGFA01_VALVE_AD.InAlarm DO O_VALVE_CLOSE P_R3_VAC_PLC02_COM.CLOSE_SECOND_VALVE_ONCE 3.4 R3_3_RF_STA314_RFDMP2 and R3_3_RF_STA312_RFDMP1 and R3_3_RF_STA314_RFDMP1 Object type: Close Beam, Type 1 Description: Bemaline sends ok to run light into the beamline, to the ring PLC. Beam shutter signal B316A_FE_PSS_BS01.OPEN and B316A_FE_PSS_BS02.OPEN are also sent from PSS called C_B316A_FE_PSS_BS01.OPEN and C_B316A_FE_PSS_BS02.OPEN (C = consumed from other PLC). VGMB has both indication OPEN and the command to open the valve OUTPUT. Choose all interlocks that should trigger this bit Type Signal Id Signals DI I_CLOSE_BEA B316A_FE_VAC_HA01_AD.InAlarm or M B316A_FE_VAC_VGC01_INTERLOCK_AD.InAlarm or B316A_FE_VAC_VGC02_INTERLOCK_AD.InAlarm or

22 DO O_RF_INTERL OCK B316A_FE_DIA_TCO01_AA.HHInAlarm or B316A_FE_DIA_TCO02_AA.HHInAlarm or B316A_FE_DIA_TCO03_AA.HHInAlarm or B316A_FE_DIA_TCO04_AA.HHInAlarm or B316A_FE_DIA_TCO05_AA.HHInAlarm or B316A_FE_DIA_TCO06_AA.HHInAlarm or B316A_FE_DIA_TCO07_AA.HHInAlarm or B316A_FE_DIA_TCO08_AA.HHInAlarm or B316A_FE_DIA_TCO09_AA.HHInAlarm or B316A_FE_DIA_TCO10_AA.HHInAlarm or B316A_FE_DIA_TCO11_AA.HHInAlarm or B316A_FE_DIA_TCO12_AA.HHInAlarm or (not B316A_FE_VAC_HA01.CLOSED and not B316A_FE_VAC_VGFA01.OPEN) or (not B316A_FE_VAC_HA01.CLOSED and not B316A_FE_VAC_VGMB02.OPEN) or (not B316A_FE_VAC_HA01.CLOSED and not 316A_FE_VAC_VGMB02.OUTPUT) or (not B316A_FE_VAC_HA01.CLOSED and not B316A_FE_VAC_VGMB03.OPEN) or (not B316A_FE_VAC_HA01.CLOSED and not 316A_FE_VAC_VGMB03.OUTPUT) or (not B316A_FE_VAC_HA01.CLOSED and not B316A_FE_VAC_VGMB04.OPEN) or (not B316A_FE_VAC_HA01.CLOSED and not 316A_FE_VAC_VGMB04.OUTPUT) or (not B316A_FE_VAC_HA01.CLOSED and not B316A_FE_PSS_BS01.OPEN) or (not B316A_FE_VAC_HA01.CLOSED and not B316A_FE_PSS_BS02.OPEN) or (not B316A_FE_VAC_HA01.CLOSED and not C_B316A_FE_PSS_BS01.OPEN) or (not B316A_FE_VAC_HA01.CLOSED and not C_B316A_FE_PSS_BS02.OPEN) or (not B316A_FE_VAC_HA01.CLOSED and not B316A_FE_DIA_SCRN01.RETRACTED and Beam > 5mA) or (not B316A_FE_VAC_HA01.CLOSED and B316A_FE_VAC_VGFA01_VALVE_AD.InAlarm) P_R3_VAC_PLC02_COM.RF_INTERLOCK 3.5 R3_VAC_PLC02_FE_CLOSED_B316A Object type: FE Closed, Type 1 Description: Bemaline sends information to the ring PLC that Front End is closed. If Heatabsorber, first valve in front end and both beam shutters are closed then the front end is considered to be closed. Type Signal Id Signals DI I_FE_CLOSED B316A_FE_VAC_HA01.CLOSED and B316A_FE_VAC_VGMB02.CLOSED and B316A_FE_PSS_BS01.CLOSED and B316A_FE_PSS_BS02.CLOSED DO O_FE_CLOSED P_R3_VAC_PLC02_COM.FE_CLOSED

23 3.6 R3_VAC_PLC02_FE_OK_TO_OPEN_B316A Object type: FE ok to Open, Type 1 Description: Bemaline sends information to the ring PLC that Beamline can open front end. If no interlocks connected to I_FE_ OK_TO_OPEN are true then it is ok to open front end. Type Signal Id Signals DI I_FE_OK_TO_OP B316A_FE_VAC_VGFA01_VGF.OKToOpenValve and EN B316A_FE_VAC_VGC02_VG.OKToOpenValve and not B316A_A101132CAB03_VAC_VGFCU01.VALVE_ERROR and B316A_FE_VAC_VGFA01_VGF.FCV.AlarmConnections = 2 and not B316A_FE_VAC_VGC01_COMMUNICATION_FAULT and not B316A_FE_VAC_VGC02_ COMMUNICATION_FAULT and not B316A_FE_VAC_VGFCU01_ COMMUNICATION_FAULT and not B316A_FE_VAC_VGC01_DISCONNECTED and not B316A_FE_VAC_VGC02_DISCONNECTED and not B316A_FE_VAC_VGFCU01_DISCONNECTED and not B316A_FE_VAC_VGFA01_VALVE_AD.InAlarm and not B316A_FE_DIA_TCO01_AA.HHInAlarm and not B316A_FE_DIA_TCO02_AA.HHInAlarm and not B316A_FE_DIA_TCO03_AA.HHInAlarm and not B316A_FE_DIA_TCO04_AA.HHInAlarm and not B316A_FE_DIA_TCO05_AA.HHInAlarm and not B316A_FE_DIA_TCO06_AA.HHInAlarm and not B316A_FE_DIA_TCO07_AA.HHInAlarm and not B316A_FE_DIA_TCO08_AA.HHInAlarm and not B316A_FE_DIA_TCO09_AA.HHInAlarm and not B316A_FE_DIA_TCO10_AA.HHInAlarm and not B316A_FE_DIA_TCO11_AA.HHInAlarm and not B316A_FE_DIA_TCO12_AA.HHInAlarm and not B316A_FE_DIA_TCO13_AA.HHInAlarm and not B316A_FE_DIA_TCO14_AA.HHInAlarm and not B316A_FE_DIA_TCO15_AA.HHInAlarm and not B316A_FE_DIA_TCO16_AA.HHInAlarm and not B316A_VAC_PLC01_COMM_R3PSS_ COMMUNICATION_FAULT and key on PLC in RUN and not R3_VAC_PLC02_COM.INTERLOCK_FE and not B316A_FE_DIA_TCO13_AA.HInAlarm and not B316A_FE_DIA_TCO14_AA.HInAlarm and not B316A_FE_DIA_TCO15_AA.HInAlarm and not B316A_FE_DIA_TCO16_AA.HInAlarm and not B316A_FE_VAC_VGC01_INTERLOCK_LVL_AA.HInAlarm and not B316A_FE_VAC_VGC01_INTERLOCK_AD.InAlarm and not B316A_FE_VAC_VGC02_INTERLOCK_LVL_AA.HInAlarm and not B316A_FE_VAC_VGC02_INTERLOCK_AD.InAlarm and not B316A_FE_VAC_IPFB01_AD.InAlarm and not B316A_FE_VAC_IPQ02_AD.InAlarm and not B316A_FE_VAC_IPQ03_AD.InAlarm and not B316A_FE_VAC_IPQ04_AD.InAlarm and not B316A_FE_VAC_IPC08_AD.InAlarm and not B316A_FE_VAC_IPQ05_AD.InAlarm and not B316A_FE_VAC_IPQ06_AD.InAlarm and not B316A_FE_VAC_IPN07_AD.InAlarm and not B316A_O01_VAC_IPI01_AD.InAlarm and

24 not B316A_O02_VAC_IPL01_AD.InAlarm and not B316A_FE_VAC_HA01_AD.InAlarm and not B316A_A101631_WAT_FGE01_AA.LLInAlarm and not B316A_A101631_WAT_FGE02_AA.LLInAlarm and not B316A_A101631_WAT_FGE03_AA.LLInAlarm and not B316A_A101631_WAT_FGE04_AA.LLInAlarm and not B316A_O01_DIA_TCO01_AA.HHInAlarm and not B316A_O01_DIA_TCO02_AA.HHInAlarm and not B316A_O02_DIA_TCO01_AA.HHInAlarm and not B316A_O02_DIA_TCO02_AA.HHInAlarm and not B316A_O02_DIA_TCO03_AA.HHInAlarm and not(b316a_o02_dia_tco04_aa.hhinalarm and not (B316A_FE_DIA_TCO01_AA.HInAlarm and B316A_FE_VAC_HA01_CLOSED) and not (B316A_FE_DIA_TCO02_AA.HInAlarm and B316A_FE_VAC_HA01_CLOSED) and not (B316A_FE_DIA_TCO03_AA.HInAlarm and B316A_FE_VAC_HA01_CLOSED) and not (B316A_FE_DIA_TCO04_AA.HInAlarm and B316A_FE_VAC_HA01_CLOSED) and not (B316A_FE_DIA_TCO05_AA.HInAlarm and B316A_FE_VAC_HA01_CLOSED) and not (B316A_FE_DIA_TCO06_AA.HInAlarm and B316A_FE_VAC_HA01_CLOSED) and not (B316A_FE_DIA_TCO07_AA.HInAlarm and B316A_FE_VAC_HA01_CLOSED) and not (B316A_FE_DIA_TCO08_AA.HInAlarm and B316A_FE_VAC_HA01_CLOSED) and not (B316A_FE_DIA_TCO09_AA.HInAlarm and B316A_FE_VAC_HA01_CLOSED) and not (B316A_FE_DIA_TCO10_AA.HInAlarm and B316A_FE_VAC_HA01_CLOSED) and not (B316A_FE_DIA_TCO11_AA.HInAlarm and B316A_FE_VAC_HA01_CLOSED) and not (B316A_FE_DIA_TCO12_AA.HInAlarm and B316A_FE_VAC_HA01_CLOSED) and C_B316A_FE_VAC_R3_PSS_COM.STA.BS_OK_TO_OPEN and DO O_FE_ OK_TO_OPEN P_R3_VAC_PLC02_COM.FE_OK_TO_OPEN 3.7 R3_VAC_PLC02_FE_OPENED_B316A Object type: FE Open, Type 1 Description: Indicates that HA01, beam shutters and valves are open between HA01 and monochromator If all objects are open then indicate to ring PLC that front end is open Type Signal Id Signals DI I_FE_OPEN B316A_FE_VAC_HA01_OPEN and B316A_FE_PSS_BS01_OPEN and B316A_FE_PSS_BS02_OPEN and FB_B316A_FE_VAC_VGFA01_VGF_OPEN and

25 B316A_FE_VAC_VGMB02_OPEN and B316A_FE_VAC_VGMB03_OPEN and B316A_FE_VAC_VGMB04_OPEN and B316A_O01_VAC_VGMC01 DO O_FE_OPEN P_R3_VAC_PLC02_COM.FE_OPEN

26 3.8 R3_VAC_PLC02_MAINTMODE_B316A Object type: Key position, Type 1 Description: If key is in RUN position it is not possible to download program changes to PLC. To avoid unnecessary beam dump in ring PLC, beamline PLC transfer key position to ring PLC. When key is turned to REMOTE it is possible to download changes. Read status from PLC and transfer to ring PLC. Signal must be latched/unlatche in ring PLC though communication is lost during download. If communication is lost during MAINT_MODE it should not dump the ring. Type Signal Id Description DI I_HARDRUN 316A_VAC_PLC01_HARDRUN DO O_MAINT_MODE P_R3_VAC_PLC02_COM.MAINT_MODE_REQUEST DO O_LEAVE_MAINT_MODE P_R3_VAC_PLC02_COM.LEAVE_MAINT_MODE_REQUEST

IntesisBox BACnet/IP Server - Notifier ID3000 series

IntesisBox BACnet/IP Server - Notifier ID3000 series IntesisBox Server - Notifier ID3000 series Gateway for integration of Notifier ID3000, ID3002, ID50 and ID60 fire panels into enabled control systems. Integrate your Notifier fire panels into your BACnet

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

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

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

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

COCB_ Circuit Breaker (2 state inputs/ 2 control inputs)

COCB_ Circuit Breaker (2 state inputs/ 2 control inputs) MRS752348-MUM Issued: 0/997 Version: F/23.6.2005 Data subject to change without notice COCB_ Circuit Breaker (2 state inputs/ 2 control inputs) Contents. Introduction... 3. Features... 3.2 Application...

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

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

Module Features are-configurable, no module jumpers to set

Module Features are-configurable, no module jumpers to set December 2011 PACSystems* RX3i Isolated Thermocouple Input Module, 6 Channels, IC695ALG306 Isolated Thermocouple Input Module, 12 Channels, IC695ALG312 Isolated Thermocouple Input module IC695ALG306 provides

More information

Avigilon Control Center 5 System Integration Guide

Avigilon Control Center 5 System Integration Guide Avigilon Control Center 5 System Integration Guide for Paxton Net2 Access Control Systems 2014 Avigilon Corporation. All rights reserved. Unless expressly granted in writing, no license is granted with

More information

SC-F3G User Manual 1.0

SC-F3G User Manual 1.0 SC-F3G User Manual 1.0 Table of Contents 1. Introduction... 3 2. Functions... 3 3. Features... 3 4. Package Contents... 3 5. Device Configuration... 4 6. Status LED signals... 5 7. Before You Start...

More information

PWM. Solar Charge controller with Ethernet. Solar Smart PWM 20Amp. Hardware Description : Release : 19 June 2014

PWM. Solar Charge controller with Ethernet. Solar Smart PWM 20Amp. Hardware Description : Release : 19 June 2014 Solar Charge controller with Ethernet Release : 19 June 2014 Hardware Version : Version 1 Firmware version 1 PC Application Software : Version 1.0.0.0 Hardware Description : The Solar Smart regulator was

More information

V1.21: (Required for All Dryers with Static Sampler or Incoming MST Sensor, Good for All Dryers)

V1.21: (Required for All Dryers with Static Sampler or Incoming MST Sensor, Good for All Dryers) QuadraTouch Pro Software Update Change Log Official Release vs. Beta Release (How to tell): Tools -> System Tools -> System Information and look for Official Release or Beta Release in the bottom right

More information

Weekly Testing of Dedicated Smoke Control Dampers - Metasys System Extended Architecture

Weekly Testing of Dedicated Smoke Control Dampers - Metasys System Extended Architecture Weekly Testing of Dedicated Smoke Control Dampers - Metasys System Extended Architecture Code No. LIT-1201743 Release 1.2 Issued Date July 30, 2004 Supersedes Document Introduction.................................................

More information

POP_ Smoke Detector

POP_ Smoke Detector POP_004308 Smoke Detector Firmware Version : 1.0 Quick Start S This device is a wireless Z-Wave sensor. Exclusion, Inclusion are confirmed by hitting the programm button for 1 sec when the sensor is removed

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

Tri-Stack Smart System

Tri-Stack Smart System Tri-Stack Smart System TM Notes & Warnings - The protection provided by this equipment may be impaired if it is not used in the manner specified herein. - Ensure all wiring meets applicable national and

More information

Weekly Testing of Dedicated Stairwell Pressurization Fans- Metasys System Extended Architecture Code No. LIT

Weekly Testing of Dedicated Stairwell Pressurization Fans- Metasys System Extended Architecture Code No. LIT Weekly Testing of Dedicated Stairwell Pressurization Fans- Metasys System Extended Architecture Code No. LIT-1201739 Release 1.2 Issued Date July 30, 2004 Supersedes Document Introduction.................................................

More information

Fire Operator Workstation (Fire OWS) User s Guide

Fire Operator Workstation (Fire OWS) User s Guide Fire Operator Workstation (Fire OWS) User s Guide 1-1 Fire Operator Workstation (Fire OWS) User s Guide Introduction This user s guide details the components, capabilities, and operation procedures of

More information

PACSystems* RX3i. Thermocouple Input Module, 12 Channels, IC695ALG412. GFK-2578B October 2011

PACSystems* RX3i. Thermocouple Input Module, 12 Channels, IC695ALG412. GFK-2578B October 2011 October 2011 PACSystems* RX3i Thermocouple Input Module, 12 Channels, IC695ALG412 The PACSystems * Thermocouple Input module IC695ALG412 provides twelve isolated differential thermocouple input channels.

More information

POP_ Smoke Detector

POP_ Smoke Detector POP_004308 Smoke Detector Firmware Version : 1.0 Quick Start S This device is a wireless Z-Wave sensor. Exclusion, Inclusion are confirmed by hitting the programm button for 1 sec when the sensor is removed

More information

MicroTech Unit Ventilator

MicroTech Unit Ventilator Open Protocol Data Information Packet Version 2.2 Group: Controls Date: April 1996 MicroTech Unit Ventilator Open Protocol Data Communications 2002 McQuay International - C O N F I D E N T I A L - This

More information

USER MANUAL FOR OPERATING SYSTEM

USER MANUAL FOR OPERATING SYSTEM P2262 ALARM PANEL USER MANUAL FOR OPERATING SYSTEM 21765-07 September 1999 Associated Controls (Aust) PTY. LTD. 29 Smith Street, Hillsdale, NSW, 2036. PH (02) 9311 3255, FAX (02) 9311 3779 Page 1 of 177

More information

Control/Communicator

Control/Communicator Architectural & Engineering Specifications Control/Communicator 1.0 GENERAL... 2 1.1 SCOPE OF WORK... 2 1.1.1 Introduction... 2 1.2 GENERAL CONDITIONS... 2 1.2.1 After-Sales Support... 2 1.2.2 Quality

More information

Technical Publications. FactoryTalk Alarms and Events System Configuration Guide

Technical Publications. FactoryTalk Alarms and Events System Configuration Guide Technical Publications FactoryTalk Alarms and Events System Configuration Guide Important user information Read this document and the documents listed in the additional resources section about installation,

More information

FCD-wire Contents. List of Figures

FCD-wire Contents. List of Figures FCD-wire Contents FCD-X21 Configuration 1 Introduction... 1 2 Opening the FCD Application... 1 3 FCD Window... 2 4 FCD LEDs... 3 5 Configuration Operations... 4 FCD Info...4 FCD System Info...5 FCD Interface

More information

Active Scanning Beam 2: Controlling Delivery

Active Scanning Beam 2: Controlling Delivery martin.grossmann@psi.ch PSI Winter School for Protons 2010 1 Active Scanning Beam 2: Controlling Delivery Martin Grossmann, C. Bula, M. Eichin, K. Jäggy, G.Martin, A. Mayor, M. Rejzek Center for Proton

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

Sequence of operation

Sequence of operation Sequence of operation IPS 4000 secondary variable speed control File No: 90.96 Date: february 21, 2013 Supersedes: new Date: new sequence of operation ips 4000 2 list of abbreviations: adj: Field Adjustable

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

ACTIVE INFRARED BARRIER

ACTIVE INFRARED BARRIER Although PROTECH provides high security indoor intrusion sensors for the military and government markets, our specialty is outdoor protection. Since we first introduced our PIRAMID outdoor dual technology

More information

2000 Series. Program Entry Guide. Control Panels

2000 Series. Program Entry Guide. Control Panels 2000 Series EN Program Entry Guide Control Panels 2000 Series Program Entry Guide About This Manual EN 2 About This Manual This guide describes the programming parameters available to the 2000 Series Control

More information

DX-9100/9120 Weekly Testing of Dedicated Stairwell Pressurization Fans

DX-9100/9120 Weekly Testing of Dedicated Stairwell Pressurization Fans Metasys Network Technical Manual 636 DX-9100/9120 Applications Section Application Note Issue Date 0497 APPLICATION NOTE DX-9100/9120 Weekly Testing of Dedicated Stairwell Pressurization Fans Introduction

More information

Algo-Tec 6500/6600 INTERACTIVE ADDRESSABLE FIRE CONTROL SYSTEM

Algo-Tec 6500/6600 INTERACTIVE ADDRESSABLE FIRE CONTROL SYSTEM Algo-Tec 6500/6600 INTERACTIVE ADDRESSABLE FIRE CONTROL SYSTEM (1-4 LOOPS) USER MANUAL Protec Fire Detection plc, Protec House, Churchill Way, Nelson, Lancashire, BB9 6RT, ENGLAND +44 (0) 1282 717171 www.protec.co.uk

More information

Smoke Detector and Siren. Manual

Smoke Detector and Siren. Manual Smoke Detector and Siren Manual 004001 Smoke Detector and Siren Manual Quick Start... 2 Product Description... 2 Installation Guidelines... 3 Behavior within the Z-Wave Network... 3 Operating the Device...

More information

User Manual Doc.Ref : JA-KNX-UM. JA-KNX Jablotron KNX Interface ELAUSYS JA-KNX. KNX Interface for Jablotron alarm system.

User Manual Doc.Ref : JA-KNX-UM. JA-KNX Jablotron KNX Interface ELAUSYS JA-KNX. KNX Interface for Jablotron alarm system. Page : 1 of 17. ELAUSYS JA-KNX KNX Interface for Jablotron alarm system User Manual Document history Version. Date Author Comment 1.00 24-JUN-2017 NDE First issue 1.01 14-NOV-2017 NDE Support for user

More information

RS485 MODBUS Module 8AI

RS485 MODBUS Module 8AI Version 1.4 15/04/2013 Manufactured for Thank you for choosing our product. This manual will help you with proper support and proper operation of the device. The information contained in this manual have

More information

FUNCTIONAL DESCRIPTION DIS01

FUNCTIONAL DESCRIPTION DIS01 We reserve all rights in this document and in the information contained therein. Reproduction, use or disclosure to third parties without express authority is strictly forbidden. ABB FUNCTIONAL DESCRIPTION

More information

Ethernet General Purpose

Ethernet General Purpose Ethernet General Purpose Technical Manual Revision 1.03 8 November 2013 Pakton Technologies IO PAE224 Ethernet GPIO Manual.docx Page 1 of 22 Revision 1.03 Last updated 8/11/2013 Table of Contents INTRODUCTION...3

More information

Revision November 2013 JVA Technologies. Ethernet General Purpose IO Technical Manual

Revision November 2013 JVA Technologies. Ethernet General Purpose IO Technical Manual Revision 1.03 8 November 2013 JVA Technologies Ethernet General Purpose IO Technical Manual www.jva-fence.com.au Table of Contents INTRODUCTION...3 Scope and Purpose...3 Glossary...3 SPECIFICATIONS...4

More information

ArchestrA Direct Connect

ArchestrA Direct Connect Table of Contents ArchestrA Direct Connect... 1 Introduction... 1 ArchestrA Direct Connection... 1 ArchestrA Data Source Definition... 2 Data Source Definition... 2 Importing Alarms from ArchestrA... 6

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

EQ-ROBO Programming : Cliff Check Robot

EQ-ROBO Programming : Cliff Check Robot EQ-ROBO Programming : Cliff Check Robot Program begin a Input port setting Output port setting LOOP starting point (Repeat the command) b Condition 1 Left b IR sensor : Detect the ground Right a IR sensor

More information

Alarm Coordination Connected Components Building Block. Quick Start

Alarm Coordination Connected Components Building Block. Quick Start Alarm Coordination Connected Components Building Block Quick Start Important User Information Solid state equipment has operational characteristics differing from those of electromechanical equipment.

More information

Synergis Master Controller 2.2 Integration Guide for Assa Abloy Aperio- Enabled Locks

Synergis Master Controller 2.2 Integration Guide for Assa Abloy Aperio- Enabled Locks Synergis Master Controller 2.2 Integration Guide for Assa Abloy Aperio- Enabled Locks This guide supplements the Synergis Master Controller Configuration Guide and explains how to configure Assa Abloy

More information

FieldServer FS Secutron

FieldServer FS Secutron FieldServer FS-8700-72 Secutron Driver Manual (Supplement to the FieldServer Instruction Manual) APPLICABILITY & EFFECTIVITY Effective for all systems manufactured after November 2015 Kernel Version: 1.02

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

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

Ontech GSM 9040/50. Reference Manual English -1 -

Ontech GSM 9040/50. Reference Manual English -1 - Ontech GSM 9040/50 Reference Manual English -1 - Content Welcome... 5 This manual... 5 Text styles... 5 Support... 5 Disclaimer... 5 Overview... 6 Accessories... 6 External temperature sensor 9901... 7

More information

DATA SHEET BENEFITS CURRENT CHALLENGES SSM INFOTECH S X-FORCE AMS - THE IDEAL SOLUTION

DATA SHEET BENEFITS CURRENT CHALLENGES SSM INFOTECH S X-FORCE AMS - THE IDEAL SOLUTION DATA SHEET BENEFITS Alarm Printers, Report Printer Replacement Better Operator Attention Alarm Rationalization Remote Viewing of Alarms Unlimited Archiving of Alarms\Event Messages Alarm Consolidation

More information

Control Panel. 1.0 GENERAL SCOPE OF WORK Introduction... 2

Control Panel. 1.0 GENERAL SCOPE OF WORK Introduction... 2 Architectural & Engineering Specifications Control Panel 1.0 GENERAL... 2 1.1 SCOPE OF WORK... 2 1.1.1 Introduction... 2 1.2 GENERAL CONDITIONS... 2 1.2.1 After-Sales Support... 2 1.2.2 Quality assurance...

More information

Operating & Maintenance Manual. Alert-4 Ethernet LCD Master Alarm

Operating & Maintenance Manual. Alert-4 Ethernet LCD Master Alarm Operating & Maintenance Manual Alert-4 Ethernet LCD Master Alarm w w w. a m i c o. c o m Contents User Responsibility 4 Introduction 4 Features 5 Description of the Alarm 5 Shipment Details 5 The Alarm

More information

FactoryTalk Alarms and Events. System Configuration Guide

FactoryTalk Alarms and Events. System Configuration Guide FactoryTalk Alarms and Events System Configuration Guide Important user information Read this document and the documents listed in the additional resources section about installation, configuration, and

More information

Manual# User s Manual. 200E Series. DCU 210E/208E Diesel Engine Control Unit RP 210E Remote Panel

Manual# User s Manual. 200E Series. DCU 210E/208E Diesel Engine Control Unit RP 210E Remote Panel Manual# 1006494 User s Manual 200E Series DCU 210E/208E Diesel Engine Control Unit RP 210E Remote Panel User's Manual Rev. 1.0 Marine Pro 200E Series ~~~ DCU 210E Diesel Engine Control Unit DCU 208E Diesel

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

How to Configure the Alarm Action Outgoing Cell Call MultiLogger Application Note #14

How to Configure the Alarm Action Outgoing Cell Call MultiLogger Application Note #14 5 Gould Road, PO Box 2155 New London, NH 03257 Voice: (603) 526-9088 info@canarysystems.com www.canarysystems.com Overview How to Configure the Alarm Action Outgoing Cell Call MultiLogger Application Note

More information

Replaceable LED modules. Sleep or unattended mode. Auto-silence and auto-acknowledge

Replaceable LED modules. Sleep or unattended mode. Auto-silence and auto-acknowledge Replaceable LED modules 11 Alarm Sequences as per ISA-18.1 standard Each channel/window fully field programmable RS232 or RS485 MODBUS-RTU communication Repeat relay for each window and multifunction relays

More information

Honeywell Control Panels FOR RESIDENTIAL AND COMMERCIAL INSTALLATIONS. Feature Charts

Honeywell Control Panels FOR RESIDENTIAL AND COMMERCIAL INSTALLATIONS. Feature Charts Honeywell Control Panels FOR RESIDENTIAL AND COMMERCIAL INSTALLATIONS Feature Charts Control Panels FEATURE CHART LYNX Plus (L3000) (Supported Feature) (Not Supported) N/A (Not Applicable) LYNX Touch (L5210)

More information

https://support.industry.siemens.com/cs/ww/en/view/

https://support.industry.siemens.com/cs/ww/en/view/ Reading out the S7-1500 CPU Alarm using "" and sending it to an Alarm System TIA Portal, S7-1500, OPC UA Client https://support.industry.siemens.com/cs/ww/en/view/109748168 Siemens Industry Online Support

More information

Centaur TM II Cube Slave Alarm Signalling Equipment INSTALLATION GUIDE

Centaur TM II Cube Slave Alarm Signalling Equipment INSTALLATION GUIDE Centaur TM II Cube Slave Alarm Signalling Equipment INSTALLATION GUIDE General Description This guide provides a summary for installing and configuring the Centaur TM Cube Slave Alarm Signalling Equipment

More information

Control/Communicator Installation Manual

Control/Communicator Installation Manual DAS NETWORX NX-12 Control/Communicator Installation Manual General Description...2 Ordering Information...2 Option Definitions...3 Programming the LED Code Pads...5 Programming the NX-12...9 Types of Programming

More information

OPERATING MANUAL Enertronic Control System 2

OPERATING MANUAL Enertronic Control System 2 OPERATING MANUAL Enertronic Control System 2 The integrated control system for Lennox chillers in the Ecologic range Manufacturer: Lennox Benelux B.V. Postbus 1028, 3860 BA NIJKERK Watergoorweg 87, 3861

More information

ABOUT THIS DOCUMENT AND THE DOCUMENT STRUCTURE WE USE

ABOUT THIS DOCUMENT AND THE DOCUMENT STRUCTURE WE USE ABOUT THIS DOCUMENT AND THE DOCUMENT STRUCTURE WE USE isocket Smart Relay is a complex Smart House system which is installed in the fuse cabinet (electric cabinet) in the house. We therefore assume that

More information

DI220 Using the Optional Docking Station The maintenance and operating functions of the Micro IV can be automated with the Micro IV Docking Station.

DI220 Using the Optional Docking Station The maintenance and operating functions of the Micro IV can be automated with the Micro IV Docking Station. DI220 Using the Optional Docking Station The maintenance and operating functions of the Micro IV can be automated with the Micro IV Docking Station. The following steps outline the correct sequence to

More information

Alarm Client. Installation and User Guide. NEC NEC Corporation. May 2009 NDA-30364, Revision 9

Alarm Client. Installation and User Guide. NEC NEC Corporation. May 2009 NDA-30364, Revision 9 Alarm Client Installation and User Guide NEC NEC Corporation May 2009 NDA-30364, Revision 9 Liability Disclaimer NEC Corporation reserves the right to change the specifications, functions, or features,

More information

LineGuard 2300 Program User Manual (FloBoss 107)

LineGuard 2300 Program User Manual (FloBoss 107) Form A6251 Part Number D301346X012 November 2012 LineGuard 2300 Program User Manual (FloBoss 107) Remote Automation Solutions Revision Tracking Sheet November 2012 This manual may be revised periodically

More information

1 Application Note Bosch Security Sys Sy tems m Bosch Security Systems Smart Safety Link -

1 Application Note Bosch Security Sys Sy tems m Bosch Security Systems Smart Safety Link - 1 Application Note Public Address Smart Safety Link PAVIRO and FPA configuration Bosch Security Systems Public Address Bosch Security Systems Public Address Application Note Smart Safety Link - PAVIRO

More information

EOS INTERFACE GUIDE AND POINTS LIST For EOS BTCII Firmware Version J1239D-570 and newer

EOS INTERFACE GUIDE AND POINTS LIST For EOS BTCII Firmware Version J1239D-570 and newer Installation and interface must be performed by a qualified controls technician. IMPORTANT: THIS MANUAL CONTAINS INFORMATION REQUIRED FOR INSTALLATION, INTERFACE AND CONFIGURATION OF THIS EQUIPMENT. READ

More information

FS Mircom FX2000 Fire Alarm Panel

FS Mircom FX2000 Fire Alarm Panel Driver Manual (Supplement to the FieldServer Instruction Manual) FS-8705-16 Mircom FX2000 Fire Alarm Panel APPLICABILITY & EFFECTIVITY Effective for all systems manufactured after May 1, 2001 Chipkin Automation

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

IRIS Touch Firmware Enhancements and Additions from Version to Version

IRIS Touch Firmware Enhancements and Additions from Version to Version Overview IRIS Touch Firmware Enhancements and Additions from Version 1.14.3 to Version 1.19.1 This document details enhancements to the feature set of the IRIS Touch from firmware Version 1.14.3 to Version

More information

Security System. User Guide for the LED Command Center

Security System. User Guide for the LED Command Center Security System User Guide for the LED Command Center National Security Systems Inc (800)457-1999 MY SECURITY COMPANY IS: CALL BEFORE TEST: THIS SECURITY SYSTEM IS CONNECTED TO TELEPHONE NUMBER: THE SECURITY

More information

Version 1.03 January-2002 USER S MANUAL

Version 1.03 January-2002 USER S MANUAL Version 1.03 January-2002 1 USER S MANUAL 2 Version 1.03 January-2002 System Details CUSTOMER:...... PHONE:... FAX:... INSTALLED BY:...... PHONE:... FAX:... MAINTENANCE & SERVICE:...... PHONE:... FAX:...

More information

EQ-ROBO Programming : Line tracer with 3 IR sensors

EQ-ROBO Programming : Line tracer with 3 IR sensors EQ-ROBO Programming : Line tracer with 3 IR sensors Program begin Input port setting c b Output port setting Set the servo motor to the 150 degree The line tracer with 3 IR sensors runs following the black

More information

D6500 reports are shown in typewriter style letters. For example, AC FAILED indicates the report sent when the panel reports an AC power failure.

D6500 reports are shown in typewriter style letters. For example, AC FAILED indicates the report sent when the panel reports an AC power failure. Notice The material and instructions covered in this manual have been carefully checked for accuracy and are presumed to be reliable. However, Radionics, Inc. assumes no responsibility for inaccuracies

More information

Architecting a Distributed FactoryTalk View SE Application

Architecting a Distributed FactoryTalk View SE Application Architecting a Distributed FactoryTalk View SE Application October 5 th, 2017 Kendall Connection Live PUBLIC PUBLIC - 5058-CO900H Copyright 2016 Rockwell Automation, Inc. All Rights Reserved. Agenda Introduction

More information

For Complete Fire and Gas Solutions

For Complete Fire and Gas Solutions Industrial Fire For Complete Fire and Gas Solutions 2 The Total Package What do you need from an integrated fire and gas system? In industrial fire and gas environments it s important to have a reliable

More information

Single Story Enclosed Shopping Mall Smoke Control with FSCS Override - Metasys System Extended Architecture

Single Story Enclosed Shopping Mall Smoke Control with FSCS Override - Metasys System Extended Architecture Single Story Enclosed Shopping Mall Smoke Control with FSCS Override - Metasys System Extended Architecture Application Note Code No. LIT-1201736 Release 1.2 Issued January 10, 2005 Document Introduction.................................................

More information

PF1000 CONTROLLER. for the. Heateflex Corporation 405 E. Santa Clara St. Arcadia, CA TEL: (626) ; FAX: (626)

PF1000 CONTROLLER. for the. Heateflex Corporation 405 E. Santa Clara St. Arcadia, CA TEL: (626) ; FAX: (626) PF1000 CONTROLLER for the AQUARIUS I/II DEIONIZED WATER HEATING SYSTEM Heateflex Corporation 405 E. Santa Clara St. TEL: (626)599-8566; FAX: (626)599-9567 Rev. 07 10/19/10, (PF1000) 1 2 TABLE OF CONTENTS

More information

PORTAL USER MANUAL. Mobeye WaterGuard-FS. Float sensor CM2300FS. SW version 5.n

PORTAL USER MANUAL. Mobeye WaterGuard-FS. Float sensor CM2300FS. SW version 5.n SW version 5.n PORTAL USER MANUAL Mobeye WaterGuard-FS Float sensor CM2300FS Attention! Very important This user manual contains important guidelines for the installation and usage of the Mobeye device

More information

Manual# User s Manual. DCU 410/408 Engine Control Unit RP 410 Remote Panel FW 2.3

Manual# User s Manual. DCU 410/408 Engine Control Unit RP 410 Remote Panel FW 2.3 Manual# 1100268 User s Manual DCU 410/408 Engine Control Unit RP 410 Remote Panel FW 2.3 Table of Content GENERAL INFORMATION... 3 ABOUT THIS MANUAL... 3 400 SERIES OVERVIEW... 3 Available Modules...

More information

PERMACONN PM1030 Includes DI300. Installation Manual

PERMACONN PM1030 Includes DI300. Installation Manual PERMACONN PM1030 Includes DI300 Installation Manual Radio Data Comms Unit 5/20-30 Stubbs Street Silverwater NSW 2128 Telephone: 02 9352 1777 Facsimile: 02 9352 1700 Introduction The PERMACONN system provides

More information

Contact Product Manager, with details of the application.

Contact Product Manager, with details of the application. Eaton Corporation Telecommunications Power Solutions Email: dc.info@eaton.com www.eaton.com/telecompower Application Note AN0100 SC200 SNMP Traps Last updated 14 June 2011 Applicable products Audience

More information

Managing Network Alarms and Events

Managing Network Alarms and Events 9 CHAPTER Prime Performance Manager allows you to view alarms and events that occur in your network. The following topics provide information about displaying network alarms and events: Displaying Active

More information

Planning Checklist for new IGSS projects

Planning Checklist for new IGSS projects Planning Checklist for new IGSS projects - 1 - Table of Contents Checklist for Planning a New IGSS Project... 3 Introduction... 3 Mandatory Checklist... 3 Mandatory Checklist... 5 Checkpoint 1: Understand

More information

Instructions manual. By-alarm. By-alarm Manager software

Instructions manual. By-alarm. By-alarm Manager software Instructions manual By-alarm By-alarm Manager software Index 1. Procedure for the complete programming of the By-alarm system 5 Operations to be carried out prior to the programming with By-Alarm Manager

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

QUICK USER MANUAL. Alarm Control Panel. The full user manual and other manuals are available on

QUICK USER MANUAL. Alarm Control Panel. The full user manual and other manuals are available on Alarm Control Panel Firmware Version 1.09 QUICK USER MANUAL The full user manual and other manuals are available on www.satel.eu versa_ip_us_en 11/17 SATEL sp. z o.o. ul. Budowlanych 66 80-298 Gdańsk POLAND

More information

TS400. Operating Manual. Test Station for Microtector II Series (G450/G460)

TS400. Operating Manual. Test Station for Microtector II Series (G450/G460) Operating Manual TS400 Test Station for Microtector II Series (G450/G460) GfG GESELLSCHAFT FÜR GERÄTEBAU MBH KLÖNNESTRASSE 99 44143 DORTMUND, Germany TEL. +49 / (0)2 31 / 5 64 00 0 FAX +49 / (0)2 31 /

More information

PowerLogic ION Setup Meter Configuration Software Configuration Guide

PowerLogic ION Setup Meter Configuration Software Configuration Guide PowerLogic ION Setup Meter Configuration Software Configuration Guide 70002-0293-03 12/2010 Conventions Used in this Manual This section describes the symbols and terminology used in this guide. Symbols

More information

PLC / HMI Modbus (Slave) Addressing

PLC / HMI Modbus (Slave) Addressing Made in the USA PLC / HMI Modbus (Slave) Addressing Legacy - HMI touch screen with built in Legacy - Pentra PLC with Expandable I/O Legacy Chiller Systems, Inc. General Information IMPORTANT READ BEFORE

More information

T4000 Security Communicator

T4000 Security Communicator Inner Range T4000 Security Communicator 1 T4000 Security Communicator by Inner Range P/N: 998530 / 998530NZ 998530LT (Lite Version) Installation & Operation Manual. Rev: 1.5 Inner Range Pty. Ltd. www.innerrange.com

More information

Exercise 8. Controlling a Batch Mixing Process EXERCISE OBJECTIVE

Exercise 8. Controlling a Batch Mixing Process EXERCISE OBJECTIVE Exercise 8 Controlling a Batch Mixing Process EXERCISE OBJECTIVE To create a ladder program for controlling a batch mixing process. To test program operation through the completion of verification steps.

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

The EN54 Part 2, 4 and 13 Fire System

The EN54 Part 2, 4 and 13 Fire System Scope of work: To design, supply, install and commission an Analogue Addressable Fire Alarm Control System in accordance with the details specified herein and in accordance with supplied drawings The EN54

More information

Fratech Multipath-IP

Fratech Multipath-IP Rev 2.0 (May 2013) Installer Manual 1 Current Part Numbers: Fratech Multipath-IP E-Link STU PCB & Accessory Kit only In Metal Enclosure with Power Supply 998325-PK 998325-XS Installer Manual This document

More information

X64 Wireless Training

X64 Wireless Training X64 Wireless Training IDS Contents 1 Contents Features 3 Wireless Hardware 4 IDS & Duevi integration PCB 5 LED operation 5 Wireless Device Hardware setup 6 Location 260 7 LED Keypad Instructions 7 Adding

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

Manual# User s Manual. 200 Series. DCU 210/208 Diesel Engine Control Unit RP 210 Remote Panel

Manual# User s Manual. 200 Series. DCU 210/208 Diesel Engine Control Unit RP 210 Remote Panel Manual# 1100334 User s Manual 200 Series DCU 210/208 Diesel Engine Control Unit RP 210 Remote Panel Rev. March 2012 User's Manual for the Marine Pro 200 Series ~~~ DCU 210 Diesel Engine Control Unit DCU

More information

Memcom Emergency Telephone

Memcom Emergency Telephone Memcom Emergency Telephone Installation Guide Ref No. 450 900 (GB) Version 2 + + Simple wiring for quick installation + + Integrated LCD display shows you what you have programmed + + All code based programming

More information