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. Roboteer

Posts by Roboteer

  • downtime and error codes to computer

    • Roboteer
    • July 8, 2018 at 6:38 PM

    What controller?

  • Overwriting JBI file via ftp server

    • Roboteer
    • March 23, 2018 at 10:50 PM

    job name and the filename should be identical... I didn't fully understand what you're trying to do, but why not changing the job name inside the JBI using you batch script?

  • How to send the commamd by udp package?

    • Roboteer
    • March 23, 2018 at 10:45 PM

    Hi
    this is the full header:
    0x59,0x45,0x52,0x43,0x20,0x00,0x00,0x00,0x03,0x01,0x00,0x01,0x00,0x00,0x00,0x00,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x72,0x00,0x01,0x00,0x00,0x01,0x00,0x00

  • DX100 HS Ethernet: works great, without file

    • Roboteer
    • December 14, 2017 at 7:42 PM

    Ok, problem solved... It was a problem with the UDP port.
    Thanks

  • Communication with DX100

    • Roboteer
    • December 10, 2017 at 7:23 AM
    Quote from gauravgupta9595


    I am trying to get the position data with the Robot Position Data Reading Command as per the Manual. The data sent is as follows (This in decimal form): [89, 69, 82, 67, 32, 0, 0, 0, 51, 49, 0, 0, 0, 0, 0, 0, 57, 57, 57, 57, 57, 57, 57, 57, 117, 0, 101, 0, 6, 14, 0, 0]

    While making some tests I came across the same error you've got (E4A4). change your 9th and 10th elements to HEX:
    instead 0x51 (ascii convertion to '3') use 0x03.
    instead 0x49 (ascii convertion to '1') use 0x01.
    that will solve your problem...

  • DX100 HS Ethernet: works great, without file

    • Roboteer
    • December 10, 2017 at 7:19 AM

    Hi Too_Fast

    first, thank you for your time and help.
    unfortunately, I've tried setting up RS007 to 2 without any success.
    a strange thing is, no matter what number I put in the processing division (it should be 2 by the book) I get the same error (E4A3).
    do you have any other ideas?

    thank you

  • DX100 HS Ethernet: works great, without file

    • Roboteer
    • December 7, 2017 at 3:24 PM

    so I thought the problem was solved, but I still can't access files through Ethernet.
    I attached the RS.PRM, maybe you can help me figure out the problem.

    thanks

    Files

    RS.PRM.txt 1.1 kB – 29 Downloads
  • Communication with DX100

    • Roboteer
    • December 4, 2017 at 7:47 AM
    Quote from gauravgupta9595

    I am trying to communicate with DX100 via LAN as mentioned in the High Speed Ethernet Server Function Manual.

    I am trying to get the position data with the Robot Position Data Reading Command as per the Manual. The data sent is as follows (This in decimal form): [89, 69, 82, 67, 32, 0, 0, 0, 51, 49, 0, 0, 0, 0, 0, 0, 57, 57, 57, 57, 57, 57, 57, 57, 117, 0, 101, 0, 6, 14, 0, 0]

    This is as per the packet format mentioned in the manual. The above data when converted to ASCII & hexadecimal reads as Y,E,R,C,0x20,0,0,0,'3','1',0,0,0,0,0,0,'9','9','9','9','9','9','9','9',0x75,0,101,0,6,0x0E,0,0.

    I am getting a error in the reply which is Format Error (Access level error) as per the Manual. I am unable to find the error in the format. Please help.

    This is the command I'm sending and it works for me (in HEX)
    0x59,0x45,0x52,0x43,0x20,0x0,0x0,0x0,0x3,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x39,0x75,0x0,0x65,0x0,0x0,0x1,0x0,0x0
    I have never got the error you're getting, so I'm not sure what it means... try sending the above pocket and see if you get the same error

  • DX100 HS Ethernet: works great, without file

    • Roboteer
    • December 3, 2017 at 3:04 PM

    Update:
    Problem solved. it was a problem of lower case job name...

    thanks for the help

  • DX100 HS Ethernet: works great, without file

    • Roboteer
    • November 30, 2017 at 8:03 AM

    Any easy way for exporting RS parameters to file?

  • Overwriting JBI file via ftp server

    • Roboteer
    • November 30, 2017 at 8:01 AM

    Success. Both RS214 to 1and changing the file name to uppercase.
    It seems that DX100 doesn't like lowercase...
    Thank you, problem solved

  • Overwriting JBI file via ftp server

    • Roboteer
    • November 29, 2017 at 5:32 PM

    Hi
    I'm trying to overwrite a job file through the ftp server without any success (error 4030).
    Ive tried to set both rs59 and rs214 to 2 (and also 3) without any success.
    Any other ideas?
    Thanks

  • DX100 HS Ethernet: works great, without file

    • Roboteer
    • November 29, 2017 at 4:11 PM

    Hi all
    I've managed to write a c# program to communicate with our DX100 on HS Ethernet based on the manual (162529-cd).
    Everything is working really good - I'm able to get the position and status really fast, and to change variables without any problem.
    only problem accrues when I'm trying to access file (Processing division = 2).
    I keep getting the error code E4A3 (Format error (processing category error)) on the response, no matter what I tried.
    I'm pretty sure that the header I'm sending is OK, because other than File I can do everything. maybe a parameter?
    has anyone came across such problem? any suggestions?

    thanks...

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