Product Manual Compact Operator Interface Terminal for use with Allen-Bradley ULTRA 3000 Drives

Size: px
Start display at page:

Download "Product Manual Compact Operator Interface Terminal for use with Allen-Bradley ULTRA 3000 Drives"

Transcription

1 Product Manual 2800 Compact Operator Interface Terminal for use with Allen-Bradley ULTRA 3000 Drives Quartech Corporation Angelo Drive Macomb Township, Michigan Phone: (586) FAX: (586) The product described in this document can have a variety of uses, the user and those responsible for applying this equipment must satisfy themselves as to the acceptability of each application and the use of the unit. Under no circumstances will QUARTECH CORPORATION be responsible or liable for any damage, including indirect or consequential losses resulting from the use, misuse, or application of the unit. The text, illustrations, charts, and examples included in this document are intended solely to help explain applications of the product. Due to the many variables associated with specific uses or applications, QUARTECH CORPORATION cannot assume responsibility or liability for actual use based upon the data provided in this document. No patent liability is assumed by QUARTECH CORPORATION with respect to the use of circuits, information, equipment, or software described in this document. This document is subject to change without notice.

2 Table Of Contents Section 1: Introduction What are Screens & Fields Static and Scrolling Text Fields Numeric Data Field Recipe Field Bit Status Fields Multi-State Text Field Copy Parameters Field If Trigger Field Section 2: Loading Driver Firmware Section 3: Loading Project Files Section 4: Screen Triggering Section 5: Key Definitions Select, Enter, & Cancel keys /Next &./Prev keys Lock key Function Keys Pushbutton, Selector, & Screen Trigger Switch Bit Status Switch Jog Button Switch Section 6: Drive Fault Monitoring Section 7: Security Locks Section 8: LCD Contrast Adjustment (serial number prior to 55134) Appendix A: Electrical/Mechanical Specifications DIP Switch assignments File Download Cable Communication Cables (RS-232) Communication Cables (RS-485 Single Drive) Communication Cables (RS-485 Multiple Drives) Communication Cables (RS-232 Multiplexer) Appendix B: Error & Warning Messages Other available Communication Drivers: Allen-Bradley SLC500, DH-485. Allen-Bradley SLC500, DF1. (MicroLogix PLC) Allen-Bradley PLC-5, DF1. Allen-Bradley PLC-2 Fuji Electric N Series GE Fanuc Series 90 Mitsubishi FX Series Modicon Modbus. Omron Host Link Idec, Micro3 & Micro3C Toshiba EX100 Protocol Toshiba T1-Series Computer Link Yaskawa MP930 Memobus Generic ASCII, with definable string format. Slave ASCII Terminal Allen-Bradley Ultra 100/200 Drive

3 Section 1: Introduction Page 1 The 2800 compact operator interface is a programmable device designed for use with programmable logic controllers, ASCII devices, digital drives and motion controllers. This manual describes the features and operation specific to the Allen-Bradley ULTRA 3000 Digital Servo Drives. The 2800 communicates with the ULTRA Drive using the Host Command Protocol. A list of all the supported commands can be found in the configuration software help files. When configured for RS-485, the 2800 can communicate with multiple Drives.. The 2800 OIT is fully programmable using free ScreenMaker 2000K Windows based off-line software. The project designer can customize each screen to fit the current application. Text can be combined with up to eight data fields associated with parameters located internal to the drive. Numeric Data fields can be defined as read only or read /write with high limits, low limits and scaling. The Next and Prev keys allow the operator to navigate through screens in an order predetermined by the project designer. The numeric keypad allows the user to easily modify integer and floating point values. The four function keys can be redefined to function differently on every screen. The function keys can be custom labeled with a slip in legend tag, easily created using LegendMaker software. The 2800 utilizes Flash nonvolatile memory, the threat of losing the customized screens (up to 500) due to a power loss, dead battery, etc., is nonexistent. We recommend downloading and installing the free ScreenMaker 2000K software that includes a sample project. The sample project demonstrates indexing control, velocity control, and Jog mode. What are Screens & Fields? The 2800 is customized for a particular application by creating screens. A screen is similar to a canned message and may include variable information from the Drive. A group of text or a variable is referred to as a field. Each field has an assigned size and position within a screen. Several field types are available and may be used in any combination to produce a screen. Here is a brief description of the fields currently available. Static Text Scrolling Text Horizontal Scrolling Text Vertical This field allows fixed character strings to be displayed within a screen. The field size and position are user defined. This field allows fixed character strings to scroll right to left within a defined window. The window size and position are user defined. This field allows lines of fixed character strings to scroll bottom to top within a defined window The window size and position are user defined.

4 Section 1: Introduction Page 2 Numeric Data Field This field will display numeric values associated with drive parameters. The parameter from which data will be retrieved is specified when the field is created. Signed and unsigned integer values plus floating point formats are supported. Modification to the value may be enabled or disabled. Individual data value limits are also set for each Numeric Data field created. If enabled, values are entered by first moving the focus to this field by pressing the Select key, a new value is then keyed in and the Enter key pressed. Note: If a Scale value other than one is assigned with an integer type variable such as Index Distance, please be aware of the following: If a decimal value is specified as shown here (Dbl.Decimal.3), then the entry and display of the variable is treated as a floating point value, however, the limit values remain in the native integer format and in this example would indicate maximum and minimum counts. Example: Assume 8000 counts (1 revolution) equals 0.01 inches of travel. The desired range of travel is from, inches to six inches. Scale: 0.01 Divided by 8,000 equals (or 1.25e-6) Maximum Entry Value: 6.00 / = 4,800,000 Minimum Entry Value: / = -1,000,000 The decimal point in the Max and Min Entry Values is a place holder only and is not numerically significant to the entered limit value. If it is not placed correctly an integrity check error may occur.

5 Section 1: Introduction Page 3 The Negate check box will force a positive entered value to be converted to a negative value before it is written to the Ultra Drive. Likewise, when a negative value is read from the Ultra Drive it will be converted to a positive number before it is displayed. The function would be used only when the variable must always be negative. For example, if the motor must always turn in the negative direction, the operator would not have to remember to press the negative key when entering a speed, distance, or position. Scaling Example: Since the drive returns the current motor velocity as a number of counts per second we can use a scale value to convert the displayed value to revolutions per minute (RPM). Scale Value = 1 / ( Counts per Revolution / 60 ) Scale Value = 1 / ( 8,000 / 60 ) Assume encoder producing 8,000 counts per revolution. Scale Value = 1 / Scale Value = or 7.5e-3 This is the value into the Scale box. If the 2800 has received a motor velocity value of 200,000. RPM = Count Value Received x Scale Value RPM = 200,000 x RPM = 1500 This is the value displayed by the 2800 If the operator enters 750, the 2800 will write the value 100,000 to the Drive.. Raw Value = Entered value / Scale Value Raw Value = 750 / Raw Value = 100,000 This is the value written to the Ultra Drive. Velocity Scaling: convert from Counts / Second to Revolutions / Minute. Scale value = 60 divided by encoder pulses per revolution. Accel/Decel Scaling: convert from Counts / Second / Second to Revolutions / Second / Second Scale value = one divided by encoder pulses per revolution.

6 Section 1: Introduction Page 4 Recipe Field This field appears as fixed text within a screen. The field can be used in a two different ways. As an Increment/Decrement Function: When the field is created a parameter, Increment/Decrement value, and limit value are specified in addition to the field text. If the Usage is set to Increase value then moving the focus, via the Select key, to this field and pressing the Enter key will cause the increment value to be added to the data value currently read from the Ultra Drive. If the addition of the two values exceeds the limit value then a warning message is displayed and the variable in the Ultra Drive is left unchanged. Focus in not automatically removed from the field so that the additional increments may be executed. Focus is removed by pressing either the Cancel or Select key. If the Usage is set to Decrease value then operation is identical except that the decrement value is subtracted from the Ultra Drive data value. As a Recipe List: Up to twenty Ultra 3000 parameters can be assigned within the recipe field. Moving the focus, via the Select key, to this field and pressing the Enter key will cause the data values to be written to the assigned addresses within the Ultra Drive.

7 Section 1: Introduction Page 5 The Execute drop down box allows the Recipe field to function in three different ways. On Select is the default choice and causes the Recipe field to function like all other data access fields. That is, The Select key is used to set focus to the field then the Enter key is used to execute the specific field function When Increment or Decrement is used this is the only valid execute method allowed. When a screen is first opened the various field types that make up the screen go through an initialization procedure. This procedure places associated text on the display and opens connections to the communication driver if the field type is a data access field such as a Recipe field. If the Execute method selected for a Recipe field is an As LinkID then the initialization procedure and operation of the field are changed. A connection to the communication driver is still made but the field text is not shown on the 2800 display and the field is not selectable using the Select key. A pointer to the Recipe is stored in the internal memory of the To cause the Recipe items to be downloaded to the Ultra this Recipe fields Link ID must be included within another Recipe. This is done using the Recipe Link ID parameter found within the Data Reference list. When the Recipe Link ID parameter is encountered within an executing Recipe field the download process will continue using the parameters included in the linked Recipe. The Recipe Link ID parameter should be the last parameter within a recipe list and the assigned value must be that of a valid linked recipe. A linked Recipe field can include a Recipe Link ID within its parameter list allowing multiple linked recipes to be executed. If the Execute method selected for a Recipe field is On Open then a connection to the communication driver is made but the field text is not shown on the 2800 display and the field is not selectable using the Select key. The field will automatically be executed, downloading the parameter list to the Ultra drive. Within ScreenMaker 2000K the text associated with a Recipe field is always shown, must be at least one character, and may not be covered by another data access field.

