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. Fanuc Robot Forum
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

ktrans version for s420f and r-j panel

  • ali alp
  • January 23, 2024 at 2:17 PM
  • Thread is Unresolved
  • ali alp
    Trophies
    1
    Posts
    8
    • January 23, 2024 at 2:17 PM
    • #1

    I have a fanuc s420f robot and r-j panel. For this, I code the program in Karel languages. But while converting this karel file to .pc format, it builds with ktrans v9 version. When I transfer the file we created with this version to the r-j panel, I get the 'version too old' error. what should I do for this.

    The roboguide simulation program I use does not have r-j panel support.

    How can I downgrade the ktrans version? Or how can I transfer the file to the r-j panel?

  • Go to Best Answer
  • HawkME January 23, 2024 at 3:14 PM

    Approved the thread.
  • ROBOT_G
    Reactions Received
    23
    Trophies
    4
    Posts
    241
    • January 23, 2024 at 3:58 PM
    • #2

    Compile the source code with version 3

  • ali alp
    Trophies
    1
    Posts
    8
    • January 24, 2024 at 9:48 AM
    • #3
    Quote from ROBOT_G

    Compile the source code with version 3

    Can you guide me on how to do this?

  • HawkME
    Reactions Received
    570
    Trophies
    11
    Posts
    3,269
    • January 24, 2024 at 1:04 PM
    • Best Answer
    • #4

    When you install RoboGuide it allows you to select what controller software versions you want to include. I don't think it goes earlier that 6 on RoboGuide. You could try that or possibly there is an older software available.

  • ROBOT_G
    Reactions Received
    23
    Trophies
    4
    Posts
    241
    • January 26, 2024 at 10:38 PM
    • #5

    You'll need the DOS programs and a 32 bit os type the command ktrans filename.kl

  • ali alp
    Trophies
    1
    Posts
    8
    • January 31, 2024 at 11:35 AM
    • #6

    When I try to upload the .tp file I created in the roboguide simulation to my r-j panel, I get the following error. I do the transfer via kfloopy.


    LANG-006 WARN Invalid or corrupted TP file

    Cause: A when loading .TP file, invalid data was found. This may occur if a .TP file has become

    corrupted or if some other type of file e.g., a .PE file, has been copied or renamed to a .TP file.

    Remedy: Generate (using SAVE, with $ASCII_SAVE = FALSE) and load a valid .TP file. Note: An

    existing TP program in the controller might have been corrupted as a result of your attempt to load the

    invalid file. You might have to reteach the teach pendant program, before you save it as a .TP file.

  • Nation
    Typical Robot Error
    Reactions Received
    553
    Trophies
    9
    Posts
    1,935
    • February 1, 2024 at 6:26 PM
    • #7

    What version of OS is your robot running? I have translators dating back to v1.5.

    Check out the Fanuc position converter I wrote here! Now open source!

    Check out my example Fanuc Ethernet/IP Explicit Messaging program here!

  • ROBOT_G
    Reactions Received
    23
    Trophies
    4
    Posts
    241
    • February 1, 2024 at 7:12 PM
    • #8

    TP files are compatible across platforms as long as what's in the program (options) is actually installed.

  • ali alp
    Trophies
    1
    Posts
    8
    • February 2, 2024 at 11:50 AM
    • #9
    Quote from Nation

    What version of OS is your robot running? I have translators dating back to v1.5.

    robot model :S420f-ht

    core name :std system core

    core ıd : v3.07pe

  • Nation
    Typical Robot Error
    Reactions Received
    553
    Trophies
    9
    Posts
    1,935
    • February 2, 2024 at 8:15 PM
    • #10

    Here you go. Version 3.07.

    Granted I have never used this. You will likely have to run this in a virtual machine, or in DOSbox to get it to run in on modern os.

    Files

    V307.zip 702.56 kB – 22 Downloads

    Check out the Fanuc position converter I wrote here! Now open source!

    Check out my example Fanuc Ethernet/IP Explicit Messaging program here!

  • ROBOT_G
    Reactions Received
    23
    Trophies
    4
    Posts
    241
    • February 2, 2024 at 11:33 PM
    • #11

    They work in windows 7 32bit in command prompt

  • ali alp
    Trophies
    1
    Posts
    8
    • February 2, 2024 at 11:41 PM
    • #12
    Quote from Nation

    Here you go. Version 3.07.

    Granted I have never used this. You will likely have to run this in a virtual machine, or in DOSbox to get it to run in on modern os.

    I will try version 3. I hope I will succeed. thank you in advance for everything

  • ali alp
    Trophies
    1
    Posts
    8
    • February 7, 2024 at 8:14 AM
    • #13
    Quote from Nation

    Here you go. Version 3.07.

    Granted I have never used this. You will likely have to run this in a virtual machine, or in DOSbox to get it to run in on modern os.

    I opened a virtual machine and installed Windows 7 in it. but when running v307 I get invalid error. How can I run this pack? Will I integrate it with roboguide or does it have a different way of working?

  • Nation
    Typical Robot Error
    Reactions Received
    553
    Trophies
    9
    Posts
    1,935
    • February 7, 2024 at 4:09 PM
    • #14

    Note that I said I've never used it.

    Did you try using dosbox to run it? Was your windows 7 virtual machine set in 32 bit mode?

    Check out the Fanuc position converter I wrote here! Now open source!

    Check out my example Fanuc Ethernet/IP Explicit Messaging program here!

  • ROBOT_G
    Reactions Received
    23
    Trophies
    4
    Posts
    241
    • February 8, 2024 at 1:57 PM
    • #15

    Never had any luck with virtual machine. However dosbox works or a 32 bit OS. None of this will work in roboguide.

  • hermann
    Reactions Received
    411
    Trophies
    9
    Posts
    2,623
    • February 8, 2024 at 2:19 PM
    • #16

    It works in a VM with MSDOS 6.22 installed. :winking_face: Tried it with downloaded version from above.

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
  • krc5
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • 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
  • krc5
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • roboguide
  • robot
  • robotstudio
  • RSI
  • safety
  • Siemens
  • simulation
  • SPEED
  • staubli
  • tcp
  • TCP/IP
  • teach pendant
  • vision
  • Welding
  • workvisual
  • yaskawa
  • YRC1000

Similar Threads

  • Karel Build Failed: ????-598 $ 182256, no message found

    • boriskostov
    • January 16, 2024 at 3:11 PM
    • Fanuc Robot Forum
  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