VMISFT-9450 I/O Connectivity IOWorks Board Drivers

Size: px
Start display at page:

Download "VMISFT-9450 I/O Connectivity IOWorks Board Drivers"

Transcription

1 I/O Connectivity IOWorks Board Drivers Supports more than 60 I/O products from GE Fanuc C and C++ libraries enable you to choose your programming language Support for multiple operating systems, I/O buses, and single board computer (SBC) platforms enable you to choose the hardware and software that best fit your project requirements Libraries relieve you from low-level board register programming Functions available to program every feature on supported I/O boards You only need to learn a single API for all GE Fanuc I/O boards Graphical interfaces such as GE Fanuc s Visual IOWorks and National Instruments LabVIEW are available for IOWorks board drivers You can develop your own interface using ActiveX, OPC, and many other standard networking technologies Error logging capabilities enable you to set the size of your error log and allocate an external error log for multiple board objects Quick-start programs serve as templates for your own applications Online Help provides you with quick answers to all your IOWorks board driver questions Support for GE Fanuc s IOWorks component software enables you to expand your system for a variety of software solutions GE Fanuc s software maintenance agreement enables you to receive product updates and GE Fanuc customer service Hardware support for GE Fanuc processors and the Motorola 68 K/ PowerPC SBCs Operating system support for Windows NT /Windows 2000, VxWorks, Linux, QNX 4 and QNX 6.x Functional Characteristics Overview: IOWorks board drivers are GE Fanuc Embedded Systems IOWorks data acquisition and control (DAQC) software driver. It is a hardware and operating system-independent driver designed to support the widest variety of I/O in the industry. The driver operates with many operating systems such as Windows 2000, QNX, VxWorks, and Linux, and delivers high performance and flexibility across multiple platforms such as CompactPCI, VME and PCI. IOWorks board drivers take advantage of all the key benefits and features of each product, and new products are being added constantly. Ordering Information To order IOWorks board drivers requires two model numbers: VMISFT-9450 VMILIC-9450 The SFT number is the IOWorks board drivers product. It includes all of the tools you need to use IOWorks board drivers in your applications as well as one run-time license. The LIC number is the IOWorks board drivers run-time license. You can purchase additional licenses using this number. Please note that one run-time license is automatically included in the purchase of the IOWorks board drivers product. Ordering Options Sept. 24, K A B C D E F VMISFT A = 0 (Option reserved for future use.) BC = Media 13 = CD-ROM DEF = Operating System 037 = VxWorks/Intel Version 038 = VxWorks/Motorola 68 K Version 039 = VxWorks/Motorola PowerPC Version 070 = QNX = QNX 6.x 450 = Linux (Note 1) 910 = Windows = Reserved Note 1. Support for GE Fanuc VMEbus I/O boards only. Run-Time License A B C D E F VMILIC A = License Type 1 = Paper License 2 = Node Locked 3 = Installation Security Key BC = 00 (Options reserved for future use.) DEF = Operating System 037 = VxWorks/Intel Version 038 = VxWorks/Motorola 68 K Version 039 = VxWorks/Motorola PowerPC Version 070 = QNX = QNX 6.x 450 = Linux (Note 1) 910 = Windows = Reserved For Ordering Information, Call: or FAX (256) info.embeddedsystems@gefanuc.com Web Address: Copyright 2004 by VMIC Specifications subject to change without notice. GE Fanuc Automation, Inc South Memorial Parkway, Huntsville, Alabama

2 I/O Driver Software VME CompactPCI PCI Data Acquisition and Control Product Line CompactPCI Data Acquisition and Control Product Line QNX 6.x Your Application Development Simplified Windows 2000 Linux IOWorks Board Drivers VMISFT-9450 QNX 4 VxWorks ISA PCI IOWorks Software Component Expansion VMEbus Data Acquisition and Control Product Line IOWorks board drivers contain both a C++ class library and a C library that provide a common interface to GE Fanuc I/O products for reading, writing, and configuring. You do not need to know the details of how an individual board is programmed. For instance, you can use the SetAttributes on any supported GE Fanuc board; the WriteAnalog controls the output from any GE Fanuc analog output board; or the GetScanMode retrieves the scan mode for any GE Fanuc analog board. Introduction to IOWorks Board Drivers: GE Fanuc s IOWorks board drivers (VMISFT-9450) provide an object-oriented class library that operates independently of SBC type, operating system, and I/O bus architecture. IOWorks board drivers offer a common interface for programming a variety of GE Fanuc s I/O boards and supplies s to program every feature on these boards. Programmers who have experience with developing board drivers will find relief from low-level board register programming when using IOWorks board drivers. How to Use IOWorks Board Drivers: Using the s provided in IOWorks board drivers remove the need for you to write drivers for GE Fanuc I/O boards and allows you to focus on your applications software since a common application programming interface (API) for accessing the I/O is provided. You only need to learn a single API for all GE Fanuc I/O boards. IOWorks board driver libraries are the perfect solution for either custom software written for your control application in C++ or C, or for use in third-party human-machine interface (HMI) or control applications. If your application requires custom software to control your I/O, using GE Fanuc s IOWorks board drivers to tie your application code to your I/O will speed your development by using a common calling convention for similar features on all boards without the need to worry about programming the boards bit by bit. If your application makes use of a third-party HMI or control product, IOWorks board drivers provide a simple interface for quick and easy implementation. Using IOWorks board drivers in conjunction with other IOWorks components and GE Fanuc I/O products such as VMEbus Access and your favorite HMI product, you can quickly assemble a complete distributed control or monitoring system based upon GE Fanuc I/O. The IOWorks data acquisition and control driver is based upon open standards such as OPC and DDE. IOWorks components integrate easily and seamlessly with most popular HMI packages such as Wonderware, Citect, Intellution, and National Instruments test and measurement software products such as LabVIEW, BridgeVIEW, ComponentWorks, and Lookout. GE Fanuc s data acquisition and control products combined with the IOWorks DAQC driver products provide a flexible and powerful control and acquisition solution expandable to fit your application requirements. GE Fanuc Automation, Inc South Memorial Parkway, Huntsville, Alabama

3 For those who prefer graphical programming languages, GE Fanuc provides graphical interfaces with its own Visual IOWorks (IEC compliant ladder logic and block programming) or National Instruments LabVIEW. However, you can also develop your own interface for IOWorks board drivers using ActiveX, OPC, and many other standard networking technologies. The IOWorks Board Drivers Product IOWorks board drivers are a library of C++ classes and C s that enable you to program a variety of GE Fanuc I/O boards using a common interface. The s and classes operate independently of the SBC, operating system, and bus you are using. This flexibility is achieved through abstraction layers. GE Fanuc has developed a variety of I/O boards for the VMEbus, PCI bus, CompactPCI bus, and others. However, when each of these boards has its own driver and, programming systems can be complicated. IOWorks board drivers provide a library of object-oriented classes and common s that you can use to program your boards. The same programs similar features for every board. For example, the GetScanMode can be used on all analog boards to retrieve the scan mode being used. Whatever the board s features, IOWorks board drivers have s to program it. Bus Abstraction: Translates IOWorks board driver to the appropriate bus platform. The abstraction consists of an object class with the generic bus objects and bus-specific objects. User Layer Bus Abstraction IOWorks Board Driver Objects OS Abstraction OS ( Windows 2000, VxWorks, etc.) Bus Abstraction Bus Platforms (VME, PCI, CPCI, etc.) SBC/Machine Abstraction SBCs (Intel, Motorola, etc.) VMEbus Access used for the VMEbus PCI-specific CPCI-specific GE Fanuc I/O Boards IOWorks board drivers are hardware and operating system-independent through the use of abstraction layers or wrappers that provide greater flexibility in developing your applications for a variety of systems. Using IOWorks board drivers enable you to choose the I/O boards, bus, operating system, and SBC that best fit your project requirements. The following sections describe in more detail each of the layers that comprise IOWorks board drivers. VME PCI CPCI TBD IOWorks board drivers support a variety of buses. To use the different buses, the software must supply certain parameters to reach the intended I/O boards. IOWorks board drivers contain an abstraction layer that consists of object-oriented classes which understand these parameters, translate the user, and access the appropriate bus. GE Fanuc I/O Boards: The IOWorks board driver package already supports a wide range of GE Fanuc I/O boards. Use the driver to program features specific to the supported board. Analog (Input, Output, Input/Output) Digital (Input, Output, Input/Output) Signal Conditioning Synchro/Resolver GE Fanuc I/O Board Categories GE Fanuc Automation, Inc South Memorial Parkway, Huntsville, Alabama

