ICS Regent. Communications Package for W INTERPRET. Guarded Peer-Link Communications (T3831) PD-6041

Size: px
Start display at page:

Download "ICS Regent. Communications Package for W INTERPRET. Guarded Peer-Link Communications (T3831) PD-6041"

Transcription

1 ICS Regent PD-6041 Communications Package for W INTERPRET Guarded Peer-Link Communications (T3831) Issue 1, March, 06 The WINTERPRET Communications Package is an add-in software package that allows you to configure Guarded Peer-Link communications for interconnected Regent systems. Using Guarded Peer-Link, multiple Regent systems can transfer safety-critical data between each other for distributed safety interlocking within a plant. Using redundant networks and communications modules, the peer-to-peer communications are protected against single points of failure. Features Multidrop peer-to-peer communications between two to 31 Regent controllers. Supports single and redundant networks (from one to five legs). Deterministic protocol suitable for transfer of safety-critical data between Regent systems. TÜV certified, Risk Class 5. Transfer up to 6,500 variables over the network. Each leg of a redundant network is Mastered by a separate Regent system. Full status monitoring and alarming of the network through system variables in each Regent. Industrial Control Services 1

2 Software Installation The Communications package is installed on the PC running the WINTERPRET application software. The WINTERPRET base package provides the necessary installation software to install this add-in communications package. The communications package should be installed at the same time or after you have installed the WINTERPRET base package. Installation Procedure Important! The files on the Communications package diskette are in compressed form. You cannot simply copy the files to your hard drive they must be decompressed before they will run. You must have the WINTERPRET base package distribution disk in order to run the setup procedure to install the Communications package. To install the Communications package, use the following sequence: 1. Insert the WINTERPRET base package distribution disk into drive A: or B: 2. Start Windows (if it isn t already running). 3. Choose Run from the Program Manager s File menu. 4. Type a:\setup.exe in the text box. (if you inserted the WINTERPRET base package disk in drive B: type b:\setup.exe.) Choose OK or press ENTER. 5. In the WINTERPRET Setup dialog box enter the name of the directory in which you have installed the WINTERPRET base package (This assumes that you have already installed WINTERPRET). Choose Continue. 6. In the WINTERPRET Installation dialog box check the Communications package box. 7. Choose OK to have the setup program install the Communications package software. When the installation is completed, you can run the WINTERPRET application and define the Guarded Peer-Link communications variables and projects. For detailed guidelines on configuring the Guarded Peer-Link 2 Industrial Control Services

3 communications see Configuring the Guarded Peer-Link, starting on page 11. Guarded Peer-Link Operation Guarded Peer-Link communications allow multiple Regents to send and receive data over a bussed serial communications network. This multidrop network can be made redundant by using up to five separate multidrop legs, each connected to serial ports on the Regent communications modules. An example is shown in Figure 1. Figure 1. Guarded Peer-Link Communications Network. Each leg of the GPL network requires one Regent to act as the GPL Master for the leg. When redundant legs are used for fault tolerance, each leg has a unique GPL master. For example, in Figure 1, Regent 1 is the GPL master for network leg 1 and Regent 4 is the GPL master of network leg 2. By utilizing separate GPL masters for each network leg, the GPL communications can be maintained as long as at least one GPL master is running. P D M a r c h, 0 6 3

4 Theory of Operation Each leg of the GPL network uses a bussed multidrop RS-485 communication link for exchanging data between up to 31 Regents. When loaded and operating, the GPL communications activity on each leg sequences through polling commands and broadcast responses as shown in Figure 2. The completion of this sequence for each Regent on the network makes up a GPL communications cycle. This cycle repeats continuously while the GPL master for the leg is operating. Each leg of the network runs asynchronous to each other. Figure 2. The GPL communications cycle. During the communications cycle the GPL master issues a poll command to a Regent to transmit its GPL data packet. The polled Regent broadcasts its GPL data packet which contains all of the GPL variables configured for the Regent. Each Regent on the network receives the broadcasted GPL data packet and stores the contents in an internal GPL input buffer. The GPL master then issues a poll command to the next Regent on the network to transmit its GPL data packet. This sequence continues until all Regents identified in the GPL configuration have been polled and subsequently broadcast their GPL data packets. The GPL master repeats the communication cycle continuously. Internal to each Regent configured for GPL communications are input templates, output templates, input data buffers and output data buffers. Each of these are described below. Input Templates The Regent has an input template for every configured node on the network (including itself). Figure 3 illustrates the structure of the GPL input templates for each Regent configured for Guarded Peer-Link communications. 4 Industrial Control Services

5 Figure 3. Structure of the GPL Input Templates. The input templates allow the Regent to understand the data format of GPL variables from each Regent s data packet and where to copy the needed variables from the input buffers into this Regent s I/O and shared variables. In addition, the input template contains initial and final values for each variable (as configured in the I/O or shared variable editors). The initial value will be used when the Regent powers up (warm starts), until subsequent GPL data packets are received. The final value is used for input variables when input data is not received from a particular node on the network (all of the input buffers for the node have timed out on all legs, see GPL Fault Handling, starting on page 8). The total size of the GPL input template in each Regent will be: GPL Input Template = 20 * (No. of Nodes) + 10 * (Qty of Variables) + 12 bytes P D M a r c h, 0 6 5

6 Input Data Buffers Each Regent connected to a GPL network with L legs has 2*L input data buffers for each node on the network (including itself). For example a GPL network with two legs (dual redundant) has 4 input data buffers for each node (two for each leg). Each of these data buffers is the size of the GPL data packet from the associated node. Figure 4 illustrates the structure of the GPL input data buffers in each Regent configured for Guarded Peer-Link communications. Figure 4. Structure of the GPL Input Data Buffers. When an incoming GPL data packet is received it is stored in one of the two buffers for the leg of the network the data was received and the input data buffer is marked as most recent. The previous most recent input data buffer is marked as empty. At the end of the application program scan, the Regent will use the input data buffer that is marked as most 6 Industrial Control Services

7 recent to transfer the input GPL variables into the Regent s shared variables and I/O memory areas (as defined by the input templates). Output Template The Output Template is used to identify which variables in the Regent are configured as GPL variables that this Regent provides to the GPL network. Figure 5 illustrates the structure of the GPL output template for an individual Regent configured for Guarded Peer-Link communications. Figure 5. Structure of the GPL Output Template. At the end of each application program scan the Regent uses the definitions in the output template to load its primary GPL output data buffer with the GPL output variables. Output Data Buffers Each Regent connected to a GPL network with L legs has L+1 output data buffers. One is a primary output data buffer and the others are individual output data buffers for each leg of the network. Figure 6 illustrates the structure of the GPL output data buffers for a Regent configured for Guarded PeerLink communications. P D M a r c h, 0 6 7

8 Figure 6. Structure of the GPL Output Data Buffers. Each buffer is the size of the GPL data packet that this Regent provides to the network. At the end of each application program scan, the values of the variables configured for GPL are copied into the primary output data buffer. When the Regent receives its GPL poll command from a particular leg of the network, the primary output data buffer is copied to the output data buffer for that leg and the Regent broadcasts its GPL data from this buffer to the particular leg of the network. GPL Fault Handling During GPL operations, each Regent performs fault detection and fault handling for the GPL communications, regardless of whether it is a GPL Net Master or Net Slave. The input 8 Industrial Control Services

9 templates in each Regent provide a complete definition of the entire GPL network configuration. When the GPL communications are active (see Connect Network, starting on page 22) each Regent monitors the activities of the GPL network for the types of errors listed in Table 1. A brief explanation accompanies each type of error. Table 1. Guarded Peer-Link Communications Errors. Communications Error Explanation Parity The communications module UART detects a parity error for character. Framing The communications module UART detects a data framing error. Character over-run The communications module UART detects a character over-run. Packet CRC The Regent validates the CRC for a received packet. Intercharacter time-out The Regent detects an intercharacter time-out condition (5 character times). Packet echo time-out The Regent detects that a node has not started to transmit a response to a poll request in the allotted time (20 milliseconds). Remote activity time-out The Regent reports an error when no communications activity occurs on a GPL port for allotted time (2 seconds). When the Regent detects errors on the GPL communications, it reports these errors using system variable control relays. Internally the Regent filters these faults to mask transient or intermittent failures. When a fault occurs repeatedly, then fault bits are set and certain fault handling responses may occur. For example if a Regent fails to receive data from a particular node on the network, a fault bit will be set and the GPL input data variables associated with that node will be set to their configured final values. GPL System Variables There are 49 system variable control relays that are defined for GPL status and fault reporting. These variables should be monitored as appropriate in the application programs or operator interface to notify plant personnel about the status of P D M a r c h, 0 6 9

