RoboCylinder Profibus Sample Projects

Size: px
Start display at page:

Download "RoboCylinder Profibus Sample Projects"

Transcription

1 RoboCylinder Profibus Sample Projects Instruction Manual for SIMATEC S7 First Edition IAI Industrieroboter GmbH Ober der Röth 4 D Schwalbach / Taunus Phone: 06196/8895-0/Fax: 06196/ info@iai-gmbh.de Internet: Document Profibus-Gateway S7-Sample Projects_eng RoboCylinder Profibus Sample Projects EU Version 1 E,

2 Instruction Manual for SIMATIC S7 Profibus Sample Projects Table of Contents 1. Note RC Gateway Sample Projects Overview Assumed System Diagram ROBONET Sample Projects Overview Assumed System Diagram Sample FBs and FCs RBNT_EZMOV_ RBNT_NCMOV_ RBNT_MOVP2_ RBNT_MANU_ ACON, PCON Sample Projects Overview Assumed System Diagram Sample FBs and FCs CON_B8MOV_ CON_B16MOV_ CON_B32MOV_ CON_MANU_ How to Utilize FBs Inserting a Source File Generating/Compiling a FB Generating a DB /15

3 1. Note The sample projects referenced in this document are intended to help the reader gain a better understanding of functions provided by function blocks, and not designed for use in actual applications. For the explanation of detailed functions of function blocks, refer to separate manuals, etc. Also note that these function blocks are provided free of charge and will be changed as deemed necessary to better conform to various applications. 2. RC Gateway Sample Projects 2.1 Overview Project file name Gateway DIP SW setting Name of FB/FC used ProGWFBsampl_1 9 GW_CTL_11 RC_BCMOVP_00 RC_ESYNC_00 RC_PMSL_00 RC_PROM_00 RC_READ_00 RC_WRITE_00 ProGWFBsampl_2 0 GW_CTL_11 RC_NVC_11 Remarks Immediately after the system is started, the four axes move automatically using RC_ESYNC_00. Follow the operation overview and operating method provided in the comment field for each circuit. The four axes move automatically using RC_NVC_ Assumed System Diagram SIMATIC S7-300 Power supply CPU315-2DP MPI DP Station 0 Profibus-DP Network address (NA) = 1 RCB-GW-RO Station 1 Station 2 Station 3 Modbus controller + Actuator with a stroke of 50 mm Modbus controller + Actuator with a stroke of 50 mm Modbus controller + Actuator with a stroke of 50 mm Modbus controller + Actuator with a stroke of 50 mm 2/15

4 3. ROBONET Sample Projects 3.1 Overview Project file name Name of FB/FC used Remarks ProGWFBsampl_3 RBNT_EZMOV_01 RBNT_NCMOV_01 RBNT_MANU_01 These FBs are used for ROBONET. Axis 0 is of positioner 1 type, axis 1 is of simple numerical type, and axis 2 is of positioning type. After the servo has been turned on and home return completed, the axes move continuously. They also perform MANU operation. ProGWFBsampl_4 After the servo has been turned on and home return completed, the three RBNT_MOVP2_01 axes of positioner 2 type (one axis occupies four input bytes and four output bytes) move continuously. 3.2 Assumed System Diagram SIMATIC S7-300 Power supply CPU315-2DP MPI DP PROFIBUS #1: Positioner 1 #1: Simple numerical #2: Positioning Sample 3 #0-2: Positioner 2 Sample 4 Network address (NA) = 1 IAIB2F.GSD RGW-CC #0 RACON-20 #1 RACON-20 #2 RACON-20 Axis Axis Axis 3/15

5 3.3. Sample FBs and FCs RBNT_EZMOV_01 Explanation; A FB for issuing commands to positioner 1 or simple numerical axes. The axis starts moving at the leading edge of MREQ after the movement data has been set. When the axis reaches the target position or misses the load it is supposed to push, one DONE pulse is output. ENO turns ON only when the CRDY signal of the axis specified by EN or AXIS is ON or the value of AXIS is 15 or less. If the value of AXIS exceeds 15, the ALM turns ON and 0x8000 is output to PM. The PCMD input is effective only in the simple numerical mode. The ZP output is effective only in the positioner 1 mode. Parameter; Name Data type Explanation Input SON BOOL Servo ON command HOME BOOL Home return command STOP BOOL Pause command ALMRS BOOL Alarm reset command MREQ BOOL Movement starts at the leading edge of this signal. PCMD DINT Target position POSN UINT Movement parameter or movement target POS number GW_CH UINT Initial ROBONET I/O address AXIS UINT Axis number (0 to 15) Output SERVO BOOL Servo status HEND BOOL Home return status ALM BOOL An alarm occurred or the value of AXIS exceeds 15. EMG BOOL Emergency stop status ZP BOOL Position zone output monitor Z1 BOOL Zone output monitor 1 Z2 BOOL Zone output monitor 2 DONE BOOL Movement completed pulse (A pulse output at the leading edge of Pend or Psfl) PNOW DINT Current position Change 00 Issued. history; 01 Simplified the internal calculation process for initial address and deleted MSTR. 4/15

6 RBNT_NCMOV_01 Explanation; A FB for issuing commands to numerical control axes. The axis starts moving at the leading edge of MREQ after the movement data has been set. When the axis reaches the target position or misses the load it is supposed to push, one DONE pulse is output. ENO turns ON only when the CRDY signal of the axis specified by EN or AXIS is ON or the value of AXIS is 15 or less. If the value of AXIS exceeds 15, the ALM turns ON and 0x8000 is output to ALMC. If the INP input is 0 (zero), 10 (0.1 mm) is set internally by force. Parameter; Name Data type Explanation Input SON BOOL Servo ON command HOME BOOL Home return command STOP BOOL Pause command ALMRS BOOL Alarm reset command MREQ BOOL Movement starts at the leading edge of this signal. PUSH BOOL Push mode if TRUE DIR BOOL Push direction (0 = Home return direction, 1 = Direction opposite to home return) PCMD DINT Target position VCMD UINT Speed ADCC UINT Acceleration/deceleration PPOW WORD Push % (Effective when PUSH is ON) INP UDINT Positioning band (Push band if PUSH is ON) GW_CH UINT Initial ROBONET I/O address AXIS UINT Axis number (0 to 15) Output SERVO BOOL Servo status HEND BOOL Home return status ALM BOOL An alarm occurred or the value of AXIS exceeds 15. EMG BOOL Emergency stop status DONE BOOL Movement completed pulse (A pulse output at the leading edge of Pend or Psfl) PNOW DINT Current position CNOW DINT Value of current electrical flow command VNOW INT Current speed ALMC WORD Error code Change 00 Issued. history; 01 Simplified the internal calculation process for initial address and deleted MSTR. 5/15

