EZTouch Programming Software README for General Information, February 19, 2004 (c) Copyright Autotech Technologies, L.P. 2002

Size: px
Start display at page:

Download "EZTouch Programming Software README for General Information, February 19, 2004 (c) Copyright Autotech Technologies, L.P. 2002"

Transcription

1 EZTouch Programming Software README for General Information, February 19, 2004 (c) Copyright Autotech Technologies, L.P This document provides complementary or late-breaking information to supplement the EZTouch Programming Software documentation. It also documents changes to the PLC drivers, DLLs, and the EZTouch Panel Firmware. The most recent version changes are provided first. Previous version changes follow. README Contents: Current Revision/Version EZTouch Panel Firmware Revision D.4, February 19, 2004 EZTouch Programming Software Version 3.1, November 26, 2003 Previous Revisions/Versions EZTouch Panel Firmware Revision D.3, January 19, 2004 Revision D.2, December 11, 2003 Revision C.7, November 7, 2002 Revision C.4, May 15, 2002 Revision C.2, January 22, 2002 Revision C.1, January 7, 2002 Revision A.4, April 4, 2001 Revision A.3, April 2, 2001 Revision A.2, February 12, 2001 Revision A.1, January 23, 2001 EZTouch Programming Software Version 3.0, July 30, 2003 Version 2.4, November 7, 2002 Version 2.2, May 15, 2002 Version 2.0, January 7, 2002 EZTouch Service Pack 1, July 17, 2001 Version 1.01, April 4, 2001 Version 1.0, January 23, EZTouch Programming Software Version 3.1-A CHANGES FROM REVISION 3.1 TO 3.1-A 1. The firmware was updated from revision D.2 to revision D.4 2. Generic Ethernet / IP DLL revision D A. The DLL has been modified to display the name as "Generic Ethernet / IP" instead of "Generic Ethernet IP". 3. Omron HostLink driver revision H Omron HostLink DLL revision F A. Added support for discrete tags mapped to DM memory type addresses. EZTOUCH PANEL FIRMWARE Rev D.4 February 19, 2004

2 1. Added support for new display hardware. EZTOUCH PROGRAMMING SOFTWARE Ver 3.1 November 26, Allow the selection of Ethernet from the Com port combo box in non-ethernet projects. 2. Fixed a problem with the width of databases columns when opening projects created by previous releases. 3. When importing tags in Excel/CSV format, if the selected driver is Ethernet based a message prompting the user to enter node information is displayed followed by the EZEther configuration dialog box. 4. Fix of following problem, reported by ADC: "If you start a new Ethernet project from scratch and while on the Project information screen you View/Edit PLC Com setup. Select your panel add a Node and download the config to the panel. Everything works fine until you say OK and go to your actual screen and try to start adding tags. When you try to add tags or objects you get error "Node invalid or not Defined" Then T03_2 Invalid address. If you save and close the project then reopen it will work fine." 5. Modified the warning message text when adding node information. 6. Opening a project with bitmap objects created with revision older than 3.0 could cause the program loader to exit. 7. In bitmap objects the frame option could not be selected if the user chose the "Shrink Object" option. 8. The link to the Mitsubishi Melsec FX driver was missing from version Added support for the Modbus TCP/IP drivers. PLC Driver Updates and additions 1. Added the Modbus TCP/IP EZ-ETHERPLUS driver. 2. Added the Entivity (Think & Do) Modbus TCP/IP (Ethernet) driver. 3. DirectLogic Ethernet DLL revision D A. The DLL has been modified to suppress error messages when converting a project to Ethernet

3 Previous Revisions/Versions EZTOUCH PANEL FIRMWARE Rev D.3 January 19, The part number was not displayed on the 15 inch panel. Rev D.2 December 11, Fixed a problem in revision D.1 which caused some line graphs to be displayed backwords. Rev D.1 July 30, Fixed a problem with the large keypads on 320x240 displays. If the project attribute for the large keypad was set the panel attempted to display the large keypad regardless of the display size. The panel now checks the display size. 2. Fixed a problem returning alarm counts Previous revisions returned counts for nonexistent alarms. This has been fixed. 3. Fixed a bug in line graphs with averaged readings. After clearing the line graph the first sample was not calculated correctly. 4. Allow the PLC port to control RTS when it is set to RS232 or RS422. Previous revisions only allowed this when set to RS Fixed a problem writing multiple tag values. The exec was removing the entries from the write queue before the driver had finished writing them. This could result in the driver placing incorrect values in the tags. The firmware has been changed to wait until the driver finishes the write before removing entries from the write queue. 6. Corrected a typo in the system error message. 7. Fixed a problem scaling 16-bit unsigned values. If the slope was negative (i.e. as the PLC register increases the display value decreases) then incorrect values were sometimes calculated. 8. In previous revisions the drivers were not stopped prior to performing a reboot. This sometimes resulted in driver errors during the reboot. The drivers are now stopped before performing a reboot. 9. Fixed a problem averaging 2 or more floating point values on a line graph. In earlier revisions this caused incorrect values to be plotted.

4 1. Added the allow stretching, stretch to fit and keep aspect ratio flags to bitmap objects. 2. Added Spanish text. 3. Added international characters to the fonts. 4. Added notification & handshake tags, display & entry tags and decimal point tag to the Numeric Entry object. Rev C.7 November 7, Fixed a problem with the user flash card. The user program was always loaded from the card on reset. It has been fixed so that it only loads if the program in the card does not match the program in the panel. 2. Fixed a problem with the visibility control of the alarm history object. The object was either always visible or always invisible. 3. Fixed a problem with the alarm history. On power up the clear times were being overwritten with the current time. 1. Add the interrupt routine for the generic DeviceNet card. 2. Display the part number for the 15-inch displays. 3. Increased the maximum initialization time from 2 to 20 seconds. Rev C.4 May 15, The label in the popup numeric entry is truncated to 20 characters to prevent drawing it outside of the label area in the popup window. 2. Changed the text area for objects to the full interior area of objects. 3. The user flash functions have been changed to allow any flash card programmed using exec rev C.4 or later to work with any exec rev C.4 or later. For example if an exec rev D.0 is ever released then it will be able to read a flash card programmed using exec rev C.4. The C.4 exec will also be able to read a flash card programmed using exec rev D If a momentary pushbutton turns invisible while it is pressed it is treated as if it has been released. 5. The size of the write queue was changed from 20 values to 40 values.

5 1. Added support for Ethernet communications. 2. Added large popup keypads for 640x480 displays. A selection for large keypads has been added to system attributes. Rev C.2 January 22, 2002 Rev C.1 January 7, Some 6" units would power up with the display distorted. A timing delay has been added to correct this. 1. Alarm counts are retained across resets. 2. The EZTouch Panel part number is displayed on the setup screen. 3. The alarm history no longer displays non-existent alarms. 4. Some panels had a problem loading the Modbus driver due to the ColdFire register settings. The settings were changed to correct this. 5. Corrected problems that caused the text in objects to be displayed differently between the program loader and the panel. This may result in some objects in earlier user programs not displaying all of the text when used with the new program loader or firmware. To correct this, use the new program loader to stretch the object by 1 or 2 pixels. 6. Objects that use scaling will now allow the values for point 2 to be less than the values for point Added the Multi-state Indicator object. 2 Added the Multi-state Bitmap object. 3. Added the Bitmap Button object. 4. Added the Increment/Decrement Value object. 5. Added the Draw Frame command. 6. Added a "Display Frame" selection to all objects. If this is deselected the object is drawn without a frame. 7. The Recipe object can move values from tag to tag. 8. Added scaling to the Meter and Bar Graph objects.