10 GPL communications. A brief description of each of these variables is provided in Table 2. Table 2. GPL System Variables. 10 Variable Name Description GPLPxMASTER Port x is configured as a GPL Net Master Port x is the port number (2 through 5). This bit turns on after loading the Regent serial ports definition. GPLMSTRSCAN The GPL master is scanning. If the Regent is configured as a GPL Net Master, this bit is on after the Start Network command is performed. GPLCONNECT The Regent is connected to GPL. Once the Connect Network command is performed, this bit is on to indicate the GPL Network functions are active. GPLINTEMP The GPL input template is defined. This bit is on after the Load Network command is performed, to indicate a valid input template is loaded. GPLOUTTEMP The GPL output template is defined. This bit is on after the Load Network command is performed, to indicate a valid output template is loaded. GPLSCANONE First GPL scan. This bit is on after the Connect Network command is first performed and remains on until several GPL communications cycles have completed successfully. GPLDATAxx GPL Node xx has provided fresh data xx ranges from 01 to 31. When GPL is successfully running, the GPLDATAxx bit is on for each configured GPL node. While the GPL is running, if a GPLDATAxx bit turns off, it indicates that this Regent is no longer receiving fresh data from node xx. GPLFLTANYBUS Fault on any GPL bus. This bit turns on if any type of fault is detected for GPL. Normally accompanied by GPLPxFAULT bit(s). GPLPxFAULT Port x GPL bus fault. This bit turns on if a fault is detected for a specific communications port for GPL x ranges from 1 to 6, representing the communications port number of the Regent. GPLFLTLOCAL GPL local bus has a fault. This bit turns on when the Regent detects a local fault using a loopback verification test when it transmits its own GPL packets. Normally this fault indicates a communications module fault, or cable disconnected. Industrial Control Services

11 Configuring the Guarded Peer-Link Configuration Planning The Guarded Peer-Link Definitions Dialog is accessed from the Project Selector Window s Definitions Menu. Before you use this command you should perform the following activities. 1) Define all Projects Each Regent to be connected using Guarded Peer-Link communications must be defined as a project using WINTERPRET. 2) Configure the serial ports For each Regent, configure the serial ports that will be used for Guarded Peer-Link communications. For each leg of the Guarded Peer-Link, one Regent will be configured with a Net Master port and the other Regents will be configured with a Net Slave port. 3) Identify the GPL variables provided by each Regent Each variable that a Regent will provide to one or more other Regents must be already be defined in the providing Regent s I/O or shared variable definitions. 4) Identify the GPL variables received by each Regent Each GPL variable that a Regent will receive from another Regent must be defined in the receiving Regent s I/O or shared variable definitions. In the receiving Regent s I/O or shared variable definition the variable must be defined using the exact same tag name the variable is named in the providing Regent. P D M a r c h,

12 Configuring the Regent Serial Ports for GPL Communications In each Regent project, use the Serial Ports command from the Project Editor s Definitions Menu to define the serial ports used for GPL communications. An example of the Serial Ports dialog is shown in Figure 7. Figure 7. Defining GPL Ports in the Serial Ports Dialog. In this example, two ports are configured for GPL communications indicating that the GPL network uses two legs for redundancy. Port 2 is configured as a Net Master for one leg all other Regents connected to this leg should be configured as Net Slaves. Port 4 is configured as a Net Slave one of the other Regents must be configured as the Net Master for this leg of the GPL Network. Each GPL port for this Regent is configured as node number 1, and the baud rate is set for 19,200 baud. Data format for GPL ports must be set for 8 data bits, 1 stop bit and odd parity. An example of the serial port settings for four Regents connected by two legs of a GPL network is shown in Table Industrial Control Services

13 Table 3. Example of Serial Port Settings for Four Regents. Port # Node # Port Type Baud Rate Data Format Network Leg Regent Net Master 19.2K 8+1+Odd Net Slave 19.2K 8+1+Odd 2 Regent Net Slave 19.2K 8+1+Odd Net Slave 19.2K 8+1+Odd 2 Regent Net Slave 19.2K 8+1+Odd Net Slave 19.2K 8+1+Odd 2 Regent Net Slave 19.2K 8+1+Odd Net Master 19.2K 8+1+Odd 2 In this example, each Regent has a unique node number, and both GPL ports for an individual Regent are assigned the same node number. For each Regent, the two ports used for GPL communications are ports on different communications modules. This makes the network fault tolerant in case of a communications module failure and subsequent module removal and replacement. In the example, Regent 1 is the Net Master for Leg 1 of the GPL network and Regent 4 is the Net Master for Leg 2. All other GPL ports are configured as Net Slaves. The Baud rate and data format are configured the same for all GPL ports. Identifying GPL variables An example of variable definitions for four Regents is shown in Table 4. The variables listed in each Regent s column would need to be defined in the I/O or shared variable definitions for that Regent. For each Regent, the variables are arranged in two rows to illustrate whether the Regent will output the variables to the GPL network (to one or more other Regents), or whether the Regent will input the variables from the GPL network (from another Regent). P D M a r c h,

14 Table 4. Example of Variable Definitions. GPL Output Variables Regent 1 Regent 2 Regent 3 Regent 4 LS101_R1 PT219_R2 PT308_R3 [none]3 XV118_R1 LT342_R3 LT172_R1 LT356_R3 PB100_R1 GPL Input Variables PT219_R2 PB100_R1 PT308_R3 XV118_R1 [none]2 LT172_R1 LT342_R3 LT356_R3 PB100_R1 Notes: 1) Choose a format for the tag names that you will use for GPL variables. For example, the last three characters of each tag name (e.g. _R1, _R2, _R3 or _R4) were chosen to indicate which Regent originates the variable to the GPL network. This type of tag name format is not required but it helps identify the GPL variables to system engineers and other plant personnel. 2) A Regent might only output data to the GPL network. For example, Regent 3 outputs three variables to the GPL network. However, it doesn t have any definitions for the variables that are output by the other Regents. The GPL data received from the other Regents will not be used by Regent 3. 3) A Regent might only input data from the GPL network. For example, Regent 4 doesn t output any variables to the GPL network. However, it has four variables defined that will be input from the GPL data of the other Regents. You should plan for the GPL configuration by making sure that each Regent has an identical tag name defined (typically in its shared variable definition) for every variable it will need to receive from another Regent. Initial and Final Values When you configure variables in the I/O and shared variable definition editors, you can configure an initial and final value for each variable (except digital and analog inputs). These 14 Industrial Control Services

15 values are used by the GPL configuration when building the input data templates for each Regent. The initial value is used after a Regent warm starts until a valid data value is received by the GPL communications. If no initial value is defined, the variable will remain in its last state. The final value is used if the GPL communications times out and fresh data from the providing Regent is not received over any of the legs of the GPL network. If no final value is defined, the variable will remain in its last state. For each variable that a Regent will input from the GPL communications you should define the initial and final values that are appropriate for your system. Using the GPL configuration editor Once you have defined your projects, configured the serial ports and configured the I/O and shared variable definitions you can use the GPL configuration editor. From the Project Selector Window, choose Guarded Peer-Link Configuration from the Definitions Menu. The Guarded Peer-Link Configuration dialog is opened as shown in Figure 8. Figure 8. The Guarded Peer-Link Configuration Dialog. The dialog lists the names of each variable that is added to the GPL configuration. Each variable is listed by name, the project that outputs the variable followed by a portion of the P D M a r c h,

16 variable s description. Configuring the Guarded Peer-Link is a three step process. Step 1: Select the projects that will participate in the GPL communications. Use the Projects button to open a dialog to select the participating projects. Step 2: Define the GPL variables. Use the Add, Edit and Delete Buttons to enter, change or remove a definition from the GPL variables list. Step 3: End the configuration process using the Save button to save your changes and compile the Guarded PeerLink configuration and templates for each participating project. You may also choose Cancel to end the configuration without saving or compiling. Details of each of these steps is described below. Selecting Projects for GPL Communications When you choose the Projects button the dialog box shown in Figure 9 is opened. From this dialog you can select which of your projects that are defined in your WINTERPRET system will participate in the GPL communications network. Each project is listed alphabetically by name and description. Projects that are selected to participate in the GPL communications are marked by and asterisk (*). Figure 9. Selecting Projects for GPL Communications. Select one or more projects using the mouse or keyboard. Use the Select All button to select all of the projects. Choose Include to mark each selected project with an asterisk (*) to 16 Industrial Control Services

17 include it in GPL communications. Choose Exclude to remove the asterisk to exclude the project from GPL communications. When you are through choose OK to save your selections or Cancel to abandon any changes you have made to the participating projects list. After you choose OK or Cancel, the Guarded Peer-Link Participating Projects dialog closes and you return to the Guarded Peer-Link Configuration dialog. Once you have selected the projects that will participate in GPL communications you can define the GPL communications variables. Defining GPL Variables After you have selected the participating projects you can define the GPL variables. Choose Add, Edit or Delete to define the GPL variables. Add Choose Add to add a new variable to the GPL configuration. In the Add dialog shown in Figure 10, enter the name of the GPL variable then select the project which provides the variable. For the example of GPL variables listed in Table 4, each of the variables that are in the GPL Output Variables row would be added to the GPL variables list and the providing project would be the project that outputs the variable. For instance, variable LT172_R1 would be entered and project REGENT1 would be selected as the providing project. Figure 10. Adding a GPL Variable. P D M a r c h,

18 Edit If you wish to change the definition of an existing GPL variable, select the variable using the mouse or keyboard and choose Edit. You would need to use edit if you entered the wrong name of a variable, or selected the wrong providing project. In the Edit Network Variable dialog, change the variable name or Providing Project as required. Delete If you wish to delete a variable from the variable list, select the variable using the mouse or keyboard and choose Delete. If the WINTERPRET Prompt for Delete Option is on, you must confirm your delete selection in the subsequent delete prompt. If the Prompt for Delete Option is off, the variable is deleted from the list without further prompts. Exiting the GPL Configuration Editor You can exit the GPL configuration editor by choosing either Save or Cancel. Choose Save if you have made changes to the GPL configuration (or wish to compile the configuration whether you have made changes or not). Choose Cancel if you wish to Exit without saving or compiling any changes that may have been made. If you choose Save, the GPL configuration is saved to a WINTERPRET system subdirectory called 2NET_DIR. WINTERPRET then prompts you to compile the GPL configuration. Normally you should always choose Yes. If you choose No, a warning dialog reports that the saved configuration is not compiled. When you choose Yes to compile, the GPL configuration is compiled to build the Input and Output Templates for each participating project. WINTERPRET examines the I/O, shared variable and serial ports definitions for each participating project during the compile process. The compiler checks the following things. 1) Each project has one or more network ports defined. 2) The network ports for an individual project have the same node number (actually checked by the serial ports editor). 3) The node numbers for each project are unique. 18 Industrial Control Services