7 RBNT_MOVP2_01 Explanation; A FB for issuing commands to positioner 2 axes. The axis starts moving at the leading edge of MREQ after the movement data has been set. When the axis reaches the target position or misses the load it is supposed to push, one DONE pulse is output. ENO turns ON only when the CRDY signal of the axis specified by EN or AXIS is ON or the value of AXIS is 15 or less. If the value of AXIS exceeds 15, the ALM turns ON and 0x8000 is output to PM. Parameter; Name Data type Explanation Input SON BOOL Servo ON command HOME BOOL Home return command STOP BOOL Pause command ALMRS BOOL Alarm reset command MREQ BOOL Movement starts at the leading edge of this signal. POSN UINT Movement parameter or movement target POS number LADDR UINT Initial ROBONET I/O address AXIS UINT Axis number (0 to 15) Output SERVO BOOL Servo status HEND BOOL Home return status ALM BOOL An alarm occurred or the value of AXIS exceeds 15. EMG BOOL Emergency stop status ZP BOOL Position zone output monitor Z1 BOOL Zone output monitor 1 Z2 BOOL Zone output monitor 2 DONE BOOL Movement completed pulse (A pulse output at the leading edge of Pend or Psfl) Change 00 Issued. history; 01 Simplified the internal calculation process for initial address and deleted MSTR. 6/15

8 RBNT_MANU_01 Explanation; A FB for issuing commands to manual operation axes. The axis specified by AXIS (not of positioner 2 type) is jogged, inched or taught or its brake is released. This FB may cause access contention with other movement FBs and must therefore be called exclusively. Parameter; Name Data type Explanation Input MODE BOOL Teaching mode PWRT BOOL Position data read POSN UINT Data read position number JOG_P BOOL Jog+ command JOG_M BOOL Jog- command JVEL BOOL Jog speed/inch distance switching JISL BOOL Jog/inch switching BRKL BOOL Force brake release GW_CH UINT Initial ROBONET I/O address AXIS UINT Axis number (0 to 15) Output MODES BOOL Teaching mode WEND BOOL Status of position data read command PEND BOOL Movement completed MOV BOOL Moving PNOW DINT Current position AERR BOOL The value of AXIS exceeds 15. Change 00 Issued. history; 01 Simplified the internal calculation process for initial address. 7/15

9 4. ACON and PCON Sample Projects 4.1 Overview Project file name Name of FB/FC used Remarks ProGWFBsampl_5 CON_B8ZMOV_00 CON_B16ZMOV_00 CON_B32ZMOV_00 These FBs are used for ACON and PCON controllers. They support fieldbus operation mode 1 (eight IQ bytes are occupied), mode 2 (16 IQ bytes are occupied) and mode 3 (32 IQ bytes are occupied). CON_MANU_00 MANU operation is performed. 4.2 Assumed System Diagram SIMATIC S7-300 Power supply CPU315-2DP MPI DP PROFIBUS No. Fieldbus parameters Name Value 84 Fieldbus operation mode 1 85 Fieldbus node address 1 86 Fieldbus baud rate 0 87 Network type 3 90 Fieldbus I/O format 0 No. Fieldbus parameters Name Value 84 Fieldbus operation mode 2 85 Fieldbus node address 3 86 Fieldbus baud rate 0 87 Network type 3 90 Fieldbus I/O format 0 No. Fieldbus parameters Name Value 84 Fieldbus operation mode 3 85 Fieldbus node address 4 86 Fieldbus baud rate 0 87 Network type 3 90 Fieldbus I/O format 0 PCON (ACON) PCON (ACON) PCON (ACON) Axis Axis Axis 8/15

10 4.3. Sample FBs and FCs For the details of FB I/O parameters, refer to the explanations of similar variables found in the operation manual for each controller. Since not all assigned data is utilized, the user is advised to add new functions not yet assigned to the I/O parameters CON_B8MOV_00 Explanation; For simple numerical control or positioner control (eight input bytes and eight output bytes are occupied). The axis starts moving at the leading edge of MREQ after the movement data has been set. When the axis reaches the target position or misses the load it is supposed to push, one DONE pulse is output. ENO turns ON only when LADDR is normal and the CRDY signal is ON. Parameter; Name Data type Explanation Input MREQ BOOL Movement starts at the leading edge of this signal. HOME BOOL Home return command STP BOOL Pause command RES BOOL Alarm reset command SON BOOL Servo ON command PMOD BOOL Simple numerical mode if TRUE. Positioner mode if FALSE. PCMD DINT Target position POSN INT Parameter position number for simple numerical movement or movement position number LADDR WORD Initial controller I/O address Output SV BOOL Servo status HEND BOOL Home return status ALM BOOL An alarm occurred or the I/O address is invalid. EMG BOOL Emergency stop status RMDS BOOL Operation mode status (AUTO/MANU) ZP BOOL Position zone Z2 BOOL Zone 2 Z1 BOOL Zone 1 DONE BOOL Movement completed pulse (A pulse output at the leading edge of Pend or Psfl) PNOW DINT Current position PM INT Completed position number or simple alarm code Change history; 00 Issued. 9/15

11 CON_B16MOV_00 Explanation; For half direct control (16 input bytes and 16 output bytes are occupied). The axis starts moving at the leading edge of MREQ after the movement data has been set. When the axis reaches the target position or misses the load it is supposed to push, one DONE pulse is output. ENO turns ON only when LADDR is normal and the CRDY signal is ON. If the INP input is 0 (zero), 10 (0.1 mm) is set internally by force. Parameter; Name Data type Explanation Input MREQ BOOL Movement starts at the leading edge of this signal. HOME BOOL Home return command STP BOOL Pause command RES BOOL Alarm reset command SON BOOL Servo ON command PUSH BOOL Push mode if TRUE DIR BOOL Push direction (0 = Home 1 = Direction opposite to home return) PCMD DINT Target position INP DINT Positioning band VCMD INT Speed (1.0 mm/sec) ADCC INT Acceleration/deceleration PPOW WORD Push %. Example of input) Push 50% W#16#7F3 LADDR WORD Initial controller I/O address Output SV BOOL Servo status HEND BOOL Home return status ALM BOOL An alarm occurred or the I/O address is invalid. EMG BOOL Emergency stop status RMDS BOOL Operation mode status (AUTO/MANU) Z2 BOOL Zone 2 Z1 BOOL Zone 1 DONE BOOL Movement completed pulse (A pulse output at the leading edge of Pend or Psfl) PNOW DINT Current position CNOW DINT Value of current electrical flow command VNOW DINT Current speed ALMC WORD Error code Change history; 00 Issued. 10/15