6 9. Added floating-point support to the Meter, Bar Graph, PID Faceplate and Line Graph objects. 10. Added password protection for the alarm history and alarm counts to the Project Attributes (Alarm Protection tab). This applies to the Clear buttons on the panel's alarm history and alarm count screens. 11. Added support for 6-inch units with 16x12 touch cells. 12. The labels for Numeric Entry objects are displayed on the pop-up keypads. The keypads have been redesigned to prevent accidental pressing of the ENTER key. Rev. A.4 April 4, When a RAM CARD was added to the EZTouch Panel for additional memory, it allowed the RAM access times to fall outside the calculated limits. This could lead to unreliable system operation. This was fixed by adding a "wait state" to allow the data additional time to become valid. Testing shows that this has a miniscule effect on system performance and allows the system to operate reliably over time and temperature variances. Rev. A.3 April 2, The Screen Saver Object did not display correctly when Visibility was selected. It would also cause popup screens, such as keypads, to draw incorrectly. This has been fixed. 2. If the PLC or program loader switched screens while the protection popup screen was displayed, it sometimes resulted in screens not being displayed correctly. This has been fixed. 3. The buttons on the Alarm History Screen have been moved one pixel left so that they are not off of the display. 4. The Adjust Contrast Object was causing a system error. This was due to an error in the design of the object. Both the firmware and program loader have been modified to correct this. 5. The Setup Screen and Adjust Contrast Object only displayed 2 digits for the contrast. Some of the displays have 3-digit values. The firmware now displays up to 3 digits for the contrast. 1. The Lookup Text Object has been changed to allow up to 200 characters per message. Previous versions only allowed up to 80 characters.

7 Rev A.2 February 12, 2001 Rev. A.1 January 23, 2001 Initial Release 1. The displays would occasionally power-up with random lines on the display. These lines would remain on the display even when new screens were displayed. The display initialization was changed to correct this. EZTOUCH PROGRAMMING SOFTWARE Ver 3.0 July 30, In the project attributes dialog box the Display large keypad on panel option is disabled for smaller (320x240) panels. 2. Fixed a problem reading alarm counts from the panel. Previous revisions could crash if there were more than 64 alarms 3. Previous revisions show communication progress as a status bar that updates based on elapsed time and not on actual progress. This is changed so that the status bar shows the percentage completed whenever this is possible. This allows the user to judge how much time the operation might require. 4. In previous revisions if a bitmap size was more than the screen size (640x480 or 320x240) the image could not be selected in a bitmap object. Now the user is asked if he wants the image to be resized to fit in the screen. 5. Uploading projects with bitmaps to the panel has been improved. This results in a noticeable decrease in the time required to upload user programs that include bitmaps. 6. Previous revisions did not print multi-line project and screen descriptions correctly. This has been fixed. 7. When the project attributes were edited online the updated tags were not saved. This has been fixed. 8. When the alarm database was edited online the updated tags were not saved. This has been fixed. 9. When objects were edited online the updated passwords were not saved. This has been fixed 1. The Change Screen object accepts a screen number of zero to allow the user to change to the previously displayed screen.

8 2. The maximum size of bitmap objects has been increased from 64K to 512K. This allows larger bitmaps and more bitmaps per multi-state object. 3. The storage and drawing of bitmaps has been modified to improve performance while editing screens with several bitmaps. This results in a significant improvement over previous revisions when editing screens containing several bitmaps. 4. Added support for Spanish. 5. The driver.plc files are stored in the application folder. Previous revisions stored them in a subfolder named \drivers. 6. Allow multiple screens to be selected for deletion. 7. When the cursor is placed over an object its name and dimensions are displayed on the status bar. 8. Added the allow stretching, stretch to fit and keep aspect ratio flags to bitmap objects. 9. Added notification & handshake tags, display & entry tags and decimal point tag to the Numeric Entry object. PLC Driver Updates and additions NOTE All of the driver DLLs have been updated to support Spanish. 1. Allen-Bradley Data Highway Plus driver revision E Allen-Bradley Data Highway Plus DLL revision I A. Support for 230K baud was accidentally dropped when DLL revision B was done. It has been restored. B. Address ranges were limited to 255. This has been changed to 999 to support the PLC 5. C. Added support for SLC500 I/O D. Allow the user to specify the byte order for strings. 2. Allen-Bradley SLC 500/MicroLogix AIC driver revision D A. Fixed a bug that could cause the driver to report an error when there were no tags on the display. 3. DirectLogic Ethernet driver revision B A. Changed to update the tag value after writing to the ethernet card. This was a problem if the tag was not displayed on the screen, for example if used in a recipe object. 4. DirectLogic K-Sequence driver revision D

9 A. Fixed a bug in which tag databases that contained 32-bit or string tags followed by 125 or more tags could cause invalid checksum errors. 5. DirectLogic Modbus RTU DLL revision E A. Read-only addresses other than SP-Special Relay (Discrete) and V-Special Relay (Discrete) are treated as read-write addresses. B. When converting from DirectLogic K-Sequence or DirectLogic DirectNet (except 330/340) the following message will appear: Addresses of type X, T, GX, V (0-377) will be converted as is. But, these addresses are Read Only Addresses in DirectLogic Modbus (Koyo Addressing format). If you have associated any touch objects (Numeric Entry, Pushbutton, etc.), you must reassign the addresses. Do you want to continue the conversion? 6. Omron HostLink driver revision G Ver 2.4 November 7, 2002 A. The driver would occasionally lock up the panel. In Protocol.c function PT_CheckForReply the port number in the PLC_READCHAR_STRUCT variable was not set before calling the firmware to get the data bytes. This has been corrected. 1. Fixed a problem importing tags from Excel. Imported tags that had the same name and type as existing tags were changed to internal tags when the porject was closed. The tags are now saved with the imported PLC address. 2. Fixed a problem identifying panels with firmware revisions A.1 through B.1. The program loader did not identify the panel type and would not allow the user to upload new programs or firmware. 1. Added support for 15 TouchPanel. PLC Driver Updates and additions 1. Added Modicon ModbusPlus driver. 2. Added the generic DeviceNet driver. 3. Added the generic Ethernet/IP driver. 4. Added the generic Profibus DP driver. 5. Allen-Bradley AIC driver revision C Allen-Bradley AIC DLL revision C A. Added support for I (input) and O (output) file types.

