Flexible system customization. Short-period of development. Popular motion control languages

Size: px
Start display at page:

Download "Flexible system customization. Short-period of development. Popular motion control languages"

Transcription

1 MOTION CONTROLLER C

2 CONCEPT 1 CONCEPT 2 CONCEPT 3 Motion control, robot control, and PLC control all in one unit Enables seamless integration of motion control, robot control, and PLC control Simple system Wire-saving by serial interface Supports many serial buses (e.g. GA1060, SERCOS, CANopen, and PROFIBUS) Compact, modular structure Flexible system customization High expansivety, extensive option modules Extensive software library CONCEPT 4 CONCEPT 5 Short-period of development Prepared user-friendly development tools Enables modularized development or partible development through structured programming Uses resource programs (software-assets inheritance) Popular motion control languages World-standard PLC language (IEC ) Robot language (TeachTalk) 1

3 CONCEPT 1 Motion control, robot control, and PLC control all in one unit Enables seamless integration of motion control, robot control, and PLC control Motion control PTP, interpolation, and path-control operations Robot control Cartesian to 6/7 axes articulated arm robots PLC control I/O, real-time tasks, multi-tasks I/O control PLC CNC Robot Motion control SANMOTION C can seamlessly integrate the controllers needed for each device or machine in one unit. Conventional system system Ethernet Factory LAN Ethernet Factory LAN Motion control FIELD Bus PLC control Robot control PLC control Motion control Robot control 2

4 CONCEPT 2 Simple system Various Wire-saving interfaces features Wire-saving by serial interface Supports many serial buses (e.g. GA1060, SERCOS, CANopen, and PROFIBUS) Compact, modular structure Networking Reduced wiring GA1060 SERCOS CANopen PROFI BUS GA1060 LSI specialized for servo communications: Features synchronous communications between a controller and several servo-amplifiers using a multi-drop serial interface based on the RS485. Real-time control Date of position and velocity is monitored, and the change in the servo parameter is possible in servo operation. Improved communications reliability (communication redundancy) Checks for communication errors and resends data when errors occur. Dynamic range Use of high-resolution encoder in high speed operation. Improved maintainability Alarm/parameter setup. Modular structure F F 3

5 CONCEPT 3 Flexible system customization All application systems can be set up easily. High expansivety, extensive option modules Extensive software library Customer application equipment Conveyor, packaging machine, semiconductor-manufacturing equipment, liquid-crystal-manufacturing equipment,measuring instruments, inspection equipment, pressing machine, injection molding machine, others Kinematics SCARA robots Cartesian robots 6/7 axes articulated arm robots Multi-axis synchronization Linear interpolation arc interpolation Position, velocity, acceleration X-Y table drilling roll feeder transfer Robot control Sequence control Motion control Extensive library FB Function Block API MFB Motion Function Block Firmware CAN 1Mbps bus Example of adding DIO modules via FieldBus (CAN) Max. 12 units RS485/422 Touch panel Process I/O System USB memory Compact Flash 4

6 CONCEPT 4 Short-period of development Prepared user-friendly development tools Enables modularized development or partible development through structured programming Uses resource programs (software-assets inheritance) Distributed Development Configuration manager Real-time monitor LAN HMI programming PLC programming Motion programming Robot programming HMI Integrated Development tools PLC/MCU RCU View IEC edit Teach edit Scope Manager JAVA IEC TeachTalk Monitor Servo Tuning Structured programming Break down each program into small parts (program constituent units) Specify an execution scan period for each I/O (TASK) POU Operation description Variable definitions Common input/ output variables PART1 Uses resouce programs software-assets inheritance LD ( ) LD Not. IL A P SFC 5

7 CONCEPT 5 Popular motion control languages The four programming languages LD,IL,ST, and SFC of IEC are supported. Furthermore,FB(Function Block) supports the machine units concept and therefore enables the software components, and structured programming. World-standard PLC language (IEC ) Robot language (TeachTalk) World-standard PLC language (IEC ) Makes programming more efficient and enables sharing of program resource Available for languages from IEC IL Instruction List Reduces application size LD Ladder Diagram Replaces relay sequence ST Structured Text Application description SFC Sequential Function Chart Application-structure description SFC Convenient for expressing the operation of an entire SFC control system Sequential Function Chart Start Transition conditions Transition conditions can be described by LD, FBD, etc. Step 1 N Action1 Transition conditions Execute program specified by Action1 Instruction List LD A ANDN B ST C Ladder Diagram A B C ( ) Branch Step 2 S Action2 Step 3 S Action3 A B & C Transition conditions Combine flow Structured Text Step 4 S Action1 C:=A AND NOT B IEC edit IEC (IEC standard) open platform promoted at PLCopen enables use of existing resource. Robot language (TeachTalk) Teach Talk ROUTINE Observation( ) WHILE TRUE Do WAIT go; red:=true; sleep(100); red:=false; START blinking(s); WAIT IS FINISHED OR NOT go; STOP blinking; go:=false; END_WHILE END_ROUTINE Teach edit 6

8 Examples of System Configurations Applications Loader, unloader, Conveying equipment single-axis, combination, Wire-saving application X-Y table, electronic gearing, electronic cams linear/arc interpolation, path-control application Model Remarks Hardware CPU module CP230-Z PowerPC 266MHz, 16MB, CAN, RS485 I/O module DM260-A 8DI, 8DO 0.5A 100% /1.0A 50% Interface module SX210-A RS232C Compact Flash CF 128MBCF Field bus module FM299-A GA1060 I/F module max. 16 axis Software PLC-CP23X PLC control firmware Mcu.ptp PTP control firmware Model Remarks Hardware CPU module CP230-Z PowerPC 266MHz, 16MB, CAN, RS485 I/O module DM260-A 8DI, 8DO 0.5A 100% /1.0A 50% Interface module SX210-A RS232C Compact Flash CF 128MBCF Field bus module FM299-A GA1060 interface module (max. 16 axis) Software PLC-CP23X PLC control firmware Mcu.ptp PTP control firmware Mcu.path Path control firmware Mcu.sensor Sensor control firmware Mcu.Tracking Tracking control firmware SANMOTION C combines the classic advantages of standard PLC technology (real-time operation, industrial robustness and stability) with the advantages of modern PC technology (Ethernet, USB, multimedia, Internet). Due to the open hardware and software architecture, individual system components can also be integrated later at any time. Examples of motion functions Function blocks KMFB_GetReference Commands to axis objects the corresponding section of the PLCOpen documentation is given in brackets KMFB_MoveAbsolute 3.1 Jerk limiting KMFB_MoveRelative 3.2 Trapezoidal acceleration profile KMFB_MoveAdditive 3.3 Sin 2 acceleration profile KMFB_MoveVelocity 3.5 KMFB_Stop 3.7 KMFB_Power 3.8 KMFB_ReadStatus 3.9 KMFB_ReadAxisError 3.10 KMFB_Reset 3.11 KMFB_ReadParameter & ReadBoolParameter 3.12 KMFB_WriteParameter & WriteBoolParameter 3.13 KMFB_ReadActualPosition & ReadActualVelocity 3.14 and Ext. V KMFB_ReadBackValues KMFB_SetPosition Ext. V KMFB_SetOverride Ext. V Path blending Overlapping Definition by radius=start of blending Deviation=shortest distance from path to P2 Percentage of segment=start of blending Commands for digital cam controller KMFB_EnableDigCamTrack KMFB_ReadDigCamTrackStatus KMFB_ReadDigCamTrackParameter KMFB_WriteDigCamTrackParameter KMFB_EnableDigCam KMFB_ReadDigCamStatus KMFB_ReadDigCamParameter KMFB_WriteDigCamParameter 7

