AS-i master calls

Size: px
Start display at page:

Download "AS-i master calls"

Transcription

1 3.2.4 The Application Layer AS-i master calls Data convention Function sequence in the slave Function sequence in the master Device profiles The Combined Transactions The Application Layer AS-i master calls Fig summarizes the stipulated AS-Interface master calls to a standard slave. The following section describes them and the response of the slave in detail. Fig. 3.15: Overview of the master calls to a standard slave [1] Read I/O configuration The call Read I/O configuration allows the master to read the set I/O configuration of a slave. This is sent in the slave response to this call and is used together with the calls Read ID code for unambiguous identification of a slave. The I/O configuration refers to the data ports on Interface 1 of the slave and is defined as shown in Fig Here IN means a process input, and OUT a process output, I/O a bi-directional behavior of the port and TRI a tri-state output with no function. The latter state is assumed if during the reset no unambiguous I/O configuration can be determined from the slave s own data memory due to a read error.

2 Fig. 3.16: I/O configurations Wherever an output OUT (and no bi-directional behavior) is defined, this means that the corresponding information bit is undefined in the Slave response. Likewise the information bit from the master call remains without meaning, even though it is sent, where an input IN is defined. Unneeded information can thus be hidden with this I/O configuration. At the same time the I/O configuration together with the ID codes for identifying Slaves is employed. These refer to the slave profile. The I/O configuration is 4 bits long, is determined by the manufacturer and is stored in the slave, where it cannot be changed. Read ID-Code The command calls Read ID code apply to the identification code of the slave. This together with the I/O configuration is used for unique identification of a slave. The ID code of a slave consists of three parts: The actual ID-Code This is used to identify various types of slaves. The ID code A for example means that the slave works in extended addressing mode and interprets master calls differently at times. The ID code B indicates a Safety at Work slave, which is designed for sending safety-related signals. The ID code is 4 bits long, is determined by the manufacturer and is stored in the slave, where it cannot be changed. Extended ID-Code 1 This part of the ID code can be modified by the user. It can be used for identifying slaves which from the manufacturer s point of view are identical but which from the user s perspective are different. One could for example assign motor starters having an adjustable overcurrent limit with different ID Code 1 values, so that they cannot be confused when replacing a unit in the system. For the standard slave this code is 4 bits long, and for a slave with extended addressing mode 3 bits long. Extended ID-Code 2 This part of the ID code is used for extending the identification possibilities of AS-I slaves. Like the actual ID code it is 4 bits long, is determined by the manufacturer and is stored in the slave, where it cannot be changed. Together with the I/O configuration the ID codes refer to a device profile (see Section ). This contains specifications for the meanings of the data and parameter bits which are expected by or sent by the slave, specifications regarding the behavior of the slave as well as any additional definitions which support the interchangeability of slaves from different manufacturers but having the same function. The extended ID code is not implemented for slaves conforming to Specification 2. In the case of these slaves the master expands the missing codes to FHex.

3 Data call The master call data call ( Data Exchange, see [1]) is the most important and frequently used AS-Interface call. It is used to cyclically send the bit pattern for the data outputs on Interface 1 of the slave accessed by address and then to read the input level and send it back in the slave response. The data ports can be used in various ways: as outputs to the process, which can be set and cleared by the call, and/or as inputs from the process whose state, initiated by the call, is read in. Determinant here is the slave profile, which is defined by the I/O configuration and the ID codes. If the data ports are configured as outputs, the last sent value is stored in the slave until it is overwritten by a new value or reset by a Reset. slaves can also be equipped with a watchdog function which resets the outputs when communication with the master is interrupted for longer than 40ms. After a reset, such as would be caused by turning on the supply voltage, the slave does not send replies to the data call until it has first received a valid parameter call. A data call to address 00Hex is not possible, as this would be interpreted by the slave as an addressing call. Parameter call The master call parameter call is used to send the bit pattern acyclic for the parameter outputs on Interface 1 and then to read the input levels and send them back in the slave response. This parameter port can be used to remotely control certain functions in the slave, such as activating a time function, changing the switching distance of the sensor or, in the case of a multi-sensor system, changing from one measuring process to a different one. The last sent value is stored in the slave until it is overwritten by a new value or reset by a Reset. Reading the information in on the parameter ports can be used to send simple diagnostics information. After a reset the parameter ports are set to a defined state. They are set only after a parameter call has been received without error. Only then are data call messages properly exchanged. A standard slave has 4 bits of parameter data available, or 3 bits for a slave in extended addressing mode. A parameter call to address 00Hex is not possible, as this would be interpreted by the slave as an addressing call.. Addressing call This command allows the master to permanently set the address of the slave which previously had Address 00Hex to a new value. The slave first acknowledges errorless receipt of the command with the reply 6Hex and can then be accessed under the new address. At the same time the slave starts internally storing the new address in a non-volatile memory. This procedure can take up to 500ms, and may not be interrupted by a power interruption or a reset command. The addressing unit uses this call to give the slave a new address over the AS-Interface line. The master can also use this call to assist in replacement of defective slaves. Reset Slave The command Reset AS-i-slave can be used to reset a slave to its base state. It has the same effect as does the Reset after applying power or the reset on the Reset input of Interface 1. The slave acknowledges errorless receipt of this command with the reply 6Hex. The reset procedure may take a maximum of 2ms. Clear operating address The command clear operating address is used for temporary deleting of the slave operating address and is needed in connection with the address assignment, since the addressing call can only be carried out by a slave having operating address 00Hex. If for example a slave which used to have address 15Hex needs to be reprogrammed to the new address 09Hex, this can only be done using the following command sequence: Clear operating address and Addressing call (09Hex). The slave acknowledges errorless receipt of clear operating address with the reply 0Hex and is then accessible under the new address 00Hex. Clearing the operating addressing by means of this command is not permanent; if after executing this command you need to reload the originally non-volatile stored address, you can do this using the Reset AS-i-slave command. Read status The command call Read status can be used to read out the status register of the contacted slave. Its contents are sent in the slave response to this call. The slave s status register contains three flags having the following meanings:

4 Flag meaning S0 Address volatile This flag is set when the internal slave routine for permanent storing of the slave address is running. S1 Peripheral error This flag is set when the slave has detected an error in its peripheral. This many indicate for example an overload of the sensor supply voltage. S3 Non-volatile memory read error This flag is set when an error occurs during a reset while reading the non-volatile memory. Flag S2 is not yet used and is reserved for future expansions. Simultaneous with the reply to the call, an address comparison is performed by querying the non-volatile memory. If the address in the address register is not equal to that in the non-volatile memory, Flag S0 is set. The information from the status register can be used by the master for diagnostic purposes. Version 2.0 slaves do not support the Peripheral error flag. When the master is communicating with a slave having extended ID-Code 2=FHex, it does not evaluate Flag S1. Broadcast Command calls containing 15Hex are defined as Broadcast? Calls. They may not be replied to by the slaves. To this extent they are untypical for normal AS-i data exchange. At the present time only the broadcast command Reset is defined. Additional broadcast commands will be implemented in future versions of the specification. Version 2.0 slaves do not support the broadcast function. Fig provides an overview of the master calls. This applies to a salve with extended addressing mode: Fig. 3.17: Overview of the master calls to a salve with extended addressing mode From Fig it can be seen that an information bit is used in numerous calls as a Select Bit for distinguishing between the A-Slave and the B-Slave. The definition of the select bit is selected such that the A-Slave behaves just like the standard slave. This enables you to operated new slaves in AS-i networks even when they are connected to old masters.