10 B. When a PLC address is used for both a 16-bit tag and a 32-bit tag we would only get the 16-bit tag returned. This was because when processing the 32-bit tag we only received the address of the 16-bit tag. This gave us the value in the 16-bit tag instead of the 32-bit tag. This problem has been corrected. C. The device name was accidentally dropped when DLL rev B was done. It has been restored. 6. Allen-Bradley Data Highway Plus DLL revision E A. Support for 230K baud was accidentally dropped when revision B was done. It has been restored. B. Address ranges were limited to 255. This has been changed to 999 to support the PLC Allen-Bradley Remote I/O driver revision B Allen-Bradley Remote I/O DLL revision D A. Fixed a problem with initializing on a slow network. B. Fixed a problem reading string tags when the string was the maximum length. The driver was writing past the end of the tag s value area. C. Added an option to switch the byte order of ASCII strings. 8. Allen-Bradley SLC 500 DF1 Full Duplex driver revision B A. When a PLC address is used for both a 16-bit tag and a 32-bit tag we would only get the 16-bit tag returned. This was because when processing the 32-bit tag we only received the address of the 16-bit tag. This gave us the value in the 16-bit tag instead of the 32-bit tag. This problem has been corrected. 9. Allen-Bradley SLC 500/MicroLogix DF1 Half Duplex A. When a PLC address is used for both a 16-bit tag and a 32-bit tag we would only get the 16-bit tag returned. This was because when processing the 32-bit tag we only received the address of the 16-bit tag. This gave us the value in the 16-bit tag instead of the 32-bit tag. This problem has been corrected. 10. GE Series 90 SNP-X driver revision C GE Series 90 SNP-X DLL revision D A. When a PLC address is used for both a 16-bit tag and a 32-bit tag we would only get the 16-bit tag returned. This was because when processing the 32-bit tag we only received the address of the 16-bit tag. This gave us the value in the 16-bit tag instead of the 32-bit tag. This problem has been corrected. B. A bug was introduced in DLL revision C that limited the range of Genius Global Data to 255. If a project with tag addresses above 255 was loaded those tags were changed to internal tags. The full range (1-7680) has been restored. 11. DirectLogic DirectNet driver revision C A. When a PLC address is used for both a 16-bit tag and a 32-bit tag we would only get the 16-bit tag returned. This was because when processing the 32-bit

11 tag we only received the address of the 16-bit tag. This gave us the value in the 16-bit tag instead of the 32-bit tag. This problem has been corrected. 12. DirectLogic DirectNet 330/340 driver revision D A. When a PLC address is used for both a 16-bit tag and a 32-bit tag we would only get the 16-bit tag returned. This was because when processing the 32-bit tag we only received the address of the 16-bit tag. This gave us the value in the 16-bit tag instead of the 32-bit tag. This problem has been corrected. 13. Mitsubishi Direct driver revision B A. When a PLC address is used for both a 16-bit tag and a 32-bit tag we would only get the 16-bit tag returned. This was because when processing the 32-bit tag we only received the address of the 16-bit tag. This gave us the value in the 16-bit tag instead of the 32-bit tag. This problem has been corrected. 14. Omron HostLink driver revision F A. When a PLC address is used for both a 16-bit tag and a 32-bit tag we would only get the 16-bit tag returned. This was because when processing the 32-bit tag we only received the address of the 16-bit tag. This gave us the value in the 16-bit tag instead of the 32-bit tag. This problem has been corrected. 15. Siemens S7 driver revision C Ver 2.2 May 15, 2002 A. Writing strings to tags would overwrite other values when the string was longer than the tag. This was fixed by using strncpy in place of strcpy. 1. Fixed a problem with lines drawn at the extreme right or bottom edge of the display. They would cause an object off the screen error. 2. Using bitmaps in Windows 95 would cause the program loader to freeze. This was due to a leakage problem in Metabmputility.dll that has been fixed. 3. Changed the text area for objects to the full interior area of objects. 4. When objects are pasted into the screen they are placed 4 pixels down and left of the original object position. 5. The same size, same height and same width functions use the size of the first object selected instead of the last object selected. 6. Whenever the user selects the print function he is asked if he wants to save the project. 7. Add the ability to import addresses for existing tags. The tags must have the same name and data type. 1. Added the copy screen function to the edit menu.

12 2. Added copy/paste for the multi-state indicator messages. 3. Added the COM Configuration function to the Panel menu. The user is no longer asked to confirm the COM configuration every time he uses a Panel menu function while offline. 4. Added the Display large keypad on panel check box to the general tab sheet for project attributes. 5. Added Ethernet support. This includes Ethernet connection for the program loader as well as an Ethernet PLC driver. PLC Driver Updates and additions 1. Modicon Modbus RTU DLL revision C. A. The Modbus RTU DLL changed to use a bit number of 0 for discrete tags mapped to bit zero in a register and a bit number of 255 for non-discrete tags. The map entries for these discretes now have \0 added to the end of the map string. This makes them consistent with tags mapped to other bits in a register. 2. GE Series 90 SNP-X driver revision B GE Series 90 SNP-S DLL revision C A. The driver and DLL were changed to allow discrete tags to be mapped to a bit in a register. This required the driver to perform a read/modify/write. 3. Entivity (Think N Do) Modbus DLL revision C A. Fixed a bug with long tag descriptions in the Think N Do map file. Tag descriptions of more than 100 characters caused the DLL to crash. B. Fixed a problem with string tags in the Think N Do map file. Extra zeros were being added to the address. 4. DirectLogic K-Sequence DLL revision C A. Fixed a problem converting discrete tags from other drivers. The bit numbers for discretes were treated as decimal numbers instead of octal numbers. 4. DirectLogic DirectNet DLL revision C Ver 2.0 January 7, 2002 A. Fixed a problem converting discrete tags from other drivers. The bit numbers for discretes were treated as decimal numbers instead of octal numbers. 1. Corrected problems that caused the text in objects to be displayed differently between the program loader and the panel. This may result in some objects in earlier user programs not displaying all of the text when used with the new program loader or firmware. To correct this, use the new program loader to stretch the object by 1 or 2 pixels.

13 2. Objects that use scaling will now allow the values for point 2 to be less than the values for point The look and feel of the Tag, Alarm and Message Database was changed. They now pop up a dialog box to edit an entry. 2. Added the ability to export the Tag, Alarm and Message Databases to Excel. 3. The use can select the default data type for numeric tags. 4. Added zoom. 5. Added the ability to resize bitmaps. 6. Added the ability to import.wmf and.emf files. 7. Added orthogonal (horizontal/vertical) line drawing. The F8 key is used to enable/disable orthogonal drawing. 8. Added Explorer View window to main programming screen that lists all of the screens. The user can double-click on a screen title to edit that screen. 9. Added the Multi-state Indicator object. 10. Added the Multi-state Bitmap object 11. Added the Bitmap Button object. 12. Added the Increment/Decrement Value object. 13. Added the Draw Frame command. 14. Added a "Display Frame" selection to all objects. If this is deselected the object is drawn without a frame. 15. The Recipe object can move values from tag to tag. 16. Added scaling to the Meter and Bar Graph objects. 17. Added floating-point support to the Meter, Bar Graph, PID Faceplate and Line Graph objects. 18. Added password protection for the alarm history and alarm counts to the Project Attributes (Alarm Protection tab). This applies to the Clear buttons on the panel's alarm history and alarm count screens. 19. The Panel Menu items are available while programming offline. 20. Added support for 6-inch Slim Bezel Model units with 16x12 touch cells. PLC Driver Updates and additions

14 1. All DLLs were changed to improve the address sorting. They are all now revision B. 2. DirectLogic Modbus driver revision D. A. Writing multiple discrete tags did not work when the tags where mapped to bits in consecutive registers. This has been fixed. 3. Modicon Modbus Driver revision D Modicon Modbus DLL revision B A. Added the byte and word order for numeric and text tags to the attributes. B. Writing multiple discrete tags did not work when the tags where mapped to bits in consecutive registers. This has been fixed. 4. Omron HostLink Driver revision D A. The word order used to write 32-bit tags was wrong. It has been changed to LSW-MSW. B. The drive would generate error code 12 when reading tags of different sizes mapped to overlapping or consecutive PLC registers. The tag values would be invalid. For example a 16-bit tag mapped to address 200 and a 32-bit tag mapped to address 200 would cause this error. The driver was not reading all of the PLC elements. This has been fixed. 5. Think & Do Driver revision D A. Writing multiple discrete tags did not work when the tags where mapped to bits in consecutive registers. This has been fixed. 6. Added Allen-Bradley Data Highway Plus Driver. 7. Added Allen-Bradley Remote I/O Driver. EZTouch Programming Software Service Pack 1 July 17, Added support for the Think and Do PLC to the EZTouch 6" (DirectLogic only) panel. 2. The help for the GE driver works. 3. Added the Siemens S7 driver. 4. DirectLogic Modbus Driver revision C DirectLogic Modbus DLL revision A.2 A. The driver now reads multiple discretes at a time. This decreases the tag update time. B. Implemented RTU delay. C. The PLC supports only discrete tag type for V addresses. (Earlier DLL allowed word type tags for V addresses).