8 Section 1: Introduction Page 6 Bit Status Field When creating this field a mask value and data value for a drive parameter are specified. Two character strings are also typed in, one for the true state of the bits and one for the false state of the bit. One of the two character strings will then be displayed depending on the status of the specified data value versus the mask value. If enabled this field will also function as a bit modify. Moving the focus, via the Select key, to the field and pressing the Enter key will cause the bits to be complimented by the How the Bit Status determines which string to display: Example 1: Drive Value AND with Mask Value Results The result is equal to the Data Value, therefore, the True Text [STOP] would be displayed on the Example 2:: Drive Value AND with Mask Value Results The result and Data Value are not equal, therefore, the False Text [START] would be displayed on the 2800.

9 Section 1: Introduction Page 7 How the Bit Status field functions when Entry Allowed is selected: Assume the results of example one, the field is currently displaying [STOP]. Further assume you use the Select key on the 2800 to assign focus to this field then press the Enter key. Drive Value AND with compliment of Mask Value Formula 1 write this value to the Drive reads Drive Value back ANDs it with Mask Value Results Result does not match Data Value so the field text will change to [START]. Lets try the opposite case. Assume the results of example two, the field is currently displaying [START]. You use the Select key on the 2800 to assign focus to this field then press the Enter key. Assumed PLC Value AND with compliment of Mask Value Formula 2 Results OR with Data Value write this value to the PLC reads PLC Value back ANDs it with Mask Value Results Result does match Data Value so the field text will change to [STOP].

10 Section 1: Introduction Page 8 Multi-State Text Field This field monitors an assigned parameter and displays text associated with a specified value. Up to 25 Value/Text Strings can be specified. Entry is allowed with this field. After selecting this field the Next and Prev keys can be used to scroll through the text strings, When the desired text string is displayed, the Enter key can be pressed which will cause the value associated with the text string to be written to the Drive.

11 Section 1: Introduction Page 9 Copy Parameters Field The Copy Parameter field is used to transfer the value of one drive parameter to another. Up to twenty parameter copies can exist within a single Copy Parameter field. If Execute is set to On Select then the text that is entered when the field is created will be displayed on the 2800 when the screen is displayed. If Execute is set to Link ID then the text that is entered when the field is created will never be displayed. When the Execute method is On Select, moving the focus, via the Select key, to this field and pressing the Enter key will cause the copy operations to execute. When a screen is first opened the various field types that make up the screen go through an initialization procedure. This procedure places associated text on the display and opens connections to the communication driver if the field type is a data access field such as a Copy Parameter field. If the Execute method selected for a Copy Parameter field is an As LinkID then the initialization procedure and operation of the field are changed. A connection to the communication driver is still made but the field text is not shown on the 2800 display and the field is not selectable using the Select key. A pointer to the Copy list is stored in the internal memory of the To cause the field to execute a reference to it must be included within a Recipe. This is done using the Copy Link ID parameter found within the Data Reference list. When the Copy Link ID parameter is encountered within an executing Recipe field the execution process is transferred to the copy parameter firmware which executes the copy parameter list. Once completed the execution process is returned to the Recipe field. Within ScreenMaker 2000K the text associated with a Copy Parameter field is always shown, must be at least one character, and may not be covered by another data access field. Once an As LinkID Copy Parameter field is initialized within a screen the pointer to it which is stored within the 2800 memory is maintained until power is removed or another As LinkID Copy Parameter of the same number is initialized. Because of this you can initialize an As LinkID Copy Parameter field in one screen then reference it via a Recipe field in a different screen.

12 Section 1: Introduction Page 10 If Trigger Field The If Trigger field can be used to trigger a new screen based on the value of an assigned parameter. The If Trigger field will continuously monitor the selected parameter. The value read for the assigned parameter will be ANDed with the Mask Value then the selected Trigger If test will be ran using the limit values. If the test produces a TRUE result then the assigned screen will be triggered in the assigned screen trigger.

13 Section 2: Loading Driver Firmware Page 11 The 2800 is shipped from the factory with manufacturing test code installed. The first step in commissioning the 2800 is to load a communication driver into it. In this case the driver is for the Allen-Bradley ULTRA 3000 Digital Servo Drives. The Communication Driver File is loaded into the 2800 using ScreenMaker 2000K configuration software running on your personal computer. If you have not yet created a screen application simply open a new project. The 2800 is connected to the personal computer is via a communication cable (Quartech cable ). The specifications for this cable can be found in Appendix A. Prepare the computer for download by selecting the Communications heading, then Download Communication Interface from the drop down menu. The following window will pop-up. Before proceeding the 2800 must be prepared for the download. A four position DIP switch is accessible through the rear cover of the Applying power to the 2800 with Dip Switch 4 set to the ON position (up), will placed it into System File Download mode. Pressing the Next key The 2800 will first display: Then: will trigger this screen: QUARTECH CORPORATION 2800 SERIES V1.00 UNIT SERIAL NUMBER SYSTEM FILE LOAD PRESS THE NEXT KEY TO PROCEED SYSTEM FILE LOAD WAITING FOR COMMAND FROM COMPUTER

14 Section 2: Loading Driver Firmware Page 12 The 2800 is now waiting for the computer to begin the download process. Clicking the Connect button will cause the ScreenMaker software to query the attached product and validate its compatibility. The dialog below will display if you forget to press the Next key on the 2800 or if a serial communication link can not be established. The Firmware Download dialog will display if a successful serial link is established. From this dialog select: Start Download Within a couple minutes the download will be complete. The 2800 will again display: WAITING FOR COMMAND FROM COMPUTER Remove power from the 2800 and set DIP switch 4 to the OFF position (down). The 2800 is now ready to accept your Project File. The next section describes the procedure.

15 Section 3: Loading Project Files Page 13 The first step to commission a 2800 is to download Communication Driver Firmware into it. That process was discussed in the prior section. The second step is to download a Project File. The file is downloaded to the 2800 using ScreenMaker 2000k configuration software running on your personal computer. To perform a download the project must be open. From the menu bar choose Communication -> Send Project to The dialog below will display allowing you to select the computer serial port that will be used.

16 Section 3: Loading Project Files Page 14 Before selecting Connect, insure the 2800 is connected to the computer and ready to receive the download. The 2800 is connected to the computer via serial communication cable, Quartech # To prepare the 2800 for downloading the project file, hold down the Enter key while applying power to it. The 2800 will display: screen: PROJECT FILE LOAD Next = PROCEED Prev = RESTART Pressing the Next key will trigger this PROJECT FILE LOAD WAITING FOR COMMAND FROM COMPUTER Pressing the Prev key will cause the 2800 to perform a warm boot which is just like re-powering. If the 2800 is ready, then click the Connect button on the Connect to the 2800 dialog. The following dialog will display. If this is the initial download then insure the Send All Screens and Send Setup Information boxes are both checked. To initiate the project download click on the Send button. The Send Status bar graph will indicate the download progress. If a project is modified, ScreenMaker 2000K allows you to send individual screens. To send an individual screen deselect the Send All Screens box and click on the screen you want to send. To select multiple screens hold down the Ctrl key on your computer keyboard while you select screens.

17 Section 4: Screen Triggering Page 15 Assuming the 2800 has been successfully configured with both a Driver Firmware and an a Project it is ready for normal operation. An appropriate communication cable must be connected between the 2800 and ULTRA Driver. The communication cable is available from Quartech and is shown in Appendix A. When power is applied the 2800 will enter the normal Run Mode. Upon power-up the 2800 will display two informational screens. The first will indicate the part number and serial number of the unit. The second will indicate the firmware type, firmware version level, and other programmed information such as interface type and baud rate. Here is an example of what you will see: QUARTECH CORPORATION 2800 SERIES UNIT SERIAL NUMBER ALLEN-BRADLEY ULTRA 3000 Ver 3.00 RS bps During the time while the 2800 is displaying the above screens it will also be attempting to trigger the lowest screen number contained in its memory. It does this by writing the screen number into screen trigger word one. The 2800 incorporates dual screen trigger words which allows two screens to be displayed at the same time. what exactly are screen trigger words? The screen trigger words are two internal addresses that hold the number of the screen currently triggered. During normal operation the 2800 will monitor these two words to determine what screens should be displayed. Writing a screen number into either of these words will cause the 2800 to display the appropriate screen. There are three ways that a screen number can be written to a screen trigger word.! The Next and Prev keys can write to a screen trigger word.! A function key can be configured to write to a trigger word.! A Data Set field can be configured to write to a trigger word. But why use two trigger words? The use of two triggers words is most effective when the trigger words are variable locations within the host device, and the host device can write values into the triggers. This is not the case with the ULTRA 3000 driver, however, some creative uses are possible. When using more than one trigger word, care and planning is critical for success. Screen settings are important when using two screen triggers because the settings can greatly affect the overall appearance of the 2800 display when both triggers contain valid screen numbers. Things to consider when using both screen trigger words. When a screen is created using ScreenMaker 2000K several attributes will accompany the screen file. One of these attributes determines the impact this screen will have on a screen being displayed from the other trigger word. This attribute is the choice of one of three affects designated CLEAR, COVER, and OVERLAY. CLEAR: If the screen is configured as clear, the entire 2800 display will be cleared before this screen is displayed. This allows only one screen to appear on the display even if another screen was previously opened from the other trigger word. The screen triggered by the other trigger word is not destroyed, only hidden. If this new screen is closed by writing a zero to the trigger word, the screen triggered by the other trigger word will reappear. (Kind of like Windows!)

