1. Home
    1. Dashboard
    2. Search
  2. Forum
    1. Unresolved Threads
    2. Members
      1. Recent Activities
      2. Users Online
      3. Team Members
      4. Search Members
      5. Trophys
  3. Articles
  4. Blog
  5. Videos
  6. Jobs
  7. Shop
    1. Orders
  • Login or register
  • Search
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Articles
  • Pages
  • Forum
  • Blog Articles
  • Products
  • More Options
  1. Robotforum - Support and discussion community for industrial robots and cobots
  2. Forum
  3. Industrial Robot Support and Discussion Center
  4. Panasonic Robots
Your browser does not support videos RoboDK Software for simulation and programming
Visit our Mainsponsor
IRBCAM
Robotics Channel
Robotics Training
Advertise in robotics
Sponsored Ads

Panasonic Training?

  • holmes1997
  • November 13, 2015 at 4:02 PM
  • Thread is Resolved
  • holmes1997
    Trophies
    4
    Posts
    4
    • November 13, 2015 at 4:02 PM
    • #1

    Can anyone point the way to some Panasonic Weld Robot Programming Training?
    I have thorough experience with Fanuc, and some with Motoman. However, my new company have an dinosaur Panasonic VR-008 with G2 controller (Greeen screen). The language looks similar to current Panasonics. However, my knowledge with Panasonics is barely above 2nd Grade.
    I can Trace programs, Touch-up points, edit calls to run new programs, etc... However, if we get a new part for this robot I am SOL.

  • Thescoe
    Reactions Received
    1
    Trophies
    2
    Posts
    28
    • November 14, 2015 at 6:28 AM
    • #2

    Look into this. MWA is the source for Panasonic training
    https://reg.abcsignup.com/view/view_mont…&aid=MEM&wp=264

  • heri
    Trophies
    3
    Posts
    49
    • February 6, 2016 at 6:27 AM
    • #3

    Good day sir .... for setting counter in the robot panasonic GII or GIII let appear on the monitor how ya do ....?

  • achencan
    Reactions Received
    2
    Trophies
    3
    Posts
    51
    • February 7, 2016 at 4:13 AM
    • #4

    program : ....
    SET LI001 = 0 (Set 0 to variable LI001)
    SET GR002 = 0 (Set 0 to variable GR001)
    INC LI001 (Increment the value of LI001 by 1)
    ADD GR001, 2 (Add 2 to variable GR001)
    ....

    monitor : View --> Display change --> Display variable --> Integer (or Real)

    change value : Set --> Variable --> Integer (or Real)

    Files

    2015-08-01_9-38-40.png 14 kB – 167 Downloads 2015-08-01_9-38-40.png_thumb 17.77 kB – 126 Downloads 2015-08-01_14-13-57.png 7.55 kB – 148 Downloads 2015-08-01_14-13-57.png_thumb 14.91 kB – 126 Downloads 2015-08-01_14-56-26.png 7.87 kB – 151 Downloads 2015-08-01_14-56-26.png_thumb 12.46 kB – 126 Downloads
  • heri
    Trophies
    3
    Posts
    49
    • February 7, 2016 at 9:42 AM
    • #5

    Thank you very much sir on his direction ....

    Sent from my ASUS_Z00RD using Tapatalk

  • heri
    Trophies
    3
    Posts
    49
    • February 7, 2016 at 11:42 AM
    • #6

    good afternoon sir yes sir ... ohh .... sorry sir I ask again ... that make the program create a button how sir? for panasonic GII. because if I change its operation to continou, operators quickly lose the same robot guidance please sir ...

    Sent from my ASUS_Z00RD using Tapatalk

  • achencan
    Reactions Received
    2
    Trophies
    3
    Posts
    51
    • February 7, 2016 at 3:05 PM
    • #7

    connect opetation button to I/O terminals User-IN001.
    at the begin of program, add : WAIT_IP I1#(001) = ON

  • heri
    Trophies
    3
    Posts
    49
    • February 7, 2016 at 10:47 PM
    • #8

    Thank you very much sir, for helping

    Sent from my ASUS_Z00RD using Tapatalk

  • heri
    Trophies
    3
    Posts
    49
    • February 9, 2016 at 1:25 PM
    • #9

    good evening sir, to counter setup I have tried but they failed to create .program: .... SET LI001 = 0 (Sets 0 to variable LI001) SET GR002 = 0 (Sets 0 to variable GR001) LI001 INC (Increment the value of LI001 by 1) ADD GR001, 2 (Add 2 to variable GR001) .... monitor: View -> Display change -> Display variables -> Integer (or Real) change value: Set -> variable - -> Integer (or Real), for the program for this counter setting input into the program at the beginning or at the end sir. I should have asked for an example of the program to enter sir.

    Sent from my ASUS_Z00RD using Tapatalk

  • heri
    Trophies
    3
    Posts
    49
    • February 9, 2016 at 3:08 PM
    • #10

    if to counter can already appear sir but the counter is not running although robots have completed the process still rates still at 0

    Sent from my ASUS_Z00RD using Tapatalk

  • achencan
    Reactions Received
    2
    Trophies
    3
    Posts
    51
    • February 10, 2016 at 1:04 AM
    • #11

    :wallbash: Ok, GR001 = counter

    at the end of program : ADD GR001, 1 (add 1 to counter)

    monitor : View --> Display change --> Display variable --> Real

    to reset the counter : Set --> Variable --> Real

    :baseball:

  • heri
    Trophies
    3
    Posts
    49
    • February 10, 2016 at 4:05 AM
    • #12

    thanks sir ..... I'll try again.[emoji1]

    Sent from my ASUS_Z00RD using Tapatalk

  • heri
    Trophies
    3
    Posts
    49
    • February 13, 2016 at 3:56 PM
    • #13

    Hello sir .... thanks for the guidance that has been given to me , everything has been running smoothly . There is one more thing I want to ask sir , if I want to add additional devices such as PLC 's , do I need to register for a robotic device before the signal I/O I plug in one program .... sir ? ... Excuse me sir if I ask many questions ....

  • achencan
    Reactions Received
    2
    Trophies
    3
    Posts
    51
    • February 14, 2016 at 5:15 AM
    • #14

    these status input/output and user input/output are ready to use

    Images

    • 2016-02-13_23-09-43.png
      • 113.95 kB
      • 424 × 842
      • 67

    Files

    2016-02-13_23-09-43.png_thumb 18.84 kB – 121 Downloads
  • heri
    Trophies
    3
    Posts
    49
    • February 14, 2016 at 6:48 AM
    • #15

    Thank you sir , if the OTC or protecting nachi right to know the level of user or beginer , experts , specialists and integrators to pasword.
    What in panasonic also there like that or just passing user id that alone sir for robot models in the password .... ?

    Sent from my ASUS_Z00RD using Tapatalk

  • achencan
    Reactions Received
    2
    Trophies
    3
    Posts
    51
    • February 15, 2016 at 7:23 AM
    • #16

    Only users of the system administrator level can set, change and delete all parameters.

    Images

    • 2015-08-01_9-38-40.png
      • 15.57 kB
      • 714 × 85
      • 49

    Files

    2015-08-01_9-38-40.png_thumb 3.43 kB – 117 Downloads
  • heri
    Trophies
    3
    Posts
    49
    • February 15, 2016 at 12:34 PM
    • #17

    Thank you sir ... for his guidance , I hope that the father of science has also increased and growing , amen ....

    Sent from my ASUS_Z00RD using Tapatalk

  • linhdong
    Trophies
    3
    Posts
    3
    • March 2, 2016 at 11:03 AM
    • #18

    Hi , there are some problems with my Panasonic robot AW005cl after the relocation Recently ,
    I have a panarobo AW-005cl. When i turn on servo. Robot display error : " A6110 encoder batt Err0001".
    Please help me! Thanks

  • heri
    Trophies
    3
    Posts
    49
    • March 3, 2016 at 2:42 PM
    • #19
    Quote from achencan


    :wallbash: Ok, GR001 = counter

    at the end of program : ADD GR001, 1 (add 1 to counter)

    monitor : View --> Display change --> Display variable --> Real

    to reset the counter : Set --> Variable --> Real

    :baseball:


    hello sir .... I want to ask panasonic robot GII often Alarm A4010 safety warnings holder when the gun or the robot head not hit anything .. if there is a problem in the sensor or there are other constraints yes sir ...? yes sir please help ... thanks in advance ...[emoji4]

    Sent from my ASUS_Z00RD using Tapatalk

  • achencan
    Reactions Received
    2
    Trophies
    3
    Posts
    51
    • March 5, 2016 at 3:28 PM
    • #20

    A4010 xxxxxx ------- what error message you have ?

    Images

    • 2016-03-05_9-12-54.png
      • 72.59 kB
      • 978 × 594
      • 48

    Files

    2016-03-05_9-12-54.png_thumb 11.54 kB – 118 Downloads

Advertising from our partners

IRBCAM
Robotics Channel
Robotics Training
Advertise in robotics
Advertise in Robotics
Advertise in Robotics

Job Postings

  • Anyware Robotics is hiring!

    yzhou377 February 23, 2025 at 4:54 AM
  • How to see your Job Posting (search or recruit) here in Robot-Forum.com

    Werner Hampel November 18, 2021 at 3:44 PM
Your browser does not support videos RoboDK Software for simulation and programming

Tag Cloud

  • abb
  • Backup
  • calibration
  • Communication
  • CRX
  • DCS
  • dx100
  • dx200
  • error
  • Ethernet
  • Ethernet IP
  • external axis
  • Fanuc
  • help
  • hmi
  • I/O
  • irc5
  • IRVIsion
  • karel
  • kawasaki
  • KRC2
  • KRC4
  • KRC 4
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • robodk
  • roboguide
  • robot
  • robotstudio
  • RSI
  • safety
  • Siemens
  • simulation
  • SPEED
  • staubli
  • tcp
  • TCP/IP
  • teach pendant
  • vision
  • Welding
  • workvisual
  • yaskawa
  • YRC1000

Thread Tag Cloud

  • abb
  • Backup
  • calibration
  • Communication
  • CRX
  • DCS
  • dx100
  • dx200
  • error
  • Ethernet
  • Ethernet IP
  • external axis
  • Fanuc
  • help
  • hmi
  • I/O
  • irc5
  • IRVIsion
  • karel
  • kawasaki
  • KRC2
  • KRC4
  • KRC 4
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • robodk
  • roboguide
  • robot
  • robotstudio
  • RSI
  • safety
  • Siemens
  • simulation
  • SPEED
  • staubli
  • tcp
  • TCP/IP
  • teach pendant
  • vision
  • Welding
  • workvisual
  • yaskawa
  • YRC1000
  1. Privacy Policy
  2. Legal Notice
Powered by WoltLab Suite™
As a registered Member:
* You will see no Google advertising
* You can translate posts into your local language
* You can ask questions or help the community with your knowledge
* You can thank the authors for their help
* You can receive notifications of replies or new topics on request
* We do not sell your data - we promise

JOIN OUR GREAT ROBOTICS COMMUNITY.
Don’t have an account yet? Register yourself now and be a part of our community!
Register Yourself Lost Password
Robotforum - Support and discussion community for industrial robots and cobots in the WSC-Connect App on Google Play
Robotforum - Support and discussion community for industrial robots and cobots in the WSC-Connect App on the App Store
Download