5 Data convention In addition to the message format already described, the data convention shown in Fig is stipulated for AS- Interface [1]. From the point of view of the host system or Interface 3, a value of 0 for a data bit means that the sensor, the actuator or the slave function is turned off or inactive ; a value of 1 means turned on or active. Fig. 3.18: Convention for data transmission Since this convention does not apply in Interface 2 in the same way, the master must invert the data bits for data outputs (and only there!). It must also be noted that this definition does not apply to parameter input and output. Since parameters are internal system data, the master does not invert them Function sequence in the slave The states which the sequence control in the slave can assume and the possible transitions between the them are shown in Fig After a RESET the AS-Interface slave goes through the INITIALIZE state. Here it carries out the following functions: Resetting the outputs, the internal registers and flags Loading the address, the I/O configuration and the ID codes from the non-volatile memory, Changing to the ASYNCHRONOUS state. Fig. 3.19: Main state diagram for the sequence controller in the slave If the sequence controller detects an error in reading the non-volatile memory, it sets Flag S3 in the status register. This may occur for example if while carrying out the addressing call there is a voltage dropout so that the save procedure in the non-volatile memory cannot be finished. In the SYNCHRONOUS state the slave reads the data stream arriving on the line and waits for a pause. In the RECEIVE state a data telegram is read beginning with the next start bit and the check described in Section is performed. If the reception is faulty, the slave reverts to ASYNCHRONOUS state, where it waits for the next pause; if no errors are detected during the check, it goes over to the DECODE state. In the DECODE state first the address comparison is performed. Only if the addresses agree is the command analyzed, carried out and a reply generated where appropriate. This is returned to the master in the SEND state. Since communication with the non-volatile memory can take considerable time (up to 500ms depending on the call

6 and IC version), it runs in the background. It does not disturb data traffic between the master and slave, but the master must take the execution times into consideration. After initializing, the slave does carry out all commands, but does not immediately reply to data calls. Only after a valid parameter call has been received is data exchange enabled. This behavior is intended to ensure that the slave is in the desired operating state before data are output Function sequence in the master Fig. 3.20: Main status diagram (simplified) of the master In normal operation, after conclusion of the detection and activation phase (which is described in greater detail in Section 3.4.7), cyclical communication takes place between the master and all connected slaves. Such a cycle consists of the data exchange phase, the (optional) management phase and the inclusion phase. The two data exchange phases illustrated in Fig differ from each other only when A- and B-slaves exist in the network under one address. In the data exchange phase the master queries all the activated slaves one after the other with a data call; the states from the output data image are sent to the slave and the input signals which are contained in the slave response are stored in the input data image. If the transmission level reports an error, the call is repeated in up to three successive cycles. If the third attempt also fails, it is assumed that the corresponding slave is absent or defective. The slave is then removed from all master lists and the input data image is set to zero. This error handling spread out over several cycles is necessary because given these short telegrams a noise burst with extremely high amplitude can interfere with several cycles. The repetition of the calls also ensures reliable operation under these conditions. Individual noise pulses or interference such as is typically encountered in industrial environments are caught by the immediate repetition already on the transmission level without having a noticeable effect on the time response. After the data exchange phase is finished, one can transition if needed to the management phase. In the management phase acyclic telegrams are sent. Exactly one master call can be performed per cycle, with the data necessary for carrying out the functions of the sequence control level (e.g. setting parameters or changing an operating address) can be sent, in part distributed over several cycles. If there is no job, the cycle moves on to the inclusion phase and no telegram is sent. The following jobs can be executed during the management phase: Setting parameter values Reading a slave status Reading the I/O configuration Reading the three ID codes Writing the extended ID Code 1 Resetting the operating address of a slave to 0 Assigning a new operating address to Slave 0 Resetting a slave Carrying out a broadcast After the management phase is finished the inclusion phase is entered, in which at the end of each cycle newly arriving stations are searched for. During each inclusion phase a search is made for exactly one slave using the Read status call. This call is performed from the transmission level without repetition in case of error, since a transmission error at this point is not time-critical. The peripheral error information of the slaves is collected for activated slaves in the inclusion phase. This has the advantage that no lengthening of the cycle is required. On the other hand, the querying of all peripheral error information takes several cycles. Already activated slaves also get the

7 Read ID-Code call, so that any passive devices connected later in the network (e.g. diagnostic devices) can identify the slaves. If a slave which is already activated replies or if there is no slave reply, the next slave is searched for in the next activation phase. If a slave which was previously unknown replies, the complete identification of the slave is determined in the next inclusion phases. Then in the following inclusion phase the slave is activated depending on the selected operating mode. Activation is accomplished by writing the parameters from the parameter field. An inclusion or re-inclusion of a slave therefore extends over several inclusion phases. The procedure, which here is divided over several cycles with one telegram per cycle, is the same as that used to search for and activate slaves in startup mode. If you were to view the sequence of an AS-i cycle described here with an oscilloscope connected to the AS-i line, the screen would look as illustrated in Fig Fig. 3.21: AS-i cycle Device profiles In accordance with IEC (Draft [21]) a device profile consists of data and parameters which can be exchanged with a device as well as the status diagram, which provides information about the behavior of the device on the communication network. Device profiles are independent of the characteristic of the field bus system being used. In the case of AS-Interface these device profiles are called slave profiles (in contrast to master profiles, see Section 3.4.9). A slave profile specifies the following properties of a slave uniquely and bindingly: Which data bits carry information and what this information means Whether parameters are used and, if yes, what they mean Whether the peripheral error bit may be evaluated How the slave behaves An example of a typical status diagram for a simple slave is shown in Fig In the case of a slave which for example communicates digital data distributed over several cycles, the status diagram is of course more complex. But this is information which has meaning only for the master and slave developer; the user does not have to be concerned about these processes. The unique assignment of a slave to a profile is given by the combination of the I/O configuration, ID code and extended ID Code 2.

8 Fig. 3.22: Status diagram of a slave according to a device profile The profile also specifies the following in many cases: which logic levels are defined for the inputs and outputs of the slave module, which time delays need to be taken into account for in- and /or output signals, and which pin configurations need to be observed and what the labeling of the module has to look like Fig. 3.23: Pin assignments for M12 connections on AS-i slaves (here: female) Fig shows the pin assignments provided for in the profiles for the most commonly used M12 connector method. These specifications are as much as possible compatible with the standards for the connected products (e.g. IEC [16]). These additional specifications support the interoperability between products made by different manufacturers. In order to not inhibit advances or the offering of specialized modules with too narrowly defined profile definitions, the free profile with ID code F Hex is provided. Here essential parts of the device profile definition may be defined between the manufacturer and user. The overview in Fig shows which profiles are currently available. Additional profiles are permanently being reviewed and approved by the technical commission of the AS-International Association.

9 Fig. 3.24: Slave profiles [3] (I: Input, O: Output, B: bidirectional Port, T: Tristate, R: reserved) The combined transactions Although most AS-Interface slaves get by with just a few cyclically exchanged data and acyclically sent parameter bits of information, there are numerous applications where this alone is not sufficient. For these situations several solutions were created in Version 3.0 of the specification which will be described below in some detail. The common denominator of these solutions is that several messages are exchanged one after the other between the master and slave, with the contents of these messages having a defined relationship. This type of communication between master and slave is therefore referred to as Combined Transaction Types, abbreviated CTT. The master recognizes from the profile of a slave that it would like to communicate in one of the defined CTT s and automatically starts with exchange of the necessary information and cyclical data transfer. Fig. 3.24a: Simple transaction For comparison the data and parameter exchange with a standard slave is shown in Fig. 3.24a. The left half of the illustration shows cyclical data exchange: in each AS-Interface message 4 bits of data are sent from the master to the slave and 4 bits of data from the slave back to the master. In the worst case the slave is contacted every 5ms with a data telegram, so that the cycle time is max. 5ms. The right half of the illustration shows the acyclic data exchange using the parameter call. Here again 4 bits of parameter information are sent from the master to the slave. In the new Version 3.0 of the specification, however, the back-transfer of 4 bits of parameter data from the slave to the master is also defined, so that these bits may be used for indicating for example simple diagnostics information. Since only one parameter telegram per AS-Interface cycle can be sent and in the worst case each slave has to be provided with parameter data, a minimum transfer rate of 25 baud (bits/second) in each direction results. Reference to a cycle time does not make sense here, since these data are not sent cyclically. To exchange cyclical digital data, such as a measured and digitized temperature value, a counter state, a rotational speed setpoint or a displacement or angle value, the master has been equipped with the "Analog Input Data Image,

10 AIDI" and the "Analog Output Data Image, AODI", each having a capacity of 124 words (see Fig. 3.36). For the acyclic data, which are typically diagnostic data, parameter data or data which identify the slave in detail, the masters have a data channel which is constructed similar to the familiar parameter channel. It allows data packets with lengths up to 32 bytes to be exchanged with the slave. In the meantime 5 different possibilities for byte-by-byte data communication between the master and slave have been specified by AS-International. These are described in greater detail in the following. The data amounts shown in the illustrations are net data, and the cycle times the maximum times which may occur in the worst case. The prerequisite for using these transaction types is having a master which supports them. CTT1 Combined Transaction Type 1 (CTT1) is intended for simple and complex sensors or actuators such as temperature, pressure or flow transmitters, displacement and angle measurement systems, scanners, speed-controlled motors, analog process valves, displays with up to 8 characters or similar field devices. The slave can only be operated in standard addressing mode. It is not possible to change the transfer direction for the cyclical data on the fly. Whereas slaves having Profile S-7.3 can only receive or send cyclical data and parameterizing is only possible using the 4-bit parameters (Fig. 3.24c), Profile S-7.4 offers expanded possibilities for communication. Here you can switch to the parameter channel to query the ID data and diagnostic data for the slave and exchange parameter data records (Fig. 3.24d). The ID data contain among other things the Vendor ID and the Device ID in code. Furthermore the operating mode of the slave (analog mode, transparent mode, 4-bit mode) is transmitted. In analog mode the available number range of (8000Hex) to (7FFFHex) is generally divided into five ranges (Fig. 3.24b shows this using the example of a 4..20mA signal): Fig. 3.24b: Error, warning and working ranges of an analog sensor having a 4..20mA signal 1. Error range "wire break" The measured value is invalid, the overflow bit is set 2. Underrange The measured value is valid, but has a greater measuring uncertainty because it is outside the nominal range 3. Working range The measured value is acquired at the specified accuracy 4. Overrange The measured value is valid, but has a greater measuring uncertainty because it is outside the nominal range 5. Error range short circuit" The measured value is invalid, the overflow bit is set The exact limits of the nominal and over-/underflow ranges as well as the error ranges are defined in the vendor s data sheet. The default value, which is substituted in the receiver for example when communication is interrupted, is 7FFF Hex. In transparent mode16 bits of data can be transmitted in any desired format. There is no over- or underflow state of the measured value, and the corresponding bit is not set. The default value, which is substituted in the receiver for example when communication is interrupted, is 0000 Hex. In 4-bit mode the slave behaves like a standard slave, cyclically exchanging 4 bits of data in both directions. Here the CTT1 is used only for identifying the slave, for detailed diagnostics, and for parameterizing.

11 Fig. 3.24c: CTT1 (Profile S-7.3) for simple sensors or actuators The worst-case times and data transfer rates shown in Figs. 3.24c and 3.24d can be halved resp. doubled through optimal use of the possibilities of the AS-Interface, namely when the slave sends back its response to the master call in the same message and does not allow an entire cycle to elapse. It should be noted that switching between cyclical data communication and parameter communication can take a certain time (several 100ms) and that during acyclic data exchange no cyclical data can be sent. CTT2 Combined Transaction Type 2 (CTT2) is intended for simple and complex field devices such as temperature regulators, displays with more than 8 characters, speed controlled motors with actual value feedback, analog process valves with position feedback or similar field devices in which digital data need to be sent in both directions (Fig. 3.24e). CTT2 can also serve as an alternative to a HART interface to a field device, albeit with some minor limitations. The slave can be operated in standard addressing mode but not in extended addressing mode. Data exchange is full-duplex, i.e. both binary data as well as digital input and output data can be sent at the same time. No special switching of the data transfer direction is required.

12 Fig. 3.24d: CTT1 (Profile S-7.4) parameterizable sensors or actuators This transaction type allows use of "Combi Field Devices. This includes devices that have both binary and digital input and output capability. The binary inputs and outputs can be used for example for rapid display of an over or under limit violation, and the simultaneously available digital transmission of the precise measured value can be used for diagnostics and maintenance purposes. The parameter channel can be used in this transaction type as well to transmit the ID data for the slave including Vendor ID, Product ID and operating mode. Comprehensive diagnostics and parameter data records can also be exchanged. If acyclic digital data are exchanged, the cyclical digital data traffic is interrupted for the duration of the transmission, whereas the cyclical transmission of the binary data remains unaffected. The data formats used are the same as for CTT1. The worst-case times and data transfer rates shown in Figs. 3.24e can be halved resp. doubled through optimal use of the possibilities of the AS-Interface, namely when the slave sends back its response to the master call in the same message and does not allow an entire cycle to elapse. In order to handle the resulting variety of parameters, work is currently underway to incorporate AS-Interface into the FDT standard. This will result in an OEM-neutral platform which can be used to conveniently set parameters and process remote diagnostics and maintenance.

13 Fig. 3.24e: CTT2 for Combi Field Devices (not shown here: S-B.A.E) CTT3 Combined Transaction Type 3 (CTT3) is intended for binary sensors, actuators and field devices including keypads with signal light feedback, valve terminals, status indicator columns and similar devices where binary data need to be transmitted in both directions. Simple analog sensors or actuators can also be operated using CTT3 if the resolution of 8 bits is sufficient. The slave is operated in extended addressing mode (Fig. 3.24f). Profile S-7.A.7 makes the output data bit lost due to the extended addressability available again. This is however at the expense of response time, which for this transaction type can be up to max. 40ms. The worst-case times and data transfer rates shown in Figs. 3.24f can be halved resp. doubled through optimal use of the possibilities of the AS-Interface, namely when the slave sends back its response to the master call in the same message and does not allow an entire cycle to elapse. If one were to equip an AS-Interface network with 62 slaves having Profile S-7.A.A, a total of 496 binary inputs and 496 binary outputs would be available, i.e. nearly 1000 I/O s in all.

14 Fig. 3.24f: CTT3 for keypads, valve terminals and similar devices Fig. 3.24g: CTT4 for single- or dual-channel analog sensors CTT4 Combined Transaction Type 4 (CTT4) is intended for simple analog sensors such as temperature, pressure or flow transmitters and similar devices in which digital data only need to be transmitted from the slave to the master. The slave is operated in extended addressing mode (Fig. 3.24g). This transmission type is an extension of CTT1. CTT5 Combined Transaction Type 5 (CTT5) is optimized for fast data transmission. It can be used for fast sensors such as angle encoders, actuators and field devices which are for example components in dynamic digital control loops. 8 bits, 12 bits or 16 bits of data can be sent full-duplex in 5ms (Fig. 3.24h). This is organized as follows using several slave addresses: The lowest address of 2, 3 or 4 successive addresses is the physical address of the slave. This slave uses the next higher addresses for widening its data channel. In this way a digital value of up to 16-bit resolution can be

15 sent in full in a single AS-Interface cycle. The shadow addresses may not of course be assigned to other slaves. The slave occupies 2, 3 or 4 standard addresses. The output value is provided in the output data image of the slave with the lowest address, and the input value in the corresponding field of the analog input data image. The fields of the shadow slaves remain empty. In the case of slaves that use this transaction type it must be noted that the mechanisms for automatic addressing do not work in the same way as for other slaves. It may therefore be necessary for the user to take other measures if he is using slaves with CTT5. Fig. 3.24h: CTT5 for fast analog sensors, actuators and field devices Communication with safe slaves is also part of Combined Transaction Types. Here however communication takes place not primarily between the master and the slave, but rather between the salve and the safety monitor. This is covered in detail in Section 4 of this book. In summary, there are now various complementary methods available for simply exchanging analog data, parameter data, ID data and detailed diagnostic data over AS-Interface. The task of the product developer is to select the most appropriate procedure for the task at hand from among the variety of possibilities. For the user this means new types of communication are available that are as simple to use as one has come to expect from AS-Interface. Click and Go is now here for the analog world as well.

Technical Manual. FAN COIL CONTROLLER COOLING or HEATING ANALOG or PWM Art. 119914 631001A

Technical Manual. FAN COIL CONTROLLER COOLING or HEATING ANALOG or PWM Art. 119914 631001A COOLING or HEATING ANALOG or PWM Art. 119914 631001A TOTAL AUTOMATION GENERAL TRADING CO. LLC SUITE NO.506, LE SOLARIUM OFFICE TOWER, SILICON OASIS, DUBAI. UAE. Tel. +971 4 392 6860, Fax. +971 4 392 6850

More information

DeviceNet Bus Software Help for Programming an Allen Bradley Control System

DeviceNet Bus Software Help for Programming an Allen Bradley Control System FBP FieldBusPlug V7 DeviceNet Bus Software Help for Programming an Allen Bradley Control System DeviceNet Software Help for Programming an Allen Bradley Control System Contents Page General Purpose...

More information

ABB i-bus EIB Logic Module LM/S 1.1

ABB i-bus EIB Logic Module LM/S 1.1 Product Manual ABB i-bus EIB Logic Module LM/S 1.1 Intelligent Installation System Contents page 1 General... 3 1.1 About this manual... 3 1.2 Product and functional overview... 3 2 Device technology...

More information

DeviceNet Communication Manual

DeviceNet Communication Manual DeviceNet Communication Manual Soft-Starter Series: SSW-07/SSW-08 Language: English Document: 10000046963 / 00 03/2008 Summary ABOUT THIS MANUAL... 5 ABBREVIATIONS AND DEFINITIONS... 5 NUMERICAL REPRESENTATION...

More information

Light scene push button 8gang comfort flush-mounted 751688xx

Light scene push button 8gang comfort flush-mounted 751688xx 751688xx Documentation Product name: Light scene push button 8gang comfort Design: flush-mounting type (Up) ETS search path: Push button / Push button general / Light scene push button 8gang comfort Functional

More information

8051 MICROCONTROLLER COURSE

8051 MICROCONTROLLER COURSE 8051 MICROCONTROLLER COURSE Objective: 1. Familiarization with different types of Microcontroller 2. To know 8051 microcontroller in detail 3. Programming and Interfacing 8051 microcontroller Prerequisites:

More information

CONTROL MICROSYSTEMS DNP3. User and Reference Manual

CONTROL MICROSYSTEMS DNP3. User and Reference Manual DNP3 User and Reference Manual CONTROL MICROSYSTEMS SCADA products... for the distance 48 Steacie Drive Telephone: 613-591-1943 Kanata, Ontario Facsimile: 613-591-1022 K2K 2A9 Technical Support: 888-226-6876

More information

ESPA 4.4.4 Nov 1984 PROPOSAL FOR SERIAL DATA INTERFACE FOR PAGING EQUIPMENT CONTENTS 1. INTRODUCTION 2. CHARACTER DESCRIPTION

ESPA 4.4.4 Nov 1984 PROPOSAL FOR SERIAL DATA INTERFACE FOR PAGING EQUIPMENT CONTENTS 1. INTRODUCTION 2. CHARACTER DESCRIPTION PROPOSAL FOR SERIAL DATA INTERFACE FOR PAGING EQUIPMENT CONTENTS 1. INTRODUCTION 2. CHARACTER DESCRIPTION 2.1 CHARACTER STRUCTURE 2.2 THE CHARACTER SET 2.3 CONTROL CHARACTERS 2.3.1 Transmission control

More information

User Manual. AS-Interface Programmer

User Manual. AS-Interface Programmer AS-Interface Programmer Notice: RESTRICTIONS THE ZMD AS-INTERFACE PROGRAMMER HARDWARE AND ZMD AS-INTERFACE PROGRAMMER SOFTWARE IS DESIGNED FOR IC EVALUATION, LABORATORY SETUP AND MODULE DEVELOPMENT ONLY.

More information

I.S. 1 remote I/O system Redundant coupling via PROFIBUS DP

I.S. 1 remote I/O system Redundant coupling via PROFIBUS DP I.S. 1 remote I/O system Redundant coupling via PROFIBUS DP 1. Functions An I. S. 1 fieldstation can be equipped with a primary and a redundant central unit (), whereby each has its own independent PROFIBUS

More information

RS-485 Protocol Manual

RS-485 Protocol Manual RS-485 Protocol Manual Revision: 1.0 January 11, 2000 RS-485 Protocol Guidelines and Description Page i Table of Contents 1.0 COMMUNICATIONS BUS OVERVIEW... 1 2.0 DESIGN GUIDELINES... 1 2.1 Hardware Design

More information

Using the AnyBus -X Gateway to Communicate between a DVT camera and a Profibus Master

Using the AnyBus -X Gateway to Communicate between a DVT camera and a Profibus Master Using the AnyBus -X Gateway to Communicate between a DVT camera and a Profibus Master Page 1 of 13 Table of Contents 1 OVERVIEW... 3 2 INSTALLING AND CONFIGURING THE ANYBUS -X GENERIC GATEWAY AND ETHERNET

More information

Road Vehicles - Diagnostic Systems

Road Vehicles - Diagnostic Systems SSF 14230 Road Vehicles - Diagnostic Systems Keyword Protocol 2000 - Part 1 - Physical Layer Swedish Implementation Standard Document: SSF 14230-1 Status: Issue 3 Date: October 22, 1997 This document is

More information

SIMATIC NET. CP 243-2 AS-Interface Master B C. Preface Contents. Technical Description and Installation Instructions Interface to the User Program

SIMATIC NET. CP 243-2 AS-Interface Master B C. Preface Contents. Technical Description and Installation Instructions Interface to the User Program Preface Contents SIMATIC NET CP 243-2 AS-Interface Master Manual Technical Description and Installation Instructions Interface to the User Program 2 in the S7-200 CPU Access to the Data of the AS-i Slaves

More information

S4000TH HART. HART Communication Manual

S4000TH HART. HART Communication Manual 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 in writing by General

More information

Application Note. EtherCAT Master Architecture. Applicable Products: Yaskawa Servodrives with CANopen over EtherCAT

Application Note. EtherCAT Master Architecture. Applicable Products: Yaskawa Servodrives with CANopen over EtherCAT Application Note EtherCAT Master Architecture Applicable Products: Yaskawa Servodrives with CANopen over EtherCAT Yaskawa America, Inc. Drives & Motion Division 2014 March 5, 2015 Page 1 of 18 Table of

More information

Modbus and ION Technology

Modbus and ION Technology 70072-0104-14 TECHNICAL 06/2009 Modbus and ION Technology Modicon Modbus is a communications protocol widely used in process control industries such as manufacturing. PowerLogic ION meters are compatible

More information

Instruction Manual Service Program ULTRA-PROG-IR

Instruction Manual Service Program ULTRA-PROG-IR Instruction Manual Service Program ULTRA-PROG-IR Parameterizing Software for Ultrasonic Sensors with Infrared Interface Contents 1 Installation of the Software ULTRA-PROG-IR... 4 1.1 System Requirements...

More information

Disturbance Recoder SPCR 8C27. Product Guide

Disturbance Recoder SPCR 8C27. Product Guide Issued: April 1999 Status: Updated Version: C/26.04.2006 Data subject to change without notice Features Versatile digital disturbance recorder module for recording various phenomena in the electric power

More information

Analogue Input, 4-fold, MDRC AE/S 4.1, GH Q605 0054 R0001

Analogue Input, 4-fold, MDRC AE/S 4.1, GH Q605 0054 R0001 Analogue Input, -fold, MDRC, GH Q605 005 R0001 The analogue input is a DIN rail mounted device for insertion in the distribution board. It is connected to the EIB via the bus connecting terminal supplied.

More information

Application Note 83 Fundamentals of RS 232 Serial Communications

Application Note 83 Fundamentals of RS 232 Serial Communications Application Note 83 Fundamentals of Serial Communications Due to it s relative simplicity and low hardware overhead (as compared to parallel interfacing), serial communications is used extensively within

More information

ABB i-bus EIB Universal Interfaces US/U 4.2 US/U 2.2

ABB i-bus EIB Universal Interfaces US/U 4.2 US/U 2.2 Product Manual ABB i-bus EIB US/U 4.2 US/U 2.2 Intelligent Installation Systems Intelligent and limitless Contents Page 1 General............................................. 3 1.1 Product and functional

More information

Application Unit, MDRC AB/S 1.1, GH Q631 0030 R0111

Application Unit, MDRC AB/S 1.1, GH Q631 0030 R0111 , GH Q631 0030 R0111 SK 0010 B 98 The application unit is a DIN rail mounted device for insertion in the distribution board. The connection to the EIB is established via a bus connecting terminal at the

More information

Transport Layer Protocols

Transport Layer Protocols Transport Layer Protocols Version. Transport layer performs two main tasks for the application layer by using the network layer. It provides end to end communication between two applications, and implements

More information

The I2C Bus. NXP Semiconductors: UM10204 I2C-bus specification and user manual. 14.10.2010 HAW - Arduino 1

The I2C Bus. NXP Semiconductors: UM10204 I2C-bus specification and user manual. 14.10.2010 HAW - Arduino 1 The I2C Bus Introduction The I2C-bus is a de facto world standard that is now implemented in over 1000 different ICs manufactured by more than 50 companies. Additionally, the versatile I2C-bus is used

More information

PROGRAMMABLE LOGIC CONTROLLERS Unit code: A/601/1625 QCF level: 4 Credit value: 15 TUTORIAL OUTCOME 2 Part 1

PROGRAMMABLE LOGIC CONTROLLERS Unit code: A/601/1625 QCF level: 4 Credit value: 15 TUTORIAL OUTCOME 2 Part 1 UNIT 22: PROGRAMMABLE LOGIC CONTROLLERS Unit code: A/601/1625 QCF level: 4 Credit value: 15 TUTORIAL OUTCOME 2 Part 1 This work covers part of outcome 2 of the Edexcel standard module. The material is

More information

Serial Communications

Serial Communications Serial Communications 1 Serial Communication Introduction Serial communication buses Asynchronous and synchronous communication UART block diagram UART clock requirements Programming the UARTs Operation

More information

INTERNATIONAL TELECOMMUNICATION UNION

INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION )454 6 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU $!4! #/--5.)#!4)/. /6%2 4(% 4%,%0(/.%.%47/2+ ")43 0%2 3%#/.$ $50,%8 -/$%- 34!.$!2$):%$ &/2 53% ). 4(% '%.%2!,

More information

CHAPTER 11: Flip Flops

CHAPTER 11: Flip Flops CHAPTER 11: Flip Flops In this chapter, you will be building the part of the circuit that controls the command sequencing. The required circuit must operate the counter and the memory chip. When the teach

More information

Programming Logic controllers

Programming Logic controllers Programming Logic controllers Programmable Logic Controller (PLC) is a microprocessor based system that uses programmable memory to store instructions and implement functions such as logic, sequencing,

More information

The Secrets of RS-485 Half-duplex Communication

The Secrets of RS-485 Half-duplex Communication Communication Casper Yang, Senior Product Manager support@moxa.com RS-485 is a good choice for long distance serial communication since using differential transmission cancels out the vast majority of

More information

User Manuals. Connection to Siemens S5 PU (AS511) Part Number: 80860.699. Version: 2. Date: 18.10.2006

User Manuals. Connection to Siemens S5 PU (AS511) Part Number: 80860.699. Version: 2. Date: 18.10.2006 User Manual Connection to Siemens S5 PU (AS511) Part Number: 80860.699 Version: 2 Date: 18.10.2006 Valid for: User Manuals Version Date Modifications 1 09.06.2006 First Edition 2 18.10.2006 Optimized data

More information

SYMETRIX SOLUTIONS: TECH TIP August 2015

SYMETRIX SOLUTIONS: TECH TIP August 2015 String Output Modules The purpose of this document is to provide an understanding of operation and configuration of the two different String Output modules available within SymNet Composer. The two different

More information

8254 PROGRAMMABLE INTERVAL TIMER

8254 PROGRAMMABLE INTERVAL TIMER PROGRAMMABLE INTERVAL TIMER Y Y Y Compatible with All Intel and Most Other Microprocessors Handles Inputs from DC to 10 MHz 8 MHz 8254 10 MHz 8254-2 Status Read-Back Command Y Y Y Y Y Six Programmable

More information

MBP_MSTR: Modbus Plus Master 12

MBP_MSTR: Modbus Plus Master 12 Unity Pro MBP_MSTR 33002527 07/2011 MBP_MSTR: Modbus Plus Master 12 Introduction This chapter describes the MBP_MSTR block. What s in this Chapter? This chapter contains the following topics: Topic Page

More information

AVR151: Setup and Use of the SPI. Introduction. Features. Atmel AVR 8-bit Microcontroller APPLICATION NOTE

AVR151: Setup and Use of the SPI. Introduction. Features. Atmel AVR 8-bit Microcontroller APPLICATION NOTE Atmel AVR 8-bit Microcontroller AVR151: Setup and Use of the SPI APPLICATION NOTE Introduction This application note describes how to set up and use the on-chip Serial Peripheral Interface (SPI) of the

More information

DS1721 2-Wire Digital Thermometer and Thermostat

DS1721 2-Wire Digital Thermometer and Thermostat www.dalsemi.com FEATURES Temperature measurements require no external components with ±1 C accuracy Measures temperatures from -55 C to +125 C; Fahrenheit equivalent is -67 F to +257 F Temperature resolution

More information

PACKAGE OUTLINE DALLAS DS2434 DS2434 GND. PR 35 PACKAGE See Mech. Drawings Section

PACKAGE OUTLINE DALLAS DS2434 DS2434 GND. PR 35 PACKAGE See Mech. Drawings Section PRELIMINARY DS2434 Battery Identification Chip FEATURES Provides unique ID number to battery packs PACKAGE OUTLINE Eliminates thermistors by sensing battery temperature on chip DALLAS DS2434 1 2 3 256

More information

Process Control and Automation using Modbus Protocol

Process Control and Automation using Modbus Protocol Process Control and Automation using Modbus Protocol Modbus is the fundamental network protocol used in most industrial applications today. It is universal, open and an easy to use protocol. Modbus has

More information

Introduction. In this Self-study Programme we will explain to you the design and function of the CAN data bus. SSP 186/01

Introduction. In this Self-study Programme we will explain to you the design and function of the CAN data bus. SSP 186/01 Introduction The requirements relating to driving safety, driving comfort, exhaust emissions and fuel economy are are becoming ever more stringent. This entails more intensive information exchange between

More information

Push button 2, 3, 5gang with room thermostat (RTR) and display flush-mounted 756627xx, 756637xx, 756657xx

Push button 2, 3, 5gang with room thermostat (RTR) and display flush-mounted 756627xx, 756637xx, 756657xx 756627xx, 756637xx, 756657xx Documentation Product name: Push button 2-, 3-, 5- gang RTR + display Design: UP (flush-mounting type) ETS search path: Push button / Push button xgang / Push button xgang

More information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information

Computer Network. Interconnected collection of autonomous computers that are able to exchange information Introduction Computer Network. Interconnected collection of autonomous computers that are able to exchange information No master/slave relationship between the computers in the network Data Communications.

More information

Welcome to the Introduction to Controller Area Network web seminar My name is William Stuart, and I am a Applications Engineer for the Automotive

Welcome to the Introduction to Controller Area Network web seminar My name is William Stuart, and I am a Applications Engineer for the Automotive Welcome to the Introduction to Controller Area Network web seminar My name is William Stuart, and I am a Applications Engineer for the Automotive Products Group within Microchip. This web seminar today

More information

Install the DeviceNet Module using the following procedure:

Install the DeviceNet Module using the following procedure: Installation INSTALLATION INSTRUCTIONS: MCD DEVICENET MODULE Order Code: 175G9002 1. Installation Install the DeviceNet Module using the following procedure: 1. Remove control power and mains supply from

More information

Bidirectional wireless communication using EmbedRF

Bidirectional wireless communication using EmbedRF Bidirectional wireless communication using EmbedRF 1. Tools you will need for this application note... 2 2. Introduction... 3 3. Connect EmbedRF Board to USB Interface Board... 3 4. Install and Run EmbedRF

More information

Measurement and Analysis Introduction of ISO7816 (Smart Card)

Measurement and Analysis Introduction of ISO7816 (Smart Card) Measurement and Analysis Introduction of ISO7816 (Smart Card) ISO 7816 is an international standard related to electronic identification cards with contacts, especially smart cards, managed jointly by

More information

PRODUCTIVITY THROUGH INNOVATION 600 CONTROL DIRECT DRIVE TECHNICAL/OPERATION MANUAL

PRODUCTIVITY THROUGH INNOVATION 600 CONTROL DIRECT DRIVE TECHNICAL/OPERATION MANUAL Rev. D PRODUCTIVITY THROUGH INNOVATION 600 CONTROL DIRECT DRIVE TECHNICAL/OPERATION MANUAL 10 BORIGHT AVENUE, KENILWORTH NEW JERSEY 07033 TELEPHONE: 800-524-0273 FAX: 908-686-9317 TABLE OF CONTENTS Page

More information

Time functions. Functions of the relay. instabus EIB Application program description. September 2001. 12 A1 Binary 510D01

Time functions. Functions of the relay. instabus EIB Application program description. September 2001. 12 A1 Binary 510D01 September 2 2 A Binary 5D Product family: Product type: Manufacturer: Output Binary output, -fold Siemens Name: Load switch UP 5 Order no.: 5WG 5-2AB Functional description Using the application program

More information

DNP Points List and Implementation

DNP Points List and Implementation S&C Electric Company BankGuard Plus DNP Points List and Implementation This appendix describes the DNP points and DNP implementation for the BankGuard PLUS Control, using software UPPD106S. DNP Points

More information

Remote control circuitry via mobile phones and SMS

Remote control circuitry via mobile phones and SMS Remote control circuitry via mobile phones and SMS Gunther Zielosko 1. Introduction In application note No. 56 ( BASIC-Tiger sends text messages, in which we described a BASIC-Tiger sending text messages

More information

Serial Communications / Protocol in AirTest Products

Serial Communications / Protocol in AirTest Products Serial Communications / Protocol in AirTest Products General The standard sensor has two different ways of serial communication with sensor s peripherals and the outside world. One is through the UART

More information

DS1621 Digital Thermometer and Thermostat

DS1621 Digital Thermometer and Thermostat Digital Thermometer and Thermostat www.dalsemi.com FEATURES Temperature measurements require no external components Measures temperatures from 55 C to +125 C in 0.5 C increments. Fahrenheit equivalent

More information

WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide

WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide Version 2.1, 4/2010 Disclaimer While every effort has been made to ensure that the information in this guide is accurate

More information

150127-Microprocessor & Assembly Language

150127-Microprocessor & Assembly Language Chapter 3 Z80 Microprocessor Architecture The Z 80 is one of the most talented 8 bit microprocessors, and many microprocessor-based systems are designed around the Z80. The Z80 microprocessor needs an

More information

PCS0100en 02.2008. Persy Control Services B.V. Netherlands

PCS0100en 02.2008. Persy Control Services B.V. Netherlands P-Bus Gateway PBGW2.128 Universal gateway between the P-bus protocol and open standard protocols. The variety of available electrical interfaces on the gateway offers a wide range of possibilities for

More information

2011, The McGraw-Hill Companies, Inc. Chapter 3

2011, The McGraw-Hill Companies, Inc. Chapter 3 Chapter 3 3.1 Decimal System The radix or base of a number system determines the total number of different symbols or digits used by that system. The decimal system has a base of 10 with the digits 0 through

More information

Programming A PLC. Standard Instructions

Programming A PLC. Standard Instructions Programming A PLC STEP 7-Micro/WIN32 is the program software used with the S7-2 PLC to create the PLC operating program. STEP 7 consists of a number of instructions that must be arranged in a logical order

More information

Permissible ambient temperature Operation Storage, transport

Permissible ambient temperature Operation Storage, transport The Sitras PRO combined DC protective unit and controller is used in the power supply for DC railways in mass transit and main-line systems up 3,000 V DC. It protects DC switch gear and contact line systems

More information

Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide

Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide Sensors LCD Real Time Clock/ Calendar DC Motors Buzzer LED dimming Relay control I2C-FLEXEL PS2 Keyboards Servo Motors IR Remote Control

More information

KNX Powerline PL 110. KNX Association

KNX Powerline PL 110. KNX Association KNX Powerline PL 110 Table of Contents 1 Introduction...3 2 Standardisation...3 3 Transmission Process...4 3.1 Phase Coupling...5 3.2 Telegram Transmission...6 3.2.1 Training Sequence...6 3.2.2 Preamble

More information

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet CCNA R&S: Introduction to Networks Chapter 5: Ethernet 5.0.1.1 Introduction The OSI physical layer provides the means to transport the bits that make up a data link layer frame across the network media.

More information

EnDat 2.2 Bidirectional Interface for Position Encoders

EnDat 2.2 Bidirectional Interface for Position Encoders Technical Information EnDat 2.2 Bidirectional Interface for Position Encoders Digital drive systems and feedback loops with position s for measured value acquisition require fast data transfer with high

More information

AN141 SMBUS COMMUNICATION FOR SMALL FORM FACTOR DEVICE FAMILIES. 1. Introduction. 2. Overview of the SMBus Specification. 2.1.

AN141 SMBUS COMMUNICATION FOR SMALL FORM FACTOR DEVICE FAMILIES. 1. Introduction. 2. Overview of the SMBus Specification. 2.1. SMBUS COMMUNICATION FOR SMALL FORM FACTOR DEVICE FAMILIES 1. Introduction C8051F3xx and C8051F41x devices are equipped with an SMBus serial I/O peripheral that is compliant with both the System Management

More information

Everything you ever wanted to know about DPV1 diagnostics but were afraid to ask!

Everything you ever wanted to know about DPV1 diagnostics but were afraid to ask! Everything you ever wanted to know about DPV1 diagnostics but were afraid to ask! Presented by: James Powell P.Eng. Milltronics AG 2010. All Rights Reserved. PROFIBUS Device Diagnostics Agenda Introduction

More information

COMPUTERS ORGANIZATION 2ND YEAR COMPUTE SCIENCE MANAGEMENT ENGINEERING UNIT 5 INPUT/OUTPUT UNIT JOSÉ GARCÍA RODRÍGUEZ JOSÉ ANTONIO SERRA PÉREZ

COMPUTERS ORGANIZATION 2ND YEAR COMPUTE SCIENCE MANAGEMENT ENGINEERING UNIT 5 INPUT/OUTPUT UNIT JOSÉ GARCÍA RODRÍGUEZ JOSÉ ANTONIO SERRA PÉREZ COMPUTERS ORGANIZATION 2ND YEAR COMPUTE SCIENCE MANAGEMENT ENGINEERING UNIT 5 INPUT/OUTPUT UNIT JOSÉ GARCÍA RODRÍGUEZ JOSÉ ANTONIO SERRA PÉREZ Tema 5. Unidad de E/S 1 I/O Unit Index Introduction. I/O Problem

More information

Automation System TROVIS 6400 TROVIS 6493 Compact Controller

Automation System TROVIS 6400 TROVIS 6493 Compact Controller Automation System TROVIS 6400 TROVIS 6493 Compact Controller For panel mounting (front frame 48 x 96 mm/1.89 x 3.78 inch) Application Digital controller to automate industrial and process plants for general

More information

Programmable set for Ethernet Modbus/TCP in IP20 TI-BL20-PG-EN-8

Programmable set for Ethernet Modbus/TCP in IP20 TI-BL20-PG-EN-8 CoDeSys-programmable acc. to IEC 61131-3 Cable max. 50 m between interface and read/write head 10/100 Mbps LEDs for display of supply voltage, group and bus errors as well as status and diagnostics Connection

More information

Inwall Room Temperature Unit

Inwall Room Temperature Unit Inwall Room Temperature Unit TM11B01KNX TM11B11KNX TM11B21KNX Product Handbook Product: Inwall Room Temperature Unit Order Code: TM11B01KNX TM11B11KNX TM11B21KNX Application Program ETS: TM11B_1KNX Inwall

More information

B.IQ push button 3-5gang with room thermostat and display V2, flush-mounted 7566359x, 7566459x, 7566559x

B.IQ push button 3-5gang with room thermostat and display V2, flush-mounted 7566359x, 7566459x, 7566559x B.IQ push button 3-5gang with room Product name: Design: ETS search path: B.IQ push button 3-, 4-, 5gang with room thermostat and display V2 Flush-mounted Push button / B.IQ / B.IQ push button xgang with

More information

Inwall 4 Input / 4 Output Module

Inwall 4 Input / 4 Output Module Inwall 4 Input / 4 Output Module IO44C02KNX Product Handbook Product: Inwall 4 Input / 4 Output Module Order Code: IO44C02KNX 1/27 INDEX 1. General Introduction... 3 2. Technical data... 3 2.1 Wiring Diagram...

More information

Quectel Cellular Engine

Quectel Cellular Engine Cellular Engine GSM Multiplexer Application Notes GSM_MUX_AN_V1.00 Document Title GSM Multiplexer Application Notes Version 1.00 Date 2009-06-27 Status Document Control ID Release GSM_MUX_AN_V1.00 General

More information

DS1621 Digital Thermometer and Thermostat

DS1621 Digital Thermometer and Thermostat www.maxim-ic.com FEATURES Temperature measurements require no external components Measures temperatures from -55 C to +125 C in 0.5 C increments. Fahrenheit equivalent is -67 F to 257 F in 0.9 F increments

More information

DVPPF02-H2. PROFIBUS DP Slave Communication Module Application Manual

DVPPF02-H2. PROFIBUS DP Slave Communication Module Application Manual DVPPF02-H2 PROFIBUS DP Slave Communication Module Application Manual Warning Please read this instruction carefully before use and follow this instruction to operate the device in order to prevent damages

More information

TwinCAT NC Configuration

TwinCAT NC Configuration TwinCAT NC Configuration NC Tasks The NC-System (Numeric Control) has 2 tasks 1 is the SVB task and the SAF task. The SVB task is the setpoint generator and generates the velocity and position control

More information

How To Use A Power Supply On A Powerline 2.2 (Ai)

How To Use A Power Supply On A Powerline 2.2 (Ai) KNX/EIB Product documentation Issue: 05.08.2010 629x1220 Push button sensor 3 comfort 1-gang Push button sensor 3 comfort 2-gang (1+1) Push button sensor 3 comfort 3-gang Push button sensor 3 comfort 4-gang

More information

Switch Actuator, 8-fold, 10 A, MDRC AT/S 8.10.1, GH Q631 0075 R0111

Switch Actuator, 8-fold, 10 A, MDRC AT/S 8.10.1, GH Q631 0075 R0111 , GH Q631 0075 R0111 The 8-fold switch actuator is a DIN rail mounted device for insertion in the distribution board. It is connected to the EIB via a bus terminal. In the event of bus voltage failure,

More information

SIMATIC NET. AS-Interface - Introduction and Basics A B. Preface, Contents

SIMATIC NET. AS-Interface - Introduction and Basics A B. Preface, Contents Preface, Contents SIMATIC NET AS-Interface - Introduction and Basics Manual AS-Interface (AS-i) 1 AS- Interface Safety at Work (ASIsafe) 2 AS-i System Components 3 The Master Mode - Commands, Sequence,

More information

INTERNATIONAL TELECOMMUNICATION UNION

INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION )454 6 TER TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU $!4! #/--5.)#!4)/. /6%2 4(% 4%,%0(/.%.%47/2+ ")43 0%2 3%#/.$ $50,%8 -/$%- 53).' 4(% %#(/ #!.#%,,!4)/. 4%#(.)15%

More information

Manufactures of: All. Dallas Delta Corporation Pty.Ltd. Pty.Ltd. 102 Albert St. East Brunswick, 3057 Vic. Tel: 613 93877388 Fax: 613 93873128

Manufactures of: All. Dallas Delta Corporation Pty.Ltd. Pty.Ltd. 102 Albert St. East Brunswick, 3057 Vic. Tel: 613 93877388 Fax: 613 93873128 Dallas Delta Corporation Pty.Ltd. 102 Albert St. East Brunswick, 3057 Vic. Tel: 613 93877388 Fax: 613 93873128 Email: sales@dallasdelta.com.au www.dallasdelta.com.au LP GUARD DOORSTATION MK II G UARD Doorstation

More information

Push button 3gang standard flush-mounted 751633xx

Push button 3gang standard flush-mounted 751633xx Documentation Product name: Push button 3gang standard Design: device (up) ETS search path: Push button / Push button 3gang / Push button 3gang standard Functional description: The push button 3gang standard

More information

Digital and Analog I/O

Digital and Analog I/O 70072-0127-07 TECHNICAL NOTE 02/2007 Digital and Analog I/O This document discusses the application and configuration of digital and analog inputs/outputs (I/O). Details are for both onboard I/O and external

More information

PROGRAMMABLE LOGIC CONTROL

PROGRAMMABLE LOGIC CONTROL PROGRAMMABLE LOGIC CONTROL James Vernon: control systems principles.co.uk ABSTRACT: This is one of a series of white papers on systems modelling, analysis and control, prepared by Control Systems Principles.co.uk

More information

Allen-Bradley/Rockwell

Allen-Bradley/Rockwell MANUFACTURER DATA SHEET High Speed Counter Manufacturer: Allen-radley/Rockwell Model Number: 1746-HSCE See www.geomartin.com for additional PDF datasheets Martin Part Number: E-014901-03 VendorPartNumber:

More information

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Question Bank Subject Name: EC6504 - Microprocessor & Microcontroller Year/Sem : II/IV

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Question Bank Subject Name: EC6504 - Microprocessor & Microcontroller Year/Sem : II/IV DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Question Bank Subject Name: EC6504 - Microprocessor & Microcontroller Year/Sem : II/IV UNIT I THE 8086 MICROPROCESSOR 1. What is the purpose of segment registers

More information

The Answer to the 14 Most Frequently Asked Modbus Questions

The Answer to the 14 Most Frequently Asked Modbus Questions Modbus Frequently Asked Questions WP-34-REV0-0609-1/7 The Answer to the 14 Most Frequently Asked Modbus Questions Exactly what is Modbus? Modbus is an open serial communications protocol widely used in

More information

Configuring PROFINET

Configuring PROFINET CHAPTER 9 This chapter describes how to configure the PROFINET feature on the Cisco IE 3000 switch. Understanding PROFINET, page 9-1, page 9-4 Displaying the PROFINET Configuration, page 9-5 Troubleshooting

More information

Start-up of IVI-KHD2-4HRX, IVI-KHA6-4HRX at S7-300 V1.1. Table of Contents TABLE OF CONTENTS... 1

Start-up of IVI-KHD2-4HRX, IVI-KHA6-4HRX at S7-300 V1.1. Table of Contents TABLE OF CONTENTS... 1 Table of Contents TABLE OF CONTENTS... 1 1. DESCRIPTION OF HARDWARE... 2 1.1 Modules and devices... 2 1.2 Set-up and installation... 2 2. SETTING UP PARAMETERS... 2 2.1 Setting up parameters in accordance

More information

New protocol concept for wireless MIDI connections via Bluetooth

New protocol concept for wireless MIDI connections via Bluetooth Wireless MIDI over Bluetooth 1 New protocol concept for wireless MIDI connections via Bluetooth CSABA HUSZTY, GÉZA BALÁZS Dept. of Telecommunications and Media Informatics, Budapest University of Technology

More information

Smart DeviceNet Remote I/O Terminals

Smart DeviceNet Remote I/O Terminals Smart DeviceNet Remote I/O Terminals ather and Use Information for Effective Preventive Maintenance et more useful data for preventive maintenance when you build cost-effective parallel information systems

More information

Current Loop Application Note 1495

Current Loop Application Note 1495 Current Loop Application Note Document No. CLAN1495 International Headquarter B&B Electronics Mfg. Co. Inc. 707 Dayton Road -- P.O. Box 1040 -- Ottawa, IL 61350 USA Phone (815) 433-5100 -- General Fax

More information

ABB i-bus KNX Fan Coil Controller FC/S 1.1

ABB i-bus KNX Fan Coil Controller FC/S 1.1 Product manual ABB i-bus KNX Fan Coil Controller FC/S 1.1 Intelligent Installation Systems Contents Page 1 Introduction... 2 2 Device technology... 3 3 Application and planning 3.1 Heating, ventilation

More information

ControlLogix Remote I/O Communication Module

ControlLogix Remote I/O Communication Module User Manual ControlLogix Remote I/O Communication Module Catalog Number 1756-RIO Important User Information Solid-state equipment has operational characteristics differing from those of electromechanical

More information

PRODUCT MANUAL IRSC. IRSC-Plus. Air-Conditioning controller ZN1CL-IRSC. Program version: 5.14 Manual edition: 5.14_a

PRODUCT MANUAL IRSC. IRSC-Plus. Air-Conditioning controller ZN1CL-IRSC. Program version: 5.14 Manual edition: 5.14_a PRODUCT MANUAL IRSC IRSC-Plus. Air-Conditioning controller ZN1CL-IRSC Program version: 5.14 Manual edition: 5.14_a INDEX Document updates... 3 1. Introduction... 4 1.1. IRSC controller... 4 1.2. Installation...

More information

Data Exchange On The CAN Bus I

Data Exchange On The CAN Bus I Service. Self-Study Programme 238 Data Exchange On The CAN Bus I Basics The CAN bus system in a car interlinks the control units to form a network. This produces new functions in the car and in diagnostics

More information

BLUETOOTH SERIAL PORT PROFILE. iwrap APPLICATION NOTE

BLUETOOTH SERIAL PORT PROFILE. iwrap APPLICATION NOTE BLUETOOTH SERIAL PORT PROFILE iwrap APPLICATION NOTE Thursday, 19 April 2012 Version 1.2 Copyright 2000-2012 Bluegiga Technologies All rights reserved. Bluegiga Technologies assumes no responsibility for

More information

MANUAL FOR RX700 LR and NR

MANUAL FOR RX700 LR and NR MANUAL FOR RX700 LR and NR 2013, November 11 Revision/ updates Date, updates, and person Revision 1.2 03-12-2013, By Patrick M Affected pages, ETC ALL Content Revision/ updates... 1 Preface... 2 Technical

More information

Non-Isolated Analog Voltage/Current Output module IC695ALG704 provides four configurable voltage or current output channels. Isolated +24 VDC Power

Non-Isolated Analog Voltage/Current Output module IC695ALG704 provides four configurable voltage or current output channels. Isolated +24 VDC Power July 2010 PACSystems* RX3i Non-Isolated Analog Output Module with HART Communications, IC695ALG728 Non-Isolated Analog Output Modules, IC695ALG704, IC695ALG708 MODULE OK FIELD STATUS TB IC695ALG708 Q1

More information

Technical Specifications: The specifications represent a particular hardware platform. Application-specific software is provided.

Technical Specifications: The specifications represent a particular hardware platform. Application-specific software is provided. Preliminary TECHNICAL DATASHEET #TDAX020700 HYDRAULIC VALVE CONTROLLER 24 I/O 5 Analog and 6 Digital Inputs 1 Temperature Sensor and 1 RPM Sensor Interface 2 PWM Inputs 6 Proportional and 4 ON/OFF Current

More information

ACU-1000 Manual Addendum Replacement of CPM-2 with CPM-4

ACU-1000 Manual Addendum Replacement of CPM-2 with CPM-4 ACU-1000 Manual Addendum Replacement of CPM-2 with CPM-4 1 PURPOSE:... 1 2 CPM-4/CPM-2 COMPATIBILITY... 2 2.1 NETWORK CABLES... 2 2.2 FACTORY DEFAULT SETTINGS... 2 2.3 CHANGING THE RS-232 SERIAL PORT BAUD

More information

Objectives. Basics of Serial Communication. Simplex vs Duplex. CMPE328 Microprocessors (Spring 2007-08) Serial Interfacing. By Dr.

Objectives. Basics of Serial Communication. Simplex vs Duplex. CMPE328 Microprocessors (Spring 2007-08) Serial Interfacing. By Dr. CMPE328 Microprocessors (Spring 27-8) Serial Interfacing By Dr. Mehmet Bodur Objectives Upon completion of this chapter, you will be able to: List the advantages of serial communication over parallel communication

More information