Software Manual SCHUNK Software Module For FANUC CRX

2y ago
21 Views
2 Downloads
1.96 MB
13 Pages
Last View : 30d ago
Last Download : 3m ago
Upload by : Julius Prosser
Transcription

Translation of original software manualSoftware ManualSCHUNK Software module for FANUC CRXCo-act EGP-C in variants FCRXID / FCRXEK

ImprintImprintCopyright:This manual is protected by copyright. The author is SCHUNK GmbH & Co. KG. All rightsreserved. Any reproduction, processing, distribution (making available to third parties),translation or other usage - even excerpts - of the manual is especially prohibited andrequires our written approval.Technical changes:We reserve the right to make alterations for the purpose of technical improvement.Document number: 1451578Version: 01.00 24/09/2020 en SCHUNK GmbH & Co. KGAll rights reserved.Dear Customer,thank you for trusting our products and our family-owned company, the leadingtechnology supplier of robots and production machines.Our team is always available to answer any questions on this product and other solutions.Ask us questions and challenge us. We will find a solution!Best regards,Your SCHUNK teamSCHUNK GmbH & Co. KGClamping and gripping technologyBahnhofstr. 106 - 134D-74348 Lauffen/NeckarTel. 49-7133-103-0Fax er ManagementTel. 49-7133-103-2503Fax 49-7133-103-2189cmg@de.schunk.comPlease read the operating manual in full and keep it close to the product.201.00 SCHUNK Software module for FANUC CRX Software Manual en 1451578

Table of ContentsTable of Contents1General. 41.1 About this manual . 41.2 Applicable documents . 42Description of software functions . 53Install software component . 64Configure software component. 95Using gripper commands in a program. 116Using sensor monitoring in a program . 13301.00 SCHUNK Software module for FANUC CRX Software Manual en 1451578

General1 General1.1 About this manualThis manual contains information on the SCHUNK-Software Pluginfor FANUC CRX Cobots.The software is used to easily integrate and control the followingproducts in FANUC CRX applications: Co-act EGP-C-FCRXEK Co-act EGP-C-FCRXIDIllustrations in this manual are provided for basic understandingand may differ from the actual product design.In addition to these instructions, the documents listed underApplicable documents [} 4] are applicable.1.2 Applicable documents Assembly and operating manual for the product *The documents marked with an asterisk (*) can be downloaded onour homepage schunk.com401.00 SCHUNK Software module for FANUC CRX Software Manual en 1451578

Description of software functions2 Description of software functionsThe plugin provides the commands "Closes gripper" and "Opensgripper". A third command "Light Band" is available only on theFCRXEK variant. The state of the two position sensors on thegripper can be read using standard CRX commands, Using sensormonitoring in a program [} 13].Command "Opens gripper"This command causes the gripper to move to the open position.There is an optional parameter to change the payload number ofthe robot and another to wait for a specified amount of time aftersending the command to the gripper.Command "Closes gripper"This command causes the gripper to move to the closed position.There is an optional parameter to change the payload number ofthe robot and another to wait for a specified amount of time aftersending the command to the gripper.Command "Light band"In the variant with external wiring, FCRXEK, a light band isinstalled. This command is used to change the state of the lightband to green, yellow, red, or "off".501.00 SCHUNK Software module for FANUC CRX Software Manual en 1451578

Install software component3 Install software componentNOTETo install the software, use the enclosed USB stick.Ø Connect the USB stick to the robot controller (not to the TabletTeach Pendant port).Ø Press the button "menu" at the top right of the Tablet TeachPendant screen.601.00 SCHUNK Software module for FANUC CRX Software Manual en 1451578

Install software componentØ Select menu "Plugins - Install".Ø Select software module "SCHUNK EGPC.PL".Ø Select button "Install".701.00 SCHUNK Software module for FANUC CRX Software Manual en 1451578

Install software componentØ After plugin installation is complete, restart the robotcontroller.801.00 SCHUNK Software module for FANUC CRX Software Manual en 1451578

Configure software component4 Configure software componentThe following settings may be adjusted: Selection of gripper variant -FCRXID or -FCRXEK Only for variant -FCRXEK: Selection of robot controller digitalinput (DI) and digital output (DO) signals connected to thegripperØ Select menu "Plugins - SCHUNK EGP C" to reach the pluginconfiguration screen.Ø Select the connected gripper varaint -FCRXID or -FCRXEK.Ø If the -FCRXEK variant is selected, the digital input (DI) anddigital output (DO) signals connected to the gripper may also beconfigured.901.00 SCHUNK Software module for FANUC CRX Software Manual en 1451578

Configure software component The default (recommended) signal connections are shown. Settings are configured.Ø Test the gripper by using the buttons "OPEN" and "CLOSE".CAUTION Moving parts! Do not handle or interfere withmoving parts.1001.00 SCHUNK Software module for FANUC CRX Software Manual en 1451578

