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
Everywhere
  • Everywhere
  • Articles
  • Pages
  • Forum
  • Blog Articles
  • Products
  • More Options
  1. Robotforum - Support and discussion community for industrial robots and cobots
  2. Members
  3. mhasman

Posts by mhasman

  • KRC4 Variable Rev. of the fans

    • mhasman
    • August 6, 2018 at 8:03 PM

    For KRC4 is the same variable and you can also find on the manual for KR4 System Variables.

    $CAB_FANSPEED = Speed of the cabinet fan (external fan)
    $PC_FANSPEED = Speed of the PC fan (internal fan)

    It is located on $OPERATE.dat, that's a protected system dat.

    INT $PC_FANSPEED
    INT $CAB_FANSPEED

    You can load in a INT data and work with it.

  • I/O unit

    • mhasman
    • August 31, 2017 at 12:48 AM

    Just reading the manual of product friend!

    Which DSQC are you using on your controller?

  • What is best method to improve knowledge and skills?

    • mhasman
    • August 31, 2017 at 12:46 AM

    Studying the syntax and testing everything you just read in practice.

  • ArcTool manual for RJ3

    • mhasman
    • August 2, 2017 at 7:18 PM

    Hi guys!

    Someone in the group could share the Arctool manual setup for versions starting at 5.10.

    Thank you for help.

  • Smartac

    • mhasman
    • April 3, 2017 at 7:33 PM

    Morning Guys!

    If you want to measure the part with the cup, will be necessary to use an specific Tool Weld from Fronius, not a Binzel for example and make configuration in the machine.

    Sorry my bad inglesh...

  • DrAmaT editor

    • mhasman
    • October 24, 2016 at 12:58 PM

    Hi!

    Why don't you work with UltraEdit? Is better and it's easy to crack...

  • Problem to show message (full buffer)

    • mhasman
    • August 29, 2016 at 6:26 PM

    I am having trouble to deleting the contents of the message memory for a time that the message was not shown and was simply ignored continuing processing . I would like to know how to delete this data storage memory so that no problems occur .

  • Problem with a Background task

    • mhasman
    • August 8, 2016 at 2:36 PM

    OK, will be necessary to make changes in both files SYS and BACKINFO.

    Look for the topic: CAB_TASK_MODULES:

    Will appear all tasks declared.

    Example:

    ;**********************************************************************
    #
    CAB_TASK_MODULES:

    -File "ram1disk:TESTE.PRG" -ModName "TESTE" -Task "T_IMA"

    -File "ram1disk:base_mt.sys" -ModName "BASE_MT" -Task "SILUE"

    -File "ram1disk:SILUETA.PRG" -ModName "SILUETA" -Task "SILUE"

    -File "ram1disk:base_mt.sys" -ModName "BASE_MT" -Task "TRANSP"

    -File "ram1disk:R_TRANSP.PRG" -ModName "R_TRANSP" -Task "TRANSP"
    ;**********************************************************************

    Delete one of the lines that possesses the task you want to delete.

    For this example i will use the task R_TRANSP.

    Example:

    -File "ram1disk:R_TRANSP.PRG" -ModName "R_TRANSP" -Task "TRANSP"

    Now, go to the BACKINFO.

    Example:

    ;******************************************************************
    #
    # System backup
    # Originally at: flp1:/B5947
    # 2012-12-15 08:38:07
    #
    >>SYSTEM_ID:
    64-05947

    >>PRODUCTS_ID:
    3HAB2390-2/06 System Pack S4C 3.0
    TP Language
    Irb 6400
    Advanced Functions
    Multitasking

    >>ROBOT_TYPE:
    6400/2.4-120

    >>SYSPAR:
    SYS.cfg
    SIO.cfg
    EIO.cfg
    MOC.cfg
    PROC.cfg
    MMC.cfg

    >>TASK0: (MAIN)
    SYSMOD/USER.sys @ ram1disk:user.sys
    SYSMOD/BASE.sys @ ram1disk:base.sys
    PROGMOD/ROBO1.mod @
    SYSMOD/avdfun.sys @ ram1disk:advfun.sys

    >>TASK1: (T_IMA)
    PROGMOD/TESTE.mod @ ram1disk:TESTE.PRG
    SYSMOD/BASE_MT.sys @ ram1disk:base_mt.sys

    >>TASK2: (SILUE)
    PROGMOD/SILUETA.mod @ ram1disk:SILUETA.PRG
    SYSMOD/BASE_MT.sys @ ram1disk:base_mt.sys

    >>TASK3: (TRANSP)
    PROGMOD/R_TRANSP.mod @ ram1disk:R_TRANSP.PRG
    SYSMOD/BASE_MT.sys @ ram1disk:base_mt.sys

    >>EOF:
    ;***********************************************************

    Delete lines in red color.

    And Finally you must delete the task folder.

    RAPID-> TASK1
    TASK2
    TASK3


    That it.

  • Problem with a Background task

    • mhasman
    • August 8, 2016 at 1:57 PM

    Do you want to do this Online or Offline?

  • Problem with a Background task

    • mhasman
    • August 8, 2016 at 1:48 PM

    Which controller are you talking about?

    IRC5, S4C, S4???

  • I have a question about KUKA VKR C1 。

    • mhasman
    • August 8, 2016 at 1:21 PM

    Put the file unziped inside the Pen Drive and insert the Pen Drive on the controller, after that you choose the expert mode and just press login. That it!

  • I have a question about KUKA VKR C1 。

    • mhasman
    • August 7, 2016 at 3:03 AM

    Check connections on the power module PM6. Probably are conected in wrong position.
    Do you have any manual?

  • Creating Parameter routine..

    • mhasman
    • July 25, 2016 at 4:49 PM

    Solved!

  • Creating Parameter routine..

    • mhasman
    • July 25, 2016 at 3:21 PM

    Forgot to mention a Error is being generated.

    2128 - More actual than formal parameters specified.

    What's whong?

  • Creating Parameter routine..

    • mhasman
    • July 25, 2016 at 3:17 PM

    Hi Guys!

    I'm having problems in create a specific routine for gripper control, it's a routine with at least 6 input parameters.
    First question.
    1 - How many paremetes are permissible to insert in the parameter routines?
    2 - I'm using input data as ENUM, specificty 6 ENUM data, is it correct?
    3 - Is there another way to do this, what's wrong in my code?

    Sorry my bad inglesh!

    Images

    • Code.png
      • 50.39 kB
      • 788 × 986
      • 49

    Files

    Code.png_thumb 17.36 kB – 47 Downloads
  • Setting up KRC4 Master Reference Switch

    • mhasman
    • January 9, 2016 at 12:51 AM

    :bravo:

  • Setting up KRC4 Master Reference Switch

    • mhasman
    • January 7, 2016 at 1:30 PM

    Hi!

    First - Install the tecnology in your controller.
    Second - After install, will appear inside the System fold the module masref_main and masref_user.

    The module masref_user you will insert the moves from for example Home until Masref Position, the masref_main is used to execute main routine that make the full process.


    I hope I've helped!

    Sorry my bad inglesh!

  • Problem using RobotMaster with external axis, velocity in the workspace wrong

    • mhasman
    • January 7, 2016 at 1:13 PM

    Morning Brother!

    Try to use at the end of the instruction the argument C_DIS when used LIN Moves and C_PTP when used PTP Moves.

    Like this,

    $APO.DIS=Values for aproximation ???
    ADVANCE=3...??
    $ACC.CP=9.0
    $VEL.CP=2.0
    LIN {X 2.3839,Y -0.8413,Z 22.0057,A 179.1647,B 37.4970,C 177.7665,E1 2.1744,E2 0.0,E3 0.0,E4 0.0,E5 0.0,E6 0.0} C_DIS

    Did you declare the $ACC.CP?

  • ON_ERROR_PROCEED

    • mhasman
    • October 21, 2015 at 6:43 PM

    Thank you Panic Mode!

    I don't have this manual.. Can you send in my email please (systemmeldungen)?
    Do you have it in English language?

    marcelo@servnews.com.br
    marcelo.hasman@hotmail.com

  • ON_ERROR_PROCEED

    • mhasman
    • October 20, 2015 at 8:46 PM

    Hi Guys!

    I saw some posts about this command and until now nobody answer this question clearly..

    I'd like to know how to define or find the type of error like..

    $ERR.NUMBER <-- which number? how to find the meaning of each number? is there a table or any manual where i find about how to configure or use correctly this command?

    What kind of error each number has?

    when i use the command (ON_ERROR_ PROCEED) ? How it follows in the program? I need to put in the end of the program like in the RAPID language (ABB robot) ?

    Someone can show a an example of aplication?

    Sorry my bad english!

Advertising from our partners

IRBCAM
Robotics Channel
Robotics Training
Advertise in robotics
Advertise in Robotics
Advertise in Robotics
  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