Micro800 Programmable Controllers

Size: px
Start display at page:

Download "Micro800 Programmable Controllers"

Transcription

1 Release Notes Micro800 Programmable Controllers Catalog Numbers Bulletin 2080, firmware revision 10 or earlier Topic Page About This Publication 1 History 1 Features 5 Anomalies 19 Additional Resources 47 About This Publication These release notes supplement the existing documentation supplied with your product. Read this document before using Micro800 controllers. History The latest firmware revision for your Micro800 controllers can be downloaded from the Rockwell Automation Product Compatibility and Download Center website at IMPORTANT This publication contains information on firmware revision 10 or earlier. For information on firmware revision 11 or later, refer to publication 2080-RN004.

2 2 Micro800 Programmable Controllers History for Micro810 Controllers Description (1) First revision release (1) Minor revision release Minor revision release Major revision release Minor revision release Minor revision release Major revision release Minor revision release (1) This firmware revision is obsolete and is no longer available for download. History for Micro820 Controllers Description (1) First major revision release Minor revision release Minor revision release Major revision release Minor revision release Minor revision release Major revision release Major revision release Major revision release Minor revision release (1) This firmware revision is obsolete and is no longer available for download.

3 Micro800 Programmable Controllers 3 History for Micro830 Controllers Description (1) First revision release (1) Minor revision release Minor revision release Major revision release Major revision release Minor revision release Minor revision release Major revision release Major revision release Major revision release Minor revision release Major revision release Major revision release (1) This firmware revision is obsolete and is no longer available for download. History for Micro850 Controllers Description First revision release Major revision release 4.012, Minor revision release Minor revision release Major revision release Major revision release

4 4 Micro800 Programmable Controllers History for Micro850 Controllers Description Major revision release Major revision release Major revision release Backward Compatibility Micro800 firmware is always backward compatible with previous revisions. It is not necessary to flash downgrade a controller to a previous revision to match an earlier project revision. For example, a Connected Components Workbench project configured with a controller revision of 2.xxx can be downloaded into a controller with firmware revision 2.xxx or higher. It is, however, recommended that you always upgrade to the latest software, as older software revisions cannot recognize newer firmware revision controllers when discovering, uploading, and downloading. Availability of Enhancements and Anomaly Fixes Enhancements are available in the controller only if the controller is at the required firmware revision or higher, and the Connected Components Workbench project contains a controller configured with the required firmware revision or higher. If the project contains a controller revision that is lower than the required revision for an enhancement, then the project is still valid but the enhancement will not be available until the project is upgraded to the minimum supported revision. Fixes for firmware anomalies will be available as long as the controller firmware revision is at the minimum revision or higher. The configured controller revision in the project does not matter. The following tables provide a list of enhancements, known anomalies, and corrected anomalies for the Micro800 firmware revisions.

5 Micro800 Programmable Controllers 5 Features Enhancements for Micro810 Controllers Enhancement (1) Various software features support Controller security Power failure handling German language support on the LCD Description This firmware release also supports these features Retentive Timer On-Delay (RTO) and Micro810 LCD Variable Display. See the latest Connected Components Workbench software release notes for more information. Controller password can be enforced to restrict access to the programming software connection to the controller. When the power failure routine is not completed properly, controller Fault 0xF000 will be reported at next powerup. If the system variable SYSVA_USER_DATA_LOST is set, the controller is able to recover the user program, but user data is cleared. User Program is copied to backup Flash memory when there is User Program change in the controller as downloaded from Connected Components Workbench or restored from Memory Module. If a Hard Fault occurs, after power cycle, user can recover the user program if the system variable SYSVA_USER_DATA_LOST is set German language support is now available on the LCD menu. Available From (1) See Micro810 User Manual, publication 2080-UM001 for more information.

6 6 Micro800 Programmable Controllers Enhancements for Micro820 Controllers Enhancement (1) Description Available From Ethernet configuration retained after power cycle Indirect bit addressing support Performance improvement for RMC Performance improvement for project Download and Build User Defined Functions (UDF) support Ethernet configuration, including the IP address, is retained after you cycle power to the controller. Indirect bit addressing allows the use of a variable to index though the bits of an integer. For example, Data.[x]. This method uses up less memory than using a boolean array. This support has been added to aid migration for MicroLogix users. This firmware release improves the performance of RMC. For typical applications, average improvements are: 40% for test logic 45% for undo 60% for accept 35% for upload Actual performance improvement depends on the project, PC, and communications interface. Connected Components Workbench Developer Edition release 10 or later software is required. This firmware release improves the performance when downloading a project by around 58%, and build by 60% on average. Actual performance improvement depends on the project, PC, and communications interface. Connected Components Workbench release 10 or later software is required. A UDF is similar to a traditional subroutine and uses less memory than a UDFB. This support has been added to aid migration for MicroLogix users. Connected Components Workbench release 10 or later software is required.

7 Enhancements for Micro820 Controllers Micro800 Programmable Controllers 7 Enhancement (1) Description Available From Ethernet configuration and password can be saved during firmware upgrade or downgrade Optional module option for plug-in I/O and expansion I/O modules PID instruction added Communication access to bits of integers Communication access to Date and Time data types Data protection for project download and restore This firmware release supports the saving of the controller s Ethernet configuration and password by default when performing a firmware upgrade or downgrade. The Ethernet configuration and password are not saved when downgrading from Release 10 to Release 9 or earlier, or when upgrading from Release 9 to Release 10 or later. Connected Components Workbench release 10 or later software is required if you want to clear the Ethernet configuration and password using the Update feature. Plug-in I/O and expansion I/O modules can be configured to not fault the controller when they are not physically installed. This is similar to the MicroLogix Ignore Configuration Error option. This option can be configured independently for each plug-in I/O and expansion I/O module. Added the MODULE_INFO instruction, which is used to verify the presence of a module. The PID instruction is similar to the MicroLogix instruction for the parameter names and configuration. Does not natively support autotune. This feature is for writing bits of an integer using the CIP Read-Modify-Write service (0x4E). Typically used by HMI terminals. To set the date and time in the controller or to set timer presets. Typically used by HMI terminals. This feature allows user defined global variables to have their values protected and not overwritten during project download or restore. This only applies to variables that are identical for both projects.

8 8 Micro800 Programmable Controllers Enhancements for Micro820 Controllers Enhancement (1) Description Available From FIFO instructions added Wall Clock Time change in Run Mode BSL and BSR instructions added Sockets communication protocol support Run Mode Configuration Change (RMCC) Performance improvement for Datalogging and Recipe Bit access of integer array elements support CIP passthrough to DeviceNet using 2080-DNET20 DeviceNet scanner plug-in support FFL and FFU instructions added. These instructions have been added to aid migration for MicroLogix users. The real time clock can now be updated during run mode over CIP protocol and through the user program using a Loopback message. Bit Shift Left (BSL) and Bit Shift Right (BSR) are enhanced versions of the Shift Left and Shift Right instructions. These instructions have been added to aid migration for MicroLogix users. Sockets protocol is used for Ethernet communications to devices which do not support Modbus TCP and Ethernet/IP. Sockets support UDP and TCP client and server. Run Mode Configuration Change (RMCC) allows users to reuse an identical program with multiple controllers on the same network. RMCC can be used to change the static Ethernet address and Modbus RTU Slave address from the user program in run mode. This firmware release improves the performance of the Datalogging and Recipe features. For typical applications, datalogging can now occur once every two seconds. This firmware release supports bit access of integer array elements for Micro820 controllers. Micro820 controllers support CIP generic messaging passthrough to a DeviceNet network using the 2080-DNET20 DeviceNet scanner plug-in. It is now possible to browse using RSLinx from the computer to the controller to DeviceNet. A 2080-DNET20 plug-in with firmware revision or later is required.

9 Enhancements for Micro820 Controllers Micro800 Programmable Controllers 9 Enhancement (1) Description Available From Update controller firmware from microsd card Run Mode Change (RMC) Micro820 Series B controller support PanelView Plus Variable/Tag browsing support Open Platform Communications (OPC) support Various software features support 2080-DNET20 DeviceNet scanner plug-in support (2) This firmware release enables the controller to be flash updated from the microsd card, in addition to using ControlFLASH. Run Mode Change (RMC) enables the user to make logic modifications to a running project without going to remote program mode and without disconnecting from the controller. Connected Components Workbench Developer Edition release 8 or later software is required. This firmware release adds support for Micro820 Series B controllers. With release 8.00 of FactoryTalk View Studio, PanelView Plus can communicate to Micro800 controllers using CIP symbolic and can be used in place of Modbus addressing. Micro800 controllers support Open Platform Communications (OPC) using CIP symbolic and can be used in place of Modbus addressing. RSLinx Enterprise version 5.70 (CPR9 SR7) is required. This firmware release also supports these features Retentive Timer On-Delay (RTO) and Data Value Upload/Download. The DeviceNet plug-in serves as scanner and client for explicit messaging to remote devices. The module can scan devices such as CompactBlock LDX, PowerFlex drives, E1Plus overloads, and stacklights. User-defined function blocks (UDFB) (3) are required to configure the plug-in and scan the network (5)