15 5. Modicon Modbus Driver revision C A. The driver now reads multiple discretes at a time. This decreases the tag update time. B. Implemented RTU delay(delay between transmissions). 6. Omron HostLink Driver revision C A. The word order for 32-bit tags was changed from high-low to low-high. 7. Think & Do Driver revision C A. The driver now reads multiple discretes at a time. This decreases the tag update time. B. Implemented RTU delay. Ver 1.01 April 4, Renaming a screen containing a Line Graph Object corrupted the project file and caused the program loader to crash. The user could not open the project again. The problem has been fixed in this release. 2. The Adjust Contrast Object would occasionally cause the firmware to crash. This was due to an error in the design of the object. This required changes to both the program loader and the firmware. PLEASE NOTE: Program Loader version 1.01 will be able to open projects created by version 1.0 that use the Adjust Contrast. However if any change is made (even saving a screen without changes) the project cannot be opened with an earlier version. Doing so may cause the earlier version to crash. 3. An Incorrect Message Packet error would occasionally occur while uploading a user program. This was due to the program loader not waiting until it gets a valid message from firmware. This has been fixed. 4. Inserting a BMP (24 bit color) and width 512, 256 and 64 pixels would crash the program loader. This has been fixed. 5. An error message occurs in projects created for 6-inch panels that have screens with horizontal lines from one edge to another edge (e.g., lines with coordinates (0,40) to (320,40) when the user closes the project and tries to reopen it. The error message states that objects are out of 320 x 240 boundary. This problem has been fixed. 6. Items that snapped to the grid were one pixel wider and higher the grid size. This was due to snapping all of the object's corners to the grid. For example, the touch grid has horizontal lines at 0, 40, 80, and 320. Thus, if an object has a left edge at 40 and a right edge at 80, it is actually 41 pixels wide. Earlier versions of the program loader treated the display as one pixel larger that the actual size to allow for this. Objects at the right, bottom edge of the screen were adjusted by one pixel when the screen was saved. This resulted in objects at the bottom or right edge appearing differently on the program loader than they did on the EZTouch Panel. For example, some of the text in the object may show up on the program loader but not on the EZTouch Panel.

16 Version 1.01 snaps the top and left edge of objects to the grid. The minimum size for a touch object is now 40 x 40 instead of 41 x 41. This prevents objects from being larger than the grid size. It also prevents a visibility problem from snapped objects having the outer line of their frames overlapping. 7. In earlier versions, if a touch object and a non-touch object were selected, it was possible to position the touch object so that it was not aligned to the touch cell. This has been changed. Now if the selected objects are a combination of both touch and non-touch objects, only the non-touch objects will be aligned. 8. When printing a project (if the user selects only alarm database to print), the programming software would print a large number of blank pages at the end of the print job. This has been corrected. 9. When a project is transferred from the panel to a file, all of the tags are treated as read/write in the new project. This allows the user to modify the project to write to tags that should be read only. The programming software has been changed to store the correct access type for the tags. 10. In version 1.0 it was possible to enter blank tags in a Recipe Object by using spaces. The firmware will not write values for any tags past the first blank tag. You can no longer enter blank tags in the recipe object. 11. The default languages in the Lookup Text and Message Database were not being set properly. Message 1 in the Message Database might have 5 language strings. If you set the default language to 3 and open the message dialog, it was not showing the language string 3 for message 1. This has been fixed. 12. The number of characters for the legend display in the Line Graph Object has been changed to 16 to match the firmware. 13. The error message displayed if the flash card is not large enough to hold the user program has been changed from: "Error C04_3: Panel is out of memory; Please delete few objects and try again. If you have line graphs in your project, reduce number of samples and try again. Bitmaps and line graphs are objects that may consume lot of memory. If you are using line graphs in your project, reducing the number of samples will reduce memory consumption." to: "Error C04_11: Panel is out of memory; Flash card size is smaller than User RAM size. Please contact your panel vendor." 14. The text size spacing (number of pixels between the text rectangle and starting character text) changed to 1 to match the firmware (earlier it was 2). 1. Help buttons have been added to the following dialog boxes: Project Description, Select PLC, and Upgrade Firmware.

17 2. Triggered Text Object was crashing when the user typed in more than 100 characters for ON/OFF text. The number of characters allowed has been increased to All the non-touch objects can be resized to a minimum size of 10 x The number of characters allowed in the Message Database is increased to 200 characters. PLC Driver Updates 1. DirectLogic DirectNet 330/340 driver revision B. DirectLogic DirectNet 330/340 DLL revision A.2 A. Tags mapped to registers R did not read the correct values. The driver was treating these as 8-bit registers instead of 16-bit registers. This has been corrected. 2. DirectLogic Modbus driver revision B. A. Discrete tags mapped to bits in registers did not write the correct value to the registers. The driver was not performing a read-modifywrite operation. For example, writing to a tag was mapped to 40001/3 would write a garbage value to register B. Recipe objects, which include a mixture of discrete and data values, did not write all of the values to the PLC. C. The update time has been improved. Earlier versions read one PLC element at a time. The driver will now read as many elements at a time as is possible. 3. Modicon Modbus driver revision B. A. Discrete tags mapped to bits in registers did not write the correct value to the registers. The driver was not performing a read-modifywrite operation. For example, writing to a tag was mapped to 40001/3 would write a garbage value to register B. Recipe objects, which include a mixture of discrete and data values, did not write all of the values to the PLC. C. The update time has been improved. Earlier versions read one PLC element at a time. The driver will now read as many elements at a time as is possible. 5. Omron HostLink driver revision B. A. Recipe objects with multiple tags would generate PLC error 12 and not write all of the values. This has been corrected. 6. Think N Do Modbus driver revision B. Think N Do Modbus DLL revision A.2

18 A. Discrete tags mapped to bits in registers did not write the correct value to the registers. The driver was not performing a read-modifywrite operation. For example, writing to a tag was mapped to 40001/3 would write a garbage value to register B. Recipe objects, which include a mixture of discrete and data values, did not write all of the values to the PLC. C. The update time has been improved. Earlier versions read one PLC element at a time. The driver will now read as many elements at a time as is possible. D. Think N Do version 6.0 and 6.1 are supported. Ver 1.0 January 23, 2001 Initial Release

User Memory. Touch Panel. Touch Panel with Slim Bezel. Touch Panel. Touch Panel. Touch Panel with Slim Bezel. Touch Panel with Slim Bezel.

User Memory. Touch Panel. Touch Panel with Slim Bezel. Touch Panel. Touch Panel. Touch Panel with Slim Bezel. Touch Panel with Slim Bezel. Models The EZ is an intelligent, programmable, flat panel display. It has been designed to interchange and display graphical data from a PLC by merely viewing or touching the screen. The EZ is available

More information

Welcome to the C-more Micro Programming Software Version (Nov 15, 2017)

Welcome to the C-more Micro Programming Software Version (Nov 15, 2017) Welcome to the C-more Micro Programming Software Version 4.30.0.0 (Nov 15, 2017) This document describes some of what's new in this release of the C-more Micro Programming Software. It also includes known

More information

Certification according to CE. C-more Touchpanels:

Certification according to CE. C-more Touchpanels: The new Generation of Touch Panels with ambitious image presentation and integrated operating function With the C-more series, featuring STN and TFT touch screens, AutomationDirect now provides the best

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

Certification according to CE. C-more Touchpanels:

Certification according to CE. C-more Touchpanels: The new Generation of Touch Panels with ambitious image presentation and integrated operating function With the C-more series, featuring STN and TFT touch screens, AutomationDirect now provides the best

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

Contents. Part 1: Welcome. Part 2: Getting Started. Part 3: Demo Version Notes

Contents. Part 1: Welcome. Part 2: Getting Started. Part 3: Demo Version Notes Welcome to the C-more Programming Software Version 2.78SP1 (1 July 2015) This document describes some of what's new in this release of the C-more Programming Software. It also includes known issues as

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

Programming Software User Manual. (Manual P/N MAN-P )

Programming Software User Manual. (Manual P/N MAN-P ) Programming Software User Manual (Manual P/N ) WARNING! Programmable control devices such as the UTICOR s PowerMarquee must not be used as stand-alone protection in any application. Unless proper safeguards

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

Import Tool for PanelBuilder

Import Tool for PanelBuilder Contents Contents IMPORT TOOL FOR PANELBUILDER... 3 Importing a PanelBuilder application... 4 Adding a Generic / Text Only printer...4 Generating a PanelBuilder application report...5 Using the Import

More information

Low Cost Reliable Graphic OITs

Low Cost Reliable Graphic OITs Low Cost Reliable Graphic OITs 4.3, 5.6, 8.0 & 10.4 Touchscreen Operator Interfaces Every Machine Needs the Human Touch www.maplesystems.com HMI530T 8.0 640 x 480 pixel resolution Maple Systems offers

More information

Welcome to the C-more Programming Software for C-more EA9 Series Touch Panels

Welcome to the C-more Programming Software for C-more EA9 Series Touch Panels Welcome to the C-more Programming for C-more EA9 Series Touch Panels Version 6.42 26 Nov 2018 This document describes some of what's new in this release of the C-more Programming. It also includes known

More information

4 INSTALLATION. Installing the EZTouch Panel requires the following three major steps:

4 INSTALLATION. Installing the EZTouch Panel requires the following three major steps: Installing the EZTouch Panel requires the following three major steps: Mounting Connections and Wiring Communications Setup The EZTouch Panel is a front-panel mount unit. Mounting of the unit requires

More information

Programming Software Version 4.0 User Manual. (Manual P/N MAN-UTICW-M)

Programming Software Version 4.0 User Manual. (Manual P/N MAN-UTICW-M) Programming Software Version 4.0 User Manual (Manual P/N MAN-UTICW-M) WARNING! Programmable control devices such as the G 2 Series PowerPanel must not be used as stand-alone protection in any application.

More information

If a project set to Samba includes a Socket Init function set to protocol HTTP, a compilation error now results. (Samba does not support web server)

If a project set to Samba includes a Socket Init function set to protocol HTTP, a compilation error now results. (Samba does not support web server) VisiLogic V9.8.65 Bugs Fixed SAMBA The RS485 for COM2 is now visible in COM INIT. Data Table grid scroll bar width is now standard. Trend - Title of operand window to matching to variable field. (Trend

More information

CREATING PANEL APPLICATIONS

CREATING PANEL APPLICATIONS CREATING PANEL APPLICATIONS 3.1. Setting up the Panel Application... 1 3.1.1. General Settings...2 3.1.2. Custom Settings...5 3.1.3. Activating Multiple Overlapped Buttons by One Touch...7 3.1.4. Specifying

More information

Welcome to the C-more Programming Software for C-more EA9 Series Touch Panels

Welcome to the C-more Programming Software for C-more EA9 Series Touch Panels Welcome to the C-more Programming Software for C-more EA9 Series Touch Panels Version 6.32 28 Sep 2017 This document describes some of what's new in this release of the C-more Programming Software. It

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

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

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

GTWIN 1.1 CONTROL TECHNOLOGY CORPORATION. GTWIN 2.8 Quick Start. MGT Panel & GTWIN Quick Start Guide

GTWIN 1.1 CONTROL TECHNOLOGY CORPORATION. GTWIN 2.8 Quick Start. MGT Panel & GTWIN Quick Start Guide GTWIN 1.1 CONTROL TECHNOLOGY CORPORATION GTWIN 2.8 Quick Start MGT Panel & GTWIN Quick Start Guide CONTROL TECHNOLOGY CORPORATION MGT Panel & GTWIN Quick Start Guide Copyright 2004-2007 Control Technology

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

13-1. This chapter explains how to use different objects.

13-1. This chapter explains how to use different objects. 13-1 13.Objects This chapter explains how to use different objects. 13.1. Bit Lamp... 13-3 13.2. Word Lamp... 13-5 13.3. Set Bit... 13-10 13.4. Set Word... 13-13 13.5. Function Key... 13-21 13.6. Toggle

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

Index EA-USER-M Hardware User Manual, 2nd Ed. Rev. H, 05/18 i-2

Index EA-USER-M Hardware User Manual, 2nd Ed. Rev. H, 05/18 i-2 6 Adapter Plate, 4 9 6 Adapter Plate Assembly, 3 18 6 Adapter Plate Cutout Dimensions, 3 17, 4 10 6 Adapter Plate Dimensions, 3 17, 4 10 6 Adapter Plate Installation, 3 18 A AC Wiring Diagram, 4 14 AC/DC

More information

Firmware Revision History and Upgrade Instructions

Firmware Revision History and Upgrade Instructions SENSAPHONE Firmware Revision History and Upgrade Instructions Equipment Firmware: WEB600 v1.46 WEB600 with Relay Output v1.59 Release Date: July 15, 2013 The upgrade package has no prerequisites and supersedes

More information

TROVIS-VIEW 4 Software TROVIS Operating Instructions EB 6661 EN. Electronics from SAMSON

TROVIS-VIEW 4 Software TROVIS Operating Instructions EB 6661 EN. Electronics from SAMSON TROVIS-VIEW 4 Software TROVIS 6661 Operating Instructions Electronics from SAMSON EB 6661 EN Edition January 2015 Definition of signal words DANGER! Hazardous situations which, if not avoided, will result

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

Version /04/27

Version /04/27 EasyBuillder Pro Rellease Note Version 1.1.0 2012/04/27 [New Features] 1. For Option List object [Source of item data], if [Item address] is selected, the way to display the content can be selected from

More information

A Smart HMI with Advanced Controls Great for tight spaces when there is no more room for additional I/O on your PLC rack

A Smart HMI with Advanced Controls Great for tight spaces when there is no more room for additional I/O on your PLC rack EZAutomation - A Smart HMI with Advanced Controls Great for tight spaces when there is no more room for additional I/O on your PLC rack EZTouch HMI with On board I/O connects to major brand AC Drives or

More information

Navigator Software User s Manual. User Manual. Navigator Software. Monarch Instrument Rev 0.98 May Page 1 of 17

Navigator Software User s Manual. User Manual. Navigator Software. Monarch Instrument Rev 0.98 May Page 1 of 17 User Manual Navigator Software Monarch Instrument Rev 0.98 May 2006 Page 1 of 17 Contents 1. NAVIGATOR SOFTWARE 2. INSTALLATION 3. USING NAVIGATOR SOFTWARE 3.1 STARTING THE PROGRAM 3.2 SYSTEM SET UP 3.3

More information

TECHNICAL NOTE TNOI38

TECHNICAL NOTE TNOI38 TECHNICAL NOTE TNOI38 Title: Connecting to Banner SureCross DX80 Wireless I/O Product(s): G3, Data Station Plus and Modular Controller series ABSTRACT This document describes how to set up communications

More information

Connecting UniOP Using Generic Modbus RTU

Connecting UniOP Using Generic Modbus RTU Connecting UniOP Using Generic Modbus RTU This Technical Note contains the information needed to connect UniOP to control devices using the Modbus RTU standard protocol over a serial communication link.

More information

2.1. Project Information and Protection Global Settings Working with Tags... 15

2.1. Project Information and Protection Global Settings Working with Tags... 15 2.1. Project Information and Protection... 1 2.2. Global Settings... 3 2.2.1. Languages...4 2.2.2. Font Templates...5 2.2.3. Picture Database...6 2.2.4. Sound Database...10 2.2.5. Text Database...12 2.3.

More information

Display. Control elements

Display. Control elements Data sheet SIMATIC MOBILE PANEL 177 DP W. INTEGRATED ENABLING BUTTON, CONFIGURABLE WITH WINCC FLEXIBLE COMPACT VERSION 2005 AND HIGHER OR TIA PORTAL V11 AND HIGHER Display Design of display STN Screen

More information

AutomationDirect Application Note Connecting an EZ-Touch panel to a Entivity (Think & Do) Studio/Live WinPLC

AutomationDirect Application Note Connecting an EZ-Touch panel to a Entivity (Think & Do) Studio/Live WinPLC AutomationDirect Application Note Connecting an EZ-Touch panel to a Entivity (Think & Do) Studio/Live WinPLC INTRODUCTION This application explains the process of connecting an EZ-Touch panel to Entivity

More information

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

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

More information

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15

Libraries. Multi-Touch. Aero Peek. Sema Foundation 10 Classes 2 nd Exam Review ICT Department 5/22/ Lesson - 15 10 Classes 2 nd Exam Review Lesson - 15 Introduction Windows 7, previous version of the latest version (Windows 8.1) of Microsoft Windows, was produced for use on personal computers, including home and

More information

NT31/631 Multi-Vendor Connection

NT31/631 Multi-Vendor Connection 1-1 System Overview NT31/631 Multi-Vendor Connection Operation Manual Revised February 2001 i OMRON Product References All OMRON products are capitalized in this manual. Names of Devices and Tools PT NTST

More information

EZ-ETHERNET APPLICATION GUIDE

EZ-ETHERNET APPLICATION GUIDE 1. Select DirectLogic Ethernet Rev D as the PLC Type and Protocol. 2. Once the information above is entered click the OK button. 3. Using a standard Category 5 Ethernet patch cable connect the panel to

More information

Mitsubishi FX Net Driver PTC Inc. All Rights Reserved.

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

More information

ENHANCED COSTS LESS!!

ENHANCED COSTS LESS!! EZAutomation - Enhanced E Z Panel TM The Most SENSIBLE PLC Touch Panels! 8 EXPANDED MODELS ENHANCED COSTS LESS!! Enhanced We named our touch panels Enhanced because we added even more features to the original

More information

VBAcodePrint 2016 Release History Copyright STARPRINT LIMITED All Rights Reserved

VBAcodePrint 2016 Release History Copyright STARPRINT LIMITED All Rights Reserved VBAcodePrint 2016 Release History Copyright 1990-2018 STARPRINT LIMITED All Rights Reserved www.starprinttools.com Version Description Release Date 16.1.18 REV 18021 Fixed the following error: An Exception

More information

Learning the Features

Learning the Features Learning the Features 3 In this chapter... Learning the Features Memory Mapping/PLC Data Registers Pushbuttons LEDs PLC Message Embedded Data PLC and Local Messages Message Types Displaying PLC Messages

More information

# Byrne Rd, Burnaby, BC, V5J 3J1, Canada Phone: or

# Byrne Rd, Burnaby, BC, V5J 3J1, Canada Phone: or EQ7000 User Manual Rev 1.04 www.equustek.com Revision 1.04 Feb 20th, 2017 #286-5489 Byrne Rd, Burnaby, BC, V5J 3J1, Canada Phone: 888-387-3787 or 604-266-8547 www.equustek.com Page 1 Contents INTRODUCTION...4

More information

InTouch Machine Edition Import Tool for PanelMate. Users Guide.

InTouch Machine Edition Import Tool for PanelMate. Users Guide. InTouch Machine Edition Import Tool for PanelMate Users Guide www.schneider-electric.com Page 2 of 16 InTouch Machine Edition Import Tool for PanelMate Contents Contents... 3 Introduction... 4 Import Wizard

More information

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

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

More information

THE MOST PRACTICAL PLC TOUCH PANELS AVAILABLE!

THE MOST PRACTICAL PLC TOUCH PANELS AVAILABLE! EZTouch Overview THE MOST PRACTICAL PLC TOUCH PANELS AVAILABLE! 6 mono STN 6 mono STN slim bezel EZ-S6M-R 256K memory (non-expandable) All serial drivers EZ-S6M-F 512K (expandable to1mb memory) All serial

More information

ASIC-200 Version 5.0. integrated industrial control software. HMI Guide

ASIC-200 Version 5.0. integrated industrial control software. HMI Guide ASIC-200 Version 5.0 integrated industrial control software HMI Guide Revision Description Date C Name change, correct where applicable with document 4/07 HMI Guide: 139168(C) Published by: Pro-face 750

More information

C-more Selection Guide & Specifications

C-more Selection Guide & Specifications Selection Guide & Specifications Model 8 TFT color 10 TFT color 12 TFT color 15 TFT color Specification Part Number EA7-T8C EA7-T10C EA7-T12C EA7-T15C Price Display Actual Size and Type 8.4" TFT color

More information

Quick Designer User Guide

Quick Designer User Guide Control Technology Corporation Quick Designer User Guide Doc No. MAN-4170C Copyright 2000 Control Technology Corporation All Rights Reserved Printed in USA The information in this document is subject to

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

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

WindO/I-NV4. Welcome to WindO/I-NV4! WindO/I-NV4 highlights:

WindO/I-NV4. Welcome to WindO/I-NV4! WindO/I-NV4 highlights: WindO/I-NV4 Welcome to WindO/I-NV4! WindO/I-NV4 is IDEC's screen creation software for the HG4G/3G, HG2G-5F, HG2G-5T and HG1G operator interfaces (touch screen displays.) WindO/I-NV4 is used to create

More information

Instruction Manual XLComm Data Acquisition Software For XL Series Meters

Instruction Manual XLComm Data Acquisition Software For XL Series Meters Data Acquisition Software For XL Series Meters (XL 15, 20, 25, 30, 40, 50 and 60 meters) 68X090832 Rev. 0 JAN 07 Preface This manual serves to explain the use of the Acquisition Software. The manual functions

More information

Display. Control elements

Display. Control elements Data sheet *** SPARE PART*** SIMATIC TOUCHPANEL TP170B COLOR STN COLOR DISPLAY MPI-/PROFIBUS-DP INTERFACE PRINTER/RS232 INTERFACE SLOT FOR CF-CARD CONFIGURABLE WITH PROTOOL/LITE FROM VERSION V5.2+SP2 Display

More information

Copyright 2004, Mighty Computer Services

Copyright 2004, Mighty Computer Services EZ-GRAPH DATABASE PROGRAM MANUAL Copyright 2004, Mighty Computer Services The Table of Contents is located at the end of this document. I. Purpose EZ-Graph Database makes it easy to draw and maintain basic

More information

CAS IKS Gateway (Modbus RTU/TCP and HTML) Manual

CAS IKS Gateway (Modbus RTU/TCP and HTML) Manual CAS-2700-42 IKS to Modbus RTU Gateway CAS 2700-42 IKS Gateway (Modbus RTU/TCP and HTML) Manual CAS 2700-42 IKS Gateway Manual Page 1 of 34 BLANK PAGE CAS 2700-42 IKS Gateway Manual Page 2 of 34 Contents

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

WindO/I-NV4. Welcome to WindO/I-NV4! WindO/I-NV4 highlights:

WindO/I-NV4. Welcome to WindO/I-NV4! WindO/I-NV4 highlights: WindO/I-NV4 Welcome to WindO/I-NV4! WindO/I-NV4 is IDEC's screen creation software for the HG4G/3G, HG2G-5F, HG2G-5T and HG1G operator interfaces (touch screen displays.) WindO/I-NV4 is used to create

More information

Datapanel. Operator Interface Products. DataDesigner Software. User's Guide. GFK-1658A May FANUC Parts

Datapanel. Operator Interface Products. DataDesigner Software. User's Guide. GFK-1658A May FANUC Parts Datapanel Operator Interface Products DataDesigner Software User's Guide GFK-1658A May 2000 FANUC Parts Warnings, Cautions, and Notes as Used in this Publication GFL-002 Warning Warning notices are used

More information

TROVIS-VIEW 4 Software TROVIS Operating Instructions EB 6661 EN. Electronics from SAMSON

TROVIS-VIEW 4 Software TROVIS Operating Instructions EB 6661 EN. Electronics from SAMSON TROVIS-VIEW 4 Software TROVIS 6661 Operating Instructions Electronics from SAMSON EB 6661 EN Edition August 2017 Definition of signal words DANGER! Hazardous situations which, if not avoided, will result

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

SECTION 5 HSLRT6 WINDOWS BASED SETUP PROGRAM REFERENCE

SECTION 5 HSLRT6 WINDOWS BASED SETUP PROGRAM REFERENCE The Windows based set-up program is menu driven, allowing the user to easily view data, alter setup variables or set machine timing (machine offset, timing signal locations, etc.), using a PC running the

More information

Please see the Quick Start Guide for details on Connecting and basic setup of your device.

Please see the Quick Start Guide for details on Connecting and basic setup of your device. RELEASE NOTES CORIOgrapher v2.2 DESCRIPTION This is the installable release of the CORIOgrapher v2.2 software. NEW and improved application for controlling CORIOmaster and CORIOmaster mini. Firmware M401

More information

EasyBuilder Pro V Fixed the problem where macro function FLOAT2ASCII may do incorrect

EasyBuilder Pro V Fixed the problem where macro function FLOAT2ASCII may do incorrect Build 2014.12.08 Software Version:EasyBuilder Pro V4.10.07 Corrections EasyBuilder Pro 1. Fixed the problem where the address grid disappears when changing the size of EasyBuilder Pro editing window. 2.

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

Release Notes for MotionWorks IEC

Release Notes for MotionWorks IEC Release Notes for MotionWorks IEC Release 1.2.3 Build 14 Yaskawa America, Inc. October 29, 2010. Note: Known Issue 6557 was added on October 10, 2011 1. New Features Number Summary Release Notes 954 Before

More information

Datawatch Monarch Release Notes Version July 9th, 2018

Datawatch Monarch Release Notes Version July 9th, 2018 Datawatch Monarch Release Notes Version 15.1.0 July 9th, 2018 MONARCH CLASSIC (MONARCH CLASSIC & MONARCH COMPLETE) MOD-2941 MOD-3256 MOD-3285 MOD-3300 MOD-3304 MOD-3314 MOD-3323 MOD-3288 Legacy PDF engine

More information

1.STARTUP FUNDAMENTALS...21

1.STARTUP FUNDAMENTALS...21 1.STARTUP...5 1.1 THE FIRST STEP...5 1.2 EASYBUILDER SCREEN EDITOR FUNCTIONS...8 1.3 CREATING A NEW PROJECT...10 2.FUNDAMENTALS...21 2.1 ID NUMBERS...22 2.2 ATTACHING A DESCRIPNTION...22 2.3 ENTERING PLC

More information

General information. Display. Control elements

General information. Display. Control elements Data sheet AS OF 2015-01-01 THE PRODUCT IS BLOCKED FOR DELIVERY AND IS NO LONGER AVAILABLE AS A NEW PART. INFORMATION ABOUT SUCCESSOR SEE SIMATIC UPDATE ID: 62977695 FOR FURTHER QUESTIONS PLEASE APPROACH

More information

&XWOHU+DPPHU 173 Heatherdown Drive Westerville, OH PanelMate Power Series / PanelMate PC Configuration Editor User s Guide

&XWOHU+DPPHU 173 Heatherdown Drive Westerville, OH PanelMate Power Series / PanelMate PC Configuration Editor User s Guide &XWOHU+DPPHU 173 Heatherdown Drive Westerville, OH 43086-6166 PanelMate Power Series / PanelMate PC Configuration Editor User s Guide The information contained in this manual is the property of Cutler-Hammer,

More information

CHAPTER SETTING UP & USING THE EZ-ETHERNET. In This Chapter...

CHAPTER SETTING UP & USING THE EZ-ETHERNET. In This Chapter... CHAPTER 2 SETTING UP & 2 USING THE EZ-ETHERNET In This Chapter... Setting Up Your EZ-Ethernet System...........2 2 DIP Switch Settings........................2 2 Diagnostic LEDs...........................2

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

Fix serial communications not functioning after reboot when the station number is set to iptables Fix iptables.

Fix serial communications not functioning after reboot when the station number is set to iptables Fix iptables. Sixnet IPm Firmware Revision History Note: IPm firmware versions are of the form major.minor.buildnumber. A letter X will be appended in the case of unreleased experimental versions. Other letters may

More information

DATA ARCHIVING SOFTWARE V.

DATA ARCHIVING SOFTWARE V. Interscan Corporation. ARC-MAX III - DATA ARCHIVING SOFTWARE V. 2.1.0.9 OPERATION MANUAL 1 Contents 1 Opening the program.... 3 2 Login Window... 3 2 Menu & Toolbar... 4 2.1 Current Data Display... 5 2.2

More information

GW1000 User s Guide. Revision 1.04 Mar 30, 2008

GW1000 User s Guide. Revision 1.04 Mar 30, 2008 GW1000 User s Guide Revision 1.04 Mar 30, 2008 Website: www.datalink-networks.com Tel : (604) 632-4278 / (866) 709-6390 Table of Contents 1.0 GW1000 General Operation & Applications... 3 2.0 Hardware Specifications...

More information

User Manual. Programming with TSwin. Part Number: Version: 4

User Manual. Programming with TSwin. Part Number: Version: 4 User Manual Programming with TSwin Part Number: 80 860.055 Version: 4 Date: 01.02.2007 Valid for: TSwin.net 4.1x + SP3 Version Date Modifications 1 29.07.2005 First Edition 2 30.11.2005 Validation changed,

More information

C-more Selection Guide & Specifications

C-more Selection Guide & Specifications Selection Guide & Specifications Model 8 TFT color 10 TFT color 12 TFT color 15 TFT color Specification Part Number EA7-T8C EA7-T10C EA7-T12C EA7-T15C Price $975.00 $1,575.00 $1,875.00 $2,275.00 Display

More information

ExpertCAD 2008 Release Summary July 2008

ExpertCAD 2008 Release Summary July 2008 ExpertCAD 2008 Release Summary July 2008 Overview ExpertCAD 2008 contains important software corrections for both ExpertCAD and ExpertCAM in addition to several new features and functions. This document

More information

Qlik NPrinting February 2019

Qlik NPrinting February 2019 Qlik NPrinting February 2019 Release notes Q L I K. C O M TABLE OF CONTENTS What s new in Qlik NPrinting February 2019 2 Improvements 3 Bug fixes 4 Upgrade notes 6 Known issues and limitations 7 Qlik NPrinting

More information

EasyBuilder Pro V Added [Scrolling control address] setting in Event Display object and Alarm

EasyBuilder Pro V Added [Scrolling control address] setting in Event Display object and Alarm Build 2014.09.23 Software Version: New Features 1. Added [Scrolling control address] setting in Event Display object and Alarm Display object settings dialog box. The value in the designated control address

More information

EtherNet/IP Configuration for a Moxa MGate 5105-MB-EIP and an Allen-Bradley CompactLogix L32E. Copyright 2013 Moxa Inc Released on July 15, 2013

EtherNet/IP Configuration for a Moxa MGate 5105-MB-EIP and an Allen-Bradley CompactLogix L32E. Copyright 2013 Moxa Inc Released on July 15, 2013 a Moxa MGate 5105-MB-EIP and an Allen-Bradley CompactLogix L32E Contents Moxa Technical Support Team support@moxa.com 1. Introduction... 2 2. Applicable products... 2 3. System requirements... 2 4. System

More information

Display Design of display Screen diagonal. Control elements

Display Design of display Screen diagonal. Control elements Datasheet SIMATIC MOBILE PANEL 177 DP W. INTEGRATED ENABLING BUTTON, STOP BUTTON, HANDWHEEL, KEY SWITCH AND ILLUMINATED PUSHBUTTON UNIT, CONFIGURABLE W. WINCC FLEXIBLE COMPACT VERSION 2005 AND HIGHER OR

More information

V G23 Rev: 12/04

V G23 Rev: 12/04 Software Manual HMI V230-21-G23 Rev: 12/04 No part of this document may be used for any purpose other than for the purposes specifically indicated herein nor may it be reproduced or transmitted in any

More information

PM Designer Version Product Release Notes

PM Designer Version Product Release Notes PM Designer Version 2.0.3.0 Product Release Notes Cermate Technologies Inc. Copyright 2013 June 28, 2013 RN-200300.00 PM Designer Version 2.0.3.0 PM Designer 2.0.3.0 delivers fixes and corrections that

More information

IMPORTANT PRODUCT INFORMATION

IMPORTANT PRODUCT INFORMATION 22-Apr-08 IMPORTANT PRODUCT INFORMATION READ THIS INFORMATION FIRST Product: Max-ON Hot-Backup Redundancy Software, Release 2.05 Introduction Max-ON is a trademark of GE Fanuc Automation, Inc. IC641HBR300D

More information

What s New in Release 2.0

What s New in Release 2.0 InteractX 2.0 is a new product release that includes many features and enhancements. The release includes updates to the InteractX Designer, InteractX Runtime, Deployment Server and MachineShop Suite.

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

COPYRIGHTED MATERIAL. Making Excel More Efficient

COPYRIGHTED MATERIAL. Making Excel More Efficient Making Excel More Efficient If you find yourself spending a major part of your day working with Excel, you can make those chores go faster and so make your overall work life more productive by making Excel

More information

MX OPC Server 5.0 Help Documentation

MX OPC Server 5.0 Help Documentation 5.0 Help Documentation Contents 1. Introduction to MX OPC Server 1-1 2. Starting MX OPC Server Configuration 2-1 3. Address Space 3-1 4. Alarm Definitions 4-1 5. Simulation Signals 5-1 6. Runtime Operations

More information

DEC HEX ACTION EXTRA DESCRIPTION

DEC HEX ACTION EXTRA DESCRIPTION PHRAGSOFT 128 X 64 PIXEL LCD DISPLAY DRIVER The display driver uses the equivalent of standard BBC Microcomputer VDU codes, however, because the display is monochrome, with a fixed resolution, there are

More information

CONTROL PANEL 128x64 USER GUIDE

CONTROL PANEL 128x64 USER GUIDE CONTROL PANEL 128x64 USER GUIDE Rev. 1.0.0 July, 2013 www.tvielectronics.com 2211 Rayford Rd., Ste. 111-332 Spring, TX 77386 281-408-4051 281-408-4052 CONTENTS 1. CONTROL PANEL 128x64 USER GUIDE... 1 1.1.

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

XnView Image Viewer. a ZOOMERS guide

XnView Image Viewer. a ZOOMERS guide XnView Image Viewer a ZOOMERS guide Introduction...2 Browser Mode... 5 Image View Mode...14 Printing... 22 Image Editing...26 Configuration... 34 Note that this guide is for XnView version 1.8. The current

More information

Release. Notes 2.0 (SP4A)

Release. Notes 2.0 (SP4A) Release Notes 2.0 (SP4A) B. Braun Biotech International GmbH File: ReleaseNotes_204A.doc Schwarzenberger Weg 73-79 Version: 2.0.4A D-34212 Melsungen Date: October 2001 Tel. +49 (5661) 71-0 Printed in Germany

More information

Lesson 5 Styles, Tables, and Frames

Lesson 5 Styles, Tables, and Frames In this lesson you will learn how to create a new document that imports the custom page and paragraph styles created in earlier lessons. You will also see how to add tables to your documents. If LibreOffice

More information

Chapter 2 Using XG5000 Software. 2.1 Screen Configuration. XG5000 screen is composed as shown below. [Screen of XG5000]

Chapter 2 Using XG5000 Software. 2.1 Screen Configuration. XG5000 screen is composed as shown below. [Screen of XG5000] 2.1 Screen Configuration XG5000 screen is composed as shown below. [Screen of XG5000] a b f c d e [Description of screen component] a. Menu bar: It is the basic menu bar for the XG5000 software. b. Tool

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information