9 Cartesian robots, SCARA robots multi-axis, synchronous-operation application Model Remarks Hardware CPU module CP232-Z PowerPC 400MHz, 64MB, CAN, RS485 I/O module DM260-A 8DI, 8DO 0.5A 100% /1.0A 50% Interface module SX210-A RS232C NX250-A Ethernet Compact Flash CF 128MBCF Field bus module FM299-A GA1060 interface module (max. 16 axis) Software PLC-CP23X PLC control firmware Mcu.ptp PTP control firmware Mcu.path Path control firmware Mcu.sensor Sensor control firmware Mcu.Tracking Tracking control firmware Mcu.workspaceWorkspace firmware 6/7 axes articulated arm robots multi-axis, synchronous-operation application Model Remarks Hardware CPU module CP232-Z PowerPC 400MHz, 64MB, CAN, RS485 I/O module DM260-A 8DI, 8DO 0.5A 100% /1.0A 50% Interface module SX210-A RS232C NX250-A Ethernet Compact Flash CF 128MBCF Field bus module FM299-A GA1060 interface module (max. 16 axis) Software PLC-CP23X PLC control firmware Mcu.ptp PTP control firmware Mcu.path Path control firmware Mcu.sensor Sensor control firmware Mcu.Tracking Tracking control firmware Mcu.workspaceWorkspace firmware SANMOTION C controls robot of various types. The programs are optimizes for robot control and the engineering modules for control-operation commands. Examples of robot control functions Administrative function blocks KRCU_Kinematic KRCU_Reset KRCU_Continue KRCU_ReadStatus KRCU_Override KRCU_CreateReferenceSystem KRCU_UpdateTrackingRefSystem KRCU_GetCartPos KRCU-traversing command KMFB_ReadParameter & ReadBoolParameter 3.12 KMFB_WriteParameter & WriteBoolParameter 3.13 KMFB_ReadActualPosition & ReadActualVelocity 3.14 and Ext. V KMFB_ReadBackValues KMFB_SetPosition Ext. V KMFB_SetOverride Ext. V Linear interpolation control Arc interpolation control KRCU-controller connection KRCU_DriveControl KRCU_SEWDriveControl 8

10 Software Specifications Software Robot program Designed for Online-programming Programming and testing on the machine (Teach-In) Selected function commands Simple user interface on teach pendant Process visualization Central adaptation of look & feel Comprehensive auxiliary functions Language-switching functions Programming with Borland (JBuilder) Robot application Implemented in TeachTalk language Definition of function commands Jogging Program execute/step operations Connection to motors and drivers Robot Teach-in editor Robot program Robot application Robot control (Kinematics) Motion NC interpreter Process visualization Motion program Motion control Motion control PTP functions Synchronous Point-To-Point (PTP) interpolation functions Path consistent override and stop Limitation of jerk Axis limiter Workspaces (collision avoidance) Path functions CP interpolation functions (line, circle, spline) Mixed interpolation control (wrist-joint) Path blending with constant speed Trigger points Base system Operating system Vx Works 9

11 HMI PLC, Motion program PLC PLC control PLC program FB library I/O system I/O system OPC server RRS interface... GA1060 SERCOS PROFIBUS-DPV0 Direct I/O... PLC, Motion programming with IEC SFC, ST, IL, and LD languages Compiled code (cycle times < 1ms) Multi-tasking Offline programming tool (IEC-edit) I/O system I/O drivers and interfaces Field buses: GA1060, SERCOS, PROFIBUS-DPV0,... Direct I/O's: Digital-I/O, Analog-I/O, Counter,... Amplifiers: Sanyo Denki (QS-E, PV2,...) Teach pendants: T40, T50, T100 API Application programming interfaces Diagnostics interfaces Configuration with offline tool (SANMOTION.manager) 10

12 11 Product Lineup COMPACT FLASH USB Field bus CAN extension Status display LED RS485 Power SANMOTION C Controller (base) module Interface modules CP 232-Z CPU PowerPC : 400MHz 64MB, CAN,... CP 230-Z CPU PowerPC : 266MHz 16MB, CAN,... CP 231-X CPU PowerPC : 266MHz 64MB, CAN, Graphic I/F... SX210-A RS232C SX230-A RS485/422 NX250-A Ethernet FX200-A CAN RS232C RS485 Ethernet Bus link module BL210-A CAN coupler I/O module DM260-A 8 DI, 8DO DM262-A 8 DI, 8DO AM299-A 4 DI, 4 DO 2 AI diff. 2 AO AM299-B 4 DI, 4 DO 2 AI Pot. 2 AO TM 220-A 3 thermal inputs Typ J, K Field bus module FM299-A GA F Lineup