19 4) Each variable provided by a particular project is defined for that project (in its I/O or shared variable definitions). The compiler uses the list of GPL output variables to look for identically named variables in each of the other participating projects. When an identical name is found, the compiler checks that the variable is a similar data type (e.g. bit, word, or floating point) and can be written (e.g. most system variables like VRESET are write protected). The compiler does not check the variables for comm protection. When the compiler completes successfully, the Input and Output Templates for each project are created and stored in a subdirectory called 2NETWORK in each participating project s directory. This information will be used when the GPL network is loaded for each project (see Load Network, page 21). Installation Planning Each leg of the Guarded Peer-Link communications network uses a bussed 2-wire RS485 compatible link. The T3150A communications module supports the direct connection of RS485 serial links. This module is shipped from the factory configured for RS232 and RS422 operating modes. The module must be disassembled and configuration jumpers repositioned to support RS485. The ICS Regent Product Description, PD-6002, describes the necessary procedure to correctly configure the module for RS485 communications. Alternately, RS232 ports of a Regent can be used if an external RS485-to-RS232 converter is installed. If your Regent system has T3150 or T3151 communications modules (which only support RS232) you will need to use external serial converters. GPL Network Cabling Figure 11 illustrates the required 2-wire bussed serial connections used for GPL communications. At each Regent the transmit data signal pair (TX+, TX-) is jumpered to the receive data signal pair (RX+, RX-). Contention control is P D M a r c h,

20 coordinated for each GPL leg by the Network Master for the associated leg (the Regent configured as Net Master). Figure 11. GPL Communications Wiring Diagram. Cable drops at Regents should be avoided or at least kept to a minimum (less than 3 feet). The cable shield should be maintained throughout the network and connected to a Metal connector hood at one node only (preferably the Net Master of the associated network leg). The metal connector hood is tied to ground via the Regent communications module and controller chassis ground. 20 Industrial Control Services

21 Loading, Connecting and Starting the Guarded Peer-Link WINTERPRET provides commands to Load, Connect and Start the Guarded Peer-Link Network functions in the Regent. These commands are performed from the Execution Controller Window s Network Menu. The Load Network and Connect Network commands must be performed on each Regent participating in the GPL communications. Finally, the Start Network command must be used for each Regent configured with a Net Master port to start the GPL communications functions for each Network leg. Details of each of the Network commands are described below. The Network commands should be used after all other normal initialization and loading functions of the Regent are completed. These are listed in Table 5. Table 5. Commands to Perform Before Network Operations. Initialize RAMcode Load I/O Configuration Load Shared Allocation Start Inputs and Outputs Load Serial Ports Configuration Load Programs Run Programs Load Comm Protection Enable Comm Protection Load Network The Load Network command loads the GPL configuration to the Regent. This command must be performed for each Regent participating in the GPL communications. During the Load process WINTERPRET loads the Regent with the Input and Output Templates for GPL communications. Subsequently the Regent allocates the necessary memory for the Input and Output Buffers required for GPL. P D M a r c h,

22 When the Load Network command is completed, the system variables GPLINTEMP and GPLOUTTEMP will be on, indicating the GPL input and output templates have been loaded. Unload Network The Unload Network command deletes the GPL configuration from the Regent. This command cannot be used while the network is active (see Connect Network below). After using the Unload Network command, the system variables GPLINTEMP and GPLOUTTEMP will be off, indicating the input and output templates have been deleted. Connect Network The Connect Network command activates the primary functions for GPL communications. This fully activates the GPL for Regents with only Net Slave type ports. If the Regent has a Net Master port the Start Network command should also be used (see Start Network, below). After the Connect Network command is performed, the system variable GPLCONNECT will be on, indicating the network is active. While the network is active, the Regent will respond to poll commands received from a Network Master and broadcast its GPL output variables to the network. The Regent will also process GPL input data broadcasted from other Regents communicating on the GPL network. The first time the Network is activated after it is loaded, the system variable GPLSCANONE turns on. This system variable remains on until several valid GPL communications poll requests are received from a Network Master on one or more GPL legs. Once the network is activated for a Regent, most loading and initialization commands from WINTERPRET are no longer allowed. The particular commands are listed in Table Industrial Control Services

23 Table 6. Commands Not Allowed While Network is Active. Load Program Run Program Stop Program Scan Program Delete Program Reset Local Variables Load RAMcode Load I/O Configuration Load Shared Variable Allocation Start/Stop Inputs/Outputs Load Network Unload Network Voted Reset (command disallowed use reset buttons on processor modules) Compare to Regent (I/O Configuration) In order to perform any of these functions from WINTERPRET, you should use the Disconnect Network command to deactivate the GPL communications for the necessary Regent. Disconnect Network The Disconnect Network command deactivates the primary functions for GPL communications. After disconnecting the Regent, the input variables are set to their final values (if so configured). While the Regent is disconnected, it does not respond to any poll requests from a Net Master and does not process any input data broadcasted by other Regents on the GPL network. Use the Disconnect Network command to deactivate the network if you need to perform any of the commands listed in Table 6. After performing the necessary commands use the Connect Network command to activate the network. Start Network The Start Network command activates the Net Master function for a Regent that is configured with a Net Master port. If the Regent does not have a Net Master port, this command has no effect. P D M a r c h,

24 After the Start Network command is performed, the Regent will begin issuing poll commands over the Net Master port to each Regent on the GPL communications network. When a Net Master has been started, and all other Regents are connected, The GPL should be fully functional (ignoring any hardware, cabling or configuration error problems). When a GPL Net Master is scanning, the system variable GPLMSTRSCAN is on in the Regent that has the Net Master port. The GPL activity can be observed by watching the transmit and receive LEDs on the associated communications module port(s). Each time the Net Master issues a poll command to a Regent (including itself) its Transmit LED turns on and the associated Receive LEDs at each Regent also turn on. The polled Regent then responds by broadcasting its data packet (its Transmit LED turns on), and each Regent receives the data packet (their Receive LEDs turn on). This poll and response repeats for each node of the GPL network. After every Regent is polled the entire GPL cycle is repeated. Each Regent contains system variables to report the receipt of data from each GPL node. These variables are named GPLDATA01 through GPLDATA32 and correspond to the Regent node numbers 1 through 31. The GPLDATAxx variables for each configured node on the network will normally be on when GPL communications are operating correctly. When a Regent stops receiving valid data from a particular node over all of the network legs the corresponding GPLDATAxx variable will turn off. For example if a GPL network with dual legs is fully operational, and then the Disconnect Network command is performed on node 3, the system variable GPLDATA03 will turn off at all of the other Regents, because node 3 does not broadcast its data on any leg of the network when it is deactivated. Stop Network The Stop Network command deactivates the Net Master function for a Regent that has a Net Master port. When the Net Master is stopped, it no longer issues poll commands over the leg of the network it manages. 24 Industrial Control Services

25 In a GPL network with one leg, stopping the Net Master stops all GPL communications activities. In a GPL network with two or more redundant legs, stopping one Net Master only stops the GPL communications for a single network leg. The other network legs should remain operational because they are managed by a different Regent node. The Regent that has been stopped only stops performing the Net Master polling for its associated network leg. However, if it is still connected (see Connect Network, above) it will continue to respond to GPL communications polling from other Net Masters on the other network legs. GPL Performance There are two performance characteristics related to Regent systems that perform GPL communications; the GPL cycle time and the application program scan time. Each of these are discussed below. GPL Cycle Time GPL cycle time represents the time required for all Regents to take their turn transmitting their data on a leg of the GPL network (in response to the poll commands issued by the associated GPL Net Master). In most applications the GPL cycle time is a function of the total amount of GPL data that is configured for the GPL network. As the total amount of data increases, so does the GPL cycle time. This is illustrated in Figure 12. P D M a r c h,

26 Figure 12. GPL Cycle Time vs. Amount of GPL Data. To calculate the amount of GPL data (in bytes) use the following equation: GPL Data = (QTYBit * 1 byte) + (QTYWord * 2 bytes) + (QTYFP * 4 bytes) Where: GPL Data = Total Quantity of GPL Data configured for the Network QTYBit = Total number of bit type variables (Digital Inputs, Outputs and Control Relays) QTYWord = Total number of word type variables (analog inputs, outputs, shared registers) QTYFP = Total number of shared floating point registers For example, consider a GPL configuration as shown in Table 7, which lists the amount and types of data each of four Regents are configured to output to the GPL Network. 26 Industrial Control Services