18 Section 4: Screen Triggering Page 16 COVER: OVERLAY: If the screen is configured as cover, it will be written on top of the screen previously triggered from the other trigger word. Any parts of the display that are not used by the new screen will remain as they were (again, kind of like Windows). Note however, that any variable fields that show through from the previous screen cannot be accessed using the Select key. Only those variable fields on the cover screen can be accessed. This is identical to COVER with one exception. Any variable fields that completely show through from the other screen can also be accessed using the Select key. Methods of Screen Triggering Triggering screens to the 2800 display can be done in three different ways. The choice is up to the system engineer developing the application. Any of these methods can be used alone or in any combination to create a user friendly application. Method 1: Screen Triggering via the Next and Prev keys The Next and Prev keys can be used to link screens together in a predefined sequence. When a screen is created using ScreenMaker 2000K software, two linking screen numbers can be attached, one to the Next key and one to the Prev key.! If a value of zero is set for the link number then the key will be ignored.! If a legal screen number is set then pressing the key will cause the link number to be written to screen Trigger Word 1 resulting in the screen being displayed. Method 2: Screen Triggering via Data Set field As discussed previously, the 2800 will continuously monitor both screen trigger words. The Data Set field can be used to trigger a screen by placing the desired screen number into a trigger word. This allows for a simple way to create menu screens. Method 3: Screen Triggering via the Function keys The four function keys can be independently configured within each screen to control a particular bit or word in the Drive. Function keys can also be configured to act as a screen trigger that can control either or both screen trigger words. When a configured function key is pressed it can:! close a screen by writing a zero to the appropriate screen trigger word.! open a new screen by writing the screen number to the appropriate screen trigger word.! leave either screen trigger word unaffected. Note: This feature is available only when the CLEAR or COVER screen attribute is selected. The function keys are not operable when the OVERLAY screen attribute is selected.

19 Section 5: Key Definitions Page 17 The 2800 keypad is made up of twenty tactile feedback keys used for navigation, control, and data entry. Select Key This key is used to select a variable field you want to modify or initiate action from. Within this document we refer to this as assigning focus. Each time the Select key is pressed, a flashing block character will be displayed. Depending on the field type, the character will be over the left most character (Drive Data) or over the entire field (Data Set, Bit Status, Multi-State Text). As the Select key is pressed, focus will move from variable field to variable field in the order that they were created. When the Select key is pressed and no additional variable fields exist, the flashing cursor will move off screen. If the Select key is pressed but no variable fields are accessible the following message will momentarily display. NO ENTRY ALLOWED IN THIS SCREEN Enter Key This key is used to initiate the writing of a value to the Drive.! After modifying the value in a Drive Data field, the Enter key is pressed to initiate the writing of the new value to the Drive. If writing is successful, focus will be removed from this field and the cursor will move off screen.! If a Data Set field has been selected, pressing the Enter key will write the assigned value to the Drive. If writing is successful, focus will be removed from this field and the cursor will move off screen. If more than one variable is specified the message WRITING RECIPE DATA will appear on the display until the process is complete. If this field is configured as a Increment or Decrement type then after pressing the Enter key the 2800 will first read the current value from the Drive, add or subtract the assigned value then write the new value back to the Drive. The focus will remain on this field until the Select key transfers it or the Cancel key is pressed..! If a Bit status field has been selected, pressing the Enter key will toggle the state of the target bits in the Drive which will also change the character string displayed. Focus will then be removed from the field and the cursor will move off screen.! If a Multi-State Text field has been selected, pressing the Enter key will write the value associated with the text currently displayed to the Drive. The Next and Prev keys are used to scroll between choices offered by the Multi-State Text field. Cancel Key This key is used exit or back out of an operation.! If the Select key is being used to assign focus to a field, pressed the Cancel key will remove focus and move the cursor off screen.! If you are currently keying data into a field, pressing the Cancel key once will clear the entered field data leaving only a cursor. You may begin entering a new value. Pressing the Cancel key twice in a row will remove focus from the field.

20 Section 5: Key Definitions Page 18 -/Next &./Prev Keys These keys are dual function.! If the Select key has not placed focus on any variable fields then the -/Next and./prev keys are used for navigation. When a screen is created using ScreenMaker 2000K the system engineer has the option to assign a next and previous screen linking number. Refer to Section 4: Methods of Screen Triggering, to review this feature.! If the Select key has been used to place focus on a Drive Data field then the minus and decimal point function becomes active. Note however, these keys may be ignored if the field format does not support negative or decimal numbers. If focus has been placed on a Multi-State Text field then these keys allows scrolling through the field choices. Numeric Keys 0 through 9 These keys are used exclusively for entering values into Drive Data fields or entering field lock codes. Lock Key This key is used to access the global lock code activation / deactivation screen. The 2800 provides fifteen lock codes that can be specified during setup. When a Drive variable field is created using ScreenMaker 2000K, the designer can assign one of the lock codes to the field. When an operator tries to access a locked field a screen will pop up that prompts them for the lock code. Using the Lock key to deactivate a lock code allows the operator to access any field that uses that lock code with out re-entering it each time the field is accessed. In other words, it acts as a global lock override. Security locks are discussed in detail in Section 6. Function Keys These four keys are programmable function keys that can be re-defined for each screen created for the There are four different configurations that can be made for a key, or a key may be disabled. Within each screen the four keys may be configured differently. A function key can also be set to operate as a momentary pushbutton switch or maintained pushbutton switch. The configuration options are as follows: Pushbutton This configuration is used exclusively with write only Drive parameters such as. Define Home Position Reset Drive Reset Faults Start Index Pressing the key will cause the assign function to be executed. Selector Switch This configuration is used exclusively with the dual state variables such as: Drive Enable Pressing the key will toggle the variable between the 1" and 0" state Screen Trigger This configuration allows the key to function as a screen trigger. Unlike the Next and Prev keys, this screen trigger can write to either Screen Trigger Word or both at the same time. For more information refer to Section 4, screen trigger method three.

21 Section 5: Key Definitions Page 19 Bit Status In this configuration the switch essentially becomes a Bit Set field without text but with the additional feature that it can operate in three different a modes. The User Key configuration window is shown below. In these examples the F1 key will be configured to control the Drive Enable/Disable flag in the Ultra Drive. The Host Reference Help document identifies this variable as a single byte in length with only the least significant bit assigned, therefore, the Mask Value has the least significant bit set. Example 1: Example 2: Example 3: Assume Data Value least significant bit = 1, Momentary option selected. When the F1 key is pressed the 2800 will write the value 1" to the Drive. This is the enabled state. When the key is release no action will be taken. Assume Data Value least significant bit = 0, Momentary option selected. When the F1 key is pressed the 2800 will write the value 0" to the Drive. This is the disabled state. When the key is release no action will be taken. Assume Data Value least significant bit = 1, Maintained option selected. When the F1 key is pressed the 2800 will read the current value of this variable from the Drive, compliment the least significant bit the write the result to the Drive. When the key is release no action will be taken. The switch functions as a push-on / push-off selector switch. Remember, each User Key may be configured differently on each screen created!

22 Section 5: Key Definitions Page 20 Jog Button If Momentary: If Maintained: This configuration allows a Function key to control the Velocity Setpoint variable and can be either momentary or maintained The following examples explain the operation of each mode. When the switch is pressed the specified value is written to the Velocity Setpoint variable in the Ultra Drive. When the switch is released, the value zero is written to the variable. When the switch is pressed the current value of the Velocity Setpoint variable is read from the Ultra Drive. If the current value is equal to the specified value then the value zero is written to the Ultra Drive. If the current value does not match the specified value then the specified value is written to the Ultra Drive. Since all four function keys can be configured as Jog Buttons it is possible to have multiple jog speeds and directions from a single screen. For example you may configure the keys as Fast Jog Forward, Slow Jog Forward, Fast Jog Reverse, and Slow Jog Reverse. Notice: The Jog Button function will not cause movement unless the Drive is enabled and set for velocity control mode.

23 Section 6: Drive Fault Monitoring Page 21 The 2800 can be configured to automatically trigger a screen when a drive fault occurs. Up to six drives can be monitored. Every five seconds the 2800 will issue a drive status request. When multiple drives are assigned the 2800 will rotate through the assigned nodes, one every five seconds. If a drive is reported to be faulted then the associated screen will be triggered using screen trigger number two. The 2800 uses the ULTRA 3000 default setting: 8 Data bits, No Parity, 1 Stop bit. The baud rate is selectable between 9600bps, 19,200bps or 38,400bps.