10 10 Micro800 Programmable Controllers Enhancements for Micro820 Controllers Enhancement (1) Description Available From 2080-MOT-HSC High-speed Counter plug-in support (2) 2080-REMLCD Remote LCD module support microsd card slot Datalogging and Recipe Backup and restore through the microsd card The high-speed counter plug-in provides enhanced high speed counter capabilities to the Micro800 controller. It supports up to 250 khz differential line driver for improved noise immunity. User-defined function blocks (UDFB) (3) are required to configure and use the high-speed counter plug-in. The Remote LCD module serves as a simple operator interface supporting ASCII text. It is an accessory to the Micro820 controller. It allows easier configuration of such controller settings as IP address. Industrial grade (4) microsd cards are supported through an embedded microsd card slot on Micro820 controllers. The microsd card enables project backup and restore, as well as datalogging and recipe, on Micro820 controllers. Datalogging and recipe is supported through the DLG and RCP function blocks, respectively. The datalogging feature allows the capture of global and local variables with timestamp from the Micro800 controller into the microsd card. The recipe feature allows storage and loading of a list of data to and/or from a recipe data file on the microsd card. Project backup and restore are supported on Micro820 controllers through the microsd card. (5) (5) (5) (5) (5)

11 Enhancements for Micro820 Controllers Powerup settings through ConfigMeFirst.txt file Error codes specific to Micro820 Micro800 Programmable Controllers 11 Enhancement (1) Description Available From Controller settings on powerup can be set through the optional ConfigMeFirst.txt file in the microsd card. This configuration file contains such parameters as IP address, subnet mask, gateway, and directories for backup, restore, datalog and recipe. For detailed information about ConfigMeFirst.txt file and powerup settings on the Micro820 controller, see the Micro820 Programmable Controllers User Manual, publication 2080-UM005. The following error codes have been added for the Micro820 controllers. These codes indicate that power down information in persistent memory may not be written properly due to a noisy environment or an internal hardware failure. OxF030 OxF031 OxF032 OxF033 If the system variable SYSVA_USER_DATA_LOST has been be set, the controller will be able to recover the user program but the user data will be cleared. If not, the Micro800 controller program will be cleared. (5) (5) (1) For more information, see the following User Manuals: - Micro820 Programmable Controllers User Manual, publication 2080-UM005 - Micro800 Plug-ins User Manual, publication 2080-UM004. (2) Micro820 controllers support all Micro800 plug-in modules, except for the 2080-MEMBAK-RTC plug-in. (3) UDFBs and sample Micro800 programs for Connected Components Workbench can be downloaded from the Sample Code Library: (4) The slot supports Class 6 and 10 SDSC and SDHC microsd cards, with FAT32/16 formats, 32 GB maximum size. Micro820 controllers do not support Class 4 microsd cards. (5) This firmware revision is obsolete and is no longer available for download.

12 12 Micro800 Programmable Controllers Enhancements for Micro830 and Micro850 Controllers Enhancement Description Available From Indirect bit addressing support Performance improvement for RMC Performance improvement for project Download and Build User Defined Functions (UDF) support Indirect bit addressing allows the use of a variable to index though the bits of an integer. For example, Data.[x]. This method uses up less memory than using a boolean array. This support has been added to aid migration for MicroLogix users. This firmware release improves the performance of RMC. For typical applications, average improvements are: 40% for test logic 45% for undo 60% for accept 35% for upload Actual performance improvement depends on the project, PC, and communications interface. Connected Components Workbench Developer Edition release 10 or later software is required. This firmware release improves the performance when downloading a project by around 58%, and build by 60% on average. Actual performance improvement depends on the project, PC, and communications interface. Connected Components Workbench release 10 or later software is required. A UDF is similar to a traditional subroutine and uses less memory than a UDFB. This support has been added to aid migration for MicroLogix users. Connected Components Workbench release 10 or later software is required.

13 Enhancements for Micro830 and Micro850 Controllers Micro800 Programmable Controllers 13 Enhancement Description Available From Ethernet configuration and password can be saved during firmware upgrade or downgrade Optional module option for plug-in I/O and expansion I/O modules PID instruction added Communication access to bits of integers Communication access to Date and Time data types Data protection for project download This firmware release supports the saving of the controller s Ethernet configuration and password by default when performing a firmware upgrade or downgrade. The Ethernet configuration and password are not saved when downgrading from Release 10 to Release 9 or earlier, or when upgrading from Release 9 to Release 10 or later. Connected Components Workbench release 10 or later software is required if you want to clear the Ethernet configuration and password using the Update feature. Plug-in I/O and expansion I/O modules can be configured to not fault the controller when they are not physically installed. This is similar to the MicroLogix Ignore Configuration Error option. This option can be configured independently for each plug-in I/O and expansion I/O module. Added the MODULE_INFO instruction, which is used to verify the presence of a module. The PID instruction is similar to the MicroLogix instruction for the parameter names and configuration. Does not natively support autotune. This feature is for writing bits of an integer using the CIP Read-Modify-Write service (0x4E). Typically used by HMI terminals. To set the date and time in the controller or to set timer presets. Typically used by HMI terminals. This feature allows user defined global variables to have their values protected and not overwritten during project download. This only applies to variables that are identical for both projects. This feature was first available in firmware revision but only for project restore.

14 14 Micro800 Programmable Controllers Enhancements for Micro830 and Micro850 Controllers Enhancement Description Available From FIFO instructions added Wall Clock Time change in Run Mode BSL and BSR instructions added Sockets communication protocol support for Micro850 controllers Run Mode Configuration Change (RMCC) for addresses Bit access of integer array elements support CIP passthrough to DeviceNet using 2080-DNET20 DeviceNet scanner plug-in support FFL and FFU instructions added. These instructions have been added to aid migration for MicroLogix users. The real time clock can now be updated during run mode over CIP protocol and through the user program using a Loopback message. Bit Shift Left (BSL) and Bit Shift Right (BSR) are enhanced versions of the Shift Left and Shift Right instructions. These instructions have been added to aid migration for MicroLogix users. Sockets protocol is used for Ethernet communications to devices which do not support Modbus TCP and Ethernet/IP. Sockets support UDP and TCP client and server. This feature is available for Micro850 controllers only. Run Mode Configuration Change (RMCC) allows users to reuse an identical program with multiple controllers on the same network. RMCC can be used to change the static Ethernet address (Micro850 only) and Modbus RTU Slave address from the user program in run mode. This firmware release supports bit access of integer array elements for Micro830/Micro850 controllers. Micro830/Micro850 controllers support CIP generic messaging passthrough to a DeviceNet network using the 2080-DNET20 DeviceNet scanner plug-in. It is now possible to browse using RSLinx from the computer to the controller to DeviceNet. A 2080-DNET20 plug-in with firmware revision or later is required.

15 Enhancements for Micro830 and Micro850 Controllers Micro800 Programmable Controllers 15 Enhancement Description Available From High Speed Counter (HSC) Feedback Axis Run Mode Change (RMC) PanelView Plus Variable/Tag browsing support Open Platform Communications (OPC) support Various software features support 2080-DNET20 DeviceNet scanner plug-in support 2080-MOT-HSC high-speed counter plug-in support High Speed Counter (HSC) Feedback Axis provides similar functionality to PTO Motion Axis and is more efficient and easier to use. Connected Components Workbench release 8 or later software is required. Run Mode Change (RMC) enables the user to make logic modifications to a running project without going to remote program mode and without disconnecting from the controller. Connected Components Workbench Developer Edition release 8 or later software is required. With release 8.00 of FactoryTalk View Studio, PanelView Plus can communicate to Micro800 controllers using CIP symbolic and can be used in place of Modbus addressing. Micro800 controllers support Open Platform Communications (OPC) using CIP symbolic and can be used in place of Modbus addressing. RSLinx Enterprise version 5.70 (CPR9 SR7) is required. This firmware release also supports these features Retentive Timer On-Delay (RTO), Data Value Upload/Download, and Data Protection. The DeviceNet plug-in serves as scanner and client for explicit messaging to remote devices. The module can scan devices such as CompactBlock LDX, PowerFlex drives, E1Plus overloads, and stacklights. User-defined function blocks (UDFB) (1) are required to configure the plug-in and scan the network. The high-speed counter plug-in provides enhanced high speed counter capabilities to the Micro800 controller. It supports up to 250 khz differential line driver for improved noise immunity. User-defined function blocks (UDFB) (2) are required to configure and use the high-speed counter plug-in

16 16 Micro800 Programmable Controllers Enhancements for Micro830 and Micro850 Controllers Enhancement Description Available From RS-485 serial port for ASCII communication PWM function PTO motion parameters 1006 and 1007 Additional error code: OxF019 Additional error codes: 0xF017 and 0xF018 CIP Generic and CIP Symbolic client messaging Modbus TCP client function on Micro850 controllers The RS-485 serial port supports ASCII communications on Micro800 controllers from firmware revision. PWM function is added via PTO motion parameter The duty cycle of the PTO can now be set using MC_WriteParameter. The value ranges from , indicating 0 100%. PTO motion parameters 1006 and 1007 are added to read Pulses per Revolution and Unit per Revolution configuration in user program. This error code pertains to unexpected software error due to memory or other controller resource issue. The following error codes have been added: 0xF017 for unexpected hardware interrupt 0xF018 for SPI communication failure If the system variable SYSVA_USER_DATA_LOST has been set, the controller will be able to recover the user program but the user data will be cleared. If not, the Micro800 controller program will be cleared. CIP Generic and CIP Symbolic client messaging support is made available through the addition of two function blocks to the instruction set: MSG_CIPGENERIC and MSG_CIPSYMBOLIC. CIP Messaging is available on all serial (including embedded, plug-in) and Ethernet communication ports. On Micro850 controllers, support for Modbus TCP client function is available through the addition of the MSG_MODBUS2 function block. This feature is not available for Micro830 controllers.