27 Table 7. Example of GPL Data Configuration. Type of Variable Regent 1 Regent 2 Regent 3 Regent 4 Totals Bit Data Word Data FP Data Applying the above equation to this configuration yields a total GPL data size of 914 bytes. Using this total GPL data size in the graph in Figure 12, indicates that the approximate GPL cycle time would be 1.05 seconds. This would be the rate at which each Regent will receive fresh data from every other Regent on the GPL network. When multiple network legs are configured each leg runs asynchronously. Each leg will be updating the GPL data at this rate. Because of the asynchronous operation of the network legs, the data in each Regent will be updated at a rate less than or equal to the cycle time. Application Program Scan Time After the GPL configuration is loaded (Load Network command) and the GPL communications is active (Connect Network command) the Regent performs additional processing functions each application program scan. This includes refreshing the Primary Output Buffer and checking the Input Buffers and processing any input data received from other Regents. This causes the Regent s application program scan time to get longer than it was before the GPL network was activated. The amount of increase in application program scan time is mostly affected by the total amount of GPL data configured for the network. This is illustrated in Figure 13. The amount of GPL data is calculated the using the equation shown on page 26. This value can be used to estimate the amount that GPL communications increases the Regent s application program scan time. P D M a r c h,

28 Figure 13. Application Scan Time Increase by GPL Communications. For example, assume the same GPL configuration shown in Table 7 where the total amount of GPL data is 914 bytes. Using this value for the total GPL data, Figure 13 illustrates that each Regent s scan time would increase approximately 110 milliseconds when the network is active (Connect Network command) and approximately 150 milliseconds when the two legs of the network are running (Start Network command for each Net Master). Optimizing GPL Performance In the example illustrated above for GPL performance, a cycle time of 1.05 seconds and a scan time increase of 150 milliseconds were estimated. These values could be reduced significantly if the total amount of GPL data could be reduced. One simple way to reduce the total amount of GPL data is avoid configuring bit type variables for GPL. Instead, if we 28 Industrial Control Services

29 pack the bit type variables in each Regent into word type variables (using the Block Move instruction in ladder logic) then we could transfer 16 bits of data in only 2 bytes of GPL word data instead of 16 bytes of GPL bit data. In each Regent that receives the GPL data, the word data would be unpacked into individual shared control relays (again, using the Block Move instruction in ladder logic). In our example above, this type of optimization can significantly improve the GPL cycle time and reduce the increase in application program scan time. For example, Table 8 shows new optimized GPL data quantities for each Regent in our example. Table 8. Optimized GPL Data Configuration. Type of Variable Regent 1 Regent 2 Regent 3 Regent 4 Totals Bit Data [none] Packed Bit Data in Words 4 words 7 words 4 words 20 words 35 (includes 14 spare bits) (includes 12 spare bits) (includes 4 spare bits) (no spare bits) Word Data FP Data With this configuration our total GPL data would be reduced from 914 bytes to only 454 bytes. Using this new total GPL data quantity in the graphs in Figures 12 and 13 shows that our optimized cycle time would be 0.55 seconds and the increase in scan time would be reduced to only 75 milliseconds. For large amounts of bit type variables that need to be communicated using GPL, this optimization method provides significant performance improvements. P D M a r c h,

30 Troubleshooting the Guarded Peer-Link GPL Status Information After you use the Load, Connect and Start Network commands of WINTERPRET to activate the GPL operations in the Regent systems, each Regent performs diagnostics on the GPL communications. Make sure that you follow the steps outlined in the Loading, Connecting and Starting the Guarded Peer-Link, starting on page 21. If you have correctly configured and activated the Guarded Peer-Link, the following GPL system variables will report the status of the GPL communications. GPLINTEMP Always on if valid GPL input templates are loaded. GPLOUTTEMP Always on if valid GPL output templates are loaded. GPLCONNECT Always on if the GPL has been Connected. GPLMSTRSCAN Always on for a Regent with a Net Master port in the GPL network is started. GPLDATAxx For every configured node xx (ranging from 01 to 31) the associated GPLDATAxx system variable should always be on if valid fresh data is being received from at least one leg of the GPL network. If this bit ever turns off for a configured node, then there is usually a problem associated with that node (e.g. not connected). The GPL system variables contain three types of GPL fault status information. First, a general fault bit named GPLFLTANYBUS will turn on if any type of GPL fault has been detected. This bit should always be monitored because it provides a general annunciation of any type of GPL communications error. Second, port fault bits named GPLPxFAULT (where x is 1 through 6 for the port number) will turn on to indicate which GPL port is not operating correctly. By monitoring these bits, 30 Industrial Control Services

31 one can easily isolate the GPL fault to a particular leg of the GPL network. Third, a local fault bit named GPLFLTLOCAL will turn on if the Regent detects that the fault is caused locally by one of its own communications modules. Depending on the type of communications module failure and the function of the port (i.e. Net Master or Net Slave) the Regent may not always be able to determine that its local communications module is the source of the fault. However, the GPLPxFAULT bits will indicate the communications port where there is either a local or external fault. The transmit and receive LEDs on each GPL communications port also provide assistance in troubleshooting the GPL communications activities. On each GPL port, these LEDs should be flashing as GPL poll commands and data packets are communicated over the GPL network legs. Troubleshooting Methods When GPL faults occur, you should check the status of the GPL system variables first. Since these variables can be monitored remotely via communications with WINTERPRET or an external operator interface, they can quickly provide information about the GPL error. Determine if each Regent is still communicating over GPL. The GPLDATAxx bits will indicate if each node is still communicating successfully over at least one leg of the network. Determine which leg of the network is faulted. Examine the GPLPxFAULT bits to determine the port numbers and examine your systems cable diagram to identify the GPL network leg associated with the port errors. Determine if a Regent reports a local fault with its GPLFLTLOCAL variable. Examine the transmit and receive LEDs on each communications port of the network leg that is faulty. By observing the LED activity at each Regent, you can determine where along a network cable you may have a cable fault. Regents on the Net Master side of a cable fault will still have both transmit and receive activity. Regents on the other P D M a r c h,

32 side of the cable fault will not show any transmit or receive activity. Check each Regent to see that it transmits its packet regularly on the effected leg of the network. If a transmit LED never turns on, but the receive LED does, then this communications module may be faulty (receiver fault). This Regent would not receive a poll command and so would not ever transmit its packet on this leg of the network. Safety Considerations The Guarded Peer-Link communications for the Regent is TÜV certified to Risk Class 5 for safety critical systems. The GPL communications can be used to transfer safety critical data between multiple Regents under the following conditions. 1) At least two GPL legs are used and the Net Master of each GPL network leg is a separate Regent system. 2) The GPL system variables are monitored by the application program or suitable external operator interface system to report the status of GPL operations and alarm GPL fault conditions to operations personnel. 3) Safety critical data configured for GPL shall have initial and final values configured at each Regent. These values should be set so that the systems will provide safe process operations or shutdown if GPL communications are inactive or fail. 4) During system commissioning, the transfer of all safety critical data between Regents shall be fully tested and verified. This includes the verification of the initial values after GPL initialization, the correct operating values during GPL activity, and the final values under simulated GPL fault conditions (GPL fault conditions can be simulated by disconnecting the network cables for each leg from the communications modules at the Regent). 32 Industrial Control Services

ICS Regent. Software Validation Package for W INTERPRET

ICS Regent. Software Validation Package for W INTERPRET ICS Regent PD-6045 Software Validation Package for W INTERPRET Integrity Checking and Validation Software for Application Programs and Guarded PeerLink Configuration (T3835) Issue 1, March, 06 The Software

More information

ICS Regent. Guarded Analog Output Modules. 4 to 20 ma (T3480) PD-6026

ICS Regent. Guarded Analog Output Modules. 4 to 20 ma (T3480) PD-6026 ICS Regent PD-6026 Guarded Analog Output Modules 4 to 20 ma (T3480) Issue 1, March, 06 Guarded analog output modules provide 4 to 20 ma current outputs for a maximum of six user loads per module. These

More information

ICS Regent. Monitored Digital Input Modules 24 VDC (T3411) PD-6031

ICS Regent. Monitored Digital Input Modules 24 VDC (T3411) PD-6031 ICS Regent PD-6031 Monitored Digital Input Modules 24 VDC (T3411) Issue 1, March, 06 Monitored digital input modules provide input sensing for 16 field input devices. With a line monitor device installed

More information

ICS Regent. Multiplexed I/O Modules PD-6035 (T3491)

ICS Regent. Multiplexed I/O Modules PD-6035 (T3491) ICS Regent Multiplexed I/O Modules (T3491) Issue 1, March, 06 Multiplexed I/O modules provide two RS-422 serial port interfaces between the Regent system and ICS s remote multiplexed I/O Unit (MIU) equipment,

More information

ICS Regent. Relay Output Modules. Low Power and High Power (T3446L and T3446H) PD-6017

ICS Regent. Relay Output Modules. Low Power and High Power (T3446L and T3446H) PD-6017 ICS Regent PD-6017 Relay Output Modules Low Power and High Power (T3446L and T3446H) Issue 1, March, 06 Relay output modules provide control of eight user output loads. Two types of relay output modules

More information

ICS Regent. AC Guarded Digital Output Module 110 VAC (T3464) PD-6021

ICS Regent. AC Guarded Digital Output Module 110 VAC (T3464) PD-6021 ICS Regent PD-6021 AC Guarded Digital Output Module 110 VAC (T3464) Issue 1, March, 06 AC Guarded digital output modules provide guarded switching of user-supplied 110 AC voltages to a maximum of sixteen

More information

ICS Regent. Thermocouple Input Assembly. Input Module, Mux, Termination Panel and Cable (T3431-IM, T3431-Mux, T3431-TP and T3431-CA) PD-6024