12 CON_B32MOV_00 Explanation; For full direct control (32 input bytes and 32 output bytes are occupied). The axis starts moving at the leading edge of MREQ after the movement data has been set. When the axis reaches the target position or misses the load it is supposed to push, one DONE pulse is output. ENO turns ON only when LADDR is normal and the CRDY signal is ON. If the INP input is 0 (zero), 10 (0.1 mm) is set internally by force. Parameter; Name Data type Explanation Input MREQ BOOL Movement starts at the leading edge of this signal. HOME BOOL Home return command STP BOOL Pause command RES BOOL Alarm reset command SON BOOL Servo ON command PUSH BOOL Push mode if TRUE DIR BOOL Push direction (0 = Home 1 = Direction opposite to home return) INC BOOL Relative position specification PCMD DINT Target position INP UDINT Positioning band (Push band if PUSH is ON) VCMD DINT Speed (1.0 mm/sec) ACC INT Acceleration DCC INT Deceleration PZP DINT Zone boundary+ PZM DINT Zone boundary- PP_LPO W WORD Push % and load threshold. Example of input) Push 50%, load 25% W#16#7F3F LADDR WORD Initial controller I/O address Output SV BOOL Servo status HEND BOOL Home return status ALM BOOL An alarm occurred or the I/O address is invalid. EMG BOOL Emergency stop status RMDS BOOL Operation mode status (AUTO/MANU) ZP BOOL Position zone Z2 BOOL Zone 2 Z1 BOOL Zone 1 DONE BOOL Movement completed pulse (A pulse output at the leading edge of Pend or Psfl) PNOW DINT Current position CNOW DINT Value of current electrical flow command VNOW DINT Current speed ALMC WORD Error code Change history; 00 Issued. 11/15

13 CON_MANU_00 Explanation; A function for issuing commands to manual operation axes. The axis specified by IQ_LEN and LADDR (not of positioner 2 type) is jogged, inched or taught or its brake is released. This function can be used only with controllers operating in fieldbus operation mode 1, 2 or 3. Parameter; Name Data type Explanation Input MODE BOOL Teaching mode PWRT BOOL Position data read W_POS UINT Data read position number N JOG_P BOOL Jog+ command JOG_M BOOL Jog- command JVEL BOOL Jog speed/inch distance switching JISL BOOL Jog/inch switching BRKL BOOL Force brake release IQ_LEN INT I/O byte length (Only 8, 16 and 32 are supported.) LADDR WORD Initial controller I/O address Output MODES BOOL Teaching mode WEND BOOL Status of position data read command PEND BOOL Movement completed MOV BOOL Moving PNOW DINT Current position AERR BOOL I/O address error Change history; 00 Issued. 12/15

14 5. How to Utilize FBs FBs are provided as source files ([Function block name_revision number].awl). This chapter explains how to utilize in a user project a source file provided by IAI Inserting a Source File [1] Select the Source File folder, click Insert, and then select External Source [2] The following file selection screen appears. Select an appropriate source file, and then click Open. [3] The source file is imported to the Source File folder. 13/15

15 5.2. Generating/Compiling a FB Instruction Manual for SIMATIC S7 Sample Projects [1] Insert a new FB in the Blocks folder. On the insertion screen, enter the name of the FB you want to create under Symbolic Name and also enter other necessary items, as follows, and then click OK. The inserted FB appears in the Program elements tree on the program edit screen, as follows. If the FB is inserted in a circuit in this condition, it will be shown as follows because the source file is not yet compiled. <No tentative parameters> [2] Compile the source file. When the compilation has completed successfully, insert the FB in the circuit again. This time, the FB is shown properly as follows. <Proper tentative parameters> 14/15

16 5.3 Generating a DB Instruction Manual for SIMATIC S7 Sample Projects [1] Insert a DB for a new FB in the Blocks folder. On the insertion screen, enter the name of the DB you want to create under Symbolic Name and also enter other necessary items, as follows, and then click OK. [2] On the program screen, enter the instance name of the FB. Now, the FB can be called, as follows, without any portion indicated in red. When Symbol Editor is opened, the FB and DB have been registered automatically, as shown below. 15/15

17 RoboCylinder Profibus Gateway Simatic S7, Manual No.: 0708-E IAI Industrieroboter GmbH Ober der Röth 4, D Schwalbach / Taunus Germany Phone:+49-(0) Fax: +49-(0) info@iai-gmbh.de Internet: IAI America Inc W. 237th Street, Torrance, CA 90505, USA Tel.: Fax: IAI CORPORATION Shimizu Hirose, Shizuoka , Japan Tel.: Fax: The information contained in this document is subject to change without notice for the purpoe of product improvement. Copyright Mar. IAI Corporation. All rights reserved.

RoboCylinder Profibus Gateway

RoboCylinder Profibus Gateway RoboCylinder Profibus Gateway RCM-GW-PR Operation Manual First Edition IAI Industrieroboter GmbH Ober der Röth 4 D-65824 Schwalbach / Taunus Phone: 06196/8895-0/Fax: 06196/8895-24 E-Mail: info@iai-gmbh.de

More information

Introduction. Contents (these are links; click to jump to a topic)

Introduction. Contents (these are links; click to jump to a topic) Ethernet/IP Add-On Instruction (AOI) and User-defined Data Type (UDT) installation for: ACON, PCON, and SCON controllers, -CA models and later. The SCON-CB-F servo press controller is not covered in these

More information

PC Software. Operation Manual Twenty-ninth Edition RCM-101-MW, RCM-101-USB. IAI Corporation

PC Software. Operation Manual Twenty-ninth Edition RCM-101-MW, RCM-101-USB. IAI Corporation PC Software RCM-101-MW, RCM-101-USB Operation Manual Twenty-ninth Edition IAI Corporation Thank you for purchasing our product. Please Read Before Use This Operation Manual explains the handling methods,

More information

IAI Small Industrial Robot Peripheral Equipment Compatibility Guide

IAI Small Industrial Robot Peripheral Equipment Compatibility Guide GB Outstanding Compatibility with FA Peripheral Equipment IAI Small Industrial Robot Peripheral Equipment Compatibility Guide SMALL R O B OTS With IAI, building an FA system is easy - you In an effort

More information

Connection Guide IAI Corporation

Connection Guide IAI Corporation Machine Automation Controller NJ-series EtherCAT Connection Guide IAI Corporation Controller SCON-CA P585-E1-01 About Intellectual Property Rights and Trademarks Microsoft product screen shots reprinted

More information

RCS2/RCS3/Single-axis Robot/ Linear Motor Position Controller. www. intellig e n tactuator.de

RCS2/RCS3/Single-axis Robot/ Linear Motor Position Controller. www. intellig e n tactuator.de GB RCS2/RCS3/Single-axis Robot/ Linear Motor Position Controller www. intellig e n tactuator.de Servo Controllers Have Become Even More Advanced! SCON controllers have been dramatically revamped with new

More information

Touch Panel Teaching Pendant TB-02.

Touch Panel Teaching Pendant TB-02. GB Touch Panel Teaching Pendant TB-02 www.intelligentactuator.de With the 7-inch touch panel equipped, it is easier to see, and with new functions equipped, it is easier to use. Anyone can operate it easily.

More information

Machine Automation Controller NJ-series. EtherCAT(R) Connection Guide. IAI Corporation. ACON/ACON-CA/ PCON/PCON-CA/ DCON-CA Controller P584-E1-02