17 Enhancements for Micro830 and Micro850 Controllers Micro800 Programmable Controllers 17 Enhancement Description Available From Memory Copy function Digital I/O plug-in module support 1 GAIN renamed to MOV Motion control The addition of the COP function block enables support for memory copy across data types. This function block is typically used in conjunction with the client messaging instructions. Source and destination must be a complete array with an optional offset. From firmware revision onwards, this function block no longer requires an array for the source and destination. This firmware revision supports the configuration and upload of digital I/O plug-ins through Connected Components Workbench. I/O global variables are automatically generated for the inputs and outputs. Previous method of using RA_2080_IQ4x and RA_2080_O4x user-defined function blocks to configure the digital I/O modules (supported on earlier firmware revision 2.xxx), can still work with firmware revision 4.xxx, but will not work in conjunction with the digital I/O configuration feature in firmware revision 4.xxx. This means that on firmware revision 4.xxx, users are only allowed to either use the previous method of configuration (through user-defined function blocks) or the new method (through Connected Components Workbench configuration interface), but not both at the same time. An error will be reported by the function block should conflict occur. 1 GAIN instruction for setting one variable equal to another variable of the same data type is renamed to MOV for easier reference. 1 GAIN is no longer available from revision 4.xxx projects onwards. revision 2.xxx supports motion control configuration on certain Micro830 and Micro850 controllers. This feature is supported through embedded Pulse Train Outputs (PTO) on Micro830 and Micro850 controllers with catalog numbers that end in QVB and QBB.

18 18 Micro800 Programmable Controllers Enhancements for Micro830 and Micro850 Controllers Enhancement Description Available From Expansion I/O support Communication connections Controller security Digital output variables 0xF000 and 0xF002 Fault Handling on Powerup Micro850 controllers with firmware revision 2.xxx can support up to four expansion I/O configuration. The following communication protocols are supported with firmware revision 2.xxx: Modbus/TCP Server (Micro850 controllers only through Ethernet channel) CIP Serial Server (RS-232 only) EtherNet/IP Server (Micro850 controllers) These communication protocols are supported through the RS-232 and RS-485 communication channels and the RJ-45 Ethernet port. Controller password can be enforced to restrict access to the programming software connection to the controller. All digital output variables driven by the IO scan gets cleared on powerup or during transition to RUN mode. Controller attempts to recover user program and clear user variables upon powerup. (1) UDFBs and sample Micro800 programs for Connected Components Workbench can be downloaded from the Sample Code Library:

19 Micro800 Programmable Controllers 19 Anomalies Known and Anomalies for Micro810 Controllers Copy operation copies unwanted variable data Variables not retained after power cycle Blank LCD screen during power up L00 information displays on LCD Controller returns 0xF004 fault when memory module is cleared and then restored If a copy instruction has been configured with a size larger than the source variable, the copy operation will also include data from other variables. APBC Variables for which the Retain checkbox have been checked are sometimes not retained after power cycle. APBC When the controller is powered up, the LCD displays a blank screen and communication is not allowed. APBC The LCD screen displays the indicator L00, which is no longer applicable for Micro810 controllers. APBC When the memory module is cleared and then restored from the LCD menu, the controller reports the 0xF004 fault. In firmware revision 7.012, the following error codes have been added to provide a more detailed fault description: 0xF300 - The memory module is empty. 0xF301 - The memory module's project is not compatible with the controller. 0xF302 - The memory module password is mismatched. 0xF303 - The memory module is not present. APBC

20 20 Micro800 Programmable Controllers Known and Anomalies for Micro810 Controllers OS Series value in SYS_INFO block shows wrong controller series Controller with program in memory module malfunctions when power cycled during firmware flash process Changes to retained user variable values are lost upon exit of Program Debug mode Analog input calibration offset must be positive Controller faults when restoring an older project from memory module to a controller containing a project created with Connected Components Workbench revision 6.00 The OS Series value in the SYS_INFO function block does not display the correct controller series. APBC Controller will malfunction when power cycled during a firmware downgrade if a program is stored in the memory module with Load Always setting configured. IMPORTANT: Do NOT power cycle the controller during the ControlFLASH process. APBC For retained user variables, any changes made in Debug mode to the value while in Program mode will be lost when transitioning to Run mode. APBC Analog input calibration only accepts positive values (or zero) when set from Connected Components Workbench or in the 2080-LCD. Negative values should also be supported. APBC Project restore (from a memory module that contains a project created by a pre-revision 6.00 Connected Components Workbench) will fail on a Micro810/Micro830/Micro850 controller with firmware revision 1.xxx or 2.xxx that has a project created by Connected Components Workbench revision 6.00 or later. A fault will be reported by the controller. Users are advised to clear the fault and power cycle the controller and then repeat the restore action. APBC

21 Micro800 Programmable Controllers 21 Known and Anomalies for Micro810 Controllers Incorrect conversion of REAL/LREAL variables using Any_To_String KEY_READ function block reads keystrokes even while in system menu LCD displays unwanted characters and the controller resets when editing locked variables Flag F disappears after page change in LCD TONOFF instructions do not work properly at maximum value Watchdog timer less than 10 ms causes controller fault Any_To_String instruction converts REAL/LREAL variables erroneously. The conversion result has no proper data truncation and is incorrect for certain patterns, such as APBC The KEY_READ function block, when used in a program, is supposed to read keystroke values ONLY when USER_DISPLAY is being displayed. Instead, it also registers keypad activity when the LCD enters system menu (pressing ESC+OK), as well as while scrolling through the menu, acknowledging settings. APBC When editing I/O variables through the LCD and the variables are locked in Connected Components Workbench, the LCD displays unwanted characters and the controller resets. APBC Flag F disappears from LCD after shifting from one page to another. APBC TONOFF instructions do not work properly at their maximum value. APBC The controller goes into a fault when watchdog timer value entered is less than 10 ms. APBC

22 22 Micro800 Programmable Controllers Known and Anomalies for Micro810 Controllers Misleading PwrUp Behavior menu options in LCD F004 fault when controller with firmware revision 2.xxx backs up firmware revision 1.xxx project through LCD No I/O force indication User application cannot back up and restore Password mismatch status is not correct Wrong language on localized LCD options LCD instruction causes controller fault Setting a controller to go to Program Mode through the LCD PwrUp Behavior menu does not take effect upon controller powerup. Instead, the controller assumes its last state before powerup. APBC Micro800 controllers with firmware revision 2.xxx goes into a fault when backing up project created with revision 1.xxx firmware using LCD. Fault F004 is displayed. APBC There is no I/O force indication on the LCD display I/O status screen. A project configured with a revision 1.xxx controller cannot be backed up or restored successfully using the LCD module with a firmware revision controller. APBC Password mismatch status is not correct after power cycle if Load on Error is set. APBC Certain menu strings still display in English on localized (French, Italian, Spanish) LCD menu display. APBC When the LCD instruction switches between user defined and default I/O status screens (for example, Enable input parameter goes from FALSE to TRUE or from TRUE to FALSE), there is a possibility that the controller faults and is no longer in run mode. APBC

23 Micro800 Programmable Controllers 23 Known and Anomalies for Micro810 Controllers Incomplete home URL string in EDS file ErrorMode parameter does not handle errors RHC instruction in Micro810 controllers is not accurate The controller may report a fault (error code 0xD011) when continuously powered on for more than days The EDS file includes incomplete home URL string. APBC ErrorMode input of IPIDCONTROLLER instruction does not handle errors as expected and does not recognize any input values. APBC The RHC function block uses a time base of μs and returns counter times 5, instead of a 40 μs timer with a return counter times 4. APBC Under certain conditions, when the controller is continuously powered on for more than days, the controller may report a recoverable fault (error code 0xD011), and the outputs are disabled. Certain time based instructions may not operate correctly within the 3 ms window immediately following days. On Micro810 controllers, the power LED goes off. The LCD display changes from RUN mode to FAULT mode. On Micro830 controllers, the fault LED flashes red. APBC / KnowledgeBase ID

24 24 Micro800 Programmable Controllers Known and Anomalies for Micro820 Controllers s [CF] command in ConfigMeFirst.txt file changes Clear fault startup setting of Connected Components Workbench project Controller sends ARP broadcasts even if Detect duplicate IP address field is unchecked CIP connection timeout outside ODVA specification required time upgrade over serial port appears to fail The [CF] command in the ConfigMeFirst.txt file changes the startup setting of the Connected Components Workbench project in the controller from Clear fault to Do not clear fault. This change remains even when the microsd card is removed The controller sends ARP broadcasts even if the Detect duplicate IP address field in the Connected Components Workbench project is unchecked /APBC /APBC When the RPI value is large (for example 1 second or 10 seconds), the CIP connection timeout resolution will be outside the ODVA specification (CIP Node on EtherNet/IP CT13) required time of 250 milliseconds. Workaround is to use RPI values less than 400 milliseconds /APBC When you upgrade the firmware revision over a serial port, an error appears to indicate that the process has failed even if the upgrade is successful /APBC