Using gripper commands in a program5 Using gripper commands in a programOnce the CRX plug-in for the SCHUNK Co-act EGP-C gripper isinstalled, the following commands can be located in the section"Motion" of the CRX program editor: CLOSE OPEN LIGHTBANDRefer to the FANUC CRX manuals for more information aboutprogramming using the visual editor.The available gripper commands that can be dragged into aprogram and their parameters are described below. For all CRXcommands, the parameters of a command can be edited. To dothis, select the command in a program and select the "Details" tab.OPEN / CLOSEParametersTest GripperThese two commands cause the gripper to open and close,respectively. (optional) Update PAYLOAD numberThis parameter can be used to automatically change the activepayload number for the CRX, as with the standard TeachPendant Programming command, PAYLOAD[n]. It is commonfor gripper open and close operations to significantly changethe payload at the robot end of arm. This parameter is aconvenience that can remove the need for a separate payloadcommand in many cases. Refer to the FANUC CRXdocumentation for more information on configuring payloadsand setting the active payload number. (optional) Wait for command to completeThis parameter can be used to create a delay after thecommand has been sent to the gripper and before proceedingto the next command in the program. This is frequently used toallow the gripper to complete its motion before proceeding. Thedefault amount of time for this delay (if set) is 0.5 seconds,though the duration of this delay can be edited.The open and close buttons located within the "Test Gripper" boxon the command details screen can be used to immediately causethe gripper to open or close, which is frequently necessary whileprogramming. These buttons have no effect on the command itselfor the command’s parameters.1101.00 SCHUNK Software module for FANUC CRX Software Manual en 1451578

Using gripper commands in a programParametersTest GripperLIGHTBAND (-FCRXEK variant only)This command is used to turn the light band on or off and to setthe color of the light band. State/ColorThis parameter specifies the new state for the light band. Thefollowing options are available:– Off– Green– Yellow– RedThe set button located within the "Test Gripper" box on thecommand details screen can be used to immediately change thelight band state. This button has no effect on the command itself.1201.00 SCHUNK Software module for FANUC CRX Software Manual en 1451578

Using sensor monitoring in a program6 Using sensor monitoring in a programThe two position sensors on the gripper may be monitored usingstandard Teach Pendant Programming commands, such as IF andWAIT. Refer to the FANUC Teach Pendant Programming manualfor more information on using digital inputs in a program.It is important to know which two robot inputs (RI) or controllerdigital inputs (DI) are connected to the gripper sensors. When using the -FCRXID variant: The "closed" position sensor ismonitored using RI[1] and the "open" position sensor ismonitored using RI[2]. When using the -FCRXEK variant: The exact digital inputsconnected to the two sensors are determined by the personinstalling the gripper and configured using the pluginconfiguration screen, Configure software component [} 9]. Bydefault, the "closed" position sensor is monitored using DI[101]and the "open" position sensor is monitored using DI[102].1301.00 SCHUNK Software module for FANUC CRX Software Manual en 1451578

This manual contains information on the SCHUNK-Software Plugin for FANUC CRX Cobots. The software is used to easily integrate and control the following products in FANUC CRX applications: Co-act EGP-C-FCRXEKCo-act EGP-C-FCRXID Illustrations in this manual are provided for basic und

Related Documents:

characterized by dynamics, precision, and reliability. For more information visit our website: . SCHUNK offers manual and power chucks with or with-out through-holes for precise and safe clamping of . source supplier” of effective and economic solutions. The whole World of Lathe Chucks. Page 6 Page 10 SCHUNK Standard Chuck Jaws

Teacher’s Book B LEVEL - English in school 6 Contents Prologue 8 Test paper answers 10 Practice Test 1 11 Module 1 11 Module 2 12 Module 3 15 Practice Test 2 16 Module 1 16 Module 2 17 Module 3 20 Practice Test 3 21 Module 1 21 Module 2 22 Module 3 25 Practice Test 4 26 Module 1 26 Module 2 27 Module 3 30 Practice Test 5 31 Module 1 31 Module .

thank you for trusting our products and our family-owned company, the leading technology supplier of robots and production machines. Our team is always available to answer any questions on this product and other solutions. Ask us questions and challenge us. We will find a solution! Best regards, Your SCHUNK team SCHUNK GmbH & Co. KG Spann- und .

WinDbg Commands . 0:000 k . Module!FunctionD Module!FunctionC 130 Module!FunctionB 220 Module!FunctionA 110 . User Stack for TID 102. Module!FunctionA Module!FunctionB Module!FunctionC Saves return address Module!FunctionA 110 Saves return address Module!FunctionB 220 Module!FunctionD Saves return address Module!FunctionC 130 Resumes from address

XBEE PRO S2C Wire XBEE Base Board (AADD) XBEE PRO S2C U.FL XBEE Pro S1 Wire RF & TRANSRECEIVER MODULE XBEE MODULE 2. SIM800A/800 Module SIM800C Module SIM868 Module SIM808 Module SIM7600EI MODULE SIM7600CE-L Module SIM7600I Module SIM800L With ESP32 Wrover B M590 MODULE GSM Card SIM800A LM2576

children's achievement outcomes, although other evidence provides indirect support for the preceding ideas, Research with children during learning of mathematical skills (Schunk & Hanson, 1985; Schunk, Hanson, & Cox

skills and also increase students’ self-efficacy and intrinsic motivation to further their learning. In his synthesis of goal-setting research, Schunk (2003) explains that students use goals to direct their actions, assess their progress, and drive their own learning over time (Schunk, 2003).

3.6 BEM as TQM framework . 43 3.6.1 Deming Prize . 44 3.6.2 The Malcolm Baldrige National Quality Award . 45 3.6.3 European Foundation for Quality Management . 48 3.7 Abu Dhabi Award for Excellence in Government Performance . 50 3.7.1 The ADAEP model . 51 3.8 Comparison between the BEMs . 52 3.9 Chapter summary . 54 4 Chapter Four: Framework of the Study .