Machine Automation Controller NJ-series. EtherCAT(R) Connection Guide. IAI Corporation. ACON/ACON-CA/ PCON/PCON-CA/ DCON-CA Controller P584-E1-02 Machine Automation Controller NJ-series EtherCAT(R) Connection Guide IAI Corporation ACON/ACON-CA/ PCON/PCON-CA/ DCON-CA Controller P584-E1-02 About Intellectual Property Rights and Trademarks Microsoft

More information

Robo Cylinder Data Input Pendant RCA-P Operating Manual Ver. 4.0

Robo Cylinder Data Input Pendant RCA-P Operating Manual Ver. 4.0 Robo Cylinder Data Input Pendant RCA-P Operating Manual Ver. 4.0 IAI Corporation Table of Contents 1. Foreword... 1 2. Before You Begin... 1 3. Safety Precautions... 2 4. Warranty and Scope of Warranty...

More information

Robo Cylinder/E-Con. Communication protocol

Robo Cylinder/E-Con. Communication protocol Robo Cylinder/E-Con Communication protocol List only Preliminary Revised Version Jun 24 04 1.Outline The RC communicates by the RS485 interface, and the communication condition is as follows. Item Electrical

More information

PC Software, Operation Manual 2 nd Edition. IAI America Inc.

PC Software, Operation Manual 2 nd Edition. IAI America Inc. PC Software, Operation Manual 2 nd Edition IAI America Inc. CAUTION Disconnection of the Teaching Pendant from the PCON, ACON, SCON or ERC2 Controller * After disconnecting the Teaching Pendant from the

More information

Power supply unit PLC. Gateway unit. 4 axes

Power supply unit PLC. Gateway unit. 4 axes RCP6S Builtin Controller RCP6S with Builtin Controller Builtin controller for RCP6S Features via a field network with less wiring. allows us to keep the cable connected to the actuator of each axis short,

More information

w w w. i n t e l l i g e n t a c t u a t o r. d e тел.:(495) , GB T A B L E T O P R O B O TTT

w w w. i n t e l l i g e n t a c t u a t o r. d e   тел.:(495) ,   GB T A B L E T O P R O B O TTT www.actuator.ru тел.:(495) 2-87-5, e-mail: iai@actuator.ru GB T A B L E T O P R O B O TTT High accuracy Types Numbers of axes Work envelope Number of positioning points ± 0.02 mm Gate / Cantilever 2 axes

More information

ERC Quick Start Guide

ERC Quick Start Guide ERC Quick Start Guide 1. Parts Confirmation Please contact your sales representative if any of these parts are missing or incorrect: - ERC Actuator: Slider type (ERC-SA6/SA7) or (ERC-RA54/RA64) - Relay

More information

C3 I20 I32 T11 ControlManager FB45

C3 I20 I32 T11 ControlManager FB45 CONTROL TECHNOLOGY FROM PARKER C3 I20 I32 T11 ControlManager FB45 A1039 Version: 39 Warranty Disclaimer While efforts were made to verify the accuracy of the information contained in this documentation,

More information

ACON-C/CG Controller Positioner Type. Operation Manual Twelfth Edition

ACON-C/CG Controller Positioner Type. Operation Manual Twelfth Edition ACON-C/CG Controller Positioner Type Operation Manual Twelfth Edition Thank you for purchasing our product. Please Read Before Use This Operation Manual explains the handling methods, structure and maintenance

More information

RoboCylinder Miniature Models 4th Revised Edition

RoboCylinder Miniature Models 4th Revised Edition Product Overview VDC / & 0 VAC Mini RoboCylinder with dedicated Controller GB RoboCylinder Miniature s th Revised Edition RCA-RA Tiny RCA-GD/GD & RCS-GD with Double Guide RCP-SAR Tiny Slider -reversing

More information

RCP2CR-GR RCP2W-GR. Cleanroom. Dust-proof. Cleanroom Gripper Type. Dust-proof Gripper Type

RCP2CR-GR RCP2W-GR. Cleanroom. Dust-proof.   Cleanroom Gripper Type. Dust-proof Gripper Type GB Cleanroom Gripper Dust-proof Gripper RCP2CR-GR RCP2W-GR Cleanroom Dust-proof www.robocylinder.de Cleanroom ISO Class and Dust-proof IP5 are now (US FED STD Class 1) added to the lineup of the Two-fingered

More information

Robo Cylinder Data Input Pendant RCM-P

Robo Cylinder Data Input Pendant RCM-P Robo Cylinder Data Input Pendant RCM-P Operating Manual First edition IAI America Inc. Disconnection of the RC Data Input Pendant from the PCON/ACON/SCON/ERC2 Controller CAUTION * After disconnecting

More information

Connection Guide. SMC Corporation. EtherCAT(R) Machine Automation Controller NJ-series

Connection Guide. SMC Corporation. EtherCAT(R) Machine Automation Controller NJ-series Machine Automation Controller NJ-series EtherCAT(R) Connection Guide SMC Corporation EtherCAT Direct input type Step Motor Controller (Servo 24VDC) (JXCE1) P677-E1-01 About Intellectual Property Rights

More information

X-SEL Serial Communication Protocol Specification (Format B)

X-SEL Serial Communication Protocol Specification (Format B) X-SEL Serial Communication Protocol Specification (Format B) [Applicable Models] X-SEL-J/K Main Application V0.99 X-SEL-JX/KX Main Application V0.42 TT Main Application V0.18 X-SEL-P/Q Main Application

More information

XSEL-R/S. Program Controller XSEL Series 8-axis Specification.

XSEL-R/S. Program Controller XSEL Series 8-axis Specification. XSL-R/S Program Controller XSL Series 8-axis Specification www.intelligentactuator.com Operating up to 24 robot axes with a single controller Low-cost, user-friendly XSL 8-axis controller 1 Capable of

More information

Notes on Use of 24-V Controller by Grounding Its Power Supply at Positive Terminal

Notes on Use of 24-V Controller by Grounding Its Power Supply at Positive Terminal Notes on Use of Controller by Grounding Its Power Supply at Positive Terminal Please Read Before Use Thank you for purchasing our product. This Operation Manual explains the grounding methods of this

More information

RCP2 Quick Start Guide

RCP2 Quick Start Guide RCP2 Quick Start Guide 1. Parts Confirmation Please contact your sales representative if any of these parts are missing or incorrect: - Controller: RCP2-C or RCP2-CG - Actuator: Slider type or Rod type

More information

MEC PC Software. Operation Manual Sixth edition

MEC PC Software. Operation Manual Sixth edition MEC PC Software Operation Manual Sixth edition Software License Agreement Before opening this product, read the software license agreement (hereinafter referred to as Agreement ). This Agreement applies

More information

FAQ about Drive Technology

FAQ about Drive Technology FAQ about Drive Technology Technology CPUs FAQ Controlling a SINAMICS ALM via PROFIBUS Controlling a SINAMICS ALM via Profibus Entry ID: 21971603 Table of Contents Table of Contents... 2 Question... 2

More information

Introduction to RoboCylinder

Introduction to RoboCylinder GB Introduction to RoboCylinder 4th Revised Edition Easy Programming: Acceleration and deceleration can be set independent of each other, providing excellent control of work. Dramatically reduce work damage

More information

2A 3. Instruction manuals related to this product, which are contained in the instruction manual (DVD).

2A 3. Instruction manuals related to this product, which are contained in the instruction manual (DVD). RCM-P6GW(G)/RCM-P6HUB Fieldbus Communication First Step Guide Second Edition Thank you for purchasing our product. Make sure to read the Safety Guide and detailed Instruction Manual (DVD) included with

More information

5. How to read controller model code Gateway unit model RCM EGW DV. Basic Specifications

5. How to read controller model code Gateway unit model RCM EGW DV. Basic Specifications . ERC Gateway Unit First Step Guide Second Edition Thank you for purchasing our product. Make sure to read the Safety Guide and detailed Instruction Manual (CD/DVD) included with the product in addition

More information

Quality and Innovation. Easy to use RoboCylinder.

Quality and Innovation. Easy to use RoboCylinder. Quality and Innovation Easy to use RoboCylinder www.intelligentactuator.com ERC Series Easy to use RoboCylinder [ Slider type ] Rod type An Electric Cylinder with uilt-in Controller Offering the Ultimate

More information

Robo Cylinder Ultra-High Thrust Type RCS2-RA13R. Maximum Press Force

Robo Cylinder Ultra-High Thrust Type RCS2-RA13R. Maximum Press Force Robo Cylinder Ultra-High Thrust Type RCS2-RA13R Maximum Press Force The Birth of the Ultra-High Thrust Actuator Can Also Be Used as a Simple Press RCS2-RA13R This electrical actuator provides high-precision

More information

MCON -LC/LCG MSEP -LC SCON -LC/LCG

MCON -LC/LCG MSEP -LC SCON -LC/LCG MCON -LC/LCG MSEP -LC SCON -LC/LCG Programming Manual Eighth Edition IAI Corporation Please Read Before Use Thank you for purchasing our product. This Instruction Manual describes all necessary information

More information

Servo press kit YJKP - Host interface

Servo press kit YJKP - Host interface Application Note Servo press kit YJKP - Host interface Host interface of the servo press kit YJKP: - Communication possibilities - Workflow - Object directory - Communication protocol - Communication Mobus

More information

Notice of Production Discontinuation

Notice of Production Discontinuation Dear Valued Customer: June 2013 Notice of Production Discontinuation Dear Sir or Madam, Thank you for being our valued customer. We appreciate your continued business and support. Four of our long-selling

More information

PCON, ACON, SCON, RCP6 (PLC Unit) ERC2, ERC3. Serial Communication [Modbus Version] Operation Manual, Ninth Edition

PCON, ACON, SCON, RCP6 (PLC Unit) ERC2, ERC3. Serial Communication [Modbus Version] Operation Manual, Ninth Edition PCON, ACON, SCON, RCP6 (PLC Unit) ERC2, ERC3 Serial Communication [Modbus Version] Operation Manual, Ninth Edition Thank you for purchasing our product. Please Read Before Use This Operation Manual explains

More information

X-SEL Controller Driver

X-SEL Controller Driver IAI Corporation X-SEL Controller Driver 1 System Configuration... 3 2 Selection of External Device... 7 3 Example of Communication Setting... 8 4 Setup Items...10 5 Cable Diagram... 15 6 Supported Device...

More information

PIO type (PNP Specification) Controller that moves by designating position numbers with PNP PIO via PLC. 16 points

PIO type (PNP Specification) Controller that moves by designating position numbers with PNP PIO via PLC. 16 points Slider ERC Controller ERC Model: NP / PN / SE Controller module of controller-integrated actuator /Flat List of Models I/O type Name NP PIO type (NPN Specification) PN PIO type (PNP Specification) SE Serial

More information

Mechatronics Cylinder PC Tool Kit TBVST-EN. Operation Manual (TBVST. CTA-1EX, MVST) Document No. MTX-00001C-NA Ver /07/28

Mechatronics Cylinder PC Tool Kit TBVST-EN. Operation Manual (TBVST. CTA-1EX, MVST) Document No. MTX-00001C-NA Ver /07/28 Mechatronics Cylinder PC Tool Kit TBVST-EN Operation Manual (TBVST. CTA-1EX, MVST) Document No. MTX-00001C-NA Ver.3.06 2015/07/28 Table of Contents 1. Summary of PC Programming software (TBVST-EN) ------------------------------

More information

Motorized Gripper / Rotary ActuatorRCP2 GRIPPER R OTA RY. w w w. i n t e l l i g e n t a c t u a t o r. c o m

Motorized Gripper / Rotary ActuatorRCP2 GRIPPER R OTA RY. w w w. i n t e l l i g e n t a c t u a t o r. c o m Motorized Gripper / Rotary ActuatorRCP GRIPPER R OTA RY w w w. i n t e l l i g e n t a c t u a t o r. c o m Gripping force () RCP Gripper/Rotary RCP Series Robo Gripper Generating high gripping force with

More information

DMP1040. [Outline of Specifications]

DMP1040. [Outline of Specifications] HT26-11001A mycom DMP1040 Super High Speed Pulse Generator LSI 100 pin QFP [Outline of Specifications] 1 mycom, Inc Introduction This Outline of Specifications summerizes various functions of the Pulse

More information

3-position, AC100/200V controller for RCP2/RCP3 Series. 3 position, AC100V controller for RCA/RCA2/RCL Series. Controller. Power supply.

3-position, AC100/200V controller for RCP2/RCP3 Series. 3 position, AC100V controller for RCA/RCA2/RCL Series. Controller. Power supply. / AMECController -position, AC0/00V controller for RCP/RCP Series position, AC0V controller for RCA/RCA/RCL Series /Flat Cylinder -position controller MEC (Mechanical Engineer Control) Feature Rotary Servo

More information

Date 18/05/17. Operation and maintenance instructions for driver configurator QSet

Date 18/05/17. Operation and maintenance instructions for driver configurator QSet Operation and maintenance instructions 28 1. General recommendations The recommendations regarding safe use in this document should be observed at all times. Some hazards can only be associated with the

More information

MRZJW3- SETUP154E. General-Purpose AC Servo Servo Configuration Software MODEL INSTALLATION GUIDE

MRZJW3- SETUP154E. General-Purpose AC Servo Servo Configuration Software MODEL INSTALLATION GUIDE General-Purpose AC Servo Servo Configuration Software MODEL MRZJW3- SETUP154E INSTALLATION GUIDE Thank you for choosing the Mitsubishi general-purpose AC servo Servo Configuration Software. To optimize

More information

Controller setting kit Software (ACT Controller)

Controller setting kit Software (ACT Controller) No.JXC -OMU0010 PRODUCT NAME Controller setting kit Software (ACT Controller) MODEL/ Series JXC-W2 series Contents 1. Safety Instructions... 2 2. Product Outline... 4 3. Operation explanation... 5 3.1

More information

Mechatronics Cylinder PC Tool Kit TBVST Termi-BUS. Operation Manual. Document No. MN1-MTX-00001B-NA Ver /10/21

Mechatronics Cylinder PC Tool Kit TBVST Termi-BUS. Operation Manual. Document No. MN1-MTX-00001B-NA Ver /10/21 Mechatronics Cylinder PC Tool Kit TBVST Termi-BUS Operation Manual Document No. MN1-MTX-00001B-NA Ver.2.71 2002/10/21 Table of Contents 1. TBVST Termi-BUS Tool Kit Summary...3 2. TBVST Termi-BUS Tool Kit

More information

PROFIBUS for motor controller CMMS/CMMD

PROFIBUS for motor controller CMMS/CMMD Trimming: On top: 61.5 mm Underneath: 61.5 mm Left: 43.5 mm Right: 43.5 mm PROFIBUS for motor controller CMMS/CMMD Description DeviceNet CMMS-ST CMMS-AS CMMD-AS Description 554 358 en 1103a [757 722] Edition

More information

Configuring Logosol CNC page 2. Setting up the machine limits and user units page 3. Setting up the Motion parameters page 4. I/O mapping page 7

Configuring Logosol CNC page 2. Setting up the machine limits and user units page 3. Setting up the Motion parameters page 4. I/O mapping page 7 Configuring Logosol CNC page 2 Setting up the machine limits and user units page 3 Setting up the Motion parameters page 4 I/O mapping page 7 I/O setup page 9 Tools control page 11 Tool Life management

More information

Profibus Mapping for S120 APC EPOS FB120

Profibus Mapping for S120 APC EPOS FB120 Profibus Mapping for S120 APC EPOS FB120 Application Notes 1 Basic Information Qualified personnel In the sense of this documentation qualified personnel are those who are knowledgeable and qualified to

More information

Intelligent Actuator Robocylinder/E-Con

Intelligent Actuator Robocylinder/E-Con Intelligent Actuator Robocylinder/E-Con Information Sheet for Crimson v2.0 Compatible Devices Intelligent Actuator Robocylinder/E-Con (RCP, RCP2, or RCS) Verified Device RCP2-CG Axis Selection A drop-down

More information

PROFIBUS. Installation and configuration manual gamma/ L and Sigma with PROFIBUS Function blocks

PROFIBUS. Installation and configuration manual gamma/ L and Sigma with PROFIBUS Function blocks Installation and configuration manual gamma/ L and Sigma with PROFIBUS Function blocks PROFIBUS B0288 Please carefully read these operating instructions before use! Do not discard! The operator shall be

More information

Basic Specifications SCON-C/CA. Corresponding Motor Capacity 12W to 399W 400W to 750W 12W to 200W

Basic Specifications SCON-C/CA. Corresponding Motor Capacity 12W to 399W 400W to 750W 12W to 200W SCON-CA/CAL/CGAL First Step Guide Fifth Edition Thank you for purchasing our product. Make sure to read the Safety Guide and detailed Instruction Manual (DVD) included with the product in addition to this

More information

Program controller for operating RCA2/RCA Series actuators. One unit can handle various controls. Up to 2 axes

Program controller for operating RCA2/RCA Series actuators. One unit can handle various controls. Up to 2 axes Program controller For RCA2/RCA /Flat Rotary List of models Program controller for operating RCA2/RCA Series actuators. One unit can handle various controls. C ame Program mode Positioner Mode External

More information

Teaching Pendant CON-T, CON-TG, CON-TGS. Instruction Manual Ninth Edition

Teaching Pendant CON-T, CON-TG, CON-TGS. Instruction Manual Ninth Edition Teaching Pendant CON-T, CON-TG, CON-TGS Instruction Manual Ninth Edition Please Read Before Use Thank you for purchasing our product. This Instruction Manual describes all necessary information items

More information

C3 I20 T11 / T30 / T40 ObjektManager

C3 I20 T11 / T30 / T40 ObjektManager Last update: Application example: C3 I20 T11 / T30 / T40 ObjektManager July 11 Seite 1 von 11 Copyright 2011 EME All Rights reserved. Windows NT, Windows 2000, Windows XP are trademarks of Microsoft Corporation.

More information

SERVOSTAR 400 (S400) Quickstart Guide. Version

SERVOSTAR 400 (S400) Quickstart Guide. Version SERVOSTAR 400 (S400) Quickstart Guide Version 12.2014 Keep all manuals as a product component during the life span of the product. Pass all manuals to future users/owners of the product. Preparation The

More information

X-SEL ANSI-Compliant Teaching Box Instruction Manual Ver. 1.0

X-SEL ANSI-Compliant Teaching Box Instruction Manual Ver. 1.0 X-SEL ANSI-Compliant Teaching Box Instruction Manual Ver. 1.0 IAI Corporation 1. Introduction... 1 2. Before Use... 1 3. Safety Precautions... 2 4. Warranty Term and Coverage... 3 5. Connection to Controller...

More information

C I I Type Number (Specs for 1st axis) (Specs for 2nd axis) of Axes Motor Encoder Option Motor Encoder Option

C I I Type Number (Specs for 1st axis) (Specs for 2nd axis) of Axes Motor Encoder Option Motor Encoder Option Program controller For RCP/RCP2 Series /Flat List of models Program controller for operating RCP RCP2 Series actuators. Various control functions are combined into a single unit. Rotary C ame Program mode

More information

Profinet Set in IP20 TI-BL20-E-PN-4

Profinet Set in IP20 TI-BL20-E-PN-4 Connection of up to 4 read/write heads via BLident M12 extension cables Mixed operation of HF and UHF read/ write heads Field/System Supply Type designation Ident no. 7030468 Number of channels 4 Dimensions

More information

Applications & Tools. Communication between WinAC MP and a SIMATIC S7. Application for the PUT and GET Function Blocks of the S7 Communication

Applications & Tools. Communication between WinAC MP and a SIMATIC S7. Application for the PUT and GET Function Blocks of the S7 Communication Cover Sheet Communication between WinAC MP and a SIMATIC S7 Application for the PUT and GET Function Blocks of the S7 Communication Application Description September 2009 Applications & Tools Answers for

More information

HUBITRON HBG800-DP wireless handwheel

HUBITRON HBG800-DP wireless handwheel Application description 04/2014 HUBITRON HBG800-DP wireless handwheel SINUMERIK 840D/ 840D sl http://support.automation.siemens.com/ww/view/en/70989159 Warranty and liability Warranty and liability Note

More information

SCE Training Curriculum for Integrated Automation Solutions Totally Integrated Automation (TIA)

SCE Training Curriculum for Integrated Automation Solutions Totally Integrated Automation (TIA) SCE Training Curriculum for Integrated Automation Solutions Totally Integrated Automation (TIA) Siemens Automation Cooperates with Education TIA Portal Module 060-010 PROFIBUS with Master CPU 315F-2 PNDP

More information

Cover. Technology Template MC_MoveJOG. Technology CPU. Documentation March Applikationen & Tools. Answers for industry.