25 Micro800 Programmable Controllers 25 Known and Anomalies for Micro820 Controllers s Premature AutoTune failure Connection to REMLCD module lost after changing embedded port setting from Modbus back to CIP Serial IPIDCONTROLLER allowable time duration to complete AutoTune sequence becomes progressively shorter for each subsequent AutoTune after project download. A workaround is to re-download the project to avoid premature AutoTune failure /APBC After changing the embedded port setting from Modbus back to CIP Serial, connection is lost to the REMLCD module. Workaround is to power cycle the controller /APBC TCP retry timeout Currently, TCP retry timeout is set to 1 second and is not adjustable. Performance may degrade under heavy load because the retry timeout may be too long. In Connected Components Workbench revision 7.00 you can examine the Ethernet diagnostic counters, specifically MAC Received Errors. This counter indicates that receive packets are being dropped by the controller due to heavy load. Reduce communications load to reduce the number of errors /APBC

26 26 Micro800 Programmable Controllers Known and Anomalies for Micro820 Controllers s Pass-through of connected CIP messages with more than one class and instance will fail Long Real data values used on DLG that are either too big or too small affect scan time performance UID and UIE instructions cancel pending user interrupts MSG_MODBUS instruction s Q output is not cleared after controller is power cycled When Micro800 controller is the intermediate node for CIP pass-through of connected messages, messages with more than one class and instance will fail. (For example, Studio 5000 download of a CompactLogix program over USB to Micro800 which passes through over EtherNet/IP to a CompactLogix controller is not supported.) 14506/APBC Scan time is significantly longer when the program includes execution of one DLG function block that is configured with multiple Long Real data values which are either extremely huge (that is, >> ±1.0E+50), or extremely small (that is, -1.0E-50 << value <0, or +1.0E-50 >> value > 0) /APBC If a user interrupt such as STI occurs within a UID and UIE zone, the interrupt is canceled instead of going to the pending state and the interrupt will not execute after the UIE instruction /APBC After power cycling the controller, the MSG_MODBUS instruction s Q output should be cleared but it is not. If there is logic that assumes the Q output is cleared, it will not operate properly. For example, using the Q output to re-trigger the instruction when false. For Micro820 controllers, this issue is only encountered if the Retained flag is enabled for the MSG_MODBUS instance /APBC

27 Micro800 Programmable Controllers 27 Known and Anomalies for Micro820 Controllers s Output turns off for one program scan when RTC_SET is enabled Controller faults when performing RMC after power cycle A false error may occur when UDFB input parameters are used for SOCKET_READ RSLinx Classic takes a long time to discover a Micro800 controller over Ethernet. When the RTC_SET instruction is enabled during the program scan, the embedded digital and analog output turns off. The affected output returns to the correct output state in the next program scan. Embedded inputs and Plug-in inputs/outputs are not affected by this anomaly After downloading a project and performing an RMC that is accepted, if the controller is power cycled, the next RMC will fault the controller. For example: Download -> RMC with Accept -> Power Cycle -> RMC with two Test Logic -> Fault APBC When SOCKET_READ is inside a UDFB, input parameters to the UDFB cannot be directly used as inputs to the SOCKET_READ for Length and Offset because a false error may occur, ErrorID code of 10, sub ErrorID code of 7. Workaround is to avoid using SOCKET_READ inside a UDFB or use constants for the SOCKET_READ inputs. APBC When RSlinx Classic is trying to discover a Micro800 controller that is connected using Ethernet, the process takes a long time. Workaround is to append :EIP to the end of the IP address. For example, :EIP. APBC

28 28 Micro800 Programmable Controllers Known and Anomalies for Micro820 Controllers s TCP connection does not close immediately when CIP connection is closed Copy operation copies unwanted variable data IPIDCONTROLLER derivative gain setting not applied Controller with firmware revision faults when restorsing a project backup made by a controller with an earlier firmware revision from the microsd card When the ConnClose attribute is set to TRUE, MSG_CIPGENERIC and MSG_CIPSYMBOLIC closes the CIP connection but the TCP connection had to wait for 60 seconds to timeout. APBC If a copy instruction has been configured with a size larger than the source variable, the copy operation will also include data from other variables. APBC When IPIDCONTROLLER's Derivative action is disabled (Gain.TimeDerivative or Gain.DerivativeGain is set to 0.0), the derivative action is no longer applied even if the derivative action is re-enabled. Workaround is to download the project again with Gain.TimeDerivative and Gain.DerivativeGain not set to 0.0) APBC When a controller with firmware revision tries to restore a project backup made by a controller with firmware revision 6.xxx or 7.xxx from the microsd card, the operation fails and the controller reports an F004 fault. Workaround is to download the project again to the controller with firmware revision or later and backup the project to the microsd card. APBC

29 Micro800 Programmable Controllers 29 Known and Anomalies for Micro820 Controllers s Unable to restore project from microsd card although indicated as compatible in Connected Components Workbench Controller faults when changing EtherNet/IP configuration after restoring project from the memory module or microsd card REMLCD backlight briefly turns on before startup message Hard fault on controller when card is removed during backup and restore MicroSD card sometimes cannot be detected after the controller is power cycled Connected Components Workbench indicates that the project is compatible and can be restored but actually the project is not in the correct directory on the microsd card. This problem occurs only after changing the name of the controller in the project. Users are advised to backup the project to the microsd card. The project will be placed in the correct directory. APBC The controller goes into a hard fault when changing the EtherNet/IP configuration after a project is restored from the memory module or microsd card. APBC When backlight is configured using LCD_BKLT_REM for the REMLCD module, the backlight briefly turns on in blue color before it displays the startup message. APBC The controller goes into a hard fault when the microsd card is removed while backup and restore is in progress. (The hard fault is indicated by a solid red Fault LED indication.) Users are advised to power cycle the controller and clear the fault to recover the controller. APBC When the controller is power cycled, sometimes the MicroSD card cannot be detected. Users are advised to eject and re-insert the card if this issue is encountered. APBC / APBC

30 30 Micro800 Programmable Controllers Known and Anomalies for Micro820 Controllers s SD LED indicator may remain off on card insertion The controller may report a fault when powered up from out of the box Modbus RTU errors due to slow interrupt performance Controller does not turn off PWM output in invalid status condition and after downloading a new program Occasional 0xF004 fault when doing a project backup or restore Changes to retained user variable values are lost upon exit of Program Debug mode It may be observed, in very rare instances, that the SD LED indicator may remain off when a good microsd card is inserted, instead of lighting On. Users are advised to eject and re-insert the card if this issue is ever encountered. APBC Under rare occasions, the controller may boot up with a fault and display an incomplete catalog name in RSLinx. APBC Performance of interrupt latency increased if multiple interrupts occur at the same time with high frequency. This is mainly visible with Modbus RTU communications with baud rates higher than 9600 baud, resulting in transmit and receive errors. APBC The PWM On parameter and PWM Enable parameter during invalid status conditions are set to FALSE. However the controller does not turn off the PWM output after downloading the program or when these conditions occur. APBC When backing up or restoring a project from the microsd card, the operation may occasionally fail with a 0xF004 fault. Users are advised to clear the fault and repeat the operation. APBC For retained user variables, any changes made in Debug mode to the value in Program mode will be lost when transitioning to Run mode. APBC

31 Micro800 Programmable Controllers 31 Known and Anomalies for Micro820 Controllers s Analog input calibration offset must be positive Incorrect conversion of REAL/LREAL variables using Any_To_String Communication breaks if project backup or restore fails Error message Memory card is not present takes approximately 30 seconds to be displayed after card is ejected SD LED continues to blink after card is ejected Analog input calibration only accepts positive values (or zero) when set from Connected Components Workbench or in the 2080-REMLCD. Negative values should also be supported. APBC Any_To_String instruction converts REAL/LREAL variables erroneously. The conversion result has no proper data truncation and is incorrect for certain patterns, such as APBC Ethernet and/or serial ports communication may not work when project back up or restore fails. Users are advised to power cycle the controller to recover the connection. APBC Memory Card is not present message in Connected Components Workbench takes some time (approximately 30 seconds) to display after card has been ejected. The delay is only observed when ongoing upload or search of datalog or recipe files activities is interrupted by card ejection. The delay is attributed to card read/write retries. APBC SD LED indicator continues to blink for a couple of seconds after card is ejected while datalog, recipe, backup, and restore activities are in progress. This continuous blinking is due to SD card read/write retries. APBC

32 32 Micro800 Programmable Controllers Known and Anomalies for Micro820 Controllers s RTC module may run for a short time when controller is powered down Fault LED indicator continues to blink red even after fault is cleared Data retention fails in certain scenarios KEY_READ_REM function block fails to reset output in certain condition KEY_READ_REM function block reads keystrokes even while in system menu When the controller is powered down, the RTC module may run for less than four days at room temperature. APBC Micro820 controller Fault LED indicator continuously blinks red even after fault is cleared in Connected Components Workbench. APBC There is a possibility of loss of retained user data or loss of initial values for retained variables, in one of the following situations: when the controller encounters a loss of power, or power dip, during powerup; or if the controller does not enter Run mode before it is powered down. APBC The KEY_READ_REM function block is unable to reset its output when the ENABLE input of the instruction goes from TRUE to FALSE. APBC The KEY_READ_REM function block, when used in a program, is supposed to read keystroke values ONLY when USER_DISPLAY is being displayed. Instead, it also registers keypad activity when the LCD enters system menu (pressing ESC+OK), as well as while scrolling through the menu, acknowledging settings. APBC