13 SANMOTION C General Specifications Specifications General Control modes Motion control, PLC control, robot control specifications Control languages PLC,Motion language (IEC ) Robot language (TeachTalk) No. of control axes Motion bus Maximum data-transfer rate Position-commands update cycle Hydraulics control Max. 16/module; expansion up to 2 modules GA Mbps 1, 2, 4, 8, 16, 32 msec Can be customized in combination with special firmware (manufactured after order) Functions Command unit Various (pulse, mm, inch, degree) Maximum command value PTP (PointToPoint) Linear interpolation Arc interpolation Acceleration/deceleration types Teaching playback to ( 31 bit) Linear, rotational, infinite length Max. 6 axes, articulated arm Max. 3 axes Linear, asymmetric, S-curve Teach in Independent operation for each axis Override function Teaching pendants Robot control Kinematics operations (SCARA, Cartesian, 6/7 axes articulated arm, e.t.c ) Collision-avoidance function Programs Program size 30 MB (RAM 64MB) No. of simultaneous tasks Programming Unlimited User-defined functions may be created Options External connections Ethernet RS-232C RS-485/422 Development tools (PC/AT compatible) IECedit Teachedit (programming and debugging) Manager (parameter-setting tools) Scope (data tracing ; SW oscilloscope) View (HMI development tools) Usage Power supply DC24V (19.2 to 30VDC) environment Operating temperature 0 to 55 (IEC compliance) Storage temperature Humidity Dimensions Mass 40 to 70 (IEC compliance) 10 % to 95 %(no condensation) (IEC compliance) 125mm(H) 180mm(W) 100mm(D) (Controller modules) 0.65kg (Controller modules) 12

14 ART / Rev 00 / Ind 00 SX 230/A P Dimensions (Unit : mm) Dimensions Controller (base) module CP23 CP23 - Connector : SIO, CAN : D-sub 9-pin female connector Power supply DC24V : MSTB2.5/2-ST-5.08 (Phoenix Contact) 100± ±2 DIN rail 121±2 72±1 Interface modules CAN module FX200-A Connector : D-sub 9-pin female connector Ethernet module NX250-A Connector : RJ45 connector (8 pin) RS 232C module SX210-A Connector : D-sub 9-pin female connector RS 485/422 module SX230-A Connector : D-sub 9-pin female connector SI1 SX 230/A SANYO DENKI 13

15 SERCOS module FM280-A Connector : SMA connector(optical) GA1060 module FM299-A Connector : D-sub 9-pin female connector 100±2 100±2 121±2 72±1 22.5±1 37 I/O module DM260-A, DM262-A Connector : I/O : MSTB 2.5/8-ST-5.08 (Phoenix Contact) Power supply : MSTB 2.5/8-ST-5.08 (Phoenix Contact) Analog input/output module AM299-A, AM299-B Connector : I/O : MSTB 2.5/8-ST-5.08 (Phoenix Contact) Power supply : MSTB 2.5/8-ST-5.08 (Phoenix Contact) 100±2 121±2 72± ±1 Buslink CANcoupler module BL210-A Connector : D-sub 9-pin female connector, MSTB2.5/2-ST-5.08 (Phoenix Contact) 100±2 121±2 72±1 121±2 72±1 22.5± ±2 121±2 72± ±1 22.5±

16 JAVA, JBuilder, VxWorks, COMPACT FLASH and all other product names decribed in this catalog are trade marks or registered trademarks of respective owners DN

With EtherCAT interface

With EtherCAT interface With EtherCAT interface 2 With high-speed fieldbus EtherCAT interface EtherCAT interface is provided as standard. With 100 Mbps high-speed and high-reliability communications, this fieldbus speeds up the

More information

Kollmorgen. Kollmorgen Automation Suite

Kollmorgen. Kollmorgen Automation Suite Kollmorgen Kollmorgen Automation Suite 1 Kollmorgen Business Structure Aligning with customer needs. 2 Core Competencies Broadest product line in the industry. Delivering the highest quality, with the

More information

List of ISO supported G-Codes and M-functions

List of ISO supported G-Codes and M-functions ARISTOTLE G-Codes List of ISO supported G-Codes and M-functions G-code Function G00 Travers motion and positioning G01 Linear interpolation G02 Circular interpolation CW G03 Circular interpolation CCW

More information

softmc Motion Controller Product Presentation

softmc Motion Controller Product Presentation softmc Motion Controller Product Presentation 1 SoftMC Product Overview Multi-axis motion control software and hardware package, offering extensive programming capabilities for a variety of general purpose

More information

The right control system for each application: Controlling movement with MOVI-PLC

The right control system for each application: Controlling movement with MOVI-PLC Gearmotors \ Industrial Gear Units \ Drive Electronics \ Drive Automation \ Services The right control system for each application: Controlling movement with MOVI-PLC Libraries and application solutions

More information

Platinum Maestro Multi Axis Control. The Ultimate Machine Motion Controller

Platinum Maestro Multi Axis Control. The Ultimate Machine Motion Controller Platinum Maestro Multi Axis Control The Ultimate Machine Motion Controller Making Smart Machines Smarter HMI Visualization Multi-Platform Operating System ANY MOTION with Elmo s Maestro Family Gold Maestro

More information

EPOS2 Positioning Controllers

EPOS2 Positioning Controllers EPOS2 Positioning Controllers CANopen (online commanded) Single motion and I/O commands from the process control are transmitted to the positioning control unit by a superior system (). For that purpose

More information

Platinum Maestro Multi Axis Control. The Ultimate Machine Motion Controller

Platinum Maestro Multi Axis Control. The Ultimate Machine Motion Controller Platinum Maestro Multi Axis Control The Ultimate Machine Motion Controller Platinum Maestro TRUE MACHINE MOTION CONTROL SMART & SIMPLE MOTION IMPLEMENTATION BEST IN CLASS MULTI AXIS CONTROL / Advanced

More information

Hexapod Motion Controller with EtherCAT

Hexapod Motion Controller with EtherCAT Hexapod Motion Controller with EtherCAT Control a 6-Axis Positioning System via Fieldbus Interface C-887.53x Integration into an automation system Synchronous motion in 6 axes Cycle time 1 ms Commanding

More information

C x Hexapod Motion Controller

C x Hexapod Motion Controller C-887.52x Hexapod Motion Controller Compact Bench-Top Device for Controlling 6-Axis Systems Sophisticated controller using vector algorithms Commanding in Cartesian coordinates Changes of the reference

More information

Motion Controller. MXC Series Multi-Axis Motion Controller Compact Motion Controller with up to 6 Axes of Control

Motion Controller. MXC Series Multi-Axis Motion Controller Compact Motion Controller with up to 6 Axes of Control MXC Series Multi-Axis Motion Controller Compact Motion Controller with up to 6 Axes of Control Allied Motion s MXC motion controller is a very compact, multi-axis servo and/or step motor motion controller,

More information

Intelligent Positioning Drive GEL 6111 CANopen, PROFIBUS DP, Ethernet etc.

Intelligent Positioning Drive GEL 6111 CANopen, PROFIBUS DP, Ethernet etc. Intelligent Positioning Drive GEL 6111 CANopen, PROFIBUS DP, Ethernet etc. Technical Information Version 11.10 Features Nominal torque 5 Nm Self-locking system for wear-free holding torque On-board controls

More information

Application Case. Application: Delta s AC Servo System on Robot Arms for CNC Machine Tools. Issued by Solution Center Date March 2013 Pages 5

Application Case. Application: Delta s AC Servo System on Robot Arms for CNC Machine Tools. Issued by Solution Center Date March 2013 Pages 5 Case Application: Delta s AC Servo System on Robot Arms for CNC Machine Tools Issued by Solution Center Date March 2013 Pages 5 Applicable to Delta s AC Servo Drives and Motors Key words Servo System,

More information

TF5xxx TwinCAT 3 Motion Control

TF5xxx TwinCAT 3 Motion Control TF5xxx Motion Control TC3 NC PTP 10 Axes TC3 NC PTP Axes Pack 25 TC3 NC PTP Axes Pack unlimited Technical data TF5000-00pp TF5010-00pp TF5020-00pp TC3 NC PTP 10 Axes implements Motion Control for pointto-point

More information

Controllers. Presentation. Modicon M258 logic controller. Performance. Development and technology. Software configuration

Controllers. Presentation. Modicon M258 logic controller. Performance. Development and technology. Software configuration 0 SoMachine software platform The is a compact, high-performance and fully expandable PLC. It forms a part of Flexible Machine Control approach, a key component of MachineStruxure TM, which brings you

More information

Control blocks CPX-CEC- -V3

Control blocks CPX-CEC- -V3 Key features Application Controller The control blocks CPX-CEC- -V3 are modern control systems for CPX terminals that enable programming with CODESYS to IEC 61131-3. Programming in a global language CODESYS

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

This document provided by Barr-Thorp Electric Co., Inc

This document provided by Barr-Thorp Electric Co., Inc Imprint Legal notice All rights reserved to ELAU GmbH, also in case of patent right applications. No part of this documentation or the accompanying software and firmware may be reproduced, transferred,

More information

Trajexia motion controller

Trajexia motion controller SP IM G AC SERVO DRIVER ADR 0 0 X10 X1 COM 1 3 3 2 9 8 6 7 5 1 4 2 SW1 SW2 CN2 CN1 A/B GRT1-ML2 TJ Trajexia motion controller Motion controllers Stand-alone advanced motion controller over MECHATROLINK-II

More information

Epsilon EP. Compact and Economical. 16 Amp Drive. RoHS approved option! Position Tracker. Epsilon EP.

Epsilon EP. Compact and Economical. 16 Amp Drive. RoHS approved option! Position Tracker. Epsilon EP. Compact and Economical The Series is the most compact digital servo drive in the Control Techniques lineup. Designed to fit in cabinets as small as six inches (152 mm) deep, with cables attached. The drives

More information

Control strategies for web handling

Control strategies for web handling Whitepaper Control strategies for web handling PLC, drive and motion-based functionality and architecture usa.siemens.com/converting 2 Control strategies for web handling Table of contents Abstract 3 Overview

More information

Ver. 01. FnIO S-Series. Integrated Systems for the Speed and Quality

Ver. 01. FnIO S-Series. Integrated Systems for the Speed and Quality Ver. 01 FnIO S-Series Integrated Systems for the Speed and Quality Convenience Economics Stability Considered Design for User. Compact Size : We applied Ultra-small size RTB(Removable Terminal Block) and

More information

THE FACTORY AUTOMATION COMPANY. Power Motion i. CNC + PLC technology for high-performance motion applications. 60 years of CNC experience

THE FACTORY AUTOMATION COMPANY. Power Motion i. CNC + PLC technology for high-performance motion applications. 60 years of CNC experience THE FACTORY AUTOMATION COMPANY Power Motion i CNC + PLC technology for high-performance motion applications 60 years of CNC experience 100% FANUC experience FANUC is the leading global manufacturer of

More information

Programmable Logic Controllers. and Components for Industrial Automation. altus. evolution in automation.

Programmable Logic Controllers. and Components for Industrial Automation. altus. evolution in automation. Programmable Logic Controllers and Components for Industrial Automation altus www.altus.com.br evolution in automation Segmentation Every automation system features unique characteristics that require

More information

Control FPWIN Pro. PLC programming software: one tool for all applications. Control FPWIN Pro is the universal software for all PLCs from Panasonic

Control FPWIN Pro. PLC programming software: one tool for all applications. Control FPWIN Pro is the universal software for all PLCs from Panasonic Control FPWIN Pro PLC programming software: one tool for all applications Control FPWIN Pro is the universal software for all PLCs from Panasonic Control FPWIN Pro the IEC 61131-3 programming system Control

More information

The TCMS Solution ionia Train control by duagon

The TCMS Solution ionia Train control by duagon ionia Train control by duagon The small, space-saving and innovative one-for-all solution with the complete duagon train communication and control expertise. The TCMS Solution Space-saving and powerful

More information

Standard specifications BA006LFE01C01

Standard specifications BA006LFE01C01 Standard specifications BA006LF01C01 ###### 1st dition : August 30, 2016 KAWASAKI HAVY INDUSTRIS, LTD. ROBOT DIVISION Materials and specifications are subject to change without notice. Specification :

More information

How to Easily Implement Siemens Motion Control Solution in the Real World? Presented by Craig Nelson and Kevin Wu Manufacturing in America March

How to Easily Implement Siemens Motion Control Solution in the Real World? Presented by Craig Nelson and Kevin Wu Manufacturing in America March How to Easily Implement Siemens Motion Control Solution in the Real World? Presented by Craig Nelson and Kevin Wu Manufacturing in America March 14-15, 2018 Typical Motion Control Applications Before we

More information

Programmable Set for Ethenet/IP in IP67 TI-BL67-PG-EIP-2

Programmable Set for Ethenet/IP in IP67 TI-BL67-PG-EIP-2 Type designation Ident no. 1545069 Number of channels 2 Dimensions (W x L x H) 108 x 145 x 77.5 mm CoDeSys-programmable acc. to IEC 61131-3 Cable max. 50 m between interface and read/write head 10/100

More information

EUROPE Y-SERIES. up to 3 kg payload

EUROPE Y-SERIES. up to 3 kg payload EUROPE Y-SERIES up to 3 kg payload »Simple and friendly«into THE FUTURE»40 years of experience and state-of-the-art robot technology«the Y-SERIES 1. Speed 4. Flexibility Fast Pick & Place Operations are

More information

Distributed Control I/O System ADAM-8000 Series

Distributed Control I/O System ADAM-8000 Series Distributed Control I/O System Series 16 Series Distributed Control I/O 16-2 Series Total Fieldbus Solution 16-4 CPU s ADAM8214-1BA01 PLC CPU214 16-6 ADAM8214-2BM01 PLC CPU214 with Profibus-DP Master 16-6

More information

Next generation industrial controller

Next generation industrial controller IoT PAC Controller HX Series Next generation industrial controller Automation Solutions by Hitachi HX Series IoT Enabled The new Hitachi HX series PAC Controller combines powerful features and efficiency

More information

Trajexia Motion Controller

Trajexia Motion Controller CN2 A/B CN1 SW1 GRT1-ML2 SW2 TJ1- Trajexia Motion Controller Stand-Alone Advanced Motion Controller Using MECHATROLINK-II Motion Bus 16 axes advanced motion coordination over a robust and fast motion link:

More information

Galil Motion Control. DMC - 18x6. Datasheet (US ONLY)

Galil Motion Control. DMC - 18x6. Datasheet (US ONLY) Galil Motion Control DMC - 18x6 Datasheet Galil Motion Control 270 Technology Way, Rocklin, CA 1-916-626-0101 (US ONLY) 1-800-377-6329 Product Description The DMC-18x6 PCI bus motor controllers belong

More information

1.5 axis motion controller

1.5 axis motion controller Ver. CHARGE POWER CN3 CN CN SERVOPACK RUN RD MCW5 STS SD 6 +4V SGDH- Ver. CHARGE CN CN3 CN SERVOPACK POWER 0 MCW5 RUN STS RD SD 6 +4V R88A-MCW5-@.5 axis motion controller Advanced motion made perfectly

More information

Equipment Connectivity Solution Easy Programing for Real-time Machine Control

Equipment Connectivity Solution Easy Programing for Real-time Machine Control ifactory Solution Ready Platform Equipment Connectivity Solution Easy Programing for Real-time Machine Control SRP-FEC210 loud Shorten Development Time Real-time Data Acquisition & Visualization Real-time

More information

Programmable Set for Ethernet Modbus/TCP in IP67 TI-BL67-PG-EN-2

Programmable Set for Ethernet Modbus/TCP in IP67 TI-BL67-PG-EN-2 Type designation Ident no. 1545065 Number of channels 2 Dimensions (W x L x H) 108 x 145 x 77.5 mm CoDeSys-programmable acc. to IEC 61131-3 Cable max. 50 m between interface and read/write head 10/100

More information

Standard specifications RS007LFF60

Standard specifications RS007LFF60 Standard specifications RS007LFF60 December 05, 2017 KAWASAKI HEAVY INDUSTRIES, LTD. ROBOT DIVISION Materials and specifications are subject to change without notice. Specification : (Arm): (Controller):

More information

Trajexia motion controller

Trajexia motion controller TJ1- Trajexia motion controller Stand-alone advanced motion controller using MECHATROLINK-II motion bus 16 axes advanced motion controller over a robust and fast motion link MECHATROLINK-II Supports position,

More information

Advantech EtherCAT Solutions

Advantech EtherCAT Solutions Advantech EtherCAT Solutions Real Time Precision Simplicity Integration Product Portfolio Software Tools Application Cases www.advantech.com Powerful embedded motion control software SoftMotion Core Advantech

More information

Overview. Complete Application-Ready Platforms for General Motion Control Tasks. AMONet - Advantech Distributed Motion Control Solutions 14-2

Overview. Complete Application-Ready Platforms for General Motion Control Tasks. AMONet - Advantech Distributed Motion Control Solutions 14-2 Overview Complete Application-Ready Platforms for General Motion Control Tasks Since the release of motion control cards in the 1990 s, Advantech has been developing various types of motion control cards

More information

Flex+Drive II and MintDrive II Brushless AC Servo. Controls. Product Characteristics Overview

Flex+Drive II and MintDrive II Brushless AC Servo. Controls. Product Characteristics Overview Flex+Drive II and MintDrive II Brushless AC Servo The Flex+Drive II and MintDrive II Series of Brushless AC Servo are a very flexible, versatile range to suit every application whether this is a simple

More information

iq Works - The Next Generation In Industrial Software

iq Works - The Next Generation In Industrial Software CTS Automation Ltd iq Works - The Next Generation In Industrial Software MELSOFT iq Works integrates the various programming and design software's for Mitsubishi programmable controllers, motion controllers

More information

VISUALMOTION Open Control and Drive System for Press Automation. Metal forming with system

VISUALMOTION Open Control and Drive System for Press Automation. Metal forming with system VISUALMOTION Open Control and Drive System for Press Automation Metal forming with system 2 Best in Class Performance for Press Automation How do you make press automation faster, more flexible, and thus

More information

This document provided by Barr-Thorp Electric Co., Inc

This document provided by Barr-Thorp Electric Co., Inc Imprint Legal notice All rights reserved to ELAU GmbH, also in case of patent right applications. No part of this documentation or the accompanying software and firmware may be reproduced, transferred,

More information

Controller. Network-Compatible Products, Controller F-9 F-9 SCX11. Overview of Controllers F-10 SCX11 F-12. Network- Compatible Products Overview

Controller. Network-Compatible Products, Controller F-9 F-9 SCX11. Overview of Controllers F-10 SCX11 F-12. Network- Compatible Products Overview -, F-9 - Page of s F-10 F-12 F-9 F-10 of s At Oriental, a device that outputs the pulse signals required to operate a stepper motor or an AC servo motor is called a "controller". These products can perform

More information

Retentive On-Delay (TONR)

Retentive On-Delay (TONR) A small sample of the flexibility of PLCs is shown in the following program logic. By reprogramming the T37 contact as a normally closed contact, the function of the circuit is changed to cause the indicator

More information

IndraMotion MLC. TAILIDA TRADING CO., LTD. TEL: FAX:

IndraMotion MLC.   TAILIDA TRADING CO., LTD. TEL: FAX: Electric Drives and Controls Hydraulics Linear Motion and Assembly Technologies Pneumatics Service IndraMotion Simple, open, and flexible - Integrated runtime system with motion, robot, and logic controls

More information

GE Intelligent Platforms

GE Intelligent Platforms GE Intelligent Platforms PAC8000 Hybrid Workbench Powerful software for advanced control strategies PAC8000 Strategy Builder for process control applications IEC 61131-3 software for logic control applications

More information

POWERLINK. For CODESYS. POWERLINK For CODESYS. Integration package of the standard Industrial Ethernet protocol POWERLINK into CODESYS.

POWERLINK. For CODESYS. POWERLINK For CODESYS. Integration package of the standard Industrial Ethernet protocol POWERLINK into CODESYS. For CODESYS For CODESYS Integration package of the standard Industrial Ethernet protocol into CODESYS. For CODESYS Two standard technologies brought together 2 About is one of the most used real-time Ethernet

More information

Programmable Set for Simple I/O Communication via PROFIBUS-DP in IP67 TI-BL67-PG-DP-S-8

Programmable Set for Simple I/O Communication via PROFIBUS-DP in IP67 TI-BL67-PG-DP-S-8 Type designation Ident no. 1545097 Number of channels 8 Dimensions (W x L x H) 204 x 145 x 77.5 mm CoDeSys-programmable acc. to IEC 61131-3 Cable max. 50 m between interface and read/write head 12 Mbps

More information

Galil Motion Control. DMC - 42x0. Datasheet

Galil Motion Control. DMC - 42x0. Datasheet Galil Motion Control DMC - 42x0 Datasheet Product Description The DMC-42x0 is part of Galil s highest performance, stand- alone motion controller Accellera family. Similar to the rest of Galil s latest

More information

Ultra5000 Intelligent Positioning Drive Frequently Asked Questions

Ultra5000 Intelligent Positioning Drive Frequently Asked Questions Ultra5000 Intelligent Positioning Drive Frequently Asked Questions Q: What is the Ultra5000? A: The Ultra5000 Intelligent Positioning Drive is one of the latest additions to the popular Ultra series of

More information

PRODUCT RANGE. Goodwin Electronics: Tel: Web: I/O I/O SW1 PORT BATTERY CPU I/O. DC24V 10Base-T DC 0V POWER

PRODUCT RANGE. Goodwin Electronics: Tel: Web:   I/O I/O SW1 PORT BATTERY CPU I/O. DC24V 10Base-T DC 0V POWER Machine CONTROLLERS PRODUCT RANGE RDY ALM TX STOP SUP INIT CNFG MON TEST OFF ON RUN ERR BAT SW1 RUN STRX TX INIT TEST OFF PORT ERR COL RX ON LD1 LD2 LD3 LD4 MODE I/O LD5 LD6 LD7 LD8 LD1 LD2 LD3 LD4 MODE

More information

Peripheral modules for distributed automation Wrocław tel ul. Wyścigowa 38 fax w w w. a r a p n e u m a t i k.

Peripheral modules for distributed automation Wrocław tel ul. Wyścigowa 38 fax w w w. a r a p n e u m a t i k. Peripheral modules for distributed automation Digital and Analog Inputs & Outputs, Fieldbus couplers & accessories Autoryzowany dystrybutor Parker: 53-012 Wrocław ul. Wyścigowa 38 tel. 71 364 72 82 fax

More information

Galil Motion Control. Sold & Serviced By: [ Toll Free Phone: here] Toll Free Fax:

Galil Motion Control. Sold & Serviced By:   [ Toll Free Phone: here] Toll Free Fax: Galil Motion Control DMC - 40x0 Datasheet [ here] Product The DMC-40x0 is Galil s highest performance, stand- alone motor controller. It belongs to Galil s latest generation motion controller family which

More information

WAGO MODULAR IP67 I/O SYSTEM

WAGO MODULAR IP67 I/O SYSTEM WAGO MODULAR IP67 I/O SYSTEM modular design high performance data transfer extended temperature range 300 500 400-25 C +60 C 600 IP67 distributed I/O Reduce system cost and boost performance with WAGO

More information

OPTIONS. POWERFUL - Controls up to 2 SCARA and. FLEXIBLE - Industry Leading PC based. EASY TO USE - Industry Leading Ease of

OPTIONS. POWERFUL - Controls up to 2 SCARA and. FLEXIBLE - Industry Leading PC based. EASY TO USE - Industry Leading Ease of POWERFUL - Controls up to 2 SCARA and 2 6-axis robots (20 axes of motion) FLEXIBLE - Industry Leading PC based Open Architecture Design EASY TO USE - Industry Leading Ease of use with EPSON RC+ Software

More information

Signal types Coupler Box and PLC Box

Signal types Coupler Box and PLC Box Signal types Coupler ox and PLC ox Fieldbus interface (connection depends on the particular fieldbus) Fieldbus status display Hinged inspection window Address selection switch and diagnostic interface

More information

GE Intelligent Platforms. Flexible Motion Solutions

GE Intelligent Platforms. Flexible Motion Solutions GE Intelligent Platforms Flexible Motion Solutions Build motion control into a competitive advantage Set your machine apart with a flexible motion solution that delivers precise, powerful capabilities

More information

AR Series Robot. SD Series Robot. RC400 Controller. QC600 Controller

AR Series Robot. SD Series Robot. RC400 Controller. QC600 Controller ADTECH Robots AR Series Robot 1 SD Series Robot 2 RC400 Controller 3 QC600 Controller 4 AR Series Robot AR3215 AR4215 AR5215 AR6520 AR7520 AR8520 Naming Rules AR 4 2 15 Product series code Arm length Code

More information

Hadron Xtorm Series Remote Terminal Units

Hadron Xtorm Series Remote Terminal Units Hadron Xtorm Series Remote Terminal Units www.beijerelectronics.com Overcoming your challenges Fast: superior processing speed and high performance protocols Rugged: rugged design for operation in critical

More information

PLC control system and HMI in the Pharmaceutical World

PLC control system and HMI in the Pharmaceutical World PLC control system and HMI in the Pharmaceutical World A typical PLC control system consists of the hardware, software and network components, together with the controlled functions and associated documentation.

More information

MC6 Motion Controller. Highest level of flexibility for industrial automation due to scalable motion control system

MC6 Motion Controller. Highest level of flexibility for industrial automation due to scalable motion control system MC6 Motion Controller Highest level of flexibility for industrial automation due to scalable motion control system Complex motion sequences, high dynamics and precision Shorter cycle times and higher precision

More information

C ed P d ed b Em 184

C ed P d ed b Em 184 184 Modular DIN rail IPCs and Industrial Motherboards 185 186 190 s 254 Industrial Motherboards Embedded Automation 187 190 192 196 198 202 202 203 203 204 204 205 205 205 s Product overview System description

More information

NEW. Servo Controller Series E1100 E1100-DP E1100-MP E1100-DN E1100-RS E1100-MT E1100-CO E1100-GP

NEW. Servo Controller Series E1100 E1100-DP E1100-MP E1100-DN E1100-RS E1100-MT E1100-CO E1100-GP NEW Servo Controller Series E1100 E1100-DP E1100-MP E1100-DN E1100-RS E1100-MT E1100-CO E1100-GP Servo Controller Series E1100 The LinMot controller series E1100 are full digital controlled servo amplifiers

More information

Galil Motion Control. DMC - 500x0. Datasheet. Galil Motion Control 270 Technology Way, Rocklin, CA [Type here] [Type here] [Type here]

Galil Motion Control. DMC - 500x0. Datasheet. Galil Motion Control 270 Technology Way, Rocklin, CA [Type here] [Type here] [Type here] Galil Motion Control DMC - 500x0 Datasheet Galil Motion Control 270 Technology Way, Rocklin, CA 1-800-377-6329 [Type here] [Type here] [Type here] Product The DMC-500x0 EtherCAT Controller is Galil Motion

More information

Motion-Logic system. IndraMotion MLC Controller based

Motion-Logic system. IndraMotion MLC Controller based IndraMotion MLC Controller based 2 Bosch Rexroth AG Electric Drives and Controls Documentation Application description Simple, open and flexible Integrated runtime system with motion, robot and logic controls

More information

IP67 IP20. Controllers Open Flexible Compact SPEEDWAY. Programmable. Fieldbus Couplers. Programmable. Fieldbus Controllers

IP67 IP20. Controllers Open Flexible Compact SPEEDWAY. Programmable. Fieldbus Couplers. Programmable. Fieldbus Controllers WAGO Controllers Controllers Open Flexible Compact WAGO s IEC 61131-3 programmable controllers perform a variety of automation tasks, while providing all the benefits of standard PLC technology (e.g.,

More information

Rexroth IndraMotion for Handling The turn-key automation solution

Rexroth IndraMotion for Handling The turn-key automation solution Electric Drives and Controls Hydraulics Linear Motion and Assembly Technologies Pneumatics Service Rexroth IndraMotion for Handling The turn-key automation solution Simple, scalable and powerful 2 Rexroth

More information

EUROPE R-SERIES. up to 80 kg payload

EUROPE R-SERIES. up to 80 kg payload EUROPE R-SERIES up to 80 kg payload »Simple and friendly«into THE FUTURE»40 years of experience and state-of-the-art robot technology«the R-SERIES 1. High speed 4. Protection Kawasaki Robotics invents

More information

Automation Systems.

Automation Systems. www.ingeteam.com ingesys.info@ingeteam.com The technical data in this catalogue is subject to change without prior notice. GC04IPTT01_A/INGESYSIC3-E/000/0715 NJC The INGESYS IC3 process controller is part

More information

Automation solutions Drives, PLC, motion, motors and safety

Automation solutions Drives, PLC, motion, motors and safety Automation solutions Drives, PLC, motion, motors and safety Motion control solutions Scalable software solutions IEC61131-3 programming environment PLCopen motion library Scalable controller family Scada

More information

Accessories. Embedded Control. Order number: Flash-RAM memory module, 128 K x 16 (for 680I) Accessories

Accessories. Embedded Control. Order number: Flash-RAM memory module, 128 K x 16 (for 680I) Accessories Order number: 680.428.03 Flash-RAM memory module, 128 K x 16 (for 680I) This module combines the benefits of both modules. Save your data in the permanently built-in RAM. The flash-eproms are programmed

More information

FEATURES DESCRIPTION FEATURES

FEATURES DESCRIPTION FEATURES FEATURES Two High Speed Counters Two Pulse Train Outputs Two Pulse Width Modulation Outputs 24 Sinking or Sourcing Inputs 16 Outputs 1 RS232 Port 2 RS485 Ports Supports Modbus RTU Protocol Communicate

More information

Features & Improvements CODESYS V3.5 SP12. CODESYS a trademark of 3S-Smart Software Solutions GmbH

Features & Improvements CODESYS V3.5 SP12. CODESYS a trademark of 3S-Smart Software Solutions GmbH Features & Improvements CODESYS V3.5 SP12 CODESYS a trademark of 3S-Smart Software Solutions GmbH Features & Improvements CODESYS V3.5 SP12 Agenda 1 Runtime 2 Engineering 3 Visualization 4 Motion 5 Fieldbus

More information

Industrial Automation with PLC. LM MICRO SERIES PLC Selection Guide

Industrial Automation with PLC. LM MICRO SERIES PLC Selection Guide Industrial Automation with PLC LM MICRO SERIES PLC Selection Guide Features Highlights FEATURES HIGHLIGHTS Powerful CPU and Analogue Processing The CPU calculation speed for a single boolean instruction

More information

Variable speed drives for asynchronous motors Altivar 61 Option: Controller Inside programmable card

Variable speed drives for asynchronous motors Altivar 61 Option: Controller Inside programmable card Presentation, description0 Altivar Presentation The Controller Inside programmable card is used to adapt the variable speed drive to specifi c applications by integrating control system functions. Various

More information

This document provided by Barr-Thorp Electric Co., Inc

This document provided by Barr-Thorp Electric Co., Inc Imprint Legal notice All rights reserved to ELAU GmbH, also in case of patent right applications. No part of this documentation or the accompanying software and firmware may be reproduced, transferred,

More information

Controllers. Stepping Motors. Stepping Motors A-357. Controllers SCX10 A-364. Introduction AR AS 0.36

Controllers. Stepping Motors. Stepping Motors A-357. Controllers SCX10 A-364. Introduction AR AS 0.36 Stepping Motors s / 0.9 Geared AC Input Motor & DC Input Motor & Motor Only Page Page A-364 RK EMP400 Series A-374 A-90 UMK SG8030J Series A-122 A-388 s s A-357 s EMP400 SG8030J Overview of s At Oriental

More information

Motion Coordinator Technical Reference Manual CHAPTER CHAPTER 0INTRODUCTION. Introduction 1-1

Motion Coordinator Technical Reference Manual CHAPTER CHAPTER 0INTRODUCTION. Introduction 1-1 Motion Coordinator Technical Reference Manual CHAPTER CHAPTER 0INTRODUCTION Introduction - Trio Motion Technology - Introduction M O T I O N T E C H N O L O G Y MOTION T E C H N O L O G Y A SERIAL B OK

More information

2.1 Gantry Robot Programmable Logic Controller PLC Introduction 8

2.1 Gantry Robot Programmable Logic Controller PLC Introduction 8 vii TABLE OF CONTENTS CHAPTER TITLE PAGE DECLARATION DEDICATION ACKNOWLEDGEMENTS ABSTRACT ABSTRAK TABLE OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF ABBREVIATIONS ii iii iv v vi vii xi xii xv 1 INTRODUCTION

More information

Simplicity. Intelligence. Compatibility

Simplicity. Intelligence. Compatibility Modularity Simplicity Convenience Intelligence Compatibility A New generation PLC... Distinctly the Plus Advantage of NEXGEN-2000 Plus defines its remarkable ability, power and intelligence to rev up your

More information

General information. Supply voltage

General information. Supply voltage Data sheet SIMATIC S7-300, CPU 313C-2DP COMPACT CPU WITH MPI, 16 DI/16 DO, 3 FAST COUNTERS (30 KHZ), INTEGRATED DP INTERFACE, INTEGRATED 24V DC POWER SUPPLY, 128 KBYTE WORKING MEMORY, FRONT CONNECTOR (1

More information

FP0R series: The ultra-compact PLCs

FP0R series: The ultra-compact PLCs series 6 series: The ultra-compact PLCs Features Ultra high-speed processing enhances productivity An ultra high-speed of 0.08µs/step for basic instructions for the first 3000 steps and 0.58µs/step thereafter.

More information

Motion Control Featuring Distributed and Centralized Motion Control Solutions

Motion Control Featuring Distributed and Centralized Motion Control Solutions Featuring Distributed and Centralized Solutions Featuring Distributed and Centralized Solutions A Comprehensive Selection of Solutions Control Techniques offers the most comprehensive selection of motion

More information

Rexroth IndraMotion MLC The innovative Motion Logic system

Rexroth IndraMotion MLC The innovative Motion Logic system Electric Drives and Controls Hydraulics Linear Motion and Assembly Technologies Pneumatics Service Rexroth IndraMotion MLC The innovative Motion Logic system Simple, open and flexible 2 Rexroth IndraMotion

More information

cnc serie 550 models customized housings, ready for installation on the machines tool cnc Serie Modules and interconnections

cnc serie 550 models customized housings, ready for installation on the machines tool cnc Serie Modules and interconnections cnc serie 550 cnc serie 550 By developing the Serie 550, Esa/GV s intention was to update its range of numeric controls for press brakes, shears and plate rolls forming machines, true to its tradition

More information

Courtesy of CMA/Flodyne/Hydradyne Motion Control Hydraulic Pneumatic Electrical Mechanical (800)

Courtesy of CMA/Flodyne/Hydradyne Motion Control Hydraulic Pneumatic Electrical Mechanical (800) Servo Drives The wide product range of LinMot servo drives allows the rapid implementation in applications from simple two position point to point movements up to complex, high-precision multi-axis synchronization

More information

CNC AFFOLTER. 4Powerful. 4Universal. 4User-friendly

CNC AFFOLTER. 4Powerful. 4Universal. 4User-friendly CNC Numerical Controls 4 4Powerful 4Universal 4User-friendly AFFOLTER CNC LESTE General description The CNC controls of the Leste series provide powerful processing, universal functionalities, simple commissioning

More information

Features & Specifications V

Features & Specifications V Features & Specifications V18.0919 KEEP THE IRON. UPGRADE YOUR MACHINE. A Turnkey Solution to easily replace your Fadal Control Utilize your existing AC/DC servo components and wiring Replace your old

More information

Multi-Axis Step Motor Controller

Multi-Axis Step Motor Controller INFORMATION Multi-Axis Step Motor Controller RoHS VSpeed tuning control *1 (3 Axes: 4 Axes: ) V Linear/circular interpolation Axis 2 Linear interpolation 50 40 30 20 10 Origin 0 Current position Target

More information

Controller and Drivers

Controller and Drivers Controller and Drivers All ADC's slits can be operated with almost all commercially available controller drivers on the market. We use standard NEMA stepper motors for each axis. Our customers have also

More information

KeConnect I/O modules

KeConnect I/O modules KeConnect I/O modules I/O modules I/O modules overview KePlast KeMotion Universal Page Digital input modules DI 240/B: 8 digital inputs 4 DI 260/A: 16 digital inputs 4 Digital output modules DO 242/B:

More information

Ready for operation faster!

Ready for operation faster! Intuitive and seamless Ready for operation faster! Highlights Only five steps to get a drive system up and running Greatly simplified integration into the control program Customisable through device-specific

More information

Automation 3200-OEM/Nservo-OEM

Automation 3200-OEM/Nservo-OEM Automation 3200-OEM/Nservo-OEM Motion Controllers Automation 3200-OEM/Nservo-OEM 32-Axis Motion, Vision, Robotics, and I/O Platform Complete motion capabilities include: point-topoint; linear, circular,

More information

Color/Monochrome 1394b Industrial CCD Camera. Specification

Color/Monochrome 1394b Industrial CCD Camera. Specification Digital IEEE 1394 Camera Sparrow IMS Series Color/Monochrome 1394b Industrial CCD Camera Features: Progressive-scan for on-the-fly applications VGA resolution up to 1.3 mega-pixel super high resolution

More information

TOX SoftWare Facts und Features

TOX SoftWare Facts und Features TOX SoftWare Facts und Features TOX SoftWare is a new, interactive Software Suite with completely integrated controls and monitoring functions specifically designed for press applications. The user will

More information

Linear Motion and Assembly Technologies Pneumatics Service. Choosing an Electrohydraulic Controller

Linear Motion and Assembly Technologies Pneumatics Service. Choosing an Electrohydraulic Controller Electric Drives and Controls Hydraulics Linear Motion and Assembly Technologies Pneumatics Service profile Drive & Control Choosing an Electrohydraulic Controller Most single-axis controllers support position,

More information

Remote control. Installation of any remote control software free or licensed of the manufacturer s choice is allowed on the NC.

Remote control. Installation of any remote control software free or licensed of the manufacturer s choice is allowed on the NC. DATA SHEET Numerical control ModEva 15T ModEva 15T is designed to control high-end synchronized press brakes with up to 18 axes, of which 2 are synchronized hydraulic axes. ModEva 15T is composed of 2

More information