Cover. Technology Template MC_MoveJOG. Technology CPU. Documentation March Applikationen & Tools. Answers for industry. Cover Technology Template Technology CPU Documentation March 2009 Applikationen & Tools Answers for industry. Warranty, liability and support Warranty, liability and support Note The application examples

More information

SIMATIC Easy Motion Control. Getting Started Edition 02/2003. First Steps in Commissioning

SIMATIC Easy Motion Control. Getting Started Edition 02/2003. First Steps in Commissioning SIMATIC Edition 02/2003 First Steps in Commissioning Safety Guidelines This manual contains notices intended to ensure personal safety, as well as to protect the products and connected equipment against

More information

SIMIT 7. Gateways. User Manual

SIMIT 7. Gateways. User Manual SIMIT 7 Gateways User Manual Edition January 2013 Siemens offers simulation software to plan, simulate and optimize plants and machines. The simulation- and optimizationresults are only non-binding suggestions

More information

Twido, Magelis XBT-G2330 and LEXIUM05 via CANopen Version 1.35

Twido, Magelis XBT-G2330 and LEXIUM05 via CANopen Version 1.35 Twido, Magelis XBT-G2330 and LEXIUM05 via CANopen Version 1.35 This document describes a small application using a Twido-PLC, a LEXIUM05 drive connected via CANopen and a Magelis XBT-G2330 HMI connected

More information

Profibus-DPV1 Set in IP20 TI-BL20-DPV1-2

Profibus-DPV1 Set in IP20 TI-BL20-DPV1-2 Type designation Ident no. 1545004 Number of channels 2 Dimensions (W x L x H) 72.5 x 128.9 x 74.4 mm Cable max. 50 m between interface and read/write head 2 decimal rotary coding switches for the adjustment

More information

Totally Integrated Automation (T I A) MODULE C2 High Level Language Programming with S7-SCL

Totally Integrated Automation (T I A) MODULE C2 High Level Language Programming with S7-SCL Totally Integrated Automation (T I A) MODULE C2 High Level Language Programming with S7-SCL Page 1 of 34 Page 2 of 34 PAGE 1. Preface... 5 2. Notes on the Development Environment S7 SCL... 7 3. Installing

More information

Applications & Tools. Block for STEP 7 V5.5 for monitoring 24 V DC load circuits using SITOP PSE200U Single Channel Message and S7-300/400 CPUs

Applications & Tools. Block for STEP 7 V5.5 for monitoring 24 V DC load circuits using SITOP PSE200U Single Channel Message and S7-300/400 CPUs Cover Block for STEP 7 V5.5 for monitoring 24 V DC load circuits using SITOP PSE200U Single Channel Message and S7-300/400 CPUs SIMATIC S7 / SITOP PSE200U with Single Channel Message Library Description

More information

Keypad Lay-out. Copyright 2008 Optimal Engineering Systems, Inc

Keypad Lay-out. Copyright 2008 Optimal Engineering Systems, Inc Keypad Lay-out - 1 - Setting Acceleration Pressing the for each motor. key allows the user to enter the acceleration values 1) Press. 2) The controller displays Select Axis:1 thru 3. 3) Press 1 for X axis,

More information

Position-Control Module for MICREX-SX Series

Position-Control Module for MICREX-SX Series Position-Control Module for MICREX-SX Series Tadakatsu Aida Michiya Muramoto Yasutaka Tominaga 1. Introduction Generally, in order to operate various machines, various controllers that correspond to a

More information

Conveyor System Utilizing Safety Observation Function

Conveyor System Utilizing Safety Observation Function Conveyor System Utilizing Safety Observation Function [System Configuration] GOT Q06UDEHCPU Q172DSCPU QY40P Q173DSXY Axis 1 Axis 2 No.2 Conveyor axis No.1 Conveyor axis [Mitsubishi solution] Motion CPU:

More information

Connecting MGB-L1B-PN to Siemens S7 315F (TIA Portal V13)

Connecting MGB-L1B-PN to Siemens S7 315F (TIA Portal V13) Connecting MGB-L1B-PN to Siemens S7 315F (TIA Portal V13) Contents Guard locking acc. to EN ISO 14119 actuated by spring force applied power-on released (closed-circuit current principle)... 2 Components/modules

More information

Name List in Information Designer

Name List in Information Designer Page 1 (9) PREN1111 2009-01 WHAT IS THE NAME LIST? 2 HOW TO USE THE NAME LIST 2 MAKING A NEW NAME LIST 2 MAKING A NAME LIST IN AN EXISTING PROJECT 3 IMPORT FROM CSV 4 IMPORT MODULES 5 SIEMENS STEP7 5 BECKHOFF

More information

Set for EtherCAT in IP20 TI-BL20-E-EC-S-8

Set for EtherCAT in IP20 TI-BL20-E-EC-S-8 A special software (function module) for integration in PLC systems is not required. Cable max. 50 m between interface and read/write head Connection of up to 8 read/write heads via BLident M12 extension

More information

SCE Training Curriculum For Integrated Automation Solutions Totally Integrated Automation (TIA)

SCE Training Curriculum For Integrated Automation Solutions Totally Integrated Automation (TIA) SCE Training Curriculum For Integrated Automation Solutions Totally Integrated Automation (TIA) Siemens Automation Cooperates with Education TIA Portal Module 070-010 PROFINET with IO Controller CPU 315F-2

More information

(Cat. No QA) Product Data

(Cat. No QA) Product Data (Cat. No. 1771-QA) Product Data The Stepper Positioning Assembly allows programmable control of stepper motors using Allen-Bradley programmable controllers. Accelerations, decelerations, constant velocities

More information

LabVIEW -VI MCC. Virtual Instruments for MCC Control Units. Manual 1253-A001 GB

LabVIEW -VI MCC. Virtual Instruments for MCC Control Units. Manual 1253-A001 GB LabVIEW -VI MCC Virtual Instruments for MCC Control Units Manual 1253-A001 GB phytron LabVIEW Virtual Instruments for MCC Control Units TRANSLATION OF THE GERMAN ORIGINAL MANUAL 6/2010 Manual MA 1253-A001

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

Advanced features to meet your application needs:

Advanced features to meet your application needs: Advanced features to meet your application needs:. Increased memory capacity Total of 6,000 steps and 3,000 positions. Because you can multi-task up to 6 programs, the X-SEL is ideal for complete machine

More information

ACON-SE Controller Serial Communication Type. Operation Manual First Edition. IAI America Inc.

ACON-SE Controller Serial Communication Type. Operation Manual First Edition. IAI America Inc. ACON-SE Controller Serial Communication Type Operation Manual First Edition IAI America Inc. 1. Models of Teaching Pendants and PC Software New functions have been added to the whole ACON Controller Series.

More information

Automating with STEP 7 in STL

Automating with STEP 7 in STL Automating with STEP 7 in STL SIMATICS 7-300/400 Programmable Controllers by Hans Berger Publicis MCD Verlag Contents Introduction 16 1 SIMATIC S 7-300/400 Programmable Controller 17 1.1 Structure of the

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