24 Section 7: Security Locks Page 22 he 2800 allows a security lock to be applied to variable fields on an individual basis. Up to 15 separate lock codes may be designated. The Lock Data window is accessed via the menu bar Configuration -> Setup When a variable field is created using ScreenMaker 2000K any one of the locks may be assigned. When a operator attempts to access a locked field a screen will pop-up requiring them to enter the correct lock code. This is the pop-up security screen ***FIELD SECURITY*** ENTER LOCKCODE: _ Cancel = EXIT The operator must enter all four characters of the lock code. A lock code is comprised of the characters zero through nine, the minus sign, and the decimal point in any combination. This allows for 20,735 possible lock codes. Blind entry is used meaning the characters keyed in are not displayed, however, an asterisk is displayed for each entry so that the operator has some visual feedback. If an invalid lock code is entered this screen will be displayed for a moment, then the current triggered screen(s) will reappear. ***FIELD SECURITY*** ACCESS DENIED...

25 Section 8: LCD Contrast Adjustment Page 23 If the correct lock code is entered then access to the field is granted. Once the field is exited the lock is reset so that re-entry into the field will require re-entry of the lock code. Locks are generally used so that only authorized personnel can make changes to Drive variables. If an operator is required to modify a number of variable, or modify a single variable often then being required to re-enter the lock code each time can become a burden. The 2800 allows a global override to be activated on an individual lock code basis. Access to the global override feature is gained by pressing the Lock key on the When the Lock key is pressed this screen will be displayed. **GLOBAL SECURITY*** ENTER LOCKCODE: _ Cancel = EXIT The operator can enter the four character lock code. Like the field lock, blind entry is used. Assuming a valid lock code is entered and override has not been previously activated, the following screen will display: GLOBAL LOCK OVERRIDE IS: - DEACTIVATED-- Enter = ACTIVATE Cancel = EXIT If the Enter key is pressed the override will be applied, the previously triggered screen(s) will reappear. The operator can now access any field that uses that particular lock code in any screen without being required to enter the lock code. The override will remain activated until the unit is restarted through either re-powering or recovery from a fatal error. The operator may also deactivate the override by pressing the Lock key, then entering the lock code which will cause the following screen to be displayed: Summary: GLOBAL LOCK OVERRIDE IS: - ACTIVATED-- Enter = DEACTIVATE Cancel = EXIT! Fifteen lock codes are assignable using ScreenMaker 2000K. The lock code window is accessed via the path: Setup OIT Lock Data. A lock code is comprised of four characters. The characters zero through nine, the minus sign, and the decimal point are valid characters and may be used in any combination. A lock code having four zero characters will disable the lock. These are all valid lock codes: ! A lock code may be assigned to any of the following field types: Drive Data Field, Data Set Field, Bit Status Field, Multi-State Indicator Field, and Recipe Field.! A global override may be applied to individual lock codes using the Lock key on the All Liquid Crystal Display products require contrast adjustment if operated over a wide temperature range. The

26 Section 8: LCD Contrast Adjustment Page allows the LCD contrast to be adjusted from the front panel keypad. Applicable to units with serial number prior to ! To enter the contrast adjustment mode, press the Cancel and Enter keys simultaneously. You must not be editing a variable field to activate this mode. This screen will display: USE THE SELECT KEY TO ADJUST CONTRAST EXIT BY PRESSING CANCEL & ENTER! Press and hold the Select key until the desired contrast is achieved. When the Select key is released the contrast will be frozen.! To exit the contrast adjustment mode, press the Cancel and Enter keys simultaneously. The previously displayed screen will return.

27 Section 8: LCD Contrast Adjustment Page 25

28 Appendix A: Electrical/Mechanical Specification Page 26 A power input terminal block, serial communication interface connector and DIP switch are accessible through the rear cover of the A description of each is found below. Input Power: A removable three position terminal block is provided for wiring 24 VDC source power. Serial Communication Port A 15 pin male D-Type connector provides The RS-485 and RS-232 communication interface to Programmable Controllers, Personal Computers or other host devices. 4 Position DIP Switch Switches 1 & 2 allow a termination resistors to be connected across the RS-485 receiver. Switch 3 are not assigned. Switch 4 - Run / Driver File Load This switch is set to the on position only when a new communication driver is to be loaded into the unit. See Section 2 for details.

29 Appendix A: Electrical/Mechanical Specification Page 27 The 2800 is designed to be mounted in the door of an enclosure or on an operators console. Care must be taken to prevent metal chips or other conductive particles such as wire clippings from entering the unit. Failure to protect the unit may cause damage when power is applied and may void the warranty. Enclosure Door Cutout A minimum clearance of six inches should be kept between the 2800 and any other device that generates heat. In the event that the internal enclosure temperature periodically exceeds 50 C (122 F), fans or a purge air system must be used. A full size template is available on our web site All Dimensions in inches Specifications: Display: Keypad: Memory: Communications Electrical: Temperature LCD: Temperature VFD: Humidity Vibration/Shock: Weight: Mounting: 80 character (20x4) STN LCD with LED backlight dark blue characters on a yellow/green background. Optional Vacuum Fluorescent Display. 20 tactile feedback keys rated for one million operations. Programmable Erasable Read Only Memory (Flash), 98,304 bytes, 500 screens max RS-232 & RS-485 software selected 24 VDC, 200 ma 0 c to +50 c Operational, -20 c to +70 c Storage 0 c to +65 c Operational, -20 c to +70 c Storage 10% to 95%, Non-condensing, Operational or storage 0.5mm displacement (X,Y,Z axis), 10-55Hz, 30G shock 2 pounds Maintains NEMA 12 enclosure rating. Wiring Considerations Care should be taken when routing DC power supply wires and the communication cable. Follow these guidelines for a trouble free installation. The DC power lines and communication cable must be kept away from AC power lines. Keep both at least one foot away from 115 VAC lines, and two feet away from higher voltage lines. This especially applies to the communication cable. If the cables must cross AC power lines, cross them at right angles (90 ). Keep the cables away from sources of high energy fields such as arc welders, AC motors, motor starters, servo controllers, generators, induction heaters, and transformers.

30 Appendix A: Electrical/Mechanical Specification Page 28 File Download Cable Use the 2136 RS-232 communication cable between the 2800 and your personal computer. If you computer does not have a serial port then use a USB Serial Adapter. Quartech software and devices have been tested using the TRIPP-LITE KEYSPAN model USA-19HS USB Serial Adapter.

31 Appendix A: Electrical/Mechanical Specification Page Communication Cable Use this cable to connect to the drive using RS-232. This cable is only available in a length of ten feet.

32 Appendix A: Electrical/Mechanical Specification Page Communication Cable Use this cable to connect to a single drive using RS-485. The standard length of this cable is ten feet, however, longer lengths can be provided upon request.

33 Appendix A: Electrical/Mechanical Specification Page Communication Cable Use this cable along with the 9109K adapter to connect to a single or multiple drives using RS-485. The standard length of this cable is ten feet, however, longer lengths can be provided upon request.

34 Appendix A: Electrical/Mechanical Specification Page Communication Cable Use this cable to connect the 2800 to either input port of the Quartech 9120 Two Port Multiplexer.

35 Appendix B: Error & Warning Messages Page 33 The 2800 is manufactured with pride and quality and is designed to provide years of trouble free operation. A vast number of diagnostic messages have been included it the 2800's firmware to inform the system engineer and operator of any abnormality that may occur. These messages fit into three general categories which are: Hardware Failure Configuration & Communication Errors Operational Status When an abnormality is encountered a message will appear on the display indicating the nature of the problem. Some conditions will cause the 2800 to halt operation. Other conditions will cause a warning message to display momentarily. Still other conditions will cause a message to simply remain on the screen until the abnormality is corrected. Below is a list of some of the messages that may appear. Category 1, Hardware Failure. These conditions will cause the 2800 to halt operation. Message displayed ROM CHECKSUM ERROR INTERNAL RAM ERROR EXTERNAL RAM ERROR FAILSAFE CODE xxxx TOO MANY VARIABLES MAXIMUM IS 8 INVALID RECIPE Link Value Possible Cause This would occur if the units loaded firmware (Driver File) became corrupt. On power-up the 2800 performs a read/write verification on installed RAM memory. These messages would indicate a hardware failure. This message would only occur if firmware became corrupt, if an intermittent memory failure occurred, or if the 2800 firmware is not compatible with the ScreenMaker project file. This messages would occur if two screens are triggered and they contain more than eight variable fields. See Section 1 for information on the Recipe Linking. Category 2, Configuration & Communication Errors. The messages in this category may vary depending on the Host device that is being used with the In most cases these messages are self explanatory. Below is a sample of some common messages that may be displayed. Message displayed SETUP FILE NOT LOADED COMMUNICATION CABLE DISCONNECTED ---NOTICE--- FUNCTION KEY ABORT Possible Cause Setup file must be downloaded using ScreenMaker 2000K. RTS/CTS jumper is used to detect cable. This occurs if a function key is pressed and it is unable to perform the required variable read or write operation. It will appear momentarily.