4 Operating System Abstraction: Windows specific Linux-specific OS Abstraction VxWorksspecific Translates IOWorks board driver to the appropriate OS. This enables the IOWorks board driver to be ported to a variety of operating systems without significant design changes. QNX-specific Windows 2000 Linux VxWorks QNX TBD IOWorks board drivers support multiple operating systems. Part of IOWorks board driver code includes a al interface that manipulates the operating system information as needed and ensures the same user application will perform as expected regardless of what operating system is used. For example, when sharing critical resources, you must be able to establish and release resource locks. Each operating system requires different s and procedures to perform this operation. However, with IOWorks board drivers al interface, this operation is handled internally and is invisible to the user. SBC/Machine Abstraction: Fixed data types and byte swapping comprise the SBC abstraction so that IOWorks board driver objects run on a variety of machines. SBC/Machine Abstraction and recompile your code for the new machine. IOWorks board drivers use standard data types such as INT8, INT16, FLOAT32, etc. IOWorks board drivers also allow you to change the byte-swapping scheme by simply defining your target SBC as big-endian or little-endian. IOWorks Board Driver Functions: IOWorks Board Driver Classes IOWorks board drivers provide a library of C++ object-oriented classes and C s that you include in your application code. It supports a variety of GE Fanuc I/O boards, and s are provided to program every feature of the boards it supports. IOWorks board drivers provide s for: Analog I/O Digital I/O Analog Calibration Counter/Timer Operations Sequence-of-Events Change-of-State Board Control and Status Board Diagnostics Error Logging and Retrieval User Layer: If you prefer not to use the C/C++ programming interface, you can add one of GE Fanuc s other interfaces. User Layer Today Mapping for Intel-specific data types Mapping for Motorolaspecific data types LabVIEW C++ Function Blocks User-Defined API Intel Motorola TBD ActiveX Controls Tomorrow OPC Industrial Automation When programming for multiple SBC types, the most common problems are differences in data type size and byte swapping. IOWorks board drivers provide devices that enable you to quickly alter this information GE Fanuc Automation, Inc South Memorial Parkway, Huntsville, Alabama

5 GE Fanuc provides two user interfaces for IOWorks board drivers: C++ Function Library for Visual IOWorks LabVIEW virtual instruments (Vis) Visual IOWorks is a graphical programming tool that enables you to write programs with IEC compliant ladder logic or block programming languages. The C++ Function Library for Visual IOWorks includes blocks for all IOWorks board drivers C++ s. With a simple drag-and-drop operation, you can program your GE Fanuc I/O boards. National Instruments LabVIEW product provides an interactive front panel to control your system and report the results. IOWorks board drivers provide LabVIEW VIs that enable you to control your GE Fanuc I/O boards from a LabVIEW environment. However, you are not limited to these interfaces. You can develop your own interfaces for the IOWorks board driver s using ActiveX, OPC, and other standard technologies. Using IOWorks Board Drivers IOWorks board drivers support all features of GE Fanuc I/O boards as shown in Table 1. The following sections discuss some of the features GE Fanuc I/O boards provide and how IOWorks board drivers enable you to easily program them for your needs. Buffers: IOWorks board drivers allow you to take advantage of some of GE Fanuc s analog input boards, which allow you to gather several scans-worth of data for processing. These boards use very large single buffers or double buffers. Single Buffers: GE Fanuc s VMIVME-3123 analog input board contains a very large single buffer that can store data from several scans. The buffer fills with data as it is gathered. Once the buffer is full, it starts over. A register contains the location of where the data is being stored. IOWorks board drivers provide s to make it easier for you to gather the buffered data. Use the SetBufferSizeInBytes or SetBufferSizeInSamples s to program the board to only use a certain amount of the buffer. The SetBoardInterruptSource sets the board to interrupt when the buffer is half-full or full. The ReadAnalogBuffer reads the register to know where the buffered data is stored and begins reading the data. Double Buffers: A board that supplies two buffers, such as GE Fanuc s VMIVME-3124, can also gather large amounts of data. After one is filled, it begins filling the second, enabling you to gather data from the first before it starts overwriting the data. With double-buffering, you don t have to worry about your code being out of sync and reading a section of the buffer that contains no data. IOWorks board drivers SetDoubleBuffer enables you to take advantage of this feature. Calibration: Many of GE Fanuc s I/O boards have self-calibration features. IOWorks board drivers provide several s that exercise this capability. GE Fanuc also has a test and calibration board, the VMIVME-4125A, that is supported by IOWorks board drivers. The board has an internal voltage source that it uses to test a board s signals. You can then adjust the gains and offsets to ensure you re getting the best possible signal from your board. IOWorks board drivers have a variety of s that enable you to use all the calibration features of the VMIVME-4125A. Waveforms: The VMIVME-4145 analog output board enables you to specify a sequence of voltages to output. You can use s from the IOWorks board drivers to program different waveforms into the VMIVME-4145 buffer. Then you can output these waveforms in the order they were entered, or specify a different order. Timers: IOWorks board driver s enable you to use timer features of your boards to control scans. You can program a timer to a value, and once that value counts down to zero, the board runs its scan. Triggers: Triggers are another way of capturing data. Using IOWorks board drivers, you can trigger a scan with a signal from external source, such as a signal from pin 1 going high, or use the software trigger to specify your own event. Thermocouple and RTD: GE Fanuc s thermocouple and RTD boards are fully supported by IOWorks board drivers. You can specify the type of resistor or thermocouple you are using, and then retrieve the results as a temperature or a voltage. Sequence-of-Events: Sequence-of-Events boards like GE Fanuc s VMIVME-1182 monitor incoming signals for any change of state (signals going from high to low or low to high). Any time a signal changes state, the board records an entry in a table. The entry includes the channel GE Fanuc Automation, Inc South Memorial Parkway, Huntsville, Alabama

6 number and the time the change occurred. IOWorks board drivers include s to read the Sequence-of-Events table. Diagnostics: Many of GE Fanuc s I/O boards are equipped with diagnostic capabilities. The diagnostics routine puts the board in loopback mode it writes values out and reads them back after they have passed through the hardware. You can use IOWorks board driver s to easily initiate a board s diagnostic routine. Offline Diagnostics: Use the IOWorks board driver s RunOfflineDiagnostics to initiate offline diagnostics. With offline diagnostics, the board is not actually writing data. There is no need to worry about the board sending signals to any attached equipment. Online Diagnostics: Using the RunOnlineDiagnostics, you can initiate the online diagnostics feature some I/O boards provide. Online diagnostics provide a more thorough test of the board, but also send signals to attached equipment. Using IOWorks Board Drivers with the IOWorks Product Suite IOWorks board drivers are just one of the products from the IOWorks product suite. Combining it with other IOWorks products, you can enhance your applications. VMEbus Access : VMEbus Access provides the VMEbus support for IOWorks board drivers s. It consists of a driver and dynamic link library interface that provide you with the tools necessary to make accessing the VMEbus a simple task. VMEbus Access even provides utility programs to monitor and debug your accesses on the VMEbus. IOWorks Generic Device Driver: IOWorks generic device driver provides a set of s and utilities that make it possible to easily develop, debug, and run a standard Windows 2000, VxWorks, QNX 4, QNX 6.x, or Linux application that accesses any device whether it be a VME, PCI, or CompactPCI device. It is a PC hardwareindependent generic driver designed to support the widest variety of PC I/O in the industry. VMEbus users will require VMISFT PCI and CompactPCI bus users will require VMISFT Visual IOWorks: Visual IOWorks is a graphical programming tool that enables you to write programs with IEC compliant programming languages. The C++ Function Library (Controls Toolkit) for Visual IOWorks includes blocks for all IOWorks board drivers C++ s. With a simple drag-and-drop operation, you can program your GE Fanuc I/O boards. Soft Logic Link : GE Fanuc s Soft Logic Link provides the capability to load and control run-time source code for a Soft Logic controller. Soft Logic Link provides a graphical interface for connecting to a target, compiling executable source code, and loading the executable to the target. When you add IOWorks board drivers, you can add a variety of I/O boards to your Soft Logic control system. IOWorks Manager : Use IOWorks Manager to create and maintain your entire IOWorks environment including the IOWorks database. This database contains all of the symbols in your IOWorks modules enabling you to add, edit, and monitor the symbols, as well as share information among different applications. Symbols from code created using IOWorks board drivers can also be monitored and shared using the IOWorks Manager. System Requirements Hardware: To use IOWorks board drivers on your system, you need: 486 or higher processor - or - Motorola 68 K or PowerPC-based systems At least 10 Mbyte of free hard disk space per version. For example, if you choose to install both the VxWorks version for Intel and VxWorks version for Motorola, you will need 20 Mbyte of hard disk space. Software: Microsoft Windows NT 4.0/Windows 2000, QNX 4, QNX 6.x, VxWorks, Linux, or UNIX Microsoft Visual C (any version that supports templates) - or - GNU compiler, VxWorks, and Linux Watcom C QNX GE Fanuc Automation, Inc South Memorial Parkway, Huntsville, Alabama

7 You will require the following additional software depending upon the operating system and platform you are using. Operating System Windows 2000 VxWorks QNX 4 QNX 6.x Linux Prerequisite Software for GE Fanuc SBCs* VMEbus Access for Windows 2000 (VMISFT-9420 or -9421) VxWorks Board Support Package (VMISFT-7418) QNX Board Support Package (VMISFT-7417) (VME only) QNX Board Support Package (VMISFT-7435) Prerequisite Software for Standard Platforms VMISFT-9420 or N/A N/A N/A N/A * For the VxWorks operating system (using the Motorola 68 K or PowerPC), the appropriate Board Support Package is required. Software Maintenance A software service agreement is included with your software shipment. The agreement enables you to receive product updates and GE Fanuc customer service. To purchase maintenance/service for your software product, send GE Fanuc the completed form using the address indicated. You receive 30 days free maintenance with your purchase. After that time you must purchase a maintenance agreement in order to receive customer service. The policies are good for one year and are renewable each year. GE Fanuc will notify you when your agreement is about to expire. When you call the 800 customer service phone number, you must give your service representative the product serial number to receive customer support. You can find this serial number on the back of the CD jewel case, or on the invoice. To order annual maintenance for IOWorks products, use the prefix VMISWM- followed by the same ten digits as the product model number. For example, the part number for annual maintenance for VMISFT , IOWorks board drivers is VMISWM To assist you in your Data Acquisition development, GE Fanuc has developed a wide variety of IOWorks software components to facilitate the solution to your I/O systems problems and simplify your development task while enhancing your time-to-market. Trademarks ActiveX, Microsoft, Visual C++, Windows, and Windows NT are registered trademarks of Microsoft Corporation. Intel is a registered trademark of Intel Corporation. CompactPCI is a registered trademark of PCI Industrial Computer Manufacturers Group. Other registered trademarks are the property of their respective owners. Table 1. IOWorks Board Drivers Supported Boards Supported Buses Supported Operating Systems Supported Boards VME PCI CPCI Linux Windows 2000 VxWorks QNX 4 QNX 6.x VMIVME-1111 X X X X X VMIVME-1128 X X X X X X VMIVME-1129 X X X X X VMIVME-1150 X X X X X VMIVME-1160A X X X X X VMIVME-1182 X X X X X VMIVME-1330 X X X X X VMIVME-2120 X X X X X X VMIVME-2127 X X X X X VMIVME-2128 X X X X X VMIVME-2131 X X X X X VMIVME-2170A X X X X X VMIVME-2200 X X X X X VMIVME-2210 X X X X X VMIVME-2232 X X X X X VMIVME-2330 X X X X X VMIVME-2510B X X X X X GE Fanuc Automation, Inc South Memorial Parkway, Huntsville, Alabama

8 Table 1. IOWorks Board Drivers Supported Boards (continued) Supported Supported Buses Boards VME PCI CPCI Linux Windows 2000 Supported Operating Systems VxWorks QNX 4 QNX 6.x VMIVME-2528 X X X X X VMIVME-2532A X X X X X VMIVME-2534 X X X X X VMIVME-2536 X X X X X VMIVME-2540 X X X X X VMIVME-2700 X X X X X VMIVME-3111 X X X X X VMIVME-3113A X X X X X X VMIVME-3119 X X X X X VMIVME-3120 X X X X X VMIVME-3122 X X X X X VMIVME-3123 X X X X X VMIVME-3124 X X X X X VMIVME-3125 X X X X X VMIVME-3126A X X X X X VMIVME-3128 X X X X X VMIVME-3230 X X X X X VMIVME-3800 X X X X X VMIVME-3801 X X X X X VMIVME-4116 X X X X X VMIVME-4120 X X X X X VMIVME-4121 X X X X X VMIVME-4125A X X X X X VMIVME-4132 X X X X X VMIVME-4140 X X X X X VMIVME-4145 X X X X X VMIVME-4150 X X X X X VMIVME-4514A X X X X X VMIVME-4800 X X X X X VMIVME-4900 X X X X X VMIVME-4905 X X X X X VMIVME-4911 X X X X X VMIVME-4920 X X X X X VMIVME-4941 X X X X X VMIPCI-1335 X X (Note 1) X X (Note 2) X VMIPCI-2335 X X (Note 1) X X (Note 2) X VMIPCI-3322 X X (Note 1) X X (Note 2) X VMIPCI-4320 X X (Note 1) X X (Note 2) X VMICPCI-1120 X X (Note 1) X X (Note 2) X VMICPCI-1335 X X (Note 1) X X (Note 2) X VMICPCI-2140 X X (Note 1) X X (Note 2) X VMICPCI-2335 X X (Note 1) X X (Note 2) X VMICPCI-3322 X X (Note 1) X X (Note 2) X VMICPCI-4320 X X (Note 1) X X (Note 2) X Note 1. Linux support for CompactPCI and PCI boards is planned. Note 2. Intel platforms only. Motorola 68 K and PowerPC versions of the VMISFT-9450 do not support PCI or CompactPCI Boards. GE Fanuc Embedded Systems Information Centers USA and the Americas: Europe, Middle East and Africa: Huntsville, AL Edinburgh, UK 44 (131) (256) Paris, France 33 (1) Ventura, CA 1 (805) Greenville, SC 1 (864) Additional Resources For more information, please visit the GE Fanuc Embedded Systems web site at:

VMIVME-3113A Specifications

VMIVME-3113A Specifications GE Fanuc Automation VMIVME-3113A Specifications Scanning 12-bit Analog-to-Digital Converter Board with Built-in-Test Features: 64 differential or single-ended inputs Powers up in autoscanning mode no software

More information

VMICPCI-7755 Intel Pentium III Processor-Based CompactPCI System Controller SBC with 133 MHz System Bus

VMICPCI-7755 Intel Pentium III Processor-Based CompactPCI System Controller SBC with 133 MHz System Bus Intel Pentium III Processor-Based System Controller SBC with 133 MHz System Bus Single slot Pentium III FC-PGA370 socket processor-based single board computer (SBC) with 133 MHz system bus Up to 512 Mbyte

More information

VMICPCI-7753 Intel Celeron /Pentium III CompactPCI System Controller

VMICPCI-7753 Intel Celeron /Pentium III CompactPCI System Controller Intel Celeron /Pentium III System Controller Single slot system controller, Celeron and Pentium III socket 370 processor-based single board computer (SBC) Up to 192 Mbyte IDE CompactFlash (optional) Four

More information

VMIVME-1184 Specifications

VMIVME-1184 Specifications GE Fanuc Automation VMIVME-1184 Specifications 32-bit Optically Isolated Change-of-State (COS) Input Board with Sequence-of-Events (SOE) Features: 32 channels of optically isolated digital Change-of-State

More information

INTELLIGENT I/O CONTROLLER Specifications

INTELLIGENT I/O CONTROLLER Specifications GE Fanuc Automation INTELLIGENT I/O ONTROLLER Specifications Host Software Support Package Features: Source code supplied in I/O point manager - User-friendly interactive tool for creating, modifying and

More information

VMIPCI-5565 Specifications

VMIPCI-5565 Specifications GE Fanuc Automation VMIPCI-5565 Specifications Ultrahigh Speed Fiber-Optic Reflective Memory with Interrupts Features: High speed, easy to use fiber-optic network (2.12 Gbaud serially) Data written to

More information

VMIVME-2120 Specifications

VMIVME-2120 Specifications GE Fanuc Automation VMIVME-2120 Specifications 64-bit High Voltage Digital Output with Built-in-Test Features: 64 bits of high voltage outputs High current drivers (600mA sink) Automatic surge current

More information

VMIVME-1160A Specifications

VMIVME-1160A Specifications GE Fanuc Automation VMIVME-1160A Specifications 32-bit Optically Coupled Digital Input with Change-of-State Interrupts Features: 32 optically coupled digital inputs 5V to 48VDC input range Voltage sourcing

More information

VMIVME-1182 Specifications

VMIVME-1182 Specifications GE Fanuc Automation VMIVME-1182 Specifications 64-Channel Isolated Digital Input Board with Multifunctional Intelligent Controller Features: 64 optically isolated inputs Multifunctions available per channel

More information

VMIVME-1111 Specifications

VMIVME-1111 Specifications GE Fanuc Automation VMIVME-1111 Specifications 64-bit High-Voltage Digital Input Board with Built-in-Test Features: 64 bits of differential or high-voltage digital inputs Each group of 32 inputs are jumper-selectable

More information

VMIVME Intel Pentium III Socket 370 Processor-Based VMEbus Single-Board Computer REVIEW

VMIVME Intel Pentium III Socket 370 Processor-Based VMEbus Single-Board Computer REVIEW Intel Pentium III Socket 370 Processor-Based VMEbus Single-Board Computer Intel Pentium III PGA370 socket-based single-board computer (SBC) with operating system support for Windows 98 second edition,

More information

VMIVME-7807 Intel Pentium M-Based VME Single Board Computer

VMIVME-7807 Intel Pentium M-Based VME Single Board Computer Intel Pentium M-Based VME Single Board Computer Available with either the 1.1 GHz, 1.6 GHz or 1.8 GHz Pentium M processor Up to 2 Mbyte of advanced L2 cache Up to 1.5 Gbyte DDR SDRAM Up to 2 Gbyte bootable

More information

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment FAST SHIPPING AND DELIVEY TENS OF THOUSANDS OF IN-STOCK ITEMS EQUIPMENT DEMOS HUNDEDS OF MANUFACTUES SUPPOTED

More information

VMIVME Scanning 14-bit Analog-to-Digital Converter Board with Programmable Gain Memory

VMIVME Scanning 14-bit Analog-to-Digital Converter Board with Programmable Gain Memory Scanning 14-bit Analog-to-Digital Converter Board with Programmable Gain Memory 64 differential or single-ended inputs 14-bit A/D conversion 58 khz conversion rate Program-selectable scanning of 16, 32,

More information

VMIVME Single-Slot Pentium Processor-Based VMEbus Single-Board Computer with M-Systems, Inc. s DiskOnChip and PMC Site

VMIVME Single-Slot Pentium Processor-Based VMEbus Single-Board Computer with M-Systems, Inc. s DiskOnChip and PMC Site Single-Slot Pentium Processor-Based VMEbus Single-Board Computer with M-Systems, Inc. s DiskOnChip and PMC Site Pentium processor-based single-board computer (SBC) with PMC site Special features for embedded

More information

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment FAST SHIPPING AND DELIVERY TENS OF THOUSANDS OF IN-STOCK ITEMS EQUIPMENT DEMOS HUNDREDS OF MANUFACTURERS SUPPORTED

More information

VMIVME Pentium III Processor-Based VMEbus Single-Board Computer

VMIVME Pentium III Processor-Based VMEbus Single-Board Computer Pentium III Processor-Based VMEbus Single-Board Computer Pentium III processor-based single-board computer (SBC) Special features for embedded applications 8 to 192 Mbyte bootable flash on secondary IDE

More information

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment FAST SHIPPING AND DELIVERY TENS OF THOUSANDS OF IN-STOCK ITEMS EQUIPMENT DEMOS HUNDREDS OF MANUFACTURERS SUPPORTED

More information

VMIVME Intel Pentium III Processor-Based VMEbus Single-Board Computer

VMIVME Intel Pentium III Processor-Based VMEbus Single-Board Computer Pentium III FC-PGA/PGA2 socket processor-based single-board computer (SBC) with 133 MHz system bus Special features for embedded applications include Up to 192 Mbyte bootable flash on secondary IDE (optional)

More information

VMIVME-7750* Specifications

VMIVME-7750* Specifications GE Intelligent Platforms VMIVME-7750* Specifications Intel Pentium III Processor- Based VME Single Board Computer Features: Up to 1.26 GHz Pentium III processor with 512 Kbyte advanced transfer cache Up

More information

VMIVME-7851 Intel Pentium 4 Processor - M-Based VME Single Board Computer

VMIVME-7851 Intel Pentium 4 Processor - M-Based VME Single Board Computer Intel Pentium 4 Processor - M-Based VME Single Board Computer Up to 2.20 GHz Pentium 4 Processor - M with 512 KB advanced transfer cache Up to 1 GB PC1600 DDR SDRAM using one SODIMM Internal SVGA and DVI

More information

VMIVME Channel Optically Coupled Digital I/O Board with Built-in-Test. Functional Characteristics

VMIVME Channel Optically Coupled Digital I/O Board with Built-in-Test. Functional Characteristics -Channel Optically Coupled Digital I/O Board with Built-in-Test optically coupled outputs optically coupled inputs High isolation potential 1 kv sustained 3.5 kv pulsed 8-, 16-, -bit data transfers Standard

More information

VMIPCI-5565* Specifications

VMIPCI-5565* Specifications VMIPCI-5565* Specifications Ultrahigh Speed Fiber-Optic Reflective Memory with Interrupts Features: High speed, easy to use fiber-optic network (2.12 Gbaud serially) Data written to memory in one node

More information

VMIVME-7050 PowerPC VME Single Board Computer

VMIVME-7050 PowerPC VME Single Board Computer PowerPC VME Single Board Computer High performance PowerPC single board computer (SBC) Up to 2 Gbyte of DDR266 SDRAM with ECC (PC2100) (without losing any PMC expansion capabilities) 512 Kbyte on-chip

More information

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment FAST SHIPPING AND DELIVERY TENS OF THOUSANDS OF IN-STOCK ITEMS EQUIPMENT DEMOS HUNDREDS OF MANUFACTURERS SUPPORTED

More information

VMIVME-4140 Specifications

VMIVME-4140 Specifications G Fanuc Automation VMIVM-4140 Specifications 32-Channel 12-bit Analog Output Board Features: 32 analog output channels 10mA maximum output current per channel One 12-bit D/A converter (DAC) per output

More information

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment FAST SHIPPING AND DELIVERY TENS OF THOUSANDS OF IN-STOCK ITEMS EQUIPMENT DEMOS HUNDREDS OF MANUFACTURERS SUPPORTED

More information

Install the Software and Hardware

Install the Software and Hardware WHERE TO START WITH YOUR NI 4350/4351 This document explains how to begin using your National Instruments 4350/4351 high-precision temperature and voltage meters. The NI 4350/4351 (NI 435x) products include

More information

VMIVME Dual Pentium III FC-PGA/PGA2 Processor Based VMEbus Single Board Computer PHOTO NOT AVAILABLE

VMIVME Dual Pentium III FC-PGA/PGA2 Processor Based VMEbus Single Board Computer PHOTO NOT AVAILABLE Dual Pentium III FC-PGA/PGA2 Processor Based VMEbus Single Board Computer Dual slot, dual Pentium III processor based VMEbus controller Based on ServerWorks LE chipset with 133 MHz system bus Special features

More information

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment FAST SHIPPING AND DELIVERY TENS OF THOUSANDS OF IN-STOCK ITEMS EQUIPMENT DEMOS HUNDREDS OF MANUFACTURERS SUPPORTED

More information

VMIVME-7700 Ultra Low Voltage Intel Celeron VMEbus

VMIVME-7700 Ultra Low Voltage Intel Celeron VMEbus Ultra Low Voltage Intel Celeron VMEbus Intel s Ultra Low Voltage Celeron 400 MHz/650 MHz processor Special features for embedded applications include: Up to 1 GB bootable Flash on secondary IDE (optional)

More information

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment

Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment Artisan Technology Group is your source for quality new and certified-used/pre-owned equipment FAST SHIPPING AND DELIVERY TENS OF THOUSANDS OF IN-STOCK ITEMS EQUIPMENT DEMOS HUNDREDS OF MANUFACTURERS SUPPORTED

More information

VMIACC-5595 Specification

VMIACC-5595 Specification GE Fanuc Automation VMIACC-5595 Specification 2 Gb/s Reflective Memory Hub Assembly Features: For use with GE Fanuc Embedded Systems VMIxxx-5565 Reflective Memory network of products Provides up to eight

More information

Top-Level Review for Porting GE Fanuc/SBS 1553 Programs to Alta Data Technologies

Top-Level Review for Porting GE Fanuc/SBS 1553 Programs to Alta Data Technologies Top-Level Review for Porting GE Fanuc/SBS 1553 Programs to Alta Data Technologies (Please note: GE Fanuc/SBS Function Call Names are Copyright GE Fanuc Intelligent Platforms; Alta Function Call Names are

More information

VME-3128A* Scanning 14-bit Analog-to- Digital Converter Board with Programmable Gain Memory

VME-3128A* Scanning 14-bit Analog-to- Digital Converter Board with Programmable Gain Memory GE Intelligent Platforms VME-3128A* Scanning 14-bit Analog-to- Digital Converter Board with Programmable Gain Memory Features: 64 differential or single-ended inputs 14-bit A/D conversion 58 khz conversion

More information

Making the decision to switch from PLC to PC-based Control has gotten even easier with the introduction of MachineLogic Control Software.

Making the decision to switch from PLC to PC-based Control has gotten even easier with the introduction of MachineLogic Control Software. CTC Parker Automation MachineLogic and MachinePoint TM I/O A complete systems solution for open machine control MachineLogic Control Software, combined with CTC s new MachinePoint I/O products, gives you

More information

EPC -8 Highly integrated Intel486 -based VMEbus Embedded CPU

EPC -8 Highly integrated Intel486 -based VMEbus Embedded CPU RadiSys EPC -8 Highly integrated Intel486 -based VMEbus Embedded CPU System Overview Two-slot version of EPC-8 VMEbus CPU module The RadiSys EPC-8 VMEbus CPU module is a high-performance Intel486- based

More information

ADI12-16(PCI) Isolated Multi-Function Analog Input Board for PCI ADI12-16(PCI) 1. Ver.1.01

ADI12-16(PCI) Isolated Multi-Function Analog Input Board for PCI ADI12-16(PCI) 1. Ver.1.01 Isolated Multi-Function Analog Input for PCI ADI2-6(PCI) This product is PCI-compliant interface boards that convert analog input signals to digital equivalents (performing analog-to-digital conversion).

More information

Data Acquisition Laboratory

Data Acquisition Laboratory Session 2559 Data Acquisition Laboratory Asad Yousuf Savannah State University Abstract The essential element to automate your system for data collection and analysis is termed as the data acquisition.

More information

NI-DAQmx Basic Course NITS John Shannon

NI-DAQmx Basic Course NITS John Shannon NI-DAQmx Basic Course NITS 2005 John Shannon Agenda Intro to DAQMX Difference between traditional / DaqMX MAX and DAQ Assistance Analog Input / Output Property Nodes Buffered / Continuous Acquisition Analog

More information

LabVIEW Basics I: Introduction Course

LabVIEW Basics I: Introduction Course www.ni.com/training LabVIEW Basics I Page 1 of 4 LabVIEW Basics I: Introduction Course Overview The LabVIEW Basics I course prepares you to develop test and measurement, data acquisition, instrument control,

More information

AD12-16(PCI)EV. Features. Analog Input Board for PCI AD12-16(PCI)EV 1. Ver.1.02

AD12-16(PCI)EV. Features. Analog Input Board for PCI AD12-16(PCI)EV 1. Ver.1.02 Analog Input Board for PCI AD2-6(PCI)EV * s, color and design of the products are subject to change without notice. This product is PCI-compliant interface boards that convert analog input signals to digital

More information

Top-Level Review for Porting GE Fanuc/Condor 1553 Programs to Alta Data Technologies

Top-Level Review for Porting GE Fanuc/Condor 1553 Programs to Alta Data Technologies Top-Level Review for Porting GE Fanuc/Condor 1553 Programs to Alta Data Technologies (Please note: GE Fanuc/Condor Function Call Names are Copyright GE Fanuc Intelligent Platforms; Alta Function Call Names

More information

VXIPC 800/700 SERIES FOR WINDOWS 95/NT

VXIPC 800/700 SERIES FOR WINDOWS 95/NT READ ME FIRST VXIPC 800/700 SERIES FOR WINDOWS 95/NT Contents This document contains information to help you understand the components of your kit, determine where to start setting up your kit, and learn

More information

DT9828. USB Powered Thermocouple Measurement Module. Key Features: Analog Input Channels

DT9828. USB Powered Thermocouple Measurement Module. Key Features: Analog Input Channels DT9828 USB Powered Thermocouple Measurement Module Key Features: 8 differential analog inputs for thermocouple or voltage measurements Support for B, E, J, K, N, R, S, and T thermocouple types One cold

More information

Keithley KPCI-3160 Series

Keithley KPCI-3160 Series Keithley KPCI-3160 Series Information in this document is subject to change without notice. The software described is this document is furnished under a license agreement. The software may be used or copied

More information

PRODUCT OVERVIEW ISSUE 4

PRODUCT OVERVIEW ISSUE 4 THE EMBEDDED I/O COMPANY PRODUCT OVERVIEW ISSUE 4 CPU CARRIERS IP CARRIERS PMC CARRIERS COMMUNICATION USER-PROGRAMMABLE FPGA ETHERNET FIELDBUS DIGITAL I/O ANALOG I/O MEMORY MOTION CONTROL PC CARD/CARDBUS

More information

Keithley KPCI-ISO Series. Using DriverLINX with Your Hardware

Keithley KPCI-ISO Series. Using DriverLINX with Your Hardware Keithley KPCI-ISO Series Using DriverLINX with Your Hardware Information in this document is subject to change without notice. The software described in this document is furnished under a license agreement.

More information

HC900 Hybrid Controller When you need more than just discrete control

HC900 Hybrid Controller When you need more than just discrete control HC900 Hybrid Controller When you need more than just discrete control Kepware OPC Server for HC900 Product Note Background OPC (OLE for Process Control ) is an emerging software standard that defines common

More information

VMIVME-7810 Intel Pentium M Processor-Based VME Single Board Computer

VMIVME-7810 Intel Pentium M Processor-Based VME Single Board Computer Pentium M Processor-Based VME Single Board Computer Dual slot VMEbus single board computer (SBC) Pentium M processor, 478-pin PPGA Processor speeds up to 1.6 GHz 1 Mbyte L2 cache on-die Up to 4 Gbyte PC1600

More information

Temperature measurement board, optically isolated, 16/8/4 channels for thermocouples, Pt100, RTD, 18-bit

Temperature measurement board, optically isolated, 16/8/4 channels for thermocouples, Pt100, RTD, 18-bit Temperature measurement board, optically isolated, 16/8/ channels for thermocouples, Pt100, RTD, 18-bit APCI-3200 Up to 16 channels for thermocouples or 8 inputs for resistance temperature detectors (RTD)

More information

Features. High-precision Analog input board (Low Profile size) for PCI Express AI-1616L-LPE AI-1616L-LPE 1. Ver.1.01

Features. High-precision Analog input board (Low Profile size) for PCI Express AI-1616L-LPE AI-1616L-LPE 1. Ver.1.01 High-precision Analog input board (Low Profile size) for PCI Express AI-1616L-LPE *Specifications, colors and design of the products are subject to change without notice. This product is a multi-function,

More information

AIO UE3-PE. Features. 1MSPS 12-bit Analog I/O Board for PCI Express AIO UE3-PE 1. Ver.1.01

AIO UE3-PE. Features. 1MSPS 12-bit Analog I/O Board for PCI Express AIO UE3-PE 1. Ver.1.01 1MSPS 12-bit Analog I/O Board for PCI Express AIO-121601UE3-PE * Specifications, color and design of the products are subject to change without notice. This product is an unisolated PCI Express bus-compliant

More information

E Series Multifunction I/O 1.25 MS/s, 12-Bit, 16 or 64 Analog Inputs

E Series Multifunction I/O 1.25 MS/s, 12-Bit, 16 or 64 Analog Inputs E Series Multifunction I/O 1.25 MS/s, 12-Bit, 16 or 64 Inputs Families (E-1) Families (E-1) Family (MIO-16E-1) PCI-MIO-16E-1 PXI- AT-MIO-16E-1 Family (MIO-64E-1) PCI- PXI- VXI-MIO-64E-1 Input 16 single-ended,

More information

Computer Organization and Programming

Computer Organization and Programming Sep 2006 Prof. Antônio Augusto Fröhlich (http://www.lisha.ufsc.br) 8 Computer Organization and Programming Prof. Dr. Antônio Augusto Fröhlich guto@lisha.ufsc.br http://www.lisha.ufsc.br/~guto Sep 2006

More information

A variety of ECONseries modules provide economical yet flexible solutions. Waveform Generation

A variety of ECONseries modules provide economical yet flexible solutions. Waveform Generation ECONseries BUS: USB Type: Economy, Mini-Instruments ECONseries Economy USB Mini-Instruments Flexible Yet Economical A variety of low-cost ECONseries modules are available to provide flexible yet economical

More information

Quick-Start Software Manual

Quick-Start Software Manual Quick-Start Software Manual VME, PMC, PCI, cpci, PC104, ISA and VXI Platforms The Quick-Start Software Manual Applies to North Atlantic Industries Board Level Products 170 Wilbur Place, Bohemia, NY 11716

More information

AD16-16(PCI)EV. Features. High-Resolution Analog Input Board for PCI AD16-16(PCI)EV 1. Ver.1.01

AD16-16(PCI)EV. Features. High-Resolution Analog Input Board for PCI AD16-16(PCI)EV 1. Ver.1.01 High-Resolution Analog Input Board for PCI AD6-6(PCI)EV * s, color and design of the products are subject to change without notice. Features Resolution :6-bit, combination speed : 0μsec/ch This product

More information

AD12-16(PCI)EV. Features. Analog Input Board for PCI AD12-16(PCI)EV 1. Ver.1.01

AD12-16(PCI)EV. Features. Analog Input Board for PCI AD12-16(PCI)EV 1. Ver.1.01 Analog Input Board for PCI AD2-6(PCI)EV * s, color and design of the products are subject to change without notice. This product is PCI-compliant interface boards that convert analog input signals to digital

More information

CPCI-HPDI32ALT High-speed 64 Bit Parallel Digital I/O PCI Board 100 to 400 Mbytes/s Cable I/O with PCI-DMA engine

CPCI-HPDI32ALT High-speed 64 Bit Parallel Digital I/O PCI Board 100 to 400 Mbytes/s Cable I/O with PCI-DMA engine CPCI-HPDI32ALT High-speed 64 Bit Parallel Digital I/O PCI Board 100 to 400 Mbytes/s Cable I/O with PCI-DMA engine Features Include: 200 Mbytes per second (max) input transfer rate via the front panel connector

More information

DT Measure Foundry TM is a powerful software package designed for test and measurement,

DT Measure Foundry TM is a powerful software package designed for test and measurement, DT Measure Foundry OS: Windows 2000/XP Test and Measurement Software DT Measure Foundry TM 4.0 Powerful Software for Test and Measurement, Control and Analysis Applications Key Features New! Full MATLAB

More information

VXI/VME-PCI8000 SERIES

VXI/VME-PCI8000 SERIES READ ME FIRST VXI/VME-PCI8000 SERIES FOR WINDOWS 95/NT Contents This document contains information to help you understand the components of your kit, determine where to start setting up your kit, and learn

More information

AD16-16(PCI)EV. Features. High-Resolution Analog Input Board for PCI AD16-16(PCI)EV 1. Ver.1.02

AD16-16(PCI)EV. Features. High-Resolution Analog Input Board for PCI AD16-16(PCI)EV 1. Ver.1.02 High-Resolution Analog Input Board for PCI AD6-6(PCI)EV * s, color and design of the products are subject to change without notice. Features Resolution : 6-bit, combination speed : 0 sec/ch This product

More information

Windows Device Driver and API Reference Manual

Windows Device Driver and API Reference Manual Windows Device Driver and API Reference Manual 797 North Grove Rd, Suite 101 Richardson, TX 75081 Phone: (972) 671-9570 www.redrapids.com Red Rapids Red Rapids reserves the right to alter product specifications

More information

VMISFT-RFM2G. Drivers for Windows NT, 2000, 2003 Server and XP Operating Systems Installation Guide Document Number # Rev.

VMISFT-RFM2G. Drivers for Windows NT, 2000, 2003 Server and XP Operating Systems Installation Guide Document Number # Rev. GE Fanuc Automation VMISFT-RFM2G Drivers for Windows NT, 2000, 2003 Server and XP Operating Systems Installation Guide Document Number # 520-000447-940 Rev. B FANUC Parts Table of Contents Chapter 1 -

More information

IBM XL Fortran Advanced Edition V8.1 for Mac OS X A new platform supported in the IBM XL Fortran family

IBM XL Fortran Advanced Edition V8.1 for Mac OS X A new platform supported in the IBM XL Fortran family Software Announcement January 13, 2004 IBM XL Fortran Advanced Edition V8.1 for Mac OS X A new platform supported in the IBM XL Fortran family Overview IBM extends the XL Fortran family to the Apple Mac

More information

Introduction to LabVIEW and NI Hardware Platform

Introduction to LabVIEW and NI Hardware Platform Introduction to LabVIEW and NI Hardware Platform Corrie Botha Platform-Based Approach 2 With LabVIEW, You Can Program the Way You Think 3 With LabVIEW, You Can Program the Way You Think The graphical,

More information

PCI to SH-3 AN Hitachi SH3 to PCI bus

PCI to SH-3 AN Hitachi SH3 to PCI bus PCI to SH-3 AN Hitachi SH3 to PCI bus Version 1.0 Application Note FEATURES GENERAL DESCRIPTION Complete Application Note for designing a PCI adapter or embedded system based on the Hitachi SH-3 including:

More information

Temperature Measurement Instruments Ultra-Accurate... by Design

Temperature Measurement Instruments Ultra-Accurate... by Design TEMPpoint Type: Temperature Measurement Instrument Temperature Measurement Instruments Ultra-Accurate... by Design TEMPpoint is a family of temperature measurement instruments designed for high accuracy

More information

NodeBuilder 3.1 Development Tool Model 10020

NodeBuilder 3.1 Development Tool Model 10020 Description The NodeBuilder tool is a hardware and software platform that is used to develop applications for Neuron Chips and Echelon Smart Transceivers. The NodeBuilder tool includes a complete suite

More information

With Fixed Point or Floating Point Processors!!

With Fixed Point or Floating Point Processors!! Product Information Sheet High Throughput Digital Signal Processor OVERVIEW With Fixed Point or Floating Point Processors!! Performance Up to 14.4 GIPS or 7.7 GFLOPS Peak Processing Power Continuous Input

More information

CPCI-16AIO Channel 16-Bit Analog I/O CPCI Board With 8 Input Channels, 8 Output Channels, and Auto calibration

CPCI-16AIO Channel 16-Bit Analog I/O CPCI Board With 8 Input Channels, 8 Output Channels, and Auto calibration CPCI-16AIO-88 16-Channel 16-Bit Analog I/O CPCI Board With 8 Input Channels, 8 Output Channels, and Auto calibration Features Include: 8 Analog Output Channels with a 16-Bit D/A Converter per Channel 16-Bit

More information

Quick Start Guide. Cole-Parmer USB-based Data Acquisition Software

Quick Start Guide. Cole-Parmer USB-based Data Acquisition Software Quick Start Guide Cole-Parmer USB-based Data Acquisition Software Cole-Parmer Instrument Company 625 East Bunker Court Vernon Hills, Illinois 60061-1844 (847) 549-7600 (847) 247-2929 (Fax) 800-323-4340

More information

VMIVME-2536 Specifications

VMIVME-2536 Specifications G Fanuc Automation VMIVM-2536 Specifications -Channel Optically Coupled Digital I/O Board with Built-in-Test Features: optically coupled outputs optically coupled inputs High isolation potential 1kV sustained

More information

ni.com Integrating EPICS and LabVIEW

ni.com Integrating EPICS and LabVIEW Integrating EPICS and LabVIEW Agenda Overview Channel Access (CA) Support LabVIEW EPICS CA Server LabVIEW EPICS CA Client EPICS IOC Support CompactRIO PXI 3 rd Party Options Questions and Answers 3 Overview

More information

Industrial PC for real-time rapid prototyping KEY FEATURES

Industrial PC for real-time rapid prototyping KEY FEATURES xpc TargetBox Industrial PC for real-time rapid prototyping xpc TargetBox is an industrial PC system that features a combination of performance, ruggedness, and I/O expandability in a compact package specifically

More information

PXI Digital Pattern Instruments

PXI Digital Pattern Instruments Have a question? Contact Us. PRODUCT FLYER PXI Digital Pattern Instruments CONTENTS PXI Digital Pattern Instruments Detailed View of PXIe-6570 Digital Pattern Instrument Key Features NI-Digital Pattern

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

CHAPTER 3 LabVIEW REAL TIME APPLICATION DEVELOPMENT REFERENCES: [1] NI, Real Time LabVIEW. [2] R. Bishop, LabVIEW 2009.

CHAPTER 3 LabVIEW REAL TIME APPLICATION DEVELOPMENT REFERENCES: [1] NI, Real Time LabVIEW. [2] R. Bishop, LabVIEW 2009. CHAPTER 3 By Radu Muresan University of Guelph Page 1 ENGG4420 CHAPTER 3 LECTURE 1 October 31 10 5:12 PM CHAPTER 3 LabVIEW REAL TIME APPLICATION DEVELOPMENT REFERENCES: [1] NI, Real Time LabVIEW. [2] R.

More information

PXA270 EPIC Computer with Power Over Ethernet & Six Serial Protocols SBC4670

PXA270 EPIC Computer with Power Over Ethernet & Six Serial Protocols SBC4670 PXA270 EPIC Computer with Power Over Ethernet & Six Serial Protocols SBC4670 Features RoHS 520MHz Low-power ARM processor w/ 800 x 600 Color LCD Power Over Ethernet and 10/100BASE-T Ethernet GPS module

More information

Agilent L4421A 40-Channel Armature Multiplexer

Agilent L4421A 40-Channel Armature Multiplexer Agilent L4421A 40-Channel Armature Multiplexer Data Sheet LXI compliance includes built-in Ethernet connectivity Fully-featured graphical Web interface 40 2-wire latching armature relays Thermocouple reference

More information

1 Digital tools. 1.1 Introduction

1 Digital tools. 1.1 Introduction 1 Digital tools 1.1 Introduction In the past few years, enormous advances have been made in the cost, power, and ease of use of microcomputers and associated analog and digital circuits. It is now possible,

More information

Celeron EPIC Computer with GUI and Dual Ethernet SBC4685

Celeron EPIC Computer with GUI and Dual Ethernet SBC4685 Celeron EPIC Computer with GUI and Dual SBC4685 Features Ready to run Celeron/Pentium III computer Color flat-panel support Four serial ports CAN Bus interface PC/104 & PC/104-Plus expansion The SBC4685

More information

A12C - 6U VMEbus MPC8245 SBC / PMC

A12C - 6U VMEbus MPC8245 SBC / PMC A12C - 6U VMEbus MPC8245 SBC / PMC PowerPC MPC8245 / 300 MHz 1-slot VMEbus master and slave 512 MB DRAM, CompactFlash Graphics via PMC Dual 10/100-Mbit Fast Ethernet 4 COMs, USB, IDE, keyboard/mouse 2

More information

VMIVME bit High-Voltage Digital Output Board with Built-in-Test FUNCTIONAL CHARACTERISTICS

VMIVME bit High-Voltage Digital Output Board with Built-in-Test FUNCTIONAL CHARACTERISTICS 128 bits of high-voltage outputs High-current drivers (600 ma sink) Automatic surge current shutdown protection Thermal shutdown protection High breakdown voltage (55 V) Output clamp diodes for inductive

More information

USER S MANUAL. Series PMC464, APC464, AcPC Digital I/O and Counter Timer Board

USER S MANUAL. Series PMC464, APC464, AcPC Digital I/O and Counter Timer Board Series PMC464, APC464, AcPC464 64 Digital I/O and Counter Timer Board USER S MANUAL ACROMAG INCORPORATED Tel: (248) 295-0310 30765 South Wixom Road Fax: (248) 624-9234 Wixom, MI 48393-2417 U.S.A. Copyright

More information

VMIVME-3122 HIGH-PERFORMANCE 16-BIT ANALOG-TO-DIGITAL CONVERTER BOARD

VMIVME-3122 HIGH-PERFORMANCE 16-BIT ANALOG-TO-DIGITAL CONVERTER BOARD VMIVME-3122 HIGH-PERFORMANCE 16-BIT ANALOG-TO-DIGITAL CONVERTER BOARD PRODUCT MANUAL DOCUMENT NO. 500-003122-000 G Revised 8 October 1997 VMIC 12090 SOUTH MEMORIAL PARKWAY HUNTSVILLE, ALABAMA 35803-3308

More information

Features. Specifications. Digital Output Board with independently common Relay-Isolation for PCI RRY-16C(PCI)H

Features. Specifications. Digital Output Board with independently common Relay-Isolation for PCI RRY-16C(PCI)H Digital Output Board with independently common -Isolation for PCI The < > and < > are PCI buscompliant interface boards that output signals to lead relay contacts. The < > provides up to 16 relay outputs.

More information

Getting Started. with SoftWIRE

Getting Started. with SoftWIRE Getting Started with SoftWIRE for Visual Studio.NET Document Revision 1, September, 2005 Copyright 2005, SoftWIRE Technology Table of Contents About SoftWIRE and this Getting Started Guide... 1 Introducing

More information

USER S MANUAL. Series PMC424, APC424, AcPC Differential I/O and 16 TTL I/O with 4 Counter Timers

USER S MANUAL. Series PMC424, APC424, AcPC Differential I/O and 16 TTL I/O with 4 Counter Timers Series PMC424, APC424, AcPC424 24 Differential I/O and 16 TTL I/O with 4 Counter Timers USER S MANUAL ACROMAG INCORPORATED Tel: (248) 295-0310 30765 South Wixom Road Fax: (248) 624-9234 Wixom, MI 48393-2417

More information

A15C - 6U VME64 MPC8245 SBC / PMC

A15C - 6U VME64 MPC8245 SBC / PMC A15C - 6U VME64 MPC8245 SBC / PMC PowerPC MPC8245 / 400 MHz64-bit VMEbus master and slave Up to 256 MB DRAM, CompactFlash Graphics via PMCDual 10/100Mbit Fast Ethernet 4 COMs, USB, IDE, keyboard/mouse

More information

Agilent L4433A Dual/Quad 4x8 Reed Matrix

Agilent L4433A Dual/Quad 4x8 Reed Matrix Agilent L4433A Dual/Quad 4x8 Reed Matrix Data Sheet LXI compliance includes built-in Ethernet connectivity Fully-featured graphical Web interface Dual 4x8, 8x8, or 4x16 2-wire configurations 64 2-wire

More information

IBM AIXlink/X.25 V2.1 offers enhancements for migration from X.25 specific adapters that allow APIs to remain the same

IBM AIXlink/X.25 V2.1 offers enhancements for migration from X.25 specific adapters that allow APIs to remain the same Software Announcement July 13, 2004 IBM AIXlink/X.25 V2.1 offers enhancements for migration from X.25 specific adapters that allow APIs to remain the same Overview The AIXlink/X.25 V2.1 program is enhanced

More information

ICP2432-to-PCI Host Protocol Specification DC A

ICP2432-to-PCI Host Protocol Specification DC A ICP2432-to-PCI Host Protocol Specification DC 900-1509A Simpact, Inc. 9210 Sky Park Court San Diego, CA 92123 April 1997 Simpact, Inc. 9210 Sky Park Court San Diego, CA 92123 (619) 565-1865 ICP2432-to-PCI

More information

Serial Network Interface Cards

Serial Network Interface Cards These network interface cards allow connecting your computer to Serial Industrial Networks. BradCommunications is the easiest and trouble free solution to quickly connect your visualization application

More information

Alma2e PCI-to-VME Bridge: Using VME 2eSST Protocol

Alma2e PCI-to-VME Bridge: Using VME 2eSST Protocol Alma2e PCI-to-VME Bridge: Using VME 2eSST Protocol Serge Tissot September 25, 2002 Overview The ALMA2e is a new bus bridge designed by Thales Computers that interfaces between the PCI bus and the VMEbus.

More information

ADM-96S AND ADM-48D HIGH PERFORMANCE DATA ACQUISITION SYSTEMS

ADM-96S AND ADM-48D HIGH PERFORMANCE DATA ACQUISITION SYSTEMS ADM-96S AND ADM-48D HIGH PERFORMANCE DATA ACQUISITION SYSTEMS ADM-96S DATA ACQUISITION SYSTEM 500-1-0-4100 REV.A ADM-96S / 48D VME MODULE KEY FEATURES Up to 96 Single Ended Input (ADM-96S) Up to 48 Differential

More information

MOIS Overview. 1. Developer Walkthrough

MOIS Overview. 1. Developer Walkthrough MOIS Overview The Modular Ocean Instrumentation System (MOIS) software was developed in the LabVIEW programming language. The software runs on a LabVIEW real-time target. The National Instruments produced

More information

Environmental Operating Temperature 0-60 degrees C Humidity (non condensing) 5 to 95% NEMA 4/12 faceplate (NEMA4x/12 for Mini OCS)

Environmental Operating Temperature 0-60 degrees C Humidity (non condensing) 5 to 95% NEMA 4/12 faceplate (NEMA4x/12 for Mini OCS) Specifications Courtesy of Steven Engineering, Inc. 230 Ryan Way, South San Francisco, CA, 94080-6370 Main Office: (650) 588-9200 Outside Local Area: (800) 258-9200 www.stevenengineering.com IC300OCS0XX

More information

16AIO Bit Analog Input/Output Board. With 16 Input Channels and 8 Output Channels

16AIO Bit Analog Input/Output Board. With 16 Input Channels and 8 Output Channels 16AIO168 16-Bit Analog Input/Output Board With 16 Input Channels and 8 Output Channels Available in PMC, PCI, cpci, PCI-104 and PC104-Plus and PCI Express form factors as: PMC-16AIO168: PMC, Single-width

More information