SIMATIC. Working with STEP 7. Introduction to STEP 1. The SIMATIC Manager 2. Programming with Symbols. Creating a Program in 4

SIMATIC. Working with STEP 7. Introduction to STEP 1. The SIMATIC Manager 2. Programming with Symbols. Creating a Program in 4 Introduction to STEP 1 The SIMATIC Manager 2 SIMATIC Programming with Symbols 3 Creating a Program in 4 Working with STEP 7 Creating a Program with Function Blocks and Data Blocks 5 Getting Started Configuring

More information

START-UP and UPGRADE INSTRUCTIONS

START-UP and UPGRADE INSTRUCTIONS START-UP and UPGRADE INSTRUCTIONS SIEMENS AG A&D MC RD5 Valid for SINUMERIK 810/840D Software Version 6.3.30 Page 1 of 10 1 Requirements for upgrading software... 3 2 Data backup... 3 2.1 General requirements

More information

IA Super SEL Driver Help Kepware Technologies

IA Super SEL Driver Help Kepware Technologies 2012 Kepware Technologies 2 Table of Contents Table of Contents 2 4 Overview 4 Device Setup 5 Modem Setup 5 Data Types Description 6 Address Descriptions 7 Super SEL Addressing 7 Input Port (Super SEL)

More information

Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE D14

Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE D14 Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE PROFIsafe with Master CPU 315F-2 PN/DP and DP Slave ET 200S T I A Training Document Page 1 of 60 Module

More information

BU 0950 en. TIA standard modules. Supplementary manual options for NORD - Frequency Inverters

BU 0950 en. TIA standard modules. Supplementary manual options for NORD - Frequency Inverters BU 0950 en TIA standard modules Supplementary manual options for NORD - Frequency Inverters TIA standard modules Supplementary manual options for NORD - Frequency Inverters 2 BU 0950 en-1718 Table of Contents

More information

Controller. Controller P S E R C 2 P C O N S C O N. 285 Controller

Controller. Controller P S E R C 2 P C O N S C O N. 285 Controller P S E R C P C O N ACON PSEL ASEL SSEL XSEL S C O N DeviceNet/CCLink RCMGWDV/CC Integrated PS ERC PCON ACON VDC power supply for ROBO Cylinder PS/ module of ERC ERC Position controller for RCP series PCONC

More information

Compact multiprotocol I/O module for Ethernet 8 digital PNP inputs, input diagnostics per channel TBEN-S1-8DIP-D

Compact multiprotocol I/O module for Ethernet 8 digital PNP inputs, input diagnostics per channel TBEN-S1-8DIP-D Male M8, 4-pin, for power supply Glass-fiber reinforced housing Shock and vibration tested Fully potted module electronics Protection classes IP65 / IP67 / IP69K Type code Ident no. 6814034 Supply Supply

More information

Compact Multiprotocol I/O Module for Ethernet 16 digital NPN Inputs TBEN-L4-16DIN

Compact Multiprotocol I/O Module for Ethernet 16 digital NPN Inputs TBEN-L4-16DIN PROFINET device, EtherNet/IP device or Modbus TCP slave Integrated Ethernet switch Supports 10 Mbps/100 Mbps 2x M12, 4-pin, D-coded, Ethernet fieldbus connection 7/8" connector for power supply, 4-pin

More information

Modbus User Manual APPLIED MOTION PRODUCTS, INC. Modbus is a registered trademark of Schneider Electric, licensed to the Modbus Organization, Inc.

Modbus User Manual APPLIED MOTION PRODUCTS, INC. Modbus is a registered trademark of Schneider Electric, licensed to the Modbus Organization, Inc. APPLIED MOTION PRODUCTS, INC. Modbus is a registered trademark of Schneider Electric, licensed to the Modbus Organization, Inc. Covers the following Modbus RTU enabled drives: ST5-Q-RN ST5-Q-RE ST5-Q-NN

More information

RCM-GW. RCM-GW Controller. (1) Position Number Specification Mode. (2) Positioning-Data Specification Mode

RCM-GW. RCM-GW Controller. (1) Position Number Specification Mode. (2) Positioning-Data Specification Mode RCMGW RCMGW For Position The gateway unit is a conversion unit for connecting the field network, such as DeviceNet or CCLink, etc., to the ROBO Cylinder controller. Connect a gateway unit to your field

More information

Troubleshooting Err27.4

Troubleshooting Err27.4 Troubleshooting Err27.4 2014/1/23 Motor Business Division Appliances Company Panasonic Corporation Err27.4 Command Error When Err27.4 occurs on correct parameter setting, there is a problem inside command

More information

12.3 Fieldbus I/O Board

12.3 Fieldbus I/O Board 12.3 Fieldbus I/O Board 12.3.1 Overview of Fieldbus I/O The Fieldbus I/O option is an option to add fieldbus slave function (DeviceNet, PROFIBUS-DP, CC-Link, EtherNet/IP) to the robot Controller. A fieldbus

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

Compact multiprotocol I/O module for Ethernet 16 digital PNP inputs TBEN-L1-16DIP

Compact multiprotocol I/O module for Ethernet 16 digital PNP inputs TBEN-L1-16DIP EtherNet/IP, Modbus TCP, or PROFINET slave Integrated Ethernet switch Supports 10 Mbps/100 Mbps 2 x M12, 4-pin, D-coded, Ethernet fieldbus connection 7/8" males, 5-pin, for power supply Input diagnostics

More information

EtherCAT(R) Connection Guide IAI Corporation

EtherCAT(R) Connection Guide IAI Corporation Machine Automation Controller NJ-series EtherCAT(R) Connection Guide IAI Corporation X-SEL Controller (XSEL-R/S/RX/SX/RXD/SXD) P549-E1-01 About Intellectual Property Rights and Trademarks Microsoft product

More information

Simatic S7 modules for COMPAX with profibus DP (COMPAX option F3) As of COMPAX software version V3.0 August 2000 As of profibus software version V1.

Simatic S7 modules for COMPAX with profibus DP (COMPAX option F3) As of COMPAX software version V3.0 August 2000 As of profibus software version V1. Simatic S7 modules for COMPAX User Guide Simatic S7 modules for COMPAX with profibus DP (COMPAX option F3) As of COMPAX software version V3.0 August 2000 As of profibus software version V1.4 We automate

More information

Catalog 1 Product Overview General Important User Information About the Gateway Function Features Tec

Catalog 1 Product Overview General Important User Information About the Gateway Function Features Tec PROFIBUS DP / Modbus TCP Gateway EP-321MP User Manual REV 1.2 Sibotech Automation Co., Ltd Technical Support: 021-5102 8348 E-mail:support@sibotech.net Catalog 1 Product Overview... 4 1.1 General...4 1.2

More information

Data setting software MEXE02 DGⅡSeries / EAS Series

Data setting software MEXE02 DGⅡSeries / EAS Series HL-14056 Data setting software MEXE02 DGⅡSeries / EAS Series OPERATING MANUAL Thank you for purchasing an Oriental Motor product. This operating manual describes product handling procedures and safety

More information