33 Micro800 Programmable Controllers 33 Known and Anomalies for Micro830 and Micro850 Controllers s Controller faults 0xF293 even if correct expansion I/O generic configuration is downloaded (Micro850 only) Controller sends ARP broadcasts even if Detect duplicate IP address field is unchecked (Micro850 only) CIP connection timeout outside ODVA specification required time Premature AutoTune failure After you correct a configuration error that previously existed in an expansion I/O module, a 0xF293 fault code (Expansion IO Module Fault) appears when you download the project to the controller. As a workaround, without changing the configuration, download the project to the controller again The controller sends ARP broadcasts even if the Detect duplicate IP address field in the Connected Components Workbench project is unchecked /APBC This anomaly applies to Micro850 controllers only. When the RPI value is large (for example 1 second or 10 seconds), the CIP connection timeout resolution will be outside the ODVA specification (CIP Node on EtherNet/IP CT13) required time of 250 milliseconds. Workaround is to use RPI values less than 400 milliseconds /APBC IPIDCONTROLLER allowable time duration to complete AutoTune sequence becomes progressively shorter for each subsequent AutoTune after project download. A workaround is to re-download the project to avoid premature AutoTune failure /APBC

34 34 Micro800 Programmable Controllers Known and Anomalies for Micro830 and Micro850 Controllers s TCP retry timeout for Micro850 controller RSLinx unable to browse for CIP bridge device from controller plug-in module slot 4 and 5 CIP messaging communication may be affected by cable break UID and UIE instructions cancel pending user interrupts Currently, TCP retry timeout is set to 1 second and is not adjustable. Performance may degrade under heavy load because the retry timeout may be too long. In Connected Components Workbench revision 7.00 you can examine the Ethernet diagnostic counters, specifically MAC Received Errors. This counter indicates that receive packets are being dropped by the controller due to heavy load. Reduce communications load to reduce the number of errors /APBC When a serial plug-in module is connected to controller slot 4 or 5, RSLinx cannot browse to the device /APBC For CIP messaging client function, if there is one or more devices with a cable break, the messaging client connection with other devices may become slower, with possible timeouts. This may happen if multiple messages are pending due to the cable break /APBC If a user interrupt such as STI occurs within a UID and UIE zone, the interrupt is canceled instead of going to the pending state and the interrupt will not execute after the UIE instruction /APBC

T40 - What's New in Connected Components Workbench Software?

T40 - What's New in Connected Components Workbench Software? T40 - What's New in Connected Components Workbench Software? PUBLIC Copyright 2018 Rockwell Automation, Inc. All Rights Reserved. 1 Agenda What is Connected Components? Connected Components Workbench Software

More information

Select Micro800 Plug-in Modules and Accessories

Select Micro800 Plug-in Modules and Accessories Select Micro800 Plug-in Modules and Accessories Micro800 plug-in modules extend the functionality of embedded I/O without increasing the footprint of the controller. It improves performance by adding additional

More information

Micro800 Programmable Logic Controller (PLC) Family

Micro800 Programmable Logic Controller (PLC) Family Micro800 Programmable Logic Controller (PLC) Family PUBLIC Copyright 2018 Rockwell Automation, Inc. All Rights Reserved. 1 Performance/Features Micro800 Controller Family Using Connected Components Workbench

More information

Select a Micro800 Controller

Select a Micro800 Controller Select a Micro800 Controller Micro800 controllers are designed for low-cost, standalone machines. These economical small-size PLCs are available in different form factors based on the number of I/O points

More information

Connected Components Workbench Software Release 10.00

Connected Components Workbench Software Release 10.00 Connected Components Workbench Software Release 10.00 Peter Kacz, Commercial Engineer Rockwell Automation SummerDays 2017. 09. 20.-21., Velké Karlovice Copyright 2016 Rockwell Automation, Inc. All Rights

More information

Contents. Support Information. New Features and Enhancements

Contents. Support Information. New Features and Enhancements Contents Support Information New Features and Enhancements System Requirements Working with Projects in Connected Components Workbench Installation and Upgrades Helpful Resources Important Considerations

More information

T29 - New PanelView TM 800 HMI Family

T29 - New PanelView TM 800 HMI Family T29 - New PanelView TM 800 HMI Family PUBLIC PUBLIC - 5058-CO900G 2 Introducing PanelView 800 HMI Family 3 sizes to suit various application needs 3 High Resolution with 65K Colors Support more complex

More information

ControlLogix EtherNet/IP Bridge Module

ControlLogix EtherNet/IP Bridge Module Release Notes ControlLogix EtherNet/IP Bridge Module Catalog Number 1756-ENBT Topic Page Enhancements 2 Corrected Anomalies 7 Known Anomalies 11 Application Notes 12 Additional Resources 15 About This

More information

For technical information and assistance about Connected Components Workbench (CCW):

For technical information and assistance about Connected Components Workbench (CCW): Connected Components Workbench Release Notes (Release 6.01) January 2014 Contents Support information New features and enhancements Extended controller and device support System requirements Working with

More information

CompactLogix Controllers, Revision 15

CompactLogix Controllers, Revision 15 Release Notes CompactLogix Controllers, Revision 15 Catalog Numbers 1769-L31, 1769-L32C, 1769-L32E, 1769-L35CR, 1769-L35E When to Use These Release Notes These release notes correspond to the controller

More information

MicroLogix 1400 Programmable Controllers FRN 13

MicroLogix 1400 Programmable Controllers FRN 13 Release Notes MicroLogix 1400 Programmable Controllers FRN 13 Catalog Numbers 1766-L32BWA, 1766-L32AWA, 1766-L32BXB, 1766-L32BWAA, 1766-L32AWAA, 1766-L32BXBA Contents Topic Page About This Publication

More information

POINT I/O and ArmorPOINT I/O Dual Port EtherNet/IP Adapters

POINT I/O and ArmorPOINT I/O Dual Port EtherNet/IP Adapters Release Notes POINT I/O and ArmorPOINT I/O Dual Port EtherNet/IP Adapters Firmware Revision: 3.012 Catalog Numbers 1734-AENTR, 1738-AENTR, Series A Topic Page About This Publication 1 Before You Begin

More information

ControlLogix Controllers Revision 14

ControlLogix Controllers Revision 14 Release Notes ControlLogix Controllers Revision 14 Cat. No. 1756-L61, 1756-L62, 1756-L63 IMPORTANT Do not use this revision of firmware in a redundant controller system (ControlLogix Redundancy system).

More information

MicroLogix 1100 Programmable Controllers FRN 16

MicroLogix 1100 Programmable Controllers FRN 16 Release Notes MicroLogix 1100 Programmable Controllers FRN 16 Catalog Numbers 1763-L16AWA, 1763-L16BWA, 1763-L16BBB, 1763-L16DWD Topic Page Enhancements 2 Corrected Anomalies 5 Additional Resources 9 About

More information

CompactLogix Controller Revision 13

CompactLogix Controller Revision 13 Release Notes CompactLogix Controller Revision 13 Catalog Numbers 1769-L31, 1769-L32C, 1769-L32E, 1769-L35CR, 1769-L35E These release notes correspond to: CompactLogix controller: Firmware revision: 1769-L31,

More information

ControlLogix EtherNet/IP Communication Interface Module

ControlLogix EtherNet/IP Communication Interface Module Release Notes ControlLogix EtherNet/IP Communication Interface Module Catalog Number 1756-ENBT These release notes describe changes in firmware revision 1.61 and earlier of the ControlLogix EtherNet/IP

More information

CP30/G30/MC31 Firmware Version 3100 Known Issues

CP30/G30/MC31 Firmware Version 3100 Known Issues CP30/G30/MC31 Firmware Version 3100 Known Issues Introduction This document lists issues that have been identified with firmware version 3100 for the Kingfisher CP30/G30/MC31 modules. Where possible, workarounds

More information

Connected Components Workbench, Micro800 and PV800 family news and update

Connected Components Workbench, Micro800 and PV800 family news and update - 5058-CO900H Connected Components Workbench, Micro800 and PV800 family news and update Peter Kacz, Commercial Engineer Rotec Seminar 2016, Borovets Hills 23 th -25 th November 2016 PUBLIC End of Life

More information

Micro800 PLC Family. Featuring Allen-Bradley Connected Components Workbench Design and Configuration Software

Micro800 PLC Family. Featuring Allen-Bradley Connected Components Workbench Design and Configuration Software Micro800 PLC Family Featuring Allen-Bradley Connected Components Workbench Design and Configuration Software Micro800 PLCs and Connected Components Workbench Software As a machine builder, are you looking

More information

Micro800 Programmable Controllers: Getting Started with CIP Client Messaging

Micro800 Programmable Controllers: Getting Started with CIP Client Messaging Quick Start Micro800 Programmable Controllers: Getting Started with CIP Client Messaging Catalog Numbers Bulletin 2080-LC20, 2080-LC30, 2080-LC50 Important User Information Solid-state equipment has operational

More information

ControlLogix Redundancy System Revision 8

ControlLogix Redundancy System Revision 8 Release Notes ControlLogix Redundancy System Revision 8 Cat. No. 1756-CNB/D, -CNBR/D, -L55, -L55M13, -L55M14, -L55M16, -L55M23, -L55M24, 1757-SRM/A, -SRM/B IMPORTANT If you have a 1756-L55 controller,

More information

Micro800 PLC Family. Featuring Allen-Bradley Connected Components Workbench Design and Configuration Software

Micro800 PLC Family. Featuring Allen-Bradley Connected Components Workbench Design and Configuration Software Micro800 PLC Family Featuring Allen-Bradley Connected Components Workbench Design and Configuration Software Micro800 PLCs and Connected Components Workbench Software As a machine builder, are you looking

More information

DEFAULT IP ADDRESS

DEFAULT IP ADDRESS REAL TIME AUTOMATION 2825 N. Mayfair Rd. Suite 111 Wauwatosa, WI 53222 (414) 453-5100 www.rtaautomation.com EtherNet/IP - DeviceNet Master Gateway MODBUS TCP - DeviceNet Master Gateway Copyright 2007 Real

More information

For technical information and assistance about Connected Components Workbench (CCW):

For technical information and assistance about Connected Components Workbench (CCW): Connected Components Workbench Release Notes (Release 5.00.00) September 2013 Contents Support information New features and enhancements System requirements Installation and upgrades Helpful resources

More information

DriveLogix Controller Firmware Revision 11 / RSLogix 5000 Version 11

DriveLogix Controller Firmware Revision 11 / RSLogix 5000 Version 11 Firmware Release Notes DriveLogix Controller Firmware Revision 11 / RSLogix 5000 Version 11 These release notes correspond to major revision 11, minor revision 14 of the DriveLogix controller firmware.

More information

Connected Components Workbench Release Notes (Release ) February Contents. Support information. New features and enhancements

Connected Components Workbench Release Notes (Release ) February Contents. Support information. New features and enhancements Connected Components Workbench Release Notes (Release 3.00.00) February 2013 Contents Support information New features and enhancements System requirements Installation and upgrades Helpful resources Important

More information

MicroLogix 1400 Programmable Controllers FRN 21

MicroLogix 1400 Programmable Controllers FRN 21 Release Notes MicroLogix 1400 Programmable Controllers FRN 21 Catalog Numbers 1766-L32BWA, 1766-L32AWA, 1766-L32BXB, 1766-L32BWAA, 1766-L32AWAA, 1766-L32BXBA Contents Topic Page About This Publication

More information

Field Upgrading Bulletin 1404 Power Monitor Version 4.2x base and 4.1x Ethernet Communications Firmware

Field Upgrading Bulletin 1404 Power Monitor Version 4.2x base and 4.1x Ethernet Communications Firmware Field Upgrading Bulletin 1404 Power Monitor Version 4.2x base and 4.1x Ethernet Communications Firmware Introduction Please read this document before upgrading a Powermonitor 3000 to version 4.2x firmware

More information

CompactLogix L20 and L30 Controllers Revision 13

CompactLogix L20 and L30 Controllers Revision 13 Release Note CompactLogix L20 and L30 Controllers Revision 13 Catalog Numbers 1769-L20, 1769-L30 These release notes correspond to firmware revision 13.19. Use this firmware release with: Product Compatible

More information

Advanced PLC Topics Copyright 2011 Rockwell Automation, Inc. All rights reserved.

Advanced PLC Topics Copyright 2011 Rockwell Automation, Inc. All rights reserved. Advanced PLC Topics for Micro controllers Copyright 2011 Rockwell Automation, Inc. All rights reserved. Agenda www.infoplc.net 1. Connected Components Update 2. How to quickly develop machine 3. Hand-on

More information

Release 2.11 Standard AXE Primary Firmware is not intended for use on any 8521 Controller not licensed as a RTU.

Release 2.11 Standard AXE Primary Firmware is not intended for use on any 8521 Controller not licensed as a RTU. GFK-2594 September 2010 PAC8000 8521-RT-DE RTU Controller Firmware release 2.11 for the 8521-RT-DE RTU Controller adds DNP3 protocol support with store and forward capability. For details, see New Features

More information

PanelView 800 HMI Terminals

PanelView 800 HMI Terminals User Manual PanelView 800 HMI Terminals Catalog Numbers 2711R-T4T, 2711R-T7T, 2711R-T10T Industrial automation Elincom Group European Union: www.elinco.eu Russia: www.elinc.ru Important User Information

More information

MicroLogix 1400 Programmable Controllers FRN 21

MicroLogix 1400 Programmable Controllers FRN 21 Release Notes MicroLogix 1400 Programmable Controllers FRN 21 Catalog Numbers 1766-L32BWA, 1766-L32AWA, 1766-L32BXB, 1766-L32BWAA, 1766-L32AWAA, 1766-L32BXBA Contents Topic Page About This Publication

More information

CompactLogix 5370 L3 Programmable Automation Controllers. Copyright 2012 Rockwell Automation, Inc. All rights reserved.

CompactLogix 5370 L3 Programmable Automation Controllers. Copyright 2012 Rockwell Automation, Inc. All rights reserved. CompactLogix 5370 L3 Programmable Automation Controllers Rev 5058-CO900C Copyright 2012 Rockwell Automation, Inc. All rights reserved. Agenda 1. Hardware Overview 2. Features and Benefits 3. Applications

More information

CompactLogix 5370 L2 Programmable Automation Controllers

CompactLogix 5370 L2 Programmable Automation Controllers Insert Photo Here CompactLogix 5370 L2 Programmable Automation Controllers Publication # RASB-SP213A-EN-E Copyright 2012 Rockwell Automation, Inc. All rights reserved. Agenda 1. Hardware Overview 2. Features

More information

Micro800 Programmable Controllers

Micro800 Programmable Controllers Micro800 Programmable Controllers Bulletin 2080 Selection Guide Important User Information Solid state equipment has operational characteristics differing from those of electromechanical equipment. Safety

More information

The following features have been added in RSLogix Emulate 5000 v18.00 (CPR 9 SR2):

The following features have been added in RSLogix Emulate 5000 v18.00 (CPR 9 SR2): Page 1 of 11 What's new? The following features have been added in RSLogix Emulate 5000 v18.00 (CPR 9 SR2): DF1 Radio Modem support has been expanded to include broadcast capability. The DF1 Radio Modem

More information

CompactLogix 5330/5370 Top 5 Questions

CompactLogix 5330/5370 Top 5 Questions CompactLogix 5330/5370 Top 5 Questions Name Keith Parker and Mary Beth Peters Title Senior Support Engineers in the Small Controller Group. We both have been with Rockwell Automation for 22 years Date

More information

L14 - Experience Connected Components Workbench Software to Develop Your Basic Standalone Machine Application

L14 - Experience Connected Components Workbench Software to Develop Your Basic Standalone Machine Application L14 - Experience Connected Components Workbench Software to Develop Your Basic Standalone Machine Application PUBLIC Copyright 2018 Rockwell Automation, Inc. All Rights Reserved. 1 Connected Components

More information

PanelView 800 HMI Terminals

PanelView 800 HMI Terminals User Manual PanelView 800 HMI Terminals Catalog Numbers 2711R-T4T, 2711R-T7T, 2711R-T10T Important User Information Solid state equipment has operational characteristics differing from those of electromechanical

More information

Chapter 5: Communications 5 1 SR55 Communications Overview 5 2

Chapter 5: Communications 5 1 SR55 Communications Overview 5 2 Chapter 5 Table of Contents Chapter 5: Communications 5 1 SR55 Communications Overview 5 2 Modbus Serial Communications Overview 5 2 Modbus TCP Network Communications Overview 5 2 EtherNet/IP Network Communications

More information

Micro800 Family of PLCs. Featuring Allen-Bradley Connected Components Workbench Programming and Configuration Software

Micro800 Family of PLCs. Featuring Allen-Bradley Connected Components Workbench Programming and Configuration Software Micro800 Family of PLCs Featuring Allen-Bradley Connected Components Workbench Programming and Configuration Software Micro800 PLCs and Connected Components Workbench Software As a machine builder, are

More information

Advantages for the MicroLogix 1500 Controller (in addition to MicroLogix 1200 controller features)

Advantages for the MicroLogix 1500 Controller (in addition to MicroLogix 1200 controller features) MicroLogix Programmable Controllers Overview 13 Advantages for the MicroLogix 1500 Controller (in addition to MicroLogix 1200 controller features) Large memory to solve a variety of applications. 1764-LSP:

More information

The release notes for RSLogix Emulate 5000 v17.00 (CPR 9 SR1) contain information about the following topics: What's new? System requirements

The release notes for RSLogix Emulate 5000 v17.00 (CPR 9 SR1) contain information about the following topics: What's new? System requirements Page 1 of 5 What's new? The following features have been added in RSLogix Emulate 5000 v17.00 (CPR 9 SR1): You can quickly change the mode (Program or Run), save the current state, and restore a previously

More information

Release Notes for MPiec controller firmware

Release Notes for MPiec controller firmware Release Notes for MPiec controller firmware Release 2.1.0 Build 229 Yaskawa America, Inc. January 23, 2012 1. New Features Number Summary Release Notes 5434 MC_Reset should work on axes not discovered

More information

MicroLogix 1200 Programmable Controllers

MicroLogix 1200 Programmable Controllers Document Update MicroLogix 1200 Programmable Controllers (Catalog Numbers 1762-L24AWA, -L24BWA, - L24BXB, -L40AWA, -L40BWA and -L40BXB; Series C) Purpose of This Document This Document Update revises the

More information

PanelView 800. Allen-Bradley Component Level Human Machine Interface Solutions

PanelView 800. Allen-Bradley Component Level Human Machine Interface Solutions PanelView 800 Allen-Bradley Component Level Human Machine Interface Solutions PanelView 800 PanelView 800 Graphic Terminals When you are looking to add value to and reduce the cost of your operator interface

More information

U90 Ladder Software Manual. Version 3.50, 6/03

U90 Ladder Software Manual. Version 3.50, 6/03 U90 Ladder Software Manual Version 3.50, 6/03 Table Of Contents Welcome to U90 Ladder... 1 Program Editors... 1 Project Navigation Tree...1 Browse Sequences...1 Printing Documentation...2 Interface Language...

More information

PanelView 800 HMI Terminals

PanelView 800 HMI Terminals User Manual PanelView 800 HMI Terminals Catalog Numbers 2711R-T4T, 2711R-T7T, 2711R-T10T Important User Information Solid state equipment has operational characteristics differing from those of electromechanical

More information

4-1. This chapter explains HMI settings.

4-1. This chapter explains HMI settings. 4-1 4. Hardware Settings This chapter explains HMI settings. 4.1. Overview... 4-2 4.2. I/O Ports... 4-2 4.3. LED Indicators... 4-2 4.4. System Reset... 4-3 4.5. System Toolbar... 4-4 4.6. System Setting

More information

APPLICATION NOTES. Advanced Graphical Interface - AGI Internal PLC (CODESYS V3) SHENDONG

APPLICATION NOTES. Advanced Graphical Interface - AGI Internal PLC (CODESYS V3) SHENDONG APPLICATION NOTES Advanced Graphical Interface - AGI Internal PLC (CODESYS V3) SHENDONG CODESYS V3 logic running on AGI 300/400 series product Support of Modbus/TCP and RTU communication Use of remote

More information

DeviceNet Network Configuration

DeviceNet Network Configuration User Manual DeviceNet Network Configuration 1756 ControlLogix, 1756 GuardLogix, 1769 CompactLogix, 1769 Compact GuardLogix, 1789 SoftLogix, Studio 5000 Logix Emulate Important User Information Solid-state

More information

DriveLogix 5730 Controller (13.20)

DriveLogix 5730 Controller (13.20) Firmware Release Notes DriveLogix 573 Controller (13.2) Catalog Number 573 When to Use These Release Notes These release notes should be used with DriveLogix573 Controller firmware major revision 13, minor

More information

Communication settings: Network configuration can be done via the Anybus IP configuration setup tool or via the on board Web server

Communication settings: Network configuration can be done via the Anybus IP configuration setup tool or via the on board Web server SmartLinx EtherNet/IP instruction and use APPLICATION GUIDE Objective: Show the user how to configure and use an EtherNet/IP SmartLinx communication module. AG082415 While every effort was made to verify

More information

DriveLogix 5730 Controller (13.16)

DriveLogix 5730 Controller (13.16) Firmware Release Notes DriveLogix 573 Controller (13.16) Catalog Number 573 When to Use These Release Notes These release notes should be used with DriveLogix573 Controller firmware major revision 13,

More information

Opto 22 Ethernet Driver Help Kepware Technologies

Opto 22 Ethernet Driver Help Kepware Technologies Opto 22 Ethernet Driver Help 2011 Kepware Technologies 2 Table of Contents Table of Contents 2 4 Overview 4 Device Setup 5 Communications Parameters 5 Import 6 Cable Connections and Diagrams 7 Data Types

More information

EQ-DCM User Manual Revision 1.02 Sep 10, 2013

EQ-DCM User Manual  Revision 1.02 Sep 10, 2013 EQ-DCM User Manual www.equustek.com Revision 1.02 Sep 10, 2013 Contents INTRODUCTION...5 ABOUT THIS MANUAL... 5 INTENDED AUDIENCE... 5 HARDWARE SPECIFICATIONS...6 PHYSICAL SPECIFICATIONS... 6 HARDWARE

More information

Network configuration can be done via the Anybus IP configuration setup tool or via the on board Web server.

Network configuration can be done via the Anybus IP configuration setup tool or via the on board Web server. SmartLinx EtherNet/IP instruction and use Objective: Show the user how to configure and use a EtherNet/IP SmartLinx communication module. AG052813 While every effort was made to verify the following information,

More information

Micro800 and Connected Components Workbench. Getting Started Guide. Copyright 2011 Rockwell Automation, Inc.

Micro800 and Connected Components Workbench. Getting Started Guide. Copyright 2011 Rockwell Automation, Inc. Micro800 and Connected Components Workbench Getting Started Guide Copyright 2011 Rockwell Automation, Inc. Table of Contents Chapter 1: Software Requirements and Installing the Software Chapter 2: Create

More information

READ THIS INFORMATION FIRST. IC693CPU374 CPU Module with Ethernet Interface

READ THIS INFORMATION FIRST. IC693CPU374 CPU Module with Ethernet Interface IMPORTANT PRODUCT INFORMATION READ THIS INFORMATION FIRST May 29, 2003 Product: IC693CPU374 CPU Module with Ethernet Interface Introduction IC693CPU374-BE (and later) with CPU Firmware Release 11.03 This

More information

4-1. This chapter explains HMI settings.

4-1. This chapter explains HMI settings. 4-1 4. Hardware Settings This chapter explains HMI settings. 4.1. Overview... 4-2 4.2. I/O Ports... 4-2 4.3. LED Indicators... 4-2 4.4. System Reset... 4-3 4.5. System Toolbar... 4-4 4.6. EasySystemSetting...

More information

CP30/G30/MC31 Firmware Service Update Version 2993 (19 Aug 2013) Release Notes

CP30/G30/MC31 Firmware Service Update Version 2993 (19 Aug 2013) Release Notes CP30/G30/MC31 Firmware Service Update Version 2993 (19 Aug 2013) Release Notes Summary This package contains updated firmware for the Kingfisher CP30/G30/MC31 modules. Note: This firmware should be used

More information

Select a Micro800 Controller

Select a Micro800 Controller Select a Micro800 Controller Micro800 controllers are designed for low-cost, standalone machines. These economical small-size PLCs are available in different form factors based on the number of I/O points

More information

Release 2.11 Standard AXE Primary Firmware is not intended for use on any 8521 Controller not licensed as a RTU.

Release 2.11 Standard AXE Primary Firmware is not intended for use on any 8521 Controller not licensed as a RTU. December 2010 PAC8000 8521-RT-DE RTU Controller This release consists of firmware release 2.12 for the 8521-RT-DE RTU Controller and DNP Control Package release 2.14. It provides a performance enhancement

More information

Connected Components Workbench Release Notes

Connected Components Workbench Release Notes Connected Components Workbench Release Notes January 2017 These release notes apply to Connected Components Workbench version 10.01 software. Use Connected Components Workbench software to configure controllers

More information

ControlNet-to-DeviceNet Linking Device

ControlNet-to-DeviceNet Linking Device Release Note ControlNet-to-DeviceNet Linking Device Catalog Number 1788-CN2DN Contents Topic Page About This Publication 1 Enhancements 2 Corrected Anomalies 3 Known Anomalies 6 Additional Resources 7

More information

Getting Familiar with Wi-Fi Scanner

Getting Familiar with Wi-Fi Scanner Getting Familiar with Wi-Fi Scanner Thank you for choosing Cino FuzzyScan Wi-Fi Cordless Scanner. Powered by the 802.11 WLAN technology, it is not only easily integrated into an existing enterprise wireless

More information

User manuals, product updates, and other information are available on the GE Customer Care support website,

User manuals, product updates, and other information are available on the GE Customer Care support website, Important Product Information May 2018 Mini Field Agent (MFA) ICMFA000000 ICMFA001US0, ICMFA001US1, ICMFA002US0 ICMFA001EU0, ICMFA001EU1, ICMFA002EU0 ICMFA001AE0, ICMFA001AE1, ICMFA001AU0, ICMFA001AU1,

More information

1. SELECTING NEW PROTOCOLS

1. SELECTING NEW PROTOCOLS MDS inet 900 Transceiver MANUAL SUPPLEMENT Applies to: MDS manual 05-2806A01 Microwave Data Systems Inc., 175 Science Parkway, Rochester, NY 14620 USA Tel: +1 (585) 242-9600, FAX: +1 (585) 242-9620, Web:

More information

1769 Expansion Cables

1769 Expansion Cables Cat. No. Description Backplane Current Power Supply Distance Rating 1769-HSC 1769-SM1 1769-SM2 1769 Expansion Cables Use the 1769-HSC when you need: a counter module that is capable of reacting to high-speed

More information

EQ7000. User Manual. Rev 1.00