ICS Regent. Thermocouple Input Assembly. Input Module, Mux, Termination Panel and Cable (T3431-IM, T3431-Mux, T3431-TP and T3431-CA) PD-6024 ICS Regent Thermocouple Input Assembly Input Module, Mux, Termination Panel and Cable (T3431-IM, T3431-Mux, T3431-TP and T3431-CA) Issue 1, March, 06 The thermocouple input assembly consists of a thermocouple

More information

Using the MODBUS Protocol with Athena Series C (1ZC, 16C, 18C, and 25C) Controllers

Using the MODBUS Protocol with Athena Series C (1ZC, 16C, 18C, and 25C) Controllers Using the MODBUS Protocol with Athena Series C (1ZC, 16C, 18C, and 25C) Controllers Athena and Multi-Comm are trademarks of Athena Controls, Inc. MODBUS is a trademark of AEG Schneider Automation, Inc.

More information

Operating Guide MODBUS (RTU) Communications Option IM/L150 MOD_2. Level Indicator L150 and L160

Operating Guide MODBUS (RTU) Communications Option IM/L150 MOD_2. Level Indicator L150 and L160 Operating Guide MODBUS (RTU) Communications Option IM/L150 MOD_2 Level Indicator L150 and L160 Electrical Safety This equipment complies with the requirements of CEI/IEC 61010-1:2001-2 "Safety requirements

More information

Instruction Manual February smartlinx interface module MODBUS RTU

Instruction Manual February smartlinx interface module MODBUS RTU Instruction Manual February 2004 smartlinx interface module MODBUS RTU Safety Guidelines Warning notices must be observed to ensure personal safety as well as that of others, and to protect the product

More information

User Guide IM/C250 MOD_3. Modbus (RTU) Communications Option C250 and V250

User Guide IM/C250 MOD_3. Modbus (RTU) Communications Option C250 and V250 User Guide IM/C250 MOD_3 Modbus (RTU) Communications Option C250 and V250 Electrical Safety This instrument complies with the requirements of CEI/IEC 61010-1:2001-2 "Safety requirements for electrical

More information

Modbus ASCII Serial Device Driver Help 2009 Kepware Technologies

Modbus ASCII Serial Device Driver Help 2009 Kepware Technologies Modbus ASCII Serial Device Driver Help 2009 Kepware Technologies 1 Table of Contents 1 Getting Started... 3 Help Contents... 3 Overview... 3 2 Device Setup... 3 Device Setup... 3 Cable Diagram... 4 Modem

More information

INSTRUCTION MANUAL STATION CONTROLLER SC1000 MOTOR PROTECTION ELECTRONICS, INC.

INSTRUCTION MANUAL STATION CONTROLLER SC1000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL STATION CONTROLLER SC1000 MOTOR PROTECTION ELECTRONICS, INC. 2464 Vulcan Road, Apopka, Florida 32703 Phone: (407) 299-3825 Fax: (407) 294-9435 Revision Date: 9-11-08 Applications: Simplex,

More information

Rotork Pakscan Driver for DeltaV Programmable Serial Interface Card

Rotork Pakscan Driver for DeltaV Programmable Serial Interface Card Rotork Pakscan Driver for DeltaV Programmable Serial Interface Card USER MANUAL Rev. P1.55 January 2011 DeltaV is a trademark of Emerson Process Management Emerson Process Management. 1998, 1999. All rights

More information

Serial Connection of HC900 Hybrid Controller to 900CS Control Station

Serial Connection of HC900 Hybrid Controller to 900CS Control Station Note: Ethernet connections will provide faster performance than RS-485 HC900 1. Remove HC900 CPU and set S2 Dip Switches for RS-485 unterminated Replace CPU & follow instructions per Installation and User

More information

CONFIGURATION GUIDE A-B REMOTE I/O LINK ADAPTOR FOR DL-KFR PC CARDS

CONFIGURATION GUIDE A-B REMOTE I/O LINK ADAPTOR FOR DL-KFR PC CARDS CONFIGURATION GUIDE A-B REMOTE I/O LINK ADAPTOR FOR DL-KFR PC CARDS This configuration guide provides programming information for the DL-PC (ISA) and DL-STD (STD 80 and 32) Remote I/O Link applications.

More information

User Guide Supplement Modbus TM Serial Data Communications Option IM/C100 MOD_6. /8 DIN Process Indicators and Controllers C100, C150, C160 and V100

User Guide Supplement Modbus TM Serial Data Communications Option IM/C100 MOD_6. /8 DIN Process Indicators and Controllers C100, C150, C160 and V100 User Guide Supplement Modbus TM Serial Data Communications Option IM/C100 MOD_6 1 /8 DIN Process Indicators and Controllers C100, C150, C160 and V100 Electrical Safety This equipment complies with the

More information

INTRINSICALLY SAFE DUPLEXER PROTECTION. ELECTRONICS, INC Vulcan Road Apopka, Florida MOTOR INSTRUCTION MANUAL

INTRINSICALLY SAFE DUPLEXER PROTECTION. ELECTRONICS, INC Vulcan Road Apopka, Florida MOTOR INSTRUCTION MANUAL INTRINSICALLY SAFE DUPLEXER INSTRUCTION MANUAL MOTOR PROTECTION ELECTRONICS, INC. 2464 Vulcan Road Apopka, Florida 32703 Phone: Website: (407) 299-3825 www.mpelectronics.com Operating Program Revision:

More information

HDLC-PCIE. Synchronous Serial Card. Rev. Dec 22, Datasheet. Website:

HDLC-PCIE. Synchronous Serial Card. Rev. Dec 22, Datasheet.   Website: HDLC-PCIE Synchronous Serial Card Rev. Dec 22, 2017 HDLC-PCIE Datasheet Email: yacer@yacer.cn Website: www.yacer.cn 1 Overview... 3 1.1 Introduction... 3 1.2 Features... 3 1.3 Driver Support... 3 1.4 Applications...

More information

ICC. Metasys N2 Master Driver Manual INDUSTRIAL CONTROL COMMUNICATIONS, INC Industrial Control Communications, Inc.

ICC. Metasys N2 Master Driver Manual INDUSTRIAL CONTROL COMMUNICATIONS, INC Industrial Control Communications, Inc. INDUSTRIAL CONTROL COMMUNICATIONS, INC. Metasys N2 Master Driver Manual January 5, 2018 2018 Industrial Control Communications, Inc. TABLE OF CONTENTS 1 Metasys N2 Master... 2 1.1 Overview... 2 1.2 Connections...

More information

MVI46-MCM SLC Platform Modbus Interface Module USER MANUAL. February 5, 2004

MVI46-MCM SLC Platform Modbus Interface Module USER MANUAL. February 5, 2004 MVI46-MCM SLC Platform Modbus Interface Module USER MANUAL ProSoft Technology, Inc. 1675 Chester Avenue Fourth Floor Bakersfield, CA 93301 (661) 716-5100 (661) 716-5101 Fax prosoft@prosoft-technology.com

More information

MPU-32 AND FPU-32 TIA-485 NETWORK

MPU-32 AND FPU-32 TIA-485 NETWORK 3714 Kinnear Place Saskatoon, SK Canada S7P 0A6 Ph: (306) 373-5505 Fx: (306) 374-2245 www.littelfuse.com/protectionrelays MPU-32 AND FPU-32 TIA-485 NETWORK SEPTEMBER 5, 2006 PRELIMINARY Publication: MPU-32/FPU-32

More information

Virtual RS3 I/O Driver For Series 2 Simplex Programmable Serial Interface Card

Virtual RS3 I/O Driver For Series 2 Simplex Programmable Serial Interface Card Virtual RS3 I/O Driver For Series 2 Simplex Programmable Serial Interface Card USER MANUAL Rev. P1.56s October 2012 DeltaV is a trademark of Emerson Process Management, Inc Emerson Process Management,

More information

Operator Manual for Profibus

Operator Manual for Profibus PROCESS ANALYSERS SERVOPRO MultiExact Operator Manual for Profibus Part Number: Revision: Language: 05410007A 0 UK English This page intentionally blank LIST OF CONTENTS Section Page 1. DESCRIPTION AND

More information

HART / EtherNet/IP Gateway GT200-HT-EI User Manual V 1.0 REV A SST Automation

HART / EtherNet/IP Gateway GT200-HT-EI User Manual V 1.0 REV A SST Automation HART / EtherNet/IP Gateway GT200-HT-EI V 1.0 REV A SST Automation E-mail: SUPPORT@SSTCOMM.COM WWW.SSTCOMM.COM Catalog 1 Product Overview... 4 1.1 Product Function...4 1.2 Product Features... 4 1.3 Technical

More information

Product Specification for CANbus to DeviceNet Transducer Gateway

Product Specification for CANbus to DeviceNet Transducer Gateway XG CANbus to DeviceNet Transducer Gateway April, 00 Product Specification for CANbus to DeviceNet Transducer Gateway The XG CANbus to DeviceNet Temposonics Gateway gathers position information from as

More information

HARD DISK INSTALLATION:

HARD DISK INSTALLATION: 7. PC INTERFACE SIMCHECK II OWNER S MANUAL 7. PC PROGRAMS While SIMCHECK II, or SIMCHECK II se, is a stand-alone unit, the product includes the Communications Programs that allow you to upgrade your SIMCHECK

More information

Lufkin Modbus Serial Driver Help Kepware Technologies

Lufkin Modbus Serial Driver Help Kepware Technologies Lufkin Modbus Serial Driver Help 2012 Kepware Technologies 2 Table of Contents Table of Contents 2 3 Overview 3 Channel Setup 4 Device Setup 5 Cable Diagram 5 Modem Setup 6 Block Sizes 6 Framing 7 Error

More information

InfoTag KE28xx Communications for 186 CPU Firmware Version 4

InfoTag KE28xx Communications for 186 CPU Firmware Version 4 InfoTag KE28xx Communications for 186 CPU Firmware Version 4 *KE28xx models include: KE2800, KE2852, KE2853, KE2856 This document applies to printer firmware versions 4.x only. Note that changes made to

More information

A36D/TPSD DNP 3.0 & Modbus SCADA INTERFACE

A36D/TPSD DNP 3.0 & Modbus SCADA INTERFACE SCADA INTERFACE INSTRUCTIONS - OPTION 21P / 21Q - FOR A36D/TPSD SYSTEMS A36D/TPSD DNP 3.0 & Modbus SCADA INTERFACE OPTION 21P / 21Q INSTRUCTIONS This manual is only valid for A36D/TPSD Chargers equipped

More information

DeviceNet Expansion Board

DeviceNet Expansion Board DeviceNet Expansion Board Catalog No. EXBD05 Installation and Operating Manual 10/02 Table of Contents Section 1 General Information................................................... 1 1 Introduction.......................................................

More information

User Manual Revision: A04 June 23, QuEST Rail LLC.

User Manual Revision: A04 June 23, QuEST Rail LLC. User Manual 095-110006- 0003 Revision: A04 June 23, 2015 2015 QuEST Rail LLC. QLCP User Manual Page 2 Contents About This Manual... 4 Customer Support... 4 1 Get to Know Your QLCP... 5 2 DIP Switch and

More information

EtherSeries Modbus Gateway EMB-2 User s Guide

EtherSeries Modbus Gateway EMB-2 User s Guide EtherSeries Modbus Gateway EMB-2 User s Guide Revised March 25, 2004 Firmware Version 1.4 FCC Statement This device complies with the limits for a Class B digital device, pursuant to Part 15 of the FCC

More information

Series 370 Stabil-Ion Gauge Controller with RS-485 Interface Option

Series 370 Stabil-Ion Gauge Controller with RS-485 Interface Option Series 370 Stabil-Ion Gauge Controller with RS-485 Interface Option Introduction The RS-485 communications option (See Figure 1) for the Series 370 Stabil-Ion Gauge Controller permits data output to, and

More information

Obsolete. BR Series USB Tech Kit. B l u e R i d g e. T e c h n o l o g i e s. User Guide. Page 1. Hardware and Software Instructions

Obsolete. BR Series USB Tech Kit. B l u e R i d g e. T e c h n o l o g i e s. User Guide. Page 1. Hardware and Software Instructions Hardware and Software Instructions Page 1 Attention Page 2 This section serves as a notice of the immediate or potential dangers involved when working with the equipment described throughout this manual.

More information

Basics of UART Communication

Basics of UART Communication Basics of UART Communication From: Circuit Basics UART stands for Universal Asynchronous Receiver/Transmitter. It s not a communication protocol like SPI and I2C, but a physical circuit in a microcontroller,

More information

Allen-Bradley. User Manual. PLC-5 Backup Communication Module (1785-BCM, 1785-BEM) product icon

Allen-Bradley. User Manual. PLC-5 Backup Communication Module (1785-BCM, 1785-BEM) product icon Allen-Bradley PLC-5 Backup Communication Module User Manual (1785-BCM, 1785-BEM) product icon Important User Information Because of the variety of uses for this product and because of the differences between

More information

HDLC-ETH. Serial Ethernet Converter. Rev. Dec 20, Datasheet. Website:

HDLC-ETH. Serial Ethernet Converter. Rev. Dec 20, Datasheet.   Website: HDLC-ETH Serial Ethernet Converter Rev. Dec 20, 2017 HDLC-ETH Datasheet Email: yacer@yacer.cn Website: www.yacer.cn 1 Overview... 3 1.1 Introduction... 3 1.2 Features... 3 1.3 Applications... 3 1.4 Technical

More information

RC-SV Configuration Guide (Rev 4)

RC-SV Configuration Guide (Rev 4) Kramer Electronics, Ltd. RC-SV Configuration Guide (Rev 4) Software Version 2.1.2.69 Intended for Kramer Technical Personnel or external System Integrators. To check that you have the latest version, go

More information

Quick Setup & Getting Started

Quick Setup & Getting Started Quick Setup & Getting Started HP Compaq Business PC Copyright 2007 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Microsoft, Windows, and

More information

QUCM Limitorque Controller

QUCM Limitorque Controller QUCM Limitorque Valve Controller Application Manual QUCM Limitorque Controller Installation and Programming Manual This Manual describes the QUCM application for interfacing Limitorque Valve Actuators

More information

Flex Series User Guide

Flex Series User Guide User Programmable Current 4..20mA Digital RS485 Dual & Single Axis Up to 360º 2016 Flex Series User Guide Sensor Installation, Wiring, Flexware App Instructions Page 1 of 33 Page 2 of 33 Table of Contents

More information

TCP/IP TO SERIAL (SINGLE PORT) MODEL No: SerEth-1P VER 2.0

TCP/IP TO SERIAL (SINGLE PORT) MODEL No: SerEth-1P VER 2.0 TCP/IP TO SERIAL (SINGLE PORT) MODEL No: SerEth-1P VER 2.0 MILLENNIUM TECHNOLOGIES 440, MASTER MIND 1, ROYAL PALMS ESTATE AAREY MILK COLONY, GOREGAON (EAST), MUMBAI-400065. INDIA. PH: - 91-22-65229736,

More information

Aotewell SIMATIC S7-PDIAG for S7-300 and S Configuring Process Diagnostic Getting St

Aotewell   SIMATIC S7-PDIAG for S7-300 and S Configuring Process Diagnostic Getting St SIMATIC S7-PDIAG for S7-300 and S7-400 - Configuring Process Diagnostic Getting Started Edition 01/2003 First Steps with S7-PDIAG and ProAgent The Getting Started for This product is not a stand-alonedescription.

More information

SMARTLINX INTERFACE MODULE

SMARTLINX INTERFACE MODULE SMARTLINX INTERFACE MODULE FOR DEVICE NET Instruction Manual PL-583 April 2001 R 33455830 Rev. 1.1 Safety Guidelines Warning notices must be observed to ensure personal safety as well as that of others,

More information

Industrial Serial Device Server

Industrial Serial Device Server 1. Quick Start Guide This quick start guide describes how to install and use the Industrial Serial Device Server. Capable of operating at temperature extremes of -10 C to +60 C, this is the Serial Device

More information

HARD DISK INSTALLATION:

HARD DISK INSTALLATION: While RAMCHECK is a stand-alone unit, the product includes the Communications Programs that allow you to upgrade your RAMCHECK s flash EPROM from our Web site (www.innoventions.com). The PC programs software

More information

1395 Node Adapter Board Troubleshooting

1395 Node Adapter Board Troubleshooting 1395 Node Adapter Board Troubleshooting Specifications Electrical: Board power provided by Drive (+5V) Discrete Input 24V DC or 115V AC, jumper selectable Environmental: Ambient Operating Temperature Storage

More information

Connection Procedure of WAGO CANopen Bus Coupler and Pro-face AGP-3****-CA1M/LT. Instruction Manual. Version1.1 (

Connection Procedure of WAGO CANopen Bus Coupler and Pro-face AGP-3****-CA1M/LT. Instruction Manual. Version1.1 ( Connection Procedure of WAGO CANopen 750-337 Bus Coupler and Pro-face AGP-3****-CA1M/LT Instruction Manual Version1.1 (2013.11.01) Copyright 2008 by WAGO Kontakttechnik GmbH All rights reserved. WAGO Kontakttechnik

More information

STATE OF NEW JERSEY DEPARTMENT OF TRANSPORTATION TRENTON, NEW JERSEY 08625

STATE OF NEW JERSEY DEPARTMENT OF TRANSPORTATION TRENTON, NEW JERSEY 08625 STATE OF NEW JERSEY DEPARTMENT OF TRANSPORTATION TRENTON, NEW JERSEY 08625 METRIC SPECIFICATIONS FOR VME BUS COMPUTER (FIELD TERMINAL VME BUS PROCESSOR ASSEMBLY) N.J. Specification No. Effective Date:

More information

BIET EtherNet Interface

BIET EtherNet Interface BIET EtherNet Interface Preliminary Release Notes are used to call attention to information that is significant to the understanding and operation of equipment. This BALOGH manual is based on information

More information

Intech Micro 2300-A8VI analogue input station MODBUS RTU slave application supplementary manual.

Intech Micro 2300-A8VI analogue input station MODBUS RTU slave application supplementary manual. Intech Micro 2300-A8VI analogue input station MODBUS RTU slave application supplementary manual. MODBUS supplementary manual to the 2300-A8VI Installation Guide. The 2300 series stations are designed to

More information

Motortronics VirtualSCADA VS2-MT Communication Gateway VS2-MT User Manual Revision

Motortronics VirtualSCADA VS2-MT Communication Gateway VS2-MT User Manual Revision Motortronics VirtualSCADA VS2-MT Communication Gateway VS2-MT User Manual Revision 1.03.00 Motortronics / Phasetronics 1600 Sunshine Drive Clearwater, Florida 33765 Tel: 727-573-1819 Fax: 727-573-1803

More information

SCI-2144 SYSTEM CONTROL INTERFACE MODULE OPERATOR S MANUAL

SCI-2144 SYSTEM CONTROL INTERFACE MODULE OPERATOR S MANUAL SCI-2144 SYSTEM CONTROL INTERFACE MODULE OPERATOR S MANUAL SIGMA ELECTRONICS, INC. P.O. Box 448 1027 COMMERCIAL AVENUE EAST PETERSBURG, PA 17520 (717) 569-2681 SCI-2144 CONTENTS PAGE INTRODUCTION 2 RS-232

More information

RC-SV Configuration Guide Revision 3

RC-SV Configuration Guide Revision 3 Kramer Electronics, Ltd. RC-SV Configuration Guide Revision 3 Software Version 2.1.2.32 Intended for Kramer Technical Personnel or external System Integrators. To check that you have the latest version,

More information

Deckblatt. APL Operator Guide SIMATIC PCS 7. Application description June Applikationen & Tools. Answers for industry.

Deckblatt. APL Operator Guide SIMATIC PCS 7. Application description June Applikationen & Tools. Answers for industry. Deckblatt SIMATIC PCS 7 Application description June 2011 Applikationen & Tools Answers for industry. Industry Automation and Drive Technologies Service & Support Portal This article is taken from the

More information

Mettler Toledo Driver PTC Inc. All Rights Reserved.

Mettler Toledo Driver PTC Inc. All Rights Reserved. 2017 PTC Inc. All Rights Reserved. 2 Table of Contents 1 Table of Contents 2 3 Overview 3 Setup 4 Channel Properties General 5 Channel Properties Serial Communications 6 Channel Properties Write Optimizations

More information

T4HD: Installation Supplement R8.1.13

T4HD: Installation Supplement R8.1.13 THD: Installation Supplement R8.. Smartscan Incorporated 08 Eight Mile Road Livonia MI 8 Tel: (8)77-900 Fax: (8) 77-7 Web: www.smartscaninc.com Smartscan Incorporated Livonia, Michigan THD The use of this

More information

Cutler-Hammer ELC Serial Driver Help Kepware Technologies

Cutler-Hammer ELC Serial Driver Help Kepware Technologies Cutler-Hammer ELC Serial Driver Help 2012 Kepware Technologies 2 Table of Contents Table of Contents 2 3 Overview 3 Device Setup 4 Modem Setup 5 Cable Diagram 5 Data Types Description 7 Address Descriptions

More information

MODBUS TCP/IP TO MODBUS SERIAL GATEWAY. MODEL No: MGate-1024-DC VER 2.0

MODBUS TCP/IP TO MODBUS SERIAL GATEWAY. MODEL No: MGate-1024-DC VER 2.0 MODBUS TCP/IP TO MODBUS SERIAL GATEWAY MODEL No: MGate-1024-DC VER 2.0 MILLENNIUM TECHNOLOGIES 440, MASTER MIND 1, ROYAL PALMS ESTATE AAREY MILK COLONY, GOREGAON (EAST), MUMBAI-400065. INDIA. PH: - 91-22-65229736,

More information

TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND

TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND OleumTechTM TRAINING GUIDE LEVEL 3 MODBUS WRITE IMPORT COMMAND MUST BE FAMILIAR WITH LEVEL 1 TRAINING MATERIALS BEFORE MOVING FORWARD Doc ID# 80-6010-001b TABLE OF CONTENTS 1. WHAT IS NEW WRITE IMPORT

More information

OPTION FOR ABB DRIVES, CONVERTERS AND INVERTERS FSCA-01 RS-485 adapter module User s manual

OPTION FOR ABB DRIVES, CONVERTERS AND INVERTERS FSCA-01 RS-485 adapter module User s manual OPTION FOR ABB DRIVES, CONVERTERS AND INVERTERS FSCA-01 RS-485 adapter module User s manual List of related manuals See section Related manuals on page 13. You can find manuals and other product documents

More information

Experion LX Safety Manager Integration Guide

Experion LX Safety Manager Integration Guide Experion LX Safety Manager Integration Guide EXDOC-X119-en-110A February 2014 Release 110 Document Release Issue Date EXDOC-X119-en-1 0A 0 February 2014 Disclaimer This document contains Honeywell proprietary

More information

INTELLIS. Modbus Direct Network Monitor

INTELLIS. Modbus Direct Network Monitor INTELLIS Modbus Direct Network Monitor System Installation and Operation Manual Phone: (201) 794-7650 Fax: (201)794-0913 Chapter 1 Modbus Protocol Revision History Revision 1.0 30 April, 2002 Initial Version

More information

Installation and Programming Manual

Installation and Programming Manual IBSM Manual IBSM Installation and Programming Manual This Manual describes the IBSM InterBus-S Master, its uses and set up. It also describes the use of the IBSM configuration software. Effective: 12 June,

More information

Gateway 1400 Reference Manual

Gateway 1400 Reference Manual Profibus-DP Gateway 1400 Reference Manual Copyright All Rights Reserved. No part of this document may be copied, reproduced, republished, uploaded, posted, transmitted, distributed, stored in or introduced

More information

HDLC-USB. Portable Protocol Converter. Rev. Dec 25, Datasheet. Website:

HDLC-USB. Portable Protocol Converter. Rev. Dec 25, Datasheet.   Website: HDLC-USB Portable Protocol Converter Rev. Dec 25, 2017 HDLC-USB Datasheet Email: yacer@yacer.cn Website: www.yacer.cn 1 Overview... 3 1.1 Introduction... 3 1.2 Features... 3 1.3 Applications... 3 1.4 Technical

More information

Getting Started with your D3000M Series Module

Getting Started with your D3000M Series Module Getting Started with your D3000M Series Module This document contains step-by-step instructions to quickly connect and communicate with your D3000M modules. The modules require a one-time configuration

More information

RTS ISDN 2002 System. Operator Manual Software Description

RTS ISDN 2002 System. Operator Manual Software Description RTS ISDN 2002 System Operator Manual Software Description PAGE 1-2 RTS ISDN 2002 System A Publication of EVI Audio GmbH Hirschberger Ring 45 D-94315 Straubing Telephone + 49 9421 706-0 Fax + 49 9421 706-422

More information

Remote Control SIPROTEC 4 via Ethernet-Modems 7XV585x and 7XV5655

Remote Control SIPROTEC 4 via Ethernet-Modems 7XV585x and 7XV5655 Remote Control SIPROTEC 4 via Ethernet-Modems 7XV585x and 7XV5655 General In principle the scope of functions of Ethernet-Modems correspond to the already known analog or digital telephone modems. Instead

More information

DELPHI CORPORATION. LIN to RS-232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide

DELPHI CORPORATION. LIN to RS-232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide DELPHI CORPORATION LIN to RS-232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide Document Number TBD Version D, Draft 1 August 15, 2003 Copyright Delphi Corporation, 2003 Maintained by: Chris

More information

LCM-160. Low-Power Embedded Communication Module. Rev. Dec 26, LCM-160 Datasheet. Website:

LCM-160. Low-Power Embedded Communication Module. Rev. Dec 26, LCM-160 Datasheet.   Website: LCM-160 Low-Power Embedded Communication Module Rev. Dec 26, 2017 LCM-160 Datasheet Email: yacer@yacer.cn Website: www.yacer.cn 1 Overview... 3 1.1 Introduction... 3 1.2 Features... 3 1.3 Applications...

More information

Ethernet Modbus X80 Gateway Device Type Manager

Ethernet Modbus X80 Gateway Device Type Manager Ethernet Modbus X80 Gateway Device Type Manager EIO0000001315 10/2012 Ethernet Modbus X80 Gateway Device Type Manager User Manual 10/2012 EIO0000001315.00 www.schneider-electric.com The information provided

More information

MotionView Configuration and Programming Software USER S MANUAL

MotionView Configuration and Programming Software USER S MANUAL MotionView Configuration and Programming Software USER S MANUAL IM94MV01C Table of Contents 1 MotionView Software Overview......................................... 3 1.1 Installation and Package Revision.................................................

More information

PACSystems* RX3i IC695CMM002 and IC695CMM004

PACSystems* RX3i IC695CMM002 and IC695CMM004 May 2010 PACSystems* RX3i IC695CMM002 and IC695CMM004 Serial Communications Modules PACSystems* RX3i Serial Communications modules expand the serial communications capabilities of the RX3i system. Serial

More information

KTA-250 Anemometer Alarm Card

KTA-250 Anemometer Alarm Card Connects to Davis Instruments DS7911 Anemometer Monitor both the wind speed and direction Interface to PLCs using the Modbus protocol Communicate via RS232 or 2-wire RS485 Interface to PLCs/Instruments

More information

IntesisBox MAPS. Configuration & monitoring software of IntesisBox KNX series. User's manual Issue Date: 06/17 r1.0 eng

IntesisBox MAPS. Configuration & monitoring software of IntesisBox KNX series. User's manual Issue Date: 06/17 r1.0 eng IntesisBox MAPS Configuration & monitoring software of IntesisBox KNX series User's manual Issue Date: 06/17 r1.0 eng Intesis Software S.L.U. 2017 All Rights Reserved. Information in this document is subject

More information

Quick instructions: Programming of SmartPLC AC14/AC4S with CODESYS V3

Quick instructions: Programming of SmartPLC AC14/AC4S with CODESYS V3 This document is valid for the software bundle: CODESYS V3.5.4.2 AC4S-Package: >= V1.3.2.2 AC4S-Firmware: >= V4.0.2 VNC-rk Page 1 of 32 V1.3 Important note: These instructions are structured so that all

More information

Perle Dial-Out User s Guide

Perle Dial-Out User s Guide Perle Dial-Out User s Guide 95-2345-05 Copyrights Copyright 1996-2000, Perle Systems Limited and its suppliers. IBM is the registered trademark of International Business Machines Corporation. Microsoft,

More information

RKAT Audit Trail Module RK-LINK TM Software For the Radio Key 600 Series

RKAT Audit Trail Module RK-LINK TM Software For the Radio Key 600 Series RKAT Audit Trail Module RK-LINK TM Software For the Radio Key 600 Series INSTALLATION & OPERATING GUIDE Rev. B P/N 3321515 www.securakeystore.com (800) 878-7829 sales@securakeystore.com COPYRIGHT 2001

More information

ASYNC Sharing Unit TABLE OF CONTENTS SECTION 1 - DESCRIPTION...2 SECTION 2 - SPECIFICATIONS...5 SECTION 3 - INSTALLATION...7

ASYNC Sharing Unit TABLE OF CONTENTS SECTION 1 - DESCRIPTION...2 SECTION 2 - SPECIFICATIONS...5 SECTION 3 - INSTALLATION...7 ASYNC Sharing Unit TABLE OF CONTENTS SECTION 1 - DESCRIPTION... SECTION - SPECIFICATIONS... SECTION - INSTALLATION... SECTION - FRONT PANEL CONTROLS AND INDICATORS...9 SECTION - NETWORK MANAGEMENT PORT...10

More information

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-232 Serial Adapter. Model: BLE-232D-E. 1. Package content: BLE RS-232 adapter

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-232 Serial Adapter. Model: BLE-232D-E. 1. Package content: BLE RS-232 adapter 1. Package content: BLE RS-232 adapter Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232D-E Package Contents: BLE RS-232 adapter x 1 A4 User manual x 1 Mini USB Cable x 1 White Box: 11 x 6 x 5 (cm)

More information

Troubleshooting. Introduction CHAPTER

Troubleshooting. Introduction CHAPTER CHAPTER 8 Troubleshooting Revised: December 21, 2012, Introduction Your Cisco SCE 8000 GBE platform went through extensive testing before leaving the factory. However, if you encounter problems starting

More information

SMARTLINX INTERFACE MODULE

SMARTLINX INTERFACE MODULE SMARTLINX INTERFACE MODULE FOR DEVICE NET Instruction Manual December 2001 R Safety Guidelines Warning notices must be observed to ensure personal safety as well as that of others, and to protect the product

More information

Serial Communications

Serial Communications 1 Serial Interfaces 2 Embedded systems often use a serial interface to communicate with other devices. Serial Communications Serial implies that it sends or receives one bit at a time. Serial Interfaces

More information

SC1000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. Phone: (407) Fax: (407) Vulcan Road Apopka, Florida 32703

SC1000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. Phone: (407) Fax: (407) Vulcan Road Apopka, Florida 32703 SC1000 INSTRUCTION MANUAL MOTOR PROTECTION ELECTRONICS, INC. 2464 Vulcan Road Apopka, Florida 32703 Phone: (407) 299-3825 Fax: (407) 294-9435 Operating Program Revision: 8 Revision Date: 5-16-11 STATION

More information

Technical Documentation

Technical Documentation BLR-CM - MODBUS Technical Documentation BLR-CM MODBUS Beluk GmbH Tel.: +49/(0)8861/2332-0 Fax: +49/(0)8861/2332-22 e-mail: blr@beluk.de http://www.beluk.de BLR-CM - MODBUS Page 2 of 20 Document history

More information

Conitel ASYNC Adapter

Conitel ASYNC Adapter Conitel ASYNC Adapter TABLE OF CONTENTS SECTION 1 - DESCRIPTION...2 SECTION 2 - SPECIFICATIONS... SECTION - INSTALLATION...6 SECTION - CONTROLS AND INDICATORS...9 SECTION - NETWORK MANAGEMENT PORT...11

More information

EtherSeries. EtherSeries CR-2. CR-2-Opto. User s Guide. Revised October 7, 2013 Firmware Version 1.X

EtherSeries. EtherSeries CR-2. CR-2-Opto. User s Guide. Revised October 7, 2013 Firmware Version 1.X EtherSeries EtherSeries CR-2 & CR-2-Opto User s Guide Revised October 7, 2013 Firmware Version 1.X TABLE OF CONTENTS SECTION 1 - DESCRIPTION... 2 SECTION 2 - SPECIFICATIONS... 4 SECTION 3 - INSTALLATION...

More information

BV4531U. I2C or Serial 6 Way Relay

BV4531U. I2C or Serial 6 Way Relay BV4533 Date February 2018 11 Feb. 2018 Firmware Revision 1.0.4 Preliminary 1.1.0 Serial Updated I2C or Serial 6 Way Relay 3 Sep. 2018 1.1.0 I2C corrections, trigger is not used Introduction This is an

More information

Table of Contents 1 ABOUT THIS DOCUMENT GENERAL COPYRIGHT INFORMATION TERMS ABOUT THE GATEWAY PRODUCT FUNCTIO

Table of Contents 1 ABOUT THIS DOCUMENT GENERAL COPYRIGHT INFORMATION TERMS ABOUT THE GATEWAY PRODUCT FUNCTIO DeviceNet/PROFIBUS-DP Adapter - User Manual REV 4.0 SiboTech Automation Co., Ltd. Technical Support: +86-21-5102 8348 E-mail:gt@sibotech.net Table of Contents 1 ABOUT THIS DOCUMENT...2 1.1 GENERAL... 2

More information

EGW1-IA3-MB User s Manual

EGW1-IA3-MB User s Manual www.exemys.com Rev. 0 1 Products are in constant evolution to satisfy our customer needs. For that reason, the specifications and capabilities are subject to change without prior notice. Updated information

More information

D-100 FLOW DISPLAY MODBUS Network Interface Installation Guide

D-100 FLOW DISPLAY MODBUS Network Interface Installation Guide MODBUS D-100 FLOW DISPLAY MODBUS Network Interface Installation Guide 11451 Belcher Road South, Largo, FL 33773 USA Tel +1 (727) 447-6140 Fax +1 (727) 442-5699 www.onicon.com sales@onicon.com 03-18 0657-9

More information

Mitsubishi FX Net Driver PTC Inc. All Rights Reserved.

Mitsubishi FX Net Driver PTC Inc. All Rights Reserved. 2017 PTC Inc. All Rights Reserved. 2 Table of Contents 1 Table of Contents 2 3 Overview 3 Device Setup 4 Channel Properties 5 Channel Properties - General 5 Channel Properties - Serial Communications 6

More information

ENVIRORANGER ERS 500 NVIRORANGER ERS 500 COMMUNICATIONS REFERENCE. Instruction Manual August 2001

ENVIRORANGER ERS 500 NVIRORANGER ERS 500 COMMUNICATIONS REFERENCE. Instruction Manual August 2001 ENVIRORANGER ERS 500 COMMUNICATIONS REFERENCE Instruction Manual August 2001 NVIRORANGER ERS 500 Safety Guidelines Warning notices must be observed to ensure personal safety as well as that of others,

More information

MSOC Communication Commonality with DPU/TPU/GPU 2000R Protective Relays

MSOC Communication Commonality with DPU/TPU/GPU 2000R Protective Relays ABB Application Note MSOC AN-64A-00 Substation Automation and Protection Division MSOC Communication Commonality with DPU/TPU/GPU 2000R Protective Relays Introduction There seems to be some confusion with

More information

Operator Station (V8.0) SIMATIC. Process Control System PCS 7 Operator Station (V8.0) Preface 1. The PCS 7 Operator Station

Operator Station (V8.0) SIMATIC. Process Control System PCS 7 Operator Station (V8.0) Preface 1. The PCS 7 Operator Station SIMATIC Process Control System PCS 7 Configuration Manual Preface 1 The PCS 7 Operator Station 2 Introduction to OS configuration 3 Setting languages 4 Configuring OS data in SIMATIC Manager 5 Configuring

More information

GE MDS, LLC. NETio Series. Protocol Communications Supplement. March 2013 Part No A01, Rev. C

GE MDS, LLC. NETio Series. Protocol Communications Supplement. March 2013 Part No A01, Rev. C GE MDS, LLC. NETio Series Protocol Communications Supplement March 2013 Part No. 05-4672A01, Rev. C Modbus Protocol NETio Architectural Implementation As described in detail below, the Modbus RTU protocol

More information

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.1 BLE Datasheet and Quick Reference for BLE232V2

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.1 BLE Datasheet and Quick Reference for BLE232V2 Serial Bluetooth Smart Adapter - RS232, Low Energy 4.1 BLE Datasheet and Quick Reference for BLE232V2 Package content: BLE RS-232 adapter x 1 Screws for DB9 connector x 2 Nuts for DB9 connector x 2 User

More information

1 1 Getting Started $ "% # + %#! & %! + % $!% +!% $% # * %&# $ +!% ' *!# * %&# $ + $$ %!% "&% &%"&% # $$ $ +!( % " % $!%! %$ + $) % "$!# %% "!

1 1 Getting Started $ % # + %#! & %! + % $!% +!% $% # * %&# $ +!% ' *!# * %&# $ + $$ %!% &% &%&% # $$ $ +!( %  % $!%! %$ + $) % $!# %% ! 2 Manual Introduction The Purpose of this Manual This manual shows you how to install, program, and maintain the equipment. It also helps you understand the system operation characteristics. Who Should

More information