36 Appendix B: Error & Warning Messages Page 34 Category 3, Operational Status. These are informative messages to advise the operator of a invalid entries, limitations, or general status. Message displayed Possible Cause ILLEGAL VALUE BELOW SET LIMIT ABOVE SET LIMIT These messages will display momentarily after an operator presses the Enter key in an attempt to write a new value to the Drive. The normal screen will return allowing the operator to attempt another entry. UNSUCCESSFUL DATA WRITE DATA ACCEPTED AFTER LIMITING TO MINIMUM DATA ACCEPTED AFTER LIMITING TO MAXIMUM VALUE AT MAXIMUM VALUE AT MINIMUM ALL SCREENS CLOSED SCREEN # ---- DOES NOT EXIST SCREEN # ---- IS ILLEGAL These messages will display momentarily after an operator presses the Enter key in an attempt to write a new value to the Drive. These messages will display momentarily after an operator presses the Enter key while focus is on a Data Set Field that is configured as Increment or Decrement and the result of this write would exceed the set limit. The value in both Trigger Words is zero so no screens are being displayed. If a value is placed into either Trigger Word that is greater than 500 or is equal to a non-existent screen number in the 2800, then one of these two messages would appear. Either will cause the 2800 to halt operations. COMMAND NOT ENABLED COMMAND INVALID WHEN DRIVE IS ENABLED These messages will display momentarily if the Drive does not allow the attempted action, generally a data write. NON SUPPORTED COMMAND FOR THIS DRIVE MODEL The ScreenMaker 2000K help file is a great source for additional information specific to the Ultra 3000 interface. The latest version of ScreenMaker 2000K and the communication driver (2800u3k.app) are available free of charge at our web site:

Hardware Manual 2800

Hardware Manual 2800 Hardware Manual 2800 Compact Operator Interface Terminal with loadable communication drivers Quartech Corporation 15923 Angelo Drive Macomb Township, Michigan 48042-4050 Phone: (586) 781-0373 FAX: (586)

More information

Product Manual Compact Operator Interface Terminal for use with Allen-Bradley ULTRA 100/200 Drives

Product Manual Compact Operator Interface Terminal for use with Allen-Bradley ULTRA 100/200 Drives Product Manual 2800 Compact Operator Interface Terminal for use with Allen-Bradley ULTRA 100/200 Drives Quartech Corporation 15923 Angelo Drive Macomb Township, Michigan 48042-4050 Phone: (586) 781-0373

More information

Product Manual Pushbutton Station for Modicon Programmable Controller MODBUS Interface

Product Manual Pushbutton Station for Modicon Programmable Controller MODBUS Interface Product Manual 8652 Pushbutton Station for Modicon Programmable Controller MODBUS Interface Quartech Corporation 15923 Angelo Drive Macomb Township, Michigan 48042-4050 Phone: (586) 781-0373 FAX: (586)

More information

Product Manual 8330GMX

Product Manual 8330GMX Product Manual 8330GMX Register Access Panel with Modbus Interface Quartech Corporation 15923 Angelo Drive Macomb Township, Michigan 48042-4050 Phone: (586) 781-0373 FAX: (586) 781-0378 Email: Sales@QuartechCorp.com

More information

PLC Driver Manual 2800 & 2900

PLC Driver Manual 2800 & 2900 PLC Driver Manual 2800 & 2900 Compact Operator Interface Terminals with PLC communication drivers Quartech Corporation 15943 Angelo Drive Macomb Township, Michigan 48042-4050 Phone: (810) 781-0373 FAX:

More information

Hardware Manual 9800

Hardware Manual 9800 Hardware Manual 9800 Operator Interface Terminal Quartech Corporation 15923 Angelo Drive Macomb Township, Michigan 48042-4050 Phone (586) 781-0373 FAX (586) 781-0378 www.quartechcorp.com HM9800 Revision

More information

Product Manual Serial Controlled Input/Output Module. Quartech Corporation Angelo Drive Macomb Township, Michigan

Product Manual Serial Controlled Input/Output Module. Quartech Corporation Angelo Drive Macomb Township, Michigan Product Manual 9110 Serial Controlled Input/ Module Quartech Corporation 15923 Angelo Drive Macomb Township, Michigan 48042-4050 Phone: (586) 781-0373 FAX: (586) 781-0378 www.quartechcorp.com The product

More information

Quartech Corporation

Quartech Corporation Quartech Corporation 5000 Hardware Users Guide 5000C & 5000T Quartech Corporation 50680 Corporate Drive Shelby Township, Michigan USA 48315-3107 Tel: (810) 997-9400 Fax: (810) 997-9407 5000-HM Rev:1 6/98

More information

Product Manual IKB-1000

Product Manual IKB-1000 Product Manual IKB-1000 Industrial Programmable Keyboard for IBM Compatible Computers Quartech Corporation 15923 Angelo Drive Macomb Township, Michigan 48042-4050 Phone: (586) 781-0373 FAX: (586) 781-0378

More information

Allen-Bradley. User Manual. DeviceView Configurator (2707-DNC)

Allen-Bradley. User Manual. DeviceView Configurator (2707-DNC) Allen-Bradley DeviceView Configurator (2707-DNC) User Manual Important User Information Solid state equipment has operational characteristics differing from those of electromechanical equipment. Safety

More information

Product Manual Alphanumeric Display for Allen-Bradley PLC-2 Programmable Controllers

Product Manual Alphanumeric Display for Allen-Bradley PLC-2 Programmable Controllers Product Manual 8711 Alphanumeric Display for Allen-Bradley PLC-2 Programmable Controllers Quartech Corporation 15923 Angelo Drive Macomb Township, Michigan 48042-4050 Phone: (586) 781-0373 FAX: (586) 781-0373

More information

In this chapter... Manual Organization Introduction to the EZText Panel What you need to get started Need HELP? Models PLCs Supported by EZText Panel

In this chapter... Manual Organization Introduction to the EZText Panel What you need to get started Need HELP? Models PLCs Supported by EZText Panel Introduction 1 In this chapter... Manual Organization Introduction to the EZText Panel What you need to get started Need HELP? Models PLCs Supported by EZText Panel Accessories and Optional Equipment PLC

More information

Installation & Operation

Installation & Operation LED Readout Installation & Operation WARRANTY Accurate Technology, Inc. warrants the ProScale Systems against defective parts and workmanship for 1 year commencing from the date of original purchase. Upon

More information

i 2 Index Communications Ports, 2 6 Conventions Used, 1 3 exclamation mark, 1 3 notepad, 1 3

i 2 Index Communications Ports, 2 6 Conventions Used, 1 3 exclamation mark, 1 3 notepad, 1 3 INDEX A Accessories, 3 2 EA-6-COV2, 3 2, 3 15 EA-MG-PGM-CBL, 3 2, 3 6, 3 7 EA-MG-PGMSW, 3 2 EA-MG6-BZ2, 3 2, 3 9 EA-MG6-BZ2P, 3 2, 3 11, 3 12 Agency Approvals, 1 4 Available Models, 2 2 C C-more Micro-Graphic

More information

User Operation Manual: Motorized Valve Controller for Valved Sources

User Operation Manual: Motorized Valve Controller for Valved Sources User Operation Manual: Motorized Valve Controller for Valved Sources Table of Contents BEFORE YOU BEGIN...2 Safety Precautions...2 Product Concerns...2 Specifications...3 Support...3 INTRODUCTION...4 Product

More information

5450 NW 33rd Ave, Suite 104 Fort Lauderdale, FL Fruitland Ave Los Angeles, CA UM Channel Monitor.

5450 NW 33rd Ave, Suite 104 Fort Lauderdale, FL Fruitland Ave Los Angeles, CA UM Channel Monitor. 5450 NW 33rd Ave, Suite 104 Fort Lauderdale, FL 33309 3211 Fruitland Ave Los Angeles, CA 90058 UM-600 6-Channel Monitor Version 2 Installation and Operation Manual Rev. G P/N145F-12990 PCO 00007462 (c)

More information

Vorne Industries. 2000S Series Serial Input Alphanumeric Display User's Manual

Vorne Industries. 2000S Series Serial Input Alphanumeric Display User's Manual Vorne Industries 2000S Series Serial Input Alphanumeric Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 Telephone (630) 875-3600 Telefax (630) 875-3609 2000S Series Serial Input Alphanumeric

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

MYRIAD LC1 LEVEL CONTROLLER INSTRUCTION MANUAL

MYRIAD LC1 LEVEL CONTROLLER INSTRUCTION MANUAL MYRIAD LC1 LEVEL CONTROLLER INSTRUCTION MANUAL VISIT OUR WEBSITE SIGMACONTROLS.COM MYR LC1 MANUAL 062114 TABLE OF CONTENTS INTRODUCTION 3 Ordering Information Specifications Features Dimensions WIRING

More information

1.6. Counters, Panel Meters, Tachometers and Timers. Contents Description Fusion Integrated Machine Control Standards and Certifications...

1.6. Counters, Panel Meters, Tachometers and Timers. Contents Description Fusion Integrated Machine Control Standards and Certifications... .6 Contents Standards and Certifications............... Product Selection....................... Technical Data and Specifications........... Dimensions............................ Learn Online Page V3-T-04

More information

PHASETRONICS. SCR Power Control Specialists. EP1 Series Power Control Single Phase SCR Amps OPERATION & SERVICE MANUAL

PHASETRONICS. SCR Power Control Specialists. EP1 Series Power Control Single Phase SCR Amps OPERATION & SERVICE MANUAL PHASETRONICS Specialists EP1 Series Power Control Single Phase SCR 10-50 Amps OPERATION & SERVICE MANUAL Phasetronics, Inc. P.O. Box 5988 1600 Sunshine Drive Clearwater, FL 33765 (727)573-1900 FAX(727)573-1803

More information

Simple Motion Control Connected Components Building Block. Quick Start

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

More information

Resolver to Digital Expansion Board

Resolver to Digital Expansion Board Resolver to Digital Expansion Board Catalog No. EXB009A01 Installation and Operating Manual 6/98 MN1313 Table of Contents Section 1 General Information............................. 1-1 Introduction....................................

More information

C-more 3 Micro-Graphic STN Touch Panel

C-more 3 Micro-Graphic STN Touch Panel R 3 Micro-Graphic STN Touch Panel This Touch Screen version of the Micro-Graphic panel has a 3.1-inch STN LCD monochrome display. Model EA1-S3ML has five selectable LED-driven backlight colors: Green,

More information

MODBUS RTU MODULE INSTRUCTIONS. for use with WSIQ2/WSE

MODBUS RTU MODULE INSTRUCTIONS. for use with WSIQ2/WSE INSTRUCTIONS MODBUS RTU MODULE for use with WSIQ2/WSE WorldWide Electric Corporation Phone: 1-8-88-2131 Fax: 1-8-711-1616 www.worldwideelectric.net Product Compatibility This communications module is suitable

More information

Datapanel. Datapanel 40/45, 60/65 & 85. Operator Interface Products. User's Manual

Datapanel. Datapanel 40/45, 60/65 & 85. Operator Interface Products. User's Manual Datapanel Operator Interface Products Datapanel 40/45, 60/65 & 85 User's Manual GFK-1806A Nov. 2001 Warnings, Cautions, and Notes as Used in this Publication Warning Warning notices are used in this publication

More information

C-more Micro-Graphic Specifications

C-more Micro-Graphic Specifications Micro-Graphic Specifications Specification Model 3 STN Micro-Graphic Panel Touch Screen 3 STN Micro-Graphic Panel Non-Touch Screen Part Number EA1-S3ML EA1-S3ML-N Description 128 x 64 dots LCD display,

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

PWS500S Installation Guide

PWS500S Installation Guide PWS500S Installation Guide F-1 Introduction The PWS500 is equipped with a 3.0" sized (160Hx80V) flat panel display and analog resistive touch screen. The IP 65 (NEMA 4) rated front panel seal and INDUSTRIAL

More information

USER GUIDE. Tolomatic Motion Interface (TMI) Actuator Control Solutions for: ACS Stepper Drive/Controller Tolomatic Electric Linear Actuators

USER GUIDE. Tolomatic Motion Interface (TMI) Actuator Control Solutions for: ACS Stepper Drive/Controller Tolomatic Electric Linear Actuators USER GUIDE Tolomatic Motion Interface (TMI) Actuator Control Solutions for: ACS Stepper Drive/Controller Tolomatic Electric Linear Actuators 3600-4167_02_TMI_Gui LINEAR SOLUTIONS MADE EASY Tolomatic reserves

More information

Bulletin 2707 DTAM Plus Operator Interface Product Data

Bulletin 2707 DTAM Plus Operator Interface Product Data A B Product Data Overview The DTAM Plus devices offer a highly functional operator interface to both Allen-Bradley PLC and SLC processors. This proven interface provides operators with the convenience

More information

Profibus DP Expansion Board

Profibus DP Expansion Board Profibus DP Expansion Board Catalog No. EXB014A01 Installation and Operating Manual 8/03 MN1323 Table of Contents Section 1 General Information................................... 1-1 Introduction.........................................

More information

6-Channel Monitor. Installation and Operation Manual

6-Channel Monitor. Installation and Operation Manual 3211 Fruitland Ave Los Angeles, CA 90058 Catalyst Monitor 6-Channel Monitor Version 2 Installation and Operation Manual Rev. H P/N145F-12964 PCO - 00009743 (c) Copyright 2015, Barksdale, Inc. All Rights

More information

ID8400 Stamper Communications for Firmware Versions 5 and 6

ID8400 Stamper Communications for Firmware Versions 5 and 6 ID8400 Stamper Communications for Firmware Versions 5 and 6 Introduction This document will describe the Extended Protocol Communications as implemented with the ITM8400 marking system software. Extended

More information

ADVANCED OPERATOR PANEL (AOP)

ADVANCED OPERATOR PANEL (AOP) ADVANCED OPERATOR PANEL (AOP) Operating Instructions Issue 04/02 English Contents 1 Warnings and Notes 3 1.1 Special Key Functions 4 2 Applications Examples 4 2.1 Single drive control using the AOP 4 2.2

More information

HGM9580 Bus Tie Bus Parallel Unit USER MANUAL. Smartgen Technology

HGM9580 Bus Tie Bus Parallel Unit USER MANUAL. Smartgen Technology HGM9580 Bus Tie Bus Parallel Unit USER MANUAL Smartgen Technology This manual is suitable for HGM9580 bus tie bus parallel unit only. Clarification of notation used within this publication. SIGN INSTRUCTION

More information

Graphical User Interface V1.0.3

Graphical User Interface V1.0.3 Graphical User Interface V1.0.3 Application User Guide 2015 MCI Solutions. All rights reserved. 240815-01 www.mcisolutions.ca Page ii Getting Started Table Of Contents Introduction.................................................

More information

Instructions. Modbus RTU Card (WSIQ-COM-MB)

Instructions. Modbus RTU Card (WSIQ-COM-MB) Instructions (WSIQ-COM-MB) Contents 1 Warnings... 2 2 Important User Information... 2 3 Installation... 2 4 Operation... 3 5... 4 6 Specifications... 15 Product Compatibility The is suitable for use with

More information

C-more Micro-Graphic Panel Accessories

C-more Micro-Graphic Panel Accessories 8-Button Keypad Bezel The 8-button keypad bezel can be used with both the touch and non-touch Micro-Graphic panels. The keypad includes four directional arrow cursor buttons, and one each of an ESCAPE,

More information

MODBUS TCP MODULE INSTRUCTIONS. for use with WSIQ2/WSE

MODBUS TCP MODULE INSTRUCTIONS. for use with WSIQ2/WSE INSTRUCTIONS MODBUS TCP MODULE for use with WSIQ2/WSE WorldWide Electric Corporation Phone: 1-800-808-2131 Fax: 1-800-711-1616 www.worldwideelectric.net Product Compatibility This communications module

More information

PF2100 MODBUS LOGGER CARD SYSTEM SPECIFICATION. v1.0 DRAFT Revised Dec 4, 2014 Last Revised by Alex Messner

PF2100 MODBUS LOGGER CARD SYSTEM SPECIFICATION. v1.0 DRAFT Revised Dec 4, 2014 Last Revised by Alex Messner PF2100 MODBUS LOGGER CARD SYSTEM SPECIFICATION Revised Last Revised by Alex Messner This page was intentionally left blank. Table of Contents 1 Overview... 2 2 User Interface... 3 2.1 LEDs... 3 2.2 Buttons...

More information

PanelView Standard Operator Terminals

PanelView Standard Operator Terminals PanelView Standard Operator Terminals PV300 Micro, PV300, PV550, PV600, PV900, PV1000, PV1400 User Manual Important User Information Because of the variety of uses for the products described in this publication,

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

PowerView Model PV750. Installation and Operations Manual Section 78

PowerView Model PV750. Installation and Operations Manual Section 78 PowerView Model PV750 Installation and Operations Manual 00-02-0686 08-20-10 Section 78 In order to consistently bring you the highest quality, full featured products, we reserve the right to change our

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

1:N REDUNDANT SWITCHING UNIT REMOTE CONTROL TERMINAL

1:N REDUNDANT SWITCHING UNIT REMOTE CONTROL TERMINAL MITEQ TECHNICAL NOTE 25T051 OCTOBER 2001 REV B 1.1 GENERAL DESCRIPTION 1.1.1 PHYSICAL 1:N REDUNDANT SWITCHING UNIT REMOTE CONTROL TERMINAL SECTION 1 INTRODUCTION Figure 1-1. Front Panel, 1:N Redundant

More information

MULTISPENSE 900 W/TOUCHSCREEN CONTROLLER MODULE Page 3-1. Table Of Contents. Section Description Page #

MULTISPENSE 900 W/TOUCHSCREEN CONTROLLER MODULE Page 3-1. Table Of Contents. Section Description Page # MULTISPENSE 900 W/TOUCHSCREEN CONTROLLER MODULE Page 3-1 Table Of Contents Section Description Page # 3. Multispense 900 W/Touchscreen Controller Module... 3-2 3.1 Description... 3-2 3.1.1 Front Panel

More information

USER GUIDE. Tolomatic Motion Interface (TMI) Actuator Control Solutions for: ACS Stepper Drive/Controller Tolomatic Electric Linear Actuators

USER GUIDE. Tolomatic Motion Interface (TMI) Actuator Control Solutions for: ACS Stepper Drive/Controller Tolomatic Electric Linear Actuators USER GUIDE Tolomatic Motion Interface (TMI) Actuator Control Solutions for: ACS Stepper Drive/Controller Tolomatic Electric Linear Actuators 3600-4167_01_TMI_Gui LINEAR SOLUTIONS MADE EASY Tolomatic reserves

More information

3700 SERIES USER MANUAL

3700 SERIES USER MANUAL SAFETY GUIDE This manual contains the precautions necessary to ensure your personal safety as well as for protection for the products and the connected equipment. These precautions are highlighted with

More information

User Guide MLC 128R MOTORIZED LIGHTING CONTROLLER. Software revision 2.06 and above. Device Group 1 2. Solo Power. Blackout. Default. Record.

User Guide MLC 128R MOTORIZED LIGHTING CONTROLLER. Software revision 2.06 and above. Device Group 1 2. Solo Power. Blackout. Default. Record. MLC 128R MOTORIZED LIGHTING CONTROLLER Software revision 2.06 and above Device Group 1 2 3 4 5 6 7 8 Solo Power Scene Pattern Show 9 10 11 12 13 14 15 16 Add Copy Blackout Page More Record Default Hold

More information

Comparison of HMI900 Series to HMI500 Series

Comparison of HMI900 Series to HMI500 Series Comparison of to Communications RS-232 Communications!"! RS-422 Communications!! Peripherals Printer Interface!! Memory Upgrade! Real-Time Clock!! Removable PC Flash (PCMCIA)! Sound Output (WAV)! I/O Support!

More information

The IQ300 wall mount load cell indicator is a precision digital indicator for load cell and strain gauge applications.

The IQ300 wall mount load cell indicator is a precision digital indicator for load cell and strain gauge applications. IQ300 Wall Mount Load Cell Indicator Data sheet English 1.01 Introduction The IQ300 wall mount load cell indicator is a precision digital indicator for load cell and strain gauge applications. The high

More information

Installation and Programming Manual. Niobrara Research & Development Corporation P.O. Box 3418 Joplin, MO USA

Installation and Programming Manual. Niobrara Research & Development Corporation P.O. Box 3418 Joplin, MO USA DUCM DF1 Manual DUCM DF1 Installation and Programming Manual This manual describes the DUCM application for interfacing DF1 slaves to a Modbus or RNIM serial network. Effective: February 16, 2017 Niobrara

More information

ETM MD100 Drive System 1/2HP (370W) User Manual. Table of Contents. Drive Features

ETM MD100 Drive System 1/2HP (370W) User Manual. Table of Contents. Drive Features Table of Contents Drive Features... 1 Drive Specifications... 2 Certifications... 3 Installation - Drive Dimensions... 3 Motor Dimensions (mm)... 4 Drive Mounting... 4 Wiring... 5 I/O Terminals... 9 Menu...

More information

Message Runner KP3H. Text Display. Small messages on your machine. Compact DIN 36 x 72 profile. Green and orange character display.

Message Runner KP3H. Text Display. Small messages on your machine. Compact DIN 36 x 72 profile. Green and orange character display. Message Runner KP3H Text Small messages on your machine This small and compact display is extremely well-suited for indicating a variety of short messages. Compact DIN 36 x 7 profile The compact DIN 36

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

2-Axis Counter BDD 622

2-Axis Counter BDD 622 2-Axis Counter BDD 622 Technical Description, User's Guide english No. 622-221 D/E. Edition 0701; Subject to modification. www.balluff.com Balluff GmbH Schurwaldstrasse 9 73765 Neuhausen a.d.f. Germany

More information

MYRIAD QLC 4-CHANNEL MONITOR/CONTROLLER INSTRUCTION MANUAL

MYRIAD QLC 4-CHANNEL MONITOR/CONTROLLER INSTRUCTION MANUAL MYRIAD QLC 4-CHANNEL MONITOR/CONTROLLER INSTRUCTION MANUAL VISIT OUR WEBSITE SIGMACONTROLS.COM MYR QLC MANUAL 013114 2 TABLE OF CONTENTS INTRODUCTION 3 Ordering Information Specifications Features WIRING

More information

PROGRAMMABLE MESSAGE DISPLAYS

PROGRAMMABLE MESSAGE DISPLAYS PROGRAMMABLE MESSAGE DISPLAYS AVG UTICOR Programmable Message Displays (PMDs), are found in numerous applications throughout all industries. PMDs are extremely versatile products, enabling your PLC or

More information

PDS100 Programmable Dispensing System SAFETY INSTRUCTIONS

PDS100 Programmable Dispensing System SAFETY INSTRUCTIONS PDS100 Programmable Dispensing System INSTRUCTION MANUAL SAFETY INSTRUCTIONS Before using any Fluid Metering, Inc. product read the following safety instructions as well as specific product specifications

More information

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

SC2000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. Phone: (407) Fax: (407) Vulcan Road Apopka, Florida 32703 SC2000 INSTRUCTION MANUAL MOTOR PROTECTION ELECTRONICS, INC. 2464 Vulcan Road Apopka, Florida 32703 Phone: (407) 299-3825 Fax: (407) 294-9435 Operating Program Revision: 10 Revision Date: 1-9-12 STATION

More information

Installation Instructions

Installation Instructions Alliance Arming Station AL-1111, AL-1116 1048520C September 2006 Copyright 2006, GE Security Inc. Introduction This is the GE Alliance Arming Station for models AL-1111 (four-line LCD) and AL-1116 (four-line

More information

Integrated Stepper Drive & Motor

Integrated Stepper Drive & Motor SMD23 Integrated Stepper Drive & Motor Manual #: 940-0S050 User Manual AMCI Motion Control Products Important User Information The products and application data described in this manual are useful in a

More information

Profibus DP Expansion Board

Profibus DP Expansion Board Profibus DP Expansion Board Catalog No. EXBD04 Installation and Operating Manual 10/02 MN1393 Table of Contents Section 1 General Information................................................... 1 1 Introduction.......................................................

More information

The LT1300 wall mount load cell indicator is a precision digital indicator for load cell and strain gauge applications.

The LT1300 wall mount load cell indicator is a precision digital indicator for load cell and strain gauge applications. LT1300 Wall Mount Load Cell Indicator Datasheet English 1.00 Introduction The LT1300 wall mount load cell indicator is a precision digital indicator for load cell and strain gauge applications. The high

More information

High Voltage DC Meter

High Voltage DC Meter High Voltage DC Meter Javelin D PD644 0-300 VDC input NEMA 4X, IP65 front Scale in engineering units Sunlight readable LED display 4-20 ma analog output Two form C 3 A relays option RS-485 serial communications

More information

The IQ240 panel mount load cell indicator is a precision digital indicator for load cell and strain gauge applications.

The IQ240 panel mount load cell indicator is a precision digital indicator for load cell and strain gauge applications. IQ240 Panel Mount Load Cell Indicator Data sheet English 1.01 Introduction The IQ240 panel mount load cell indicator is a precision digital indicator for load cell and strain gauge applications. The high

More information

POWER SERIES Plus Watt / VAR / Power Factor Digital Switchboard Meter User s Manual IM2493WVP-3

POWER SERIES Plus Watt / VAR / Power Factor Digital Switchboard Meter User s Manual IM2493WVP-3 POWER SERIES Plus Watt / VAR / Power Factor Digital Switchboard Meter User s Manual General Description The POWER SERIES Plus digital switchboard meters incorporate the latest DSP microprocessor technology.

More information

Simple Package Measurement Connected Components Building Block. Quick Start

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

More information

Table of Contents. Chapter 1: Getting Started. Chapter 2: Specifications

Table of Contents. Chapter 1: Getting Started. Chapter 2: Specifications Chapter 1: Getting Started Introduction...1-2 Conventions Used...1-3 What s in the Box?...1-4 Getting Started...1-5 Before You Begin......1-6 Step 1 - Install Configuration Software...1-7 Step 2 - Launch

More information

PanelViewt 1200 Transfer Utility User Manual

PanelViewt 1200 Transfer Utility User Manual User Manual Solid state equipment has operational characteristics differing from those of electromechanical equipment. Safety Guidelines for the Application, Installation and Maintenance of Solid State

More information

Operation / Installation Manual

Operation / Installation Manual Computer Weld Technology, Inc. 10702 Old Bammel N Houston Rd. Houston, TX 77086 Phone: (713) 462-2118 Fax: (713) 462-2503 Email: cwt@cweldtech.com ATC II TM AUTOMATIC TORCH CONTROL Operation / Installation

More information

POWER SERIES Plus. 3 in 1 AC Voltage. Digital Switchboard Meter. User s Manual IM2493VVV-2

POWER SERIES Plus. 3 in 1 AC Voltage. Digital Switchboard Meter. User s Manual IM2493VVV-2 POWER SERIES Plus 3 in 1 AC Voltage Digital Switchboard Meter User s Manual General Description The POWER SERIES Plus digital switchboard meters incorporate the latest DSP microprocessor technology. Careful

More information

MODEL 715AN QUADRATURE DEGREES COUNTER

MODEL 715AN QUADRATURE DEGREES COUNTER MODEL 715AN QUADRATURE DEGREES COUNTER DESIGN CONCEPTS INC 707 N. Lindenwood Olathe, Kansas 66062 PHONE: (913) 782-5672 FAX: (913) 782-5766 E-MAIL : info@dcimeters.com 0411 TABLE OF CONTENTS 2. Features

More information

Zenith DS9000 Dispensing System

Zenith DS9000 Dispensing System Page Date: 04/2009 Zenith DS9000 Dispensing System Installation & Operation Manual Page 2 Table of Content Introduction... 3 Control Specification... 4 Wiring Diagram... 5 Wiring Instructions... 6 Field

More information

1. Introduction. 2. Installation MODBUS INTERFACE

1. Introduction. 2. Installation MODBUS INTERFACE 5551.C 8473.C MODBUS INTERFACE PIM-MB-1 Modbus Interface 1. Introduction AuCom soft starters can be controlled and monitored across an RS485 serial communication network using the Modbus RTU and AP ASCII

More information

KE-USBMX20. Matrix Keypad Interface User Manual

KE-USBMX20. Matrix Keypad Interface User Manual KE-USBMX20 Matrix Keypad Interface User Manual Table of Contents Introduction to the KE-USBMX20 1 Computer Connection 2 Interfacing to the KE-USBMX20 Header 3 Status Feedback LED 4 The KE-USBMX20.EXE Program

More information

Standard Options. Model 4100 Position Indicating Meter. Three Phase Motor Control. Positran Transmitter

Standard Options. Model 4100 Position Indicating Meter. Three Phase Motor Control. Positran Transmitter Standard Options Model 4100 Position Indicating Meter A percent-of-full-travel meter is supplied with a trim potentiometer resistor, terminal block and connectors. A potentiometer is required in the actuator

More information

User Guide MLC 128R MOTORIZED LIGHTING CONTROLLER. Software revision 2.01 and above. Device Group 1 2. Solo Power. Blackout. Default. Record.

User Guide MLC 128R MOTORIZED LIGHTING CONTROLLER. Software revision 2.01 and above. Device Group 1 2. Solo Power. Blackout. Default. Record. MLC 128R MOTORIZED LIGHTING CONTROLLER Software revision 2.01 and above Device Group 1 2 3 4 5 6 7 8 Solo Power Scene Pattern Show 9 10 11 12 13 14 15 16 Add Copy Blackout Page More Record Default Hold

More information

USER GUIDE. Tolomatic Motion Interface (TMI) Actuator Control Solutions for: ACS Stepper Drive/Controller Tolomatic Electric Linear Actuators

USER GUIDE. Tolomatic Motion Interface (TMI) Actuator Control Solutions for: ACS Stepper Drive/Controller Tolomatic Electric Linear Actuators USER GUIDE Tolomatic Motion Interface (TMI) Actuator Control Solutions for: ACS Stepper Drive/Controller Tolomatic Electric Linear Actuators 3600-4167_03_TMI_Gui LINEAR SOLUTIONS MADE EASY Tolomatic reserves

More information

DriveWizard Plus Instruction Manual

DriveWizard Plus Instruction Manual DriveWizard Plus Instruction Manual To properly use the product, read this manual thoroughly. MANUAL NO. TOEP C730600 20C Table of Contents Safety Symbols and Markings...4 Manual Overview...5 Related Manuals...5

More information

GV3000/SE Operator Interface Module (OIM) User Guide Version 2.0 M/N 2RK3000

GV3000/SE Operator Interface Module (OIM) User Guide Version 2.0 M/N 2RK3000 GV3000/SE Operator Interface Module (OIM) User Guide Version 2.0 M/N 2RK3000 Instruction Manual D2-3342-2 The information in this manual is subject to change without notice. Throughout this manual, the

More information

SD17098IX Specifications Networked Stepper Driver & Indexer Revision 0.0

SD17098IX Specifications Networked Stepper Driver & Indexer Revision 0.0 The SD17098IX is a 170V 9.8amp stepper driver and indexer combination that communicates on a Network. The available networks, along with the corresponding AMCI part numbers, are shown in the following

More information

GEMCO. Installation & Programming Manual. Series 1746R. PLC Resolver Interface Module. For Allen-Bradley SLC 500 I/O Chassis

GEMCO. Installation & Programming Manual. Series 1746R. PLC Resolver Interface Module. For Allen-Bradley SLC 500 I/O Chassis Series 746R GEMCO PLC Resolver Interface Module Installation & Programming Manual For Allen-Bradley SLC 500 I/O Chassis Spec Tech Industrial 03 Vest Ave. Valley Park, MO 63088 Phone: 888 SPECTECH E-mail:

More information

Product Specification for Transducer Display Model TDD2

Product Specification for Transducer Display Model TDD2 TDD2 Manual January 26, 2007 Product Specification for Transducer Display Model TDD2 The TDD2 displays position information derived from a magnetostrictive transducer with Synchronous Serial Interface

More information

Appendix A Example Programs

Appendix A Example Programs Appendix A Example Programs Understanding the Example Programs One of the best ways to learn how to use the OP-panel is to load the example programs which are on the supplied diskette, and run the program

More information

Specifications N Termination Voltage Range Current Consumption, Max. Type Number Termination. Voltage Range. Sinking Sensor Current

Specifications N Termination Voltage Range Current Consumption, Max. Type Number Termination. Voltage Range. Sinking Sensor Current Description The N24 Controller is a specialized Motorized Roller Driver Module for NorthAmCon Mech-Rollers. It includes the following features: 6 PNP Auxiliary I/O points to provide enhanced diagnostic

More information

MVI46-MBP. SLC Platform Modbus Plus Communication Module. User Manual

MVI46-MBP. SLC Platform Modbus Plus Communication Module. User Manual MVI46-MBP SLC Platform User Manual Please Read This Notice Successful application of this module requires a reasonable working knowledge of the Rockwell Automation SLC hardware, the MVI46-MBP Module and

More information

SC2000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. (407) Phone: Website:

SC2000 MOTOR PROTECTION ELECTRONICS, INC. INSTRUCTION MANUAL. (407) Phone: Website: SC2000 INSTRUCTION MANUAL MOTOR PROTECTION ELECTRONICS, INC. 2464 Vulcan Road Apopka, Florida 32703 Phone: Website: (407) 299-3825 www.mpelectronics.com Operating Program Revision: 12 Revision Date: 8-27-14

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

MULTISPENSE 2000 W/TOUCHSCREEN CONTROLLER MODULE Page 3-1. Table Of Contents. Section Description Page #

MULTISPENSE 2000 W/TOUCHSCREEN CONTROLLER MODULE Page 3-1. Table Of Contents. Section Description Page # MULTISPENSE 2000 W/TOUCHSCREEN CONTROLLER MODULE Page 3-1 Table Of Contents Section Description Page # 3. Multispense 2000 W/Touchscreen Controller Module... 3-2 3.1 Description... 3-2 3.1.1 Front Panel

More information

Installing the Panel. Installing the Panel

Installing the Panel. Installing the Panel 7 In this section you will be given all of the information you need to install the panel. Before actually installing the OP- panel, it may be helpful to examine the specifications and make sure that the

More information

PC 150. Digital Bench Scale. Operation Manual

PC 150. Digital Bench Scale. Operation Manual PC 150 Digital Bench Scale Operation Manual Revision 1.2 September 14, 2000 1996-2000 Transcell Technology, Inc. Contents subject to change without notice. Transcell Technology, Inc. 35 Waltz Drive Wheeling,

More information

SERIES CMT CARBON MONOXIDE GAS TRANSMITTER

SERIES CMT CARBON MONOXIDE GAS TRANSMITTER SERIES CMT CARBON MONOXIDE GAS TRANSMITTER INSTALLATION OPERATION AND MAINTENANCE MANUAL DWYER INTRUMENTS, INC. PO BOX 373, MICHIGAN CITY, IN. 46360 USA PHONE: 800-872-9141 FAX: 219-872-9057 Web: www.dwyer-inst.com

More information

Single-Axis Counter BDD 611

Single-Axis Counter BDD 611 Single-Axis Counter BDD 611 Technical Description, User's Guide english No. 611-150 D/E. Edition 0705; Subject to modification. Replaces edition 0701. www.balluff.com Balluff GmbH Schurwaldstrasse 9 73765

More information

ABB Drives. User s Manual. Modbus Adapter Module RMBA-01

ABB Drives. User s Manual. Modbus Adapter Module RMBA-01 ABB Drives User s Manual Modbus Adapter Module RMBA-01 Modbus Adapter Module RMBA-01 User s Manual 3AFE 64498851 REV A EN EFFECTIVE: 1.3.2002 2002 ABB Oy. All Rights Reserved. Safety instructions Overview

More information

Magnetek Material Handling IMPULSE LINK 4.1 Basic Instruction Manual

Magnetek Material Handling IMPULSE LINK 4.1 Basic Instruction Manual Magnetek Material Handling IMPULSE LINK 4.1 Basic Instruction Manual March 2013 Part Number: 140-10350 R6 Copyright 2013 Magnetek Material Handling 2013 MAGNETEK MATERIAL HANDLING All rights reserved.

More information

LD-RTD / LD-TC Temperature Controller

LD-RTD / LD-TC Temperature Controller 1 LD-RTD / LD-TC Temperature Controller Available in either an RTD model or a thermocouple model, these units accept all common temperature probe types, and offer a technically advanced, but cost effective

More information

User s Manual. Version 1.0 PAGE 1 OF 38

User s Manual. Version 1.0 PAGE 1 OF 38 User s Manual Version 1.0 PAGE 1 OF 38 1 Table of Contents 2 Overview... 6 3 Launching Project Editor... 8 4 Creating a New Project... 9 4.1 Initial Vehicle validation... 9 4.2 Project Properties Screen...

More information

Millennium Simplicity Elite Parameter Points and Quirks

Millennium Simplicity Elite Parameter Points and Quirks Millennium Simplicity Elite Parameter Points and Quirks How to access, view and change parameter settings Program Button Test Reset UP Alarms Change Data Address Down 1. Push the Program button once. The

More information