EQ7000. User Manual. Rev 1.00 EQ7000 User Manual Rev 1.00 www.equustek.com Revision 1.00 February 27, 2009 Contents INTRODUCTION...4 ABOUT THIS MANUAL...4 INTENDED AUDIENCE...4 HARDWARE SPECIFICATIONS...5 PHYSICAL SPECIFICATIONS...5

More information

RSEmulate5000RN_v16.txt RSLogix Emulate 5000 V16 Release Notes 13 August 2007

RSEmulate5000RN_v16.txt RSLogix Emulate 5000 V16 Release Notes 13 August 2007 RSLogix Emulate 5000 V16 Release Notes 13 August 2007 WARNING: Do not depend on the emulator to match your physical controller s performance or operation. Some instructions are interpreted differently

More information

ControlLogix Redundancy Update and Module Replacement Guidelines

ControlLogix Redundancy Update and Module Replacement Guidelines Reference Manual Original Instructions ControlLogix Redundancy Update and Module Replacement Guidelines Product Family ControlLogix 5570 Controllers Important User Information Read this document and the

More information

RSLogix500 Project Report

RSLogix500 Project Report RSLogix500 Project Report Processor Information Processor Type: MicroLogix 1200 Series C (1 or 2 Comm Ports) Processor Name: UNTITLED Total Memory Used: 88 Instruction Words Used - 37 Data Table Words

More information

NJ/NX-series System-defined Variables

NJ/NX-series System-defined Variables NJ/NX-series System-defined Variables System-defined variables are assigned specific functions by the system. They are registered in the global variable table, or the local variable table for each POU,

More information

VIP-102B IP Solutions Setup Tool Reference Manual

VIP-102B IP Solutions Setup Tool Reference Manual VIP-102B IP Solutions Setup Tool Reference Manual Version 6.3.0.0 For latest updates to this manual please check our website at: http://www.valcom.com/vipsetuptool/default.htm then click on Reference Manual

More information

Automation of Intermittent VFFS Machine Using Allen-Bradley Micro850 Programmable Controllers

Automation of Intermittent VFFS Machine Using Allen-Bradley Micro850 Programmable Controllers Automation of Intermittent VFFS Machine Using Allen-Bradley Micro850 Programmable Controllers This paper provides an overview of how a Micro850 programmable controller can be used on an intermittent VFFS

More information

System Faults. Chapter 9. Controller Faults. The controller stored different fault information: Publication 1756-QR107C-EN-P - June 2005

System Faults. Chapter 9. Controller Faults. The controller stored different fault information: Publication 1756-QR107C-EN-P - June 2005 System Faults Chapter 9 Controller Faults The controller stored different fault information: Fault type: Description: See page: major fault A fault condition that is severe enough for the controller to

More information

REPLACING A PEERLINK NETWORK WITH 2572-A / 2572-B ETHERNET

REPLACING A PEERLINK NETWORK WITH 2572-A / 2572-B ETHERNET REPLACING A PEERLINK NETWORK WITH 2572-A / 2572-B ETHERNET This is an example of how 2572-A / 2572-B Ethernet Modules may be used share data among multiple PLC s using the IP Multicast feature. The purpose

More information

WSDA User Guide

WSDA User Guide User Guide Version 8500-0029 rev. 006 WSDA -1000 User Guide www.microstrain.com Little Sensors, Big Ideas. 2012 by 459 Hurricane Lane, Suite 102 Williston, VT 05495 Phone 802-862-6629 Fax 802-863-4093

More information

CENTERLINE 2100 Motor Control Centers EtherNet/IP Network Adapter

CENTERLINE 2100 Motor Control Centers EtherNet/IP Network Adapter User Manual CENTERLINE 2100 Motor Control Centers EtherNet/IP Network Adapter Catalog Numbers 2100-ENET Series A FRN 1.XXX Important User Information Solid-state equipment has operational characteristics

More information

Logix5563 Controller

Logix5563 Controller Release Notes Logix5563 Controller Cat. No. 1756-L63 Introduction These release notes provide the following information: For information about: See this section: On this page: revision of controllers to

More information

Micro800 Controllers Starter Pack Quick Start

Micro800 Controllers Starter Pack Quick Start Quick Start Micro800 Controllers Starter Pack Quick Start Catalog Numbers Bulletin 2080-LC20, 2080-LC30, 2080-LC50 Important User Information Read this document and the documents listed in the additional

More information

Micro800 Programmable Controller Family. Bulletin 2080 Selection Guide

Micro800 Programmable Controller Family. Bulletin 2080 Selection Guide Micro800 Programmable Controller Family Bulletin 2080 Selection Guide Important User Information Solid state equipment has operational characteristics differing from those of electromechanical equipment.

More information

TECHNICAL NOTE TNOI35

TECHNICAL NOTE TNOI35 TECHNICAL NOTE TNOI35 Title: Troubleshooting Crimson 2 Software Product(s): G3, DSP and Modular Controller ABSTRACT This tech note covers the most common problems encountered while setting up, programming

More information

EtherNet /IP User Guide

EtherNet /IP User Guide EtherNet /IP User Guide Trademark Notices Comtrol, DeviceMaster, and PortVision are registered trademarks of Comtrol Corporation. ControlLogix, PLC-5 and Rockwell Automation are registered trademarks of

More information

WRTU Client User Manual. Date: 29 May, 2014 Document Revision: 1.05

WRTU Client User Manual. Date: 29 May, 2014 Document Revision: 1.05 WRTU Client User Manual Date: 29 May, 2014 Document Revision: 1.05 2014 by BiPOM Electronics, Inc. All rights reserved. WRTU Client User Manual. No part of this work may be reproduced in any manner without

More information

AP-ENBD User Manual V0.2

AP-ENBD User Manual V0.2 AP-ENBD User Manual V0.2 2015/12 Catolog Catolog... 2 1 Introduction... 1 1.1 Communication Structure... 1 1.2 Internal Principle... 2 2 Installation... 2 2.1 Connect to the Same Router (or Switch )...

More information

Model 5100/5200 Quick Reference Register Guide

Model 5100/5200 Quick Reference Register Guide Model 5100/5200 The information in this document is current as of the following Hardware and Firmware revision levels. Some features may not be supported in earlier revisions. See for the availability

More information

Please refer to application note AN00129 for further details on HCP2 configuration in ABB motion control products.

Please refer to application note AN00129 for further details on HCP2 configuration in ABB motion control products. Motion Control Products Application note Using CP600 as a communication gateway AN00237-001 Make use of the configurability and ease of use of the CP600 HMI range to automatically pass data from one connected

More information

ICC Configuration Studio Version Info

ICC Configuration Studio Version Info Configuration Studio Version Info 11.26.2018 V3.0.3.7 Release Fixed issue with Modbus /TCP Client service objects when 32-bit registers are used and the database data type is not 32 bits. Fixed issue where

More information

Advantech AE Technical Share Document

Advantech AE Technical Share Document Advantech AE Technical Share Document Date 2015 / 03 / 28 SR# 1-1928828895 Category FAQ SOP Related OS Microsoft Windows7 Abstract Set the connection between WebAccess and AB Micrologix PLC Keyword AB

More information

XM Firmware Revision 3

XM Firmware Revision 3 Release Notes XM Firmware Revision 3 What s in These Release Notes These release notes provide the following information. For information about See page Revision 3 Enhancements 1 Special Issues When Upgrading

More information

Tritex II EtherNet/IP - Option

Tritex II EtherNet/IP - Option Tritex II EtherNet/IP - Option Tritex II Ethernet/IP Option.doc 10/15/13 REV B 952-368-3434 Tritex II EtherNet/IP Option.doc 2 10/15/13 Contents 1. General... 5 1.1. IP Address... 6 1.2. Network Classes...

More information

FlexiSoft Software Release Note

FlexiSoft Software Release Note Date: 31 th May 2017 Software Version: 2.34 1. New Software Version: FlexiSoft Software Release Note RN-SW-v2.34 FlexiSoft version 2.34 is now available. You can download it from our website using following

More information

ETH-1000 Version Info

ETH-1000 Version Info ETH-1000 Version Info 01.05.2018 Main CPU Firmware V5.600 Metasys, FLN release Added ability to release an object s value to Metasys N2 Master. Added ability to release a point s value to Siemens FLN Master.

More information

PanelMate Power Pro Version 2.21 Errata

PanelMate Power Pro Version 2.21 Errata PanelMate Power Pro Version 2.21 Errata Part Number: 01-50582-00 March 31, 2003 * Configuration Editor Issues * 1. When importing PanelMate Series configurations (V2.11 import) into a database using PanelMate

More information

T22 What s New in CompactLogix Controllers

T22 What s New in CompactLogix Controllers Insert Photo Here T22 What s New in CompactLogix Controllers Dexter Leong, Product Manager Jane Lee, Product Manager Rachael Conrad, Product Manager Selva Subbiah, Marketing Manager Copyright 2011 Rockwell

More information

XM Firmware Revision 4

XM Firmware Revision 4 Release Notes XM Firmware Revision 4 What s in These Release Notes These release notes provide the following information. For information about See page Revision 4 Enhancements 1 Special Issues When Upgrading

More information

Document Number: Rev. B

Document Number: Rev. B User Guide Trademark Notices Microsoft and Windows are registered trademarks of Microsoft Corporation. Other product names mentioned herein may be trademarks and/or registered trademarks of their respective

More information