PLC Book

Sunday, 30 November 2008
Posted by Joe

Automated Manufacturing Systems; PLCs This is a manuscript for a PLC based control system book that is currently being used for teaching an undergraduate controls course EGR 450 - Manufacturing Controls. The course and book focus on the Allen Bradley family of controllers, thus allowing a deeper topic coverage than is normal in PLC books. Status Versions 5.0 and newer of the book are updated to focus on the Allen Bradley ControlLogix controllers. The older book focuses on the PLC-5 and Micrologix platforms and can be found on a copy of the previous page. A Free Book... Please note that the book is available under the GFDL (GNU Free Document License). This permits copying, distribution, modification, etc. without my permission, within the terms of the license. Downloads Version 5.2 (newest) available at the book web site September 30, 2008 Version 5.1 PDF (6MB) April 21, 2008 Version 5.0 PDF (6MB) May 5, 2007 Version 4.9 PDF (6MB) January 12, 2007 Version 4.7 PDF (5.4MB) April 14, 2005 Version 4.6 PDF (5.3MB) December 15, 2004 Version 4.5 PDF (5MB) May 5, 2004 Version 4.2 PDF (5MB) April 3, 2003 Version 4.1 PDF (5.0MB) July 22, 2002 Version 4.0 PDF (4.9MB) March 31, 2002 (HTML) Version 3.1 PDF (4.7MB) November 27, 2001 Version 3 PDF (4.7MB) July 12, 2001 Version 2 PDF (4.5MB) Resources Labguide PDF - updated April 21, 2008 Chapters and Powerpoint slides

Label:

Statement List (STL) Cheat Sheets

Friday, 28 November 2008
Posted by Joe

If you are a Siemens PLC user then you've more then likely have run into Statement List (STL) programming. STL corresponds to the Instruction List language defined in the IEC 61131-3 specification. The programming is done with very simple mnemonics that can be hard to remember if you don't use it very often. These cheat sheets provide a quick reference guide for all the instructions and formatting. They are two pages long but if you can print on the front and back then they make for a nice one sheet reference. Download : PDF (131 KB) Download : PDF (140 KB) Source: plcdev.com

Label:

Connecting IFIX SCADA to Siemens S7 using TCP/IP

Posted by Joe

Setting up an S7 connection using TCP/IP The TCP/IP method of communication to the S7-300 and S7-400 PLC's via TCP/IP communication module uses the S7WIN, S7WINSP, S7NT, or S7NTSP protocol. Software requirements Siemens SIMATIC NET software v6.1 SOFTNET-S7 Industrial Ethernet IFIXSCADA v5.x or above Windows XP + SP1 Hardware requirements Standard network card S7-300 with CPU315-2 DP Siemens power supply PS30/5A Siemens CP343-1 TCP The hardware modules occupy the following slots in the Siemens PLC: 1. Siemens power supply 2. S7-300 CPU 315-2 DP 3. Ethernet CP343-1 TCP Example configuration All wiring should be installed according to Siemens documentation. Installing the SIMATIC NET software You must log in as an Administrator to install the SIMATIC NET software. Close all other running applications, including any antivirus software you may be running. 1. On the SIMATIC NET flash screen, start the installation by clicking Install SIMATIC NET Software. 2. The PC configuration screen appears. Click Next. 3. Select the English language option, then click Next. Click Next again. 4. Click yes to the licensing agreement screen. 5. Enter your Name and Company on the User Registration screen. 6. If you already have SIMATIC NET software installed, this will be the drive selected by default. Clear the Run automatic authorization option, and then click next. The Setup: Configuration screen appears. 7. Select all application options to be installed. (This is necessary if you do not already have STEP7 installed on your machine. If STEP7 v5.2 or higher is already installed, you do not have to select the NCM PC/S7 v5.2 application.) Click Next. 8. The applications you selected are installed. At the prompt, click OK to restart your system. The system restarts and installs the selected applications. Click Finish to restart your system again. The SIMATIC NET software is now installed. Configuring the SIMATIC NET software This step involves using the Commissioning Wizard to configure the software you installed in the previous step. Configuring the module When your system restarts after the software has been installed, your system's hardware configuration is scanned. The Commissioning Wizard appears automatically. (You can also access the Commissioning Wizard at Start/Simatic/SIMATIC NET/Settings/Commissioning Wizard.) The number of steps required depends on the number of PC Ethernet cards (or modules) detected in your PC. The more modules you operate in the computer, the more steps are required. 1. Click Next. An Ethernet Network Card with with the IP addresses settings shown above was found. This is the network card that will be configured for communication with the Siemens PLC. This is put on index 5. Note: The index of the network card can be set with the NCM PC Configuration (hardware configuration). The station index defaults to 5 if you use the Commissioning Wizard. 2. Select the Use the module for productive operation in configured PC station option, and then click next. 3. Clear the SIMATIC NET OPC Server in configured PC Station option and select the Configure more applications option. Then click next. 4. Register the names for your user application: enter VFD1 in the Name text box. This user application is put on index 1. Click Next. Note: The name of the application is the VFD name. This comes later in the IFIX Project Editor under Communication | Ports in the Special options text box. 5. Click Next. This screen appears, confirming you have completed configuring the module: 6. The configuration is saved and the PC station is reconfigured. Your existing configuration data is overwritten. Click OK to confirm at the prompt. This completes the module configuration. Configuring the project with the PC Station Wizard The next step to configure the project using the PC Station Wizard. 1. Start the PC Station Wizard. 2. Choose Create a new project and configuration. A new project is created. Click Next. 3. Define a new Project name; this example uses IFIXS7. Specify where the copy of the local PC station settings resides, and then click Next. 4. Select the Edit network and connection configuration option, and then click Finish. NetPro automatically starts, displaying the network configuration. 5. Click the Application box in the PC station, and then choose Insert | New Connection. The Insert New Connection dialog box appears. 6. Choose the Unspecified item in the tree. From the Type menu in the Connection area, choose S7 connection. Then click Apply, and then click OK. 7. In the Properties -S7-Connection dialog box, the local IP Address should be the address of the Ethernet card in the PC. This example uses 192.168.0.190. The partner IP Address should be that of the Ethernet CP343 module in the PLC, in this case 192.168.0.148. The Local ID is the connection identifier of this connection (here it is S7-Connection_1). It will be used later on as the address of the IFIX I/O device. Click Address Details. Note: The Local ID S7-Connection_1 is used later in the IFIX Project Editor under Communication | I/O Devices in the I/O Device Address text box. This name is case-sensitive and cannot not contain any spaces. 8. In the Address Details dialog box, enter the card location of the CPU that the SIMATIC S7 communicates with. Here the card location is 2. Click OK. Note: Some power supplies might occupy 2 slots. If so, the card location of the CPU is one higher at 3. 9. In the NetPro window the new S7-Connection_1 connection appears. Choose Network | Save and Compile. The Save and Compile dialog box appears. 10. Select the Compile and check everything option, and then click OK. 11. After completing the save and compile operation, a message appears in the NetPro window. This indicates the warnings and errors present in the configuration. If warnings occur here, then this is to be handled as information only. But if errors occur, the project configuration cannot be loaded. To view errors, choose View |Outputs. 12. Highlight by clicking on the PC Station (TESTXP). Afterwards the connection table disappears in the message window. From the NetPro menu choose PLC | Download | Selected Stations to transfer the project configuration to the PC. Alternatively, right-click the PC Station and choose Download | Selected Stations. 13. To confirm the overwrite of configuration data and to proceed with the download, click Yes. 14. To confirm stopping the Target Module (Network interface Card), click OK. 15. The configuration should now be successfully loaded. Exit NetPro and click next, and next again to finish the Commissioning Wizard. If you have errors, see for details. Defining an access point for the application The next step is to define an access point for the application. 1. The Configuration Console should appear after terminating the Commissioning Wizard. If it doesn't, open the Configuration Console by selecting START / SIMATIC / Simatic Net / Settings / Configuration Console. 2. In the Configuration Console dialog box, right-click the Access Point object, and choose New | New access point. Note: You can choose any name for the Access point, but it cannot contain spaces and be longer than 32 characters. 3. In the New access point dialog box, enter your access point name (this example uses IFIXS7). Select the hardware component that will be associated with this access point (TCP/IP -> ASUSTeK/Broadcom 440x in the example). Note: The access point name is used later in IFIXSCADA in the Project Editor under Communication | Boards in the Special Options text box. The access point name is case-sensitive. After creating the access point the Configuration Console should look like this: 4. Close the Configuration Console. This completes the Simatic NET software configuration. Configuring the S7 driver The IFIX S7 driver needs three names (settings) from the SIMATIC NET software configuration. The following points are needed: SIMATIC NET Configuration example IFIX Info Access point of the application IFIXS7 Boards, Special options Field VFD/Application Name VFD1 Ports, Special options Field Name of the connection (or Local ID) S7-Connection_1 IODevices, Address Field Using the Express Wizard You use the Express Wizard to configure your communications. 1. In IFIX Explorer, create a new (empty) test project. 2. In the IFIXSCADA Project Editor, choose Communication | Express Wizard. 3. In the wizard: - Create a new I/O Servers e.g. IOServer. - Create a new I/O Device e.g. IODev. - Select external as the type of the I/O Device (PLC): Select the Siemens | S7-300 or S7-400| TCPIP using NE2000 network CARD for Windows NT for NT/W2K/XP/2003 ,or the TCPIP using NE2000 network CARD for Windows 95/98 for 95/98/ME option. 4. Define the name of the connection. In this example it is S7-Connection_1. Note: Do not select the Link I/O Device to an external tag Database option. This completes this section. Setting the Access Point The next step in the process is to set the access point of the application. Open the Boards dialog box by choosing Communication | Boards. In the Special Opt text box, enter the access point of the application. This example uses IFIXS7. Setting the VFD name The next step is to set the VFD name. 1. Open the Ports dialog box by choosing Communication | Ports. 2. In the Special Opt text box enter the VFD Name. In this case VFD1. Checking the name of the S7 connection The next step is to check the name of the S7 connection. 1. Open the I/O Device dialog box by choosing Communication | I/O Devices. 2. In the Address field enter the name of the connection to the PLC. This example uses S7-Connection_1. Variable declaration The next step is to declare the variables. 1. Open the Tags Form by choosing Tags | Variable Tags. 2. Create a variable with the following information: - Variable Tag Name: TestInteger - I/O Device Name: IODev - Type: INT - Address: DB190,0 Troubleshooting your S7 connection Question: I receive the following error message when downloading the PC station in the SIMATIC NCM PC manager: - "The module "station manager" cannot be contacted. Change the on-line interface." - "For On-line connections via the PC internal interface a station name must be assigned in the component configurator. This name must be identical to the name of the PC station, as configured in the STEP7 (or Simatic Net) project." - "Online: No connection could be made. The participant does not announce itself." Solution 1. Check in SIMATIC NCM PC Manager under the Menu option Options | Set PG/PC Interface, whether the point of entrance S7ONLINE is linked with the PC internal (local) interface. 2. The Station Configuration Editor tells you whether your module is Online. You can start the Station Configuration Editor by double-clicking the icon. This should not be OFFLINE, so to change its mode of operation, click Change Mode. The mode of operation should now change to ONLINE. 3. Check the station name in the Station Configuration Editor. This must match with the name in SIMATIC NCM PC Manager. You can change the station name in the Station Configuration Editor by clicking Station Name. 4. Open the Station Configuration Editor and the SIMATIC NCM PC Manager. Check the order and the number of configured components and the indexes that are used. These should match. Source:plcdev.com

Label:

DeltaV

Monday, 24 November 2008
Posted by Joe

Welcome to EasyDeltaV.com, your complete information source for Emerson Process Management's DeltaV digital automation system. To develop and maintain a competitive advantage, it's time to take your plant digital, with the first fully digital automation system, the DeltaV system. It's part of the PlantWeb architecture which delivers proven results across the globe. From a suite of digital busses, to embedded advanced control, to easy enterprise integration and optimization, the DeltaV system delivers precision control and predictive maintenance -- easy. Join the thousands of process manufacturers from industries including oil & gas, refining, chemicals, pharmaceuticals, biotechnology, pulp & paper, food & beverage, metals, mining & utilities who rely on the DeltaV system to improve the performance of their operations. If the DeltaV system is new for you, visit the About DeltaV section for a quick overview.

Label:

Should I Choose DeltaV ?

Posted by Joe

Yes, if you want an automation system for applications of any size. Since 1996, the DeltaV system has been commissioned in automation applications across the globe in projects ranging from 8 I/O up to 30,000 I/O. Industries like Life Sciences and Biotechs, Oil, Gas, & Hydrocarbons, Chemicals and Specialty Chemicals, Pulp & Paper, Food & Beverage, and Metals, Mining, & Minerals have increased the return on their automation investment with the DeltaV system. Yes, if you want to join others who have dramatically reduced their automation capital project costs and ongoing operations and maintenance costs with open, interoperable bus technologies like FOUNDATION fieldbus, AS-i bus, Profibus DP, and DeviceNet. Only the DeltaV system is "built for busses" and a key component of the proven PlantWeb architecture, which delivers revolutionary results. Yes, if you want to take advantage of predictive technologies to avoid unplanned shutdowns and eliminate mundane practices that chip away at profits. You can make the most of your intelligent HART and FOUNDATION fieldbus devices by using AMSinside DeltaV predictive maintenance software. Only the DeltaV system is built with AMSinside so all of the device diagnostics are right at your fingertips in the control room and the maintenance shop. Yes, if you want your automation system to easily integrate with your enterprise planning systems and personal communications devices like wireless phones, pagers, and PDAs. The DeltaV system incorporates open, interoperable standards like OLE for Process Control (OPC), XML, and ODBC. Yes, if you want to improve the performance of your plant with embedded advanced control applications, which can be applied by a typical process engineer, not an expert consultant. Reducing process variability, reducing switchover times between product runs, predicting upsets, and avoiding downtime are easily achieved when advanced control is embedded with traditional plant automation. Yes, if you need the most integrated batch capabilities available today, like all of the top 24 life sciences companies around the globe that are currently using DeltaV Batch, in one of the most highly regulated industries today. DeltaV Batch simplifies regulatory compliance with the FDA's 21 CFR Part 11, OSHA, and ISO 9000 by automating the change management process and reduces the time and energy required to meet these demands. Yes, if you want the peace of mind you get from controlling your plant with a system surpassing 6 sigma quality standards. The DeltaV system not only surpasses this level of quality from its introduction in 1996, it's controlling some of the most challenging processes around the globe, from oil and gas production on the frigid North Slope of Alaska, to refinery Cat Crackers in China, to sterile, clean life sciences processes. Yes, if you want to take advantage of SureService support services which lead the industry year after year as voted by the readers of Control magazine. DeltaV technology coupled with world-class SureService support helps you to reduce lifecycle costs and increase plant availability, efficiency and performance. We invite you to continue browsing our site. If this is your first introduction to the DeltaV system, a great place to start is the "Creating the Digital Plant" Supplement from the magazine. You can also dig into the product details using the Product Data Sheets and Whitepapers or learn how the DeltaV system has delivered results to users across all industries and world areas and how it can deliver results for you by studying the Success Stories and Video Case Studies.

Label:

Enghouse and Subsidiary Syntellect Acquire Envox Worldwide

Posted by Joe

MARKHAM, Ontario & PHOENIX & WESTBOROUGH, Mass.--(BUSINESS WIRE)--Enghouse Systems Limited (TSX: ESL) and Syntellect Inc. today announced the acquisition of the business and assets of Envox Group AB. The acquisition was completed for a purchase price of $14,000,000, subject to certain adjustments. Envox’s annual revenues are approximately US$16,000,000. With more than 40 years combined experience, Syntellect and Envox have a strong tradition of expertise and experience serving the Interactive Voice Response and Contact Center industries. The complementary product portfolios enable the delivery of truly open contact center solutions. “We are very pleased with the acquisition of Envox,” stated Stephen Sadler, chairman & CEO of Enghouse. “The acquisition of a well known industry leader like Envox will allow us to continue our global presence and expand to new territories in APAC and Europe.” Steve Dodenhoff, president of Syntellect, added, “Envox’s global reach, distribution channels, market focus and technology portfolio are a perfect complement to Syntellect’s core business. The combined organization, capabilities and product portfolio will be able to address the full spectrum of market opportunities in the contact center space. We are excited about this acquisition as it will accelerate our next generation Customer Interaction Management initiatives.” About Syntellect Inc. At Syntellect, we help our customers create, maintain and continuously improve superior end-to-end service for their customers - personalized service that values their preferences from the way they contact a business, to the level of help desired. We measure our success by our ability to implement and continuously support solutions for our customers. With two decades of pioneering leadership and thousands of solutions deployed globally, Syntellect is a premier provider of enterprise-class contact center solutions for the utilities, financial services, government, high-technology, help desk, consumer products, and healthcare industries. Syntellect is headquartered in Phoenix, Arizona, with additional offices in North America and the United Kingdom. For more information about Syntellect, Inc. visit www.syntellect.com About Enghouse Systems Limited Enghouse Systems Limited is a leading global provider of enterprise software solutions serving a variety of vertical markets. Its strategy is to build a large diverse enterprise software company through strategic acquisitions and managed growth. Enghouse shares are listed on the Toronto Stock Exchange under the symbol “ESL”. Further information about Enghouse may be obtained from its web site at www.enghouse.com. About Envox Worldwide Envox Worldwide is a leading global provider of IP-based voice self-service and contact center solutions. The company’s standards-based software solutions dramatically reduce customer service costs, optimize contact center performance, and improve customer satisfaction. More than 1.25 million ports of Envox’s hosted and premise-based IVR solutions have been deployed globally and over one million contact center agents benefit from the intelligent routing, screen pop and call monitoring functionality provided by Envox’s award-winning CTI software.

Label:

MatrikonOPC now offers industrial strength data connectivity for Siemens S7 PLCs

Posted by Joe

MatrikonOPC now offers industrial strength data connectivity for Siemens S7 PLCs Copyright 2008 PR Newswire. All Rights Reserved 2008-09-17 EDMONTON, AB, Sept. 17 /PRNewswire-FirstCall/ - MatrikonOPC(TM) is proud to announce the release of the new MatrikonOPC Server for Siemens S7 PLC's with full compatibility to the entire family of Siemens S7 Programmable Logic Controllers (PLCs). Connectivity to Siemens S7 PLCs has never been easier, or more economical. The MatrikonOPC Server for Siemens S7 PLCs provides robust device level communications by not only being fully OPC standards compliant, but by incorporating unique features such as built-in security, offline mode, redundancy and full 24/7 technical support. Users of the MatrikonOPC Server for Siemens S7 PLCs can also receive complete device communications for Siemens S7-200, S7-300, and S7-400 series PLCs. The MatrikonOPC Server for Siemens S7 includes features such as: - Step-by-step configuration using the wizard - Full-time "Live" system configuration without data loss - Built-in Offline Mode to aid system integration - Device level redundancy - Full compliance with the current OPC Security Specification to provide complete control over item browsing, adding, reading, and writing - MatrikonOPC developed Auto-discovery feature for Hilscher NetLink-MPI adapters without the need for additional configuration software - Server restart not required for configuration changes to take effect - ISO on TCP Connection (for CP 243, CP 343, CP 443) - No configuration required for TSAP parameters (with exception to Siemens S7-200 custom connections) - Ability to import data block symbols from Simatic STEP 7 project for Siemens S7-300 and S7-400 - Ability to import data block variables from STEP 7 Microwin for Siemens S7-200 The MatrikonOPC Server for Siemens PLC's enables real-time, high speed data transfer simultaneously to PLCs of the SIMATIC S7 family allowing OPC Clients to monitor, control, coordinate, archive and trend all available point types. When it comes to ensuring the integrity of data from the Siemens S7 the MatrikonOPC Server for Siemens S7 provides the most secure OPC connection on the market today. To learn more about MatrikonOPC Server for Siemens S7, please navigate to: http://www.matrikonopc.com/opc-drivers/2280/index.aspx About MatrikonOPC (a division of Matrikon Inc. ) With a collection of more than 500 OPC products and over 100,000 installations worldwide, MatrikonOPC is the world's largest OPC company. Matrikon(TM) is a charter member of the OPC Foundation, and has demonstrated a commitment to developing OPC as the industrial connectivity standard. A wide range of global companies rely on MatrikonOPC products for their connectivity in industries such as: discrete manufacturing, process control, building automation, alternative energy production, commercial and military applications. With clients and installs throughout North America, Australia, Europe and the Middle East, the reach of MatrikonOPC Connectivity is truly global. Visit MatrikonOPC at . Matrikon and MatrikonOPC are trademarks or registered trademarks of Matrikon Inc.

Label:

New Portable Pulsed Eddy Current Test Instrument from GE Sensing & Inspection Technologies

Posted by Joe

BILLERICA, Mass., Sep 08, 2008 (BUSINESS WIRE) -- Pulsec from GE Sensing and Inspection Technologies is a new non-destructive test instrument using pulsed eddy current (PEC) to detect sub-surface corrosion, primarily in the aerospace industry. This compact, battery-powered instrument provides powerful diagnostic imaging and depth resolution when inspecting multi-layer aircraft structures. GE 14.03, +1.19, +9.3%) is a new non-destructive test instrument using pulsed eddy current (PEC) to detect sub-surface corrosion, primarily in the aerospace industry. This compact, battery-powered instrument provides powerful diagnostic imaging and depth resolution when inspecting multi-layer aircraft structures. "We are pleased to add Pulsec to our already robust line of non-destructive test solutions for aerospace," says Dave Jankowski, Business Leader of Eddy Current solutions at GE Sensing & Inspection Technologies. "Pulsed eddy current technology allows rapid imaging of aircraft fuselage for corrosion, which means problems are detected and can be fixed more quickly in order to keep aircrafts flight worthy." With a battery life of 6 hours and a weight of just 13 pounds, Pulsec is a truly portable instrument that can inspect difficult to reach places on an aircraft. Pulsec features a hand-held x-axis encoded, array probe to allow rapid surface inspection and direct imaging of large areas. Along with multi-layer sub-surface corrosion detection Pulsec can also be used for crack detection depending on the probe, scan direction and configuration settings. The wide frequency and depth range of the Pulsec instrument, which uses PEC technology covered by several GE patents, is much greater than that associated with conventional eddy current, as more information is generated for post-processing for display or for further analysis. With this advancement there is no need to select a specific frequency for every inspection. Pulsec also provides easier and more reliable follow-up testing, as the single optimum frequency required for subsequent inspection of any corrosion or cracks detected by the initial Pulsec PEC scan can be easily identified and the relevant single element coil probe can be fitted to the instrument. Pulsec has a high visibility TFT color screen to provide high quality imaging and with an internal memory of 1 GB and a hard disk of 80 GB, it offers powerful on-board real time analysis and data recording and storage. Data can be transferred via USB or Ethernet for post data analysis to improve POD and reports are generated with image capture at customer-selected intervals. An advanced lift-off algorithm allows scanning in real world situations such as variations in paint thickness, surface roughness and other causes of lift-off and as with all eddy current equipment, inspections can be carried out with no need for direct contact with the material and with no need for couplant. Download a photo of Phasec at: www.geinspectiontechnologies.com/en/aboutus/press/press_photos.html About GE Sensing & Inspection Technologies GE Sensing & Inspection Technologies is part of GE Enterprise Solutions, a $5 billion business helping customers compete and win in a changing global environment by combining the power of GE's unique expertise and intelligent technology to drive customers' productivity and profitability. GE Sensing & Inspection Technologies is a leading innovator in advanced measurement, sensor-based and inspection solutions that deliver accuracy, productivity and safety to its customers. The company designs and manufactures sensing instruments that measure temperature, pressure, moisture, gas and flow rate for demanding customer applications. It also designs, manufactures and services inspection equipment, including radiographic, ultrasonic, remote visual and eddy current, that monitors and tests materials without disassembly, deforming or damaging them. GE Sensing & Inspection's products are used in a wide range of industries, including oil & gas, power generation, aerospace, transportation and healthcare. The company has 4,700 employees at more than 40 facilities in 25 countries worldwide. For more information, visit www.gesensinginspection.com. About GE Enterprise Solutions GE Enterprise Solutions elevates customers' productivity and profitability with integrated solutions using sensors and non-destructive testing; security and life safety technologies; power system protection and control; and plant automation and embedded computing systems. Enterprise Solutions' high-tech, high-growth businesses include Sensing & Inspection Technologies, Security, Digital Energy, and GE Fanuc Intelligent Platforms. The business has 17,000 problem-solving employees in more than 60 countries around the world. SOURCE: GE Enterprise Solutions

UV instrument spots hidden contaminants

Posted by Joe

Craic Technologies says that its latest product is the first to combine UV microscopy and microspectroscopy in a single tool. A UV system could soon be shedding new light on the tiny particles that contaminate devices such as flat-panel displays and patterned semiconductors. US firm Craic Technologies says that its QDI 2010 microspectrophotometer is ideal for spotting contaminants that are often invisible to techniques such as optical microscopy. "The QDI 2010 microspectrophotometer is the first system to combine both UV microscopy and microspectroscopy in a single tool," Paul Martin of Craic told optics.org. "The combined instrument is able to detect particles or smears directly whereas previously this required a separate microscope and microspectrophotometer." Martin says that the QDI 2010 performs colour imaging and microspectroscopy simultaneously and that sub-micron resolution is easily attainable. "The ease of use and speed are improved by not having to switch between instruments," he added. "The ability to image and spectroscopically analyse exactly the same location is also an advantage." When designing the QDI 2010, Craic developed a new optical path that is compatible with an upright microscope and works with wavelengths from the deep ultraviolet through to the near-infrared. The ultraviolet source can be either a xenon or a deuterium lamp. "The QDI 2010 can detect a range of organic and inorganic contaminants and is suitable for both production lines and laboratories," said Martin. "Scans and imaging can be done on the order of seconds. Typical applications include contamination analysis of MEMS and semiconductor devices. One interesting application is to quickly locate and qualify protein crystals. This method is used in the pharmaceutical industry for drug development." The QDI 2010 is commercially available and can be upgraded to enable ultraviolet, visible and near-infrared reflectance, transmittance and fluorescence microscopy, and microspectroscopy.

Ixia and QualiSystems Integrate to Advance IP Test Automation

Monday, 3 November 2008
Posted by Joe

www.ixiacom.com - Ixia Corporate Communications Cathi Lane, Director of Public Relations Dir: 818-444-2983 clane@ixiacom.com or QualiSystems Zohar Karni, MARCOM Manager 1-877-QUALI-10 marcom@qualisystems.com Ixia(TM) (NASDAQ: XXIA), a leading global provider of IP performance test systems today announced that it has formed a strategic partnership with QualiSystems, a pioneer in the field of Test Automation, to integrate Ixia's Test Conductor(TM) IP test automation framework with QualiSystems' TestShell(TM) suite of vendor independent test applications. This strategic partnership enables customers to integrate with hundreds of industry leading test and measurement tools such as scopes, power supplies, PXI, multimeters, spectrum/network analyzers and IP performance test equipment. The integrated solution accelerates customers return on investments for test applications and hardware, improving quality assurance cycles as well as time to market. The integrated solution is to be showcased at iSimCity, Ixia's proof-of-concept lab and executive briefing center in Santa Clara, Calif. Why it's unique The combined solution will leverage TestShell's broad range of test management solutions with Test Conductor's integrated IP test applications and hardware. Test Conductor and TestShell interoperate seamlessly, in a framework that automates tests from many disparate test applications and devices. The result is an open and vendor agnostic solution that delivers increased productivity. Ixia and QualiSystems will share product development plans enabling both companies to design products with complementary, best-in-class integration and interoperability. Ultimately, the partnership delivers: -- Greater ROI and increased productivity for quality assurance organizations -- Seamless integration of hundreds of test tools -- A framework that accentuates the unique capabilities of lab network elements Ixia's partnership with QualiSystems offers the industry a framework that enables truly unattended lab automation and allows customers to address unique challenges that have remained unaddressed. TestShell is a suite of integrated applications that can be used for virtually any type of software or hardware testing. TestShell easily automates a wide range of protocols, script languages and test instruments, without requiring programming skills. It has a built-in database and online dashboards that provide reporting capabilities, real-time data analysis and enhanced business intelligence. TestShell turns testing processes into a total quality optimization solution. "We are excited to work with Ixia," said Aryeh Finegold, CEO and Chairman, QualiSystems. "The integration of Ixia's Test Conductor framework and our TestShell platform will enable customers to make the most efficient use of all elements critical to their quality assurance process." Test Conductor enables users to easily automate the entire process of testing, including test bed assignment and reservation, hardware optimization, DUT configuration, real-world traffic definition and results analysis. Test Conductor creates manages and schedules tests in sophisticated lab environments that perform real-world traffic simulation. It also maintains a central repository of the test data and permits test diagnostics and trend reporting. "Ixia's IP test automation framework leverages QualiSystems' TestShell to provide true vendor agnostic integration with numerous test tools used by quality assurance organizations," said Atul Bhatnagar, president and CEO of Ixia. "Ixia and QualiSystems will combine their best features to raise the strategic business value of testing by improving productivity, quality and overall ROI." About QualiSystems QualiSystems is a pioneer in the field of Test Automation. The Test Automation world is evolving from a collection of various tools to an enterprise quality management platform. QualiSystems' mission statement is to be the leading software company in the new test automation era. QualiSystems' TestShell is used by leaders in industries ranging from telecommunications, cellular, aerospace and defense, consumer electronics, medical devices and semiconductors. About Ixia Ixia is a leading provider of IP service verification platforms and performance test systems for IP-based infrastructure and services. Ixia's test systems are used by network and telephony equipment manufacturers, semiconductor manufacturers, service providers, governments and enterprises to validate the performance and reliability of complex IP networks, devices, and applications. Ixia's multiplay test systems address the growing need to test voice, video, and data services and network capability under real-world conditions. For more information, contact Ixia at 26601 W. Agoura Road, Calabasas, CA 91302; (818) 871-1800, Fax: (818) 871-1805; Email: info@ixiacom.com Web: www.ixiacom.com. or QualiSystems at 2033 Gateway Place, 5th Floor San Jose, CA 95110; (877) QUALI-10, Fax: (408) 437 - 1201; Email: info@QualiSystems.com Web: www.QualiSystems.com/ Ixia, Test Conductor and the Ixia four-petal logo are registered trademarks or trademarks of Ixia. QualiSystems, TestShell and the QualiSystems logo are registered trademarks or trademarks of QualiSystems. Other trademarks are the property of their respective owners. This material is for informational purposes only and subject to change without notice. It describes Ixia and QualiSystems present plans to develop and make available to its customers certain products, features and capabilities. Ixia is only obligated to provide those deliverables specifically included in a written agreement between Ixia and the customer. Integration Accelerates Productivity and ROI for Total Quality Optimization Across Product Lifecycles

Process Automation

Posted by Joe

Integrating field devices in process automation is an evolving story, and users are still grappling with rewriting different endings to fit their manufacturing processes. The task at hand for several years has been how to provide a common interface look and feel for all devices, finding software that allows staff to access and manage engineering, startup, and maintenance data during operation and maintenance phases. But the proof is in the pudding. Can one technology really meet all industry demands? Our test lab took one software technology to task—with promising results. Today’s market demands require manufacturers to implement multi-phase coverage of system life cycles. Two technologies are making waves in the marketplace to facilitate this: field-device tool (FDT) and electronic device description language (EDDL). (See accompanying articles on FDT and EDDL.) Although both have their advantages and disadvantages, they should meet user demands, as formulated under Normenarbeitsgemeinschaft für Mess-Und Regeltechnik (NAMUR) Recommendation 105, imposed for integrating fieldbus devices into engineering tools for field devices. The most important of these demands include: Device descriptions should be independent of the operating system involved. User interface and style guides are necessary. Device installation/uninstallation should incorporate into configuration tools. Device functionalities should see full support. The FDT technology group met with EDDL’s cooperation team (ECT) last spring at Hannover Fair in Hannover, Germany, to become official members of the ECT. The goal was to develop a common future device integration (FDI), based on a client server architecture and hopeful as an international standard. The FDI would be based on an independent platform and operating system and independent host system. It would be compatible with existing EDDL- and DTM-based device descriptions and applicable to any field device communication technologies. It would also be applicable for hierarchical and heterogeneous network topologies and an open specification. Lab tests EDDL with use cases BIS Prozesstechnik’s testing laboratory in Frankfurt, Germany, conducted comprehensive testing to clarify the extent to which the current EDDL standard allows the process automation industry to meet the demands of device startup, operation, and diagnostics. During an online test, the lab developed a series of typical user cases that could arise during device life cycles and verified these on existing devices. We tested the utility of enhanced EDDL and its advantages and disadvantages from the user’s perspective. This test program included four phases: planning, startup, operation, and maintenance. Each use case contained a series of testing stages. The test system contained devices for measuring temperatures, pressures, and fill levels, as well as various actuators and a frequency converter. Devices equipped with Fieldbus Foundation (FF)/HART/Profibus decentralized peripherals (DP)/process automation (PA) interfaces were available. Planning, startup phases Here are some answers to users’ questions during planning and startup phases. Q: Which device models suit which electronic device descriptions (EDD) revisions, and are there any incompatibilities between host-system EDDs and device EDDs? A: The authors of the specification believed it was important to keep existing EDDs from FF/HART Communication Foundation libraries upwardly compatible to protect existing installations. Compared to HART and FF, Profibus supports the most extensive subset of the entire linguistic syntax specified under the standard. Its Profibus DP devices, e.g., frequency converters, which are employed in manufacturing industries, frequently impose more stringent demands on their operation, and thus on the software applications involved. BIS noted host manufacturers were working feverishly to implement the standard, and had either already implemented it within broad areas or will have completed its full implementation in the near future. Because of the various states of development, some dependencies remain. For example, one of the host systems tested did not support representations of operator guides (wizards) and yielded host-dependent EDDs. If the suppliers of host systems uncompromisingly and fully implement the standard as they have stated, we can realize interoperability—a single EDD per device. Q: Which software tools are needed for planning and startup phases? A: For planning and startup purposes, it is sufficient to install an EDD host system that makes available a number of basic functionalities and covers every device involved. The next step is to load the enhanced EDDs supplied by device manufacturers onto the respective host systems for each device involved. Offline viewing of the EDDs then provides users with a brief overview of the applications and features of the various devices. The devices involved frequently incorporate numerous (usually well over 200) parameters. Users formerly had to search through long lists of parameters to find the correct ones before setting these on each device. However, users only need short subsets of parameters for their applications. These most-important parameter settings may be set by wizards that allow rapid, intuitive, device startups. Q: Which protocols does EDDL support? A: IEC 61804-3 describes the language content for use with FF/HART/Profibus DP/PA devices. None of the host systems currently available support all protocols involved. However, Emerson Process Management and Siemens have said their host systems will support all three protocols within the next year or two. Q: Are software updates necessary to use all features? A: In the case of all those EDDs installed, the lab found the host systems currently being supplied almost completely support all EDDL enhancements. Since current EDDs have been only slightly tailored to suit given host systems in areas related to their graphical user interfaces, those host systems need no updates or add-ons to fully execute such EDDs. However, the goal must be the ability to use EDDs that exploit the full complement of EDDL’s features on any host system. Operation, maintenance phases Q: Is error-free installation of an EDD possible, even on existing installations and during operation? A: A catalog of devices will usually be provided for installation of a host system. Some or all of these devices may be installed on the system. Host systems have their own applications for retrofitting devices. EDD setup procedures will thus have the same look and feel, which is highly beneficial. Even during operation, installation of device EDDs using the applications mentioned proceeded rapidly and without errors. Since the EDD syntax is translated, or interpreted, only by the host system, EDDs have no effect on the operating system involved. No restarts were necessary following their installation. There also were no interactions with Windows system files. Q: Can devices be simply, intuitively operated? A: The lab defined a series of different applications scenarios for various types of devices, ran the applications, and analyzed the results. Example scenarios included rapid operational procedures under which users had to set only the most-important parameters and conduct procedures typical for the devices involved. These procedures included the partial-stroke test for actuators and determinations of the echo profiles of fill-level radars. A series of language enhancements under IEC 61804-3 allow much more flexibly configuring user interfaces than was formerly possible. The first step involves setting the values of parameters, such as starting position and step length. A graphical display clearly informs users what each parameter means. The second step involves measuring the reference time and determining the limits beyond which violations of the reference time will trigger notifications about maintenance status. Users may then conduct a partial-stroke test, save the plot, and compare it to earlier measurements. This sort of representation guides users step by step through the procedures involved, without the need to consult other documentation. It is a good example of how to use EDDL to intuitively implement a complex operational procedure. Q: Is it feasible for interfaces and operational procedures to have a common look and feel? A: All host systems support a number of basic functions, such as reading, writing, printing, numerical comparisons, and data storage. The lab found in all cases users could call up certain functionalities, such as device status transmittals or processing parameter displays, from the same locations. Since those basic functions are not constituents of EDDs, they appear on the respective host systems in forms that have a common look and feel. However, device operational procedures or parameter terminologies, which are usually implemented in EDDs, differed from manufacturer to manufacturer in this test program. Text entries and tabular data previously dominated visual displays of EDDs. It is now possible to implement much more sophisticated interfaces, although they may differ widely from manufacturer to manufacturer. It is imperative to develop a guideline to implement EDDs for typical types of devices from all manufacturers, particularly during early implementation of the standard. That guideline should cover the terminology used to define parameter names and devote particular attention to how the parameters involved are formatted, including their offline/online representations and diagnostics. Q: Can all device functionalities be implemented using EDDL, or are additional tools necessary? A: Of course, the growing complexity of the current generation of processing devices imposes more stringent demands on user software. EDDL is frequently criticized for its failure to allow implementation of complex device operational procedures. However, the BIS testing showed all operational procedures relevant to the tested devices could be implemented without the need for additional software. These included the handling of interfering echoes in the case of fill-level radars, the calibration procedures for temperature Device descriptions should be independent of the operating system involved. User interface and style guides are necessary. Device installation/uninstallation should incorporate into configuration tools. Device functionalities should see full support. The FDT technology group met with EDDL’s cooperation team (ECT) last spring at Hannover Fair in Hannover, Germany, to become official members of the ECT. The goal was to develop a common future device integration (FDI), based on a client server architecture and hopeful as an international standard. The FDI would be based on an independent platform and operating system and independent host system. It would be compatible with existing EDDL- and DTM-based device descriptions and applicable to any field device communication technologies. It would also be applicable for hierarchical and heterogeneous network topologies and an open specification. Lab tests EDDL with use cases BIS Prozesstechnik’s testing laboratory in Frankfurt, Germany, conducted comprehensive testing to clarify the extent to which the current EDDL standard allows the process automation industry to meet the demands of device startup, operation, and diagnostics. During an online test, the lab developed a series of typical user cases that could arise during device life cycles and verified these on existing devices. We tested the utility of enhanced EDDL and its advantages and disadvantages from the user’s perspective. This test program included four phases: planning, startup, operation, and maintenance. Each use case contained a series of testing stages. The test system contained devices for measuring temperatures, pressures, and fill levels, as well as various actuators and a frequency converter. Devices equipped with Fieldbus Foundation (FF)/HART/Profibus decentralized peripherals (DP)/process automation (PA) interfaces were available. Planning, startup phases Here are some answers to users’ questions during planning and startup phases. Q: Which device models suit which electronic device descriptions (EDD) revisions, and are there any incompatibilities between host-system EDDs and device EDDs? A: The authors of the specification believed it was important to keep existing EDDs from FF/HART Communication Foundation libraries upwardly compatible to protect existing installations. Compared to HART and FF, Profibus supports the most extensive subset of the entire linguistic syntax specified under the standard. Its Profibus DP devices, e.g., frequency converters, which are employed in manufacturing industries, frequently impose more stringent demands on their operation, and thus on the software applications involved. BIS noted host manufacturers were working feverishly to implement the standard, and had either already implemented it within broad areas or will have completed its full implementation in the near future. Because of the various states of development, some dependencies remain. For example, one of the host systems tested did not support representations of operator guides (wizards) and yielded host-dependent EDDs. If the suppliers of host systems uncompromisingly and fully implement the standard as they have stated, we can realize interoperability—a single EDD per device. Q: Which software tools are needed for planning and startup phases? A: For planning and startup purposes, it is sufficient to install an EDD host system that makes available a number of basic functionalities and covers every device involved. The next step is to load the enhanced EDDs supplied by device manufacturers onto the respective host systems for each device involved. Offline viewing of the EDDs then provides users with a brief overview of the applications and features of the various devices. The devices involved frequently incorporate numerous (usually well over 200) parameters. Users formerly had to search through long lists of parameters to find the correct ones before setting these on each device. However, users only need short subsets of parameters for their applications. These most-important parameter settings may be set by wizards that allow rapid, intuitive, device startups. Q: Which protocols does EDDL support? A: IEC 61804-3 describes the language content for use with FF/HART/Profibus DP/PA devices. None of the host systems currently available support all protocols involved. However, Emerson Process Management and Siemens have said their host systems will support all three protocols within the next year or two. Q: Are software updates necessary to use all features? A: In the case of all those EDDs installed, the lab found the host systems currently being supplied almost completely support all EDDL enhancements. Since current EDDs have been only slightly tailored to suit given host systems in areas related to their graphical user interfaces, those host systems need no updates or add-ons to fully execute such EDDs. However, the goal must be the ability to use EDDs that exploit the full complement of EDDL’s features on any host system. Operation, maintenance phases Q: Is error-free installation of an EDD possible, even on existing installations and during operation? A: A catalog of devices will usually be provided for installation of a host system. Some or all of these devices may be installed on the system. Host systems have their own applications for retrofitting devices. EDD setup procedures will thus have the same look and feel, which is highly beneficial. Even during operation, installation of device EDDs using the applications mentioned proceeded rapidly and without errors. Since the EDD syntax is translated, or interpreted, only by the host system, EDDs have no effect on the operating system involved. No restarts were necessary following their installation. There also were no interactions with Windows system files. Q: Can devices be simply, intuitively operated? A: The lab defined a series of different applications scenarios for various types of devices, ran the applications, and analyzed the results. Example scenarios included rapid operational procedures under which users had to set only the most-important parameters and conduct procedures typical for the devices involved. These procedures included the partial-stroke test for actuators and determinations of the echo profiles of fill-level radars. A series of language enhancements under IEC 61804-3 allow much more flexibly configuring user interfaces than was formerly possible. The first step involves setting the values of parameters, such as starting position and step length. A graphical display clearly informs users what each parameter means. The second step involves measuring the reference time and determining the limits beyond which violations of the reference time will trigger notifications about maintenance status. Users may then conduct a partial-stroke test, save the plot, and compare it to earlier measurements. This sort of representation guides users step by step through the procedures involved, without the need to consult other documentation. It is a good example of how to use EDDL to intuitively implement a complex operational procedure. Q: Is it feasible for interfaces and operational procedures to have a common look and feel? A: All host systems support a number of basic functions, such as reading, writing, printing, numerical comparisons, and data storage. The lab found in all cases users could call up certain functionalities, such as device status transmittals or processing parameter displays, from the same locations. Since those basic functions are not constituents of EDDs, they appear on the respective host systems in forms that have a common look and feel. However, device operational procedures or parameter terminologies, which are usually implemented in EDDs, differed from manufacturer to manufacturer in this test program. Text entries and tabular data previously dominated visual displays of EDDs. It is now possible to implement much more sophisticated interfaces, although they may differ widely from manufacturer to manufacturer. It is imperative to develop a guideline to implement EDDs for typical types of devices from all manufacturers, particularly during early implementation of the standard. That guideline should cover the terminology used to define parameter names and devote particular attention to how the parameters involved are formatted, including their offline/online representations and diagnostics. Q: Can all device functionalities be implemented using EDDL, or are additional tools necessary? A: Of course, the growing complexity of the current generation of processing devices imposes more stringent demands on user software. EDDL is frequently criticized for its failure to allow implementation of complex device operational procedures. However, the BIS testing showed all operational procedures relevant to the tested devices could be implemented without the need for additional software. These included the handling of interfering echoes in the case of fill-level radars, the calibration procedures for temperature gauges, and the startup of frequency converters.

Emerson Process Management / DeltaV

Posted by Joe

DeltaV is the creation of Emerson Process Management's technological innovators, who worked in an off-site "out-of-the-box" think tank to build an automation system that could integrate and leverage today's digital world and cutting-edge technological innovations to make a value step-change in the process industries. The name DeltaV is derived from the engineering equation for acceleration: dv/dt, the change in velocity over the change in time. The DeltaV system makes planning, engineering, installing, commissioning, training, operating, and maintaining your process EASY, which accelerates your success in improving your plant performance. The DeltaV system scales the complete range of applications from an isolated process area to a complete plant-wide automation system. Whether you need tens of I/O or tens of thousands of I/O-any size you want! The DeltaV system provides all the tools to manage your process easier than ever before. The complete family of controllers is available to power your most advanced control strategies. Full controller and power supply redundancy is available for your mission-critical applications. The controller and I/O sub-system is rated for Class I, Division 2 and Zone 2 environments to reduce your installation costs. DeltaV workstations are based on the latest Intel-based microprocessors running the Microsoft Windows XP /Windows 2003 operating system. A complete range of applications is provided to cover system configuration, operator interface, engineering, maintenance, and integration functions. The DeltaV control network—a high-speed Ethernet LAN—provides system communications and connects the various system nodes. The control network can be fully redundant. DeltaV remote services extend the operations, engineering, and diagnostic applications across your enterprise network. Unlike PLC/HMI solutions, the completely integrated DeltaV system features a single database that coordinates all configuration activities. System configuration is globally distributed in the run-time environment. Emerson - DeltaV

Label: