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. Yaskawa Motoman 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

Help with Syntax Error 3110 DX controller

  • JYJ
  • December 12, 2017 at 5:38 AM
  • Thread is Resolved
  • 95devils
    Reactions Received
    231
    Trophies
    8
    Posts
    1,945
    • February 14, 2025 at 2:03 PM
    • #21
    Quote from cosmos_1

    When I'm trying to upload the job file, I'm getting Error 3230 -> system not matched. I've mentioned my job file below. Can anyone help me ?

    /JOB
    //NAME JOB1
    //POS
    ///NPOS 0,0,0,6,0,0
    ///TOO
    NOP
    GETS PX001 $PX001


    GETS PX002 $PX001
    END

    Display More

    The number of robot position variables used isn’t 6.

    I know a thing or two, because I’ve seen a thing or two. Don't even ask about a third thing. I won't know it.

  • 95devils
    Reactions Received
    231
    Trophies
    8
    Posts
    1,945
    • February 14, 2025 at 2:10 PM
    • #22
    Quote from BMGN01

    1) Why are you using the GETS function before setting all the elements anyway?

    Probably to ensure: A) The position variable is formatted. B) It’s in the correct tool.

    2). By using $Px001 it is the correct XYZ format. Sure it won’t work in pulse because $Px001 is Base frame.


    Have never run into the date/time having to be the save. I dump jobs from other generations that I have modified into other or the same controller.

    I know a thing or two, because I’ve seen a thing or two. Don't even ask about a third thing. I won't know it.

  • cosmos_1
    Reactions Received
    1
    Posts
    14
    • February 15, 2025 at 5:32 AM
    • #23
    Quote from 95devils

    Probably to ensure: A) The position variable is formatted. B) It’s in the correct tool.

    2). By using $Px001 it is the correct XYZ format. Sure it won’t work in pulse because $Px001 is Base frame.


    Have never run into the date/time having to be the save. I dump jobs from other generations that I have modified into other or the same controller.

    I've uploaded the same file in our previous yrc1000 controller. But when I use the same file to upload in another controller, I'm getting this error. The difference between those controllers is one has external axis as station and other one has base. But I'm not using any of those control group in code, bcoz I dont want to use those external axis while performing job operation. I'm not able figure out the reason for the error.

  • Robodoc
    Reactions Received
    56
    Trophies
    7
    Posts
    1,059
    • February 15, 2025 at 2:39 PM
    • #24

    Here is something you have to keep in mind when offline editing.

    If you open a job in Notepad and cursor down to the 'END' command you can cursor down ONE line below the 'END'. If you backspace this line out or don't have it (so the cursor ends up beside the D in END) the job will not load into a controller.

    Also if you can cursor down more than one line after 'END' it will not load.

    Robodoc

  • YakawFaBB
    Reactions Received
    12
    Trophies
    1
    Posts
    72
    • February 17, 2025 at 8:56 AM
    • #25

    Hi cosmos_1

    Try this file below or verify i the robot have the same setup in other program ///GROUP1 RB1 :

    Code
    /JOB
    //NAME JOB1
    //POS
    ///NPOS 0,0,0,6,0,0
    ///TOOL 0
    ///POSTYPE BASE
    ///RECTAN
    ///RCONF 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    //INST
    ///DATE 2025/02/08 07:33
    ///ATTR SC,RW
    ///GROUP1 RB1
    NOP
    GETS PX001 $PX001
    SETE P001 (1) 0
    SETE P001 (2) 0
    SETE P001 (3) -500000
    SETE P001 (4) 0
    SETE P001 (5) 0
    SETE P001 (6) 0
    IMOV P001 V=50.0 SRCH RIN#(1)=OFF DIS=0.1
    SETE P001 (3) 30000
    IMOV P001 V=50.0
    SETE P001 (3) 0
    SETE P001 (2) -500000
    IMOV P001 V=50.0 SRCH RIN#(1)=OFF DIS=0.1
    TIMER T=2.00
    GETS PX002 $PX001
    GETE D004 P002 (2)
    END
    Display More
  • cosmos_1
    Reactions Received
    1
    Posts
    14
    • February 20, 2025 at 6:23 AM
    • #26
    Quote from YakawFaBB

    Hi cosmos_1

    Try this file below or verify i the robot have the same setup in other program ///GROUP1 RB1 :

    Code
    /JOB
    //NAME JOB1
    //POS
    ///NPOS 0,0,0,6,0,0
    ///TOOL 0
    ///POSTYPE BASE
    ///RECTAN
    ///RCONF 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    //INST
    ///DATE 2025/02/08 07:33
    ///ATTR SC,RW
    ///GROUP1 RB1
    NOP
    GETS PX001 $PX001
    SETE P001 (1) 0
    SETE P001 (2) 0
    SETE P001 (3) -500000
    SETE P001 (4) 0
    SETE P001 (5) 0
    SETE P001 (6) 0
    IMOV P001 V=50.0 SRCH RIN#(1)=OFF DIS=0.1
    SETE P001 (3) 30000
    IMOV P001 V=50.0
    SETE P001 (3) 0
    SETE P001 (2) -500000
    IMOV P001 V=50.0 SRCH RIN#(1)=OFF DIS=0.1
    TIMER T=2.00
    GETS PX002 $PX001
    GETE D004 P002 (2)
    END
    Display More

    I have tried this file, but I'm getting system not matched error.

  • YakawFaBB
    Reactions Received
    12
    Trophies
    1
    Posts
    72
    • February 20, 2025 at 10:18 AM
    • #27

    Hi cosmos_1

    Quote from cosmos_1

    I have tried this file, but I'm getting system not matched error.

    I tried your program on DX200 it working fine. Send me cmos i can check on motosim.

  • cosmos_1
    Reactions Received
    1
    Posts
    14
    • February 20, 2025 at 11:17 AM
    • #28
    Quote from YakawFaBB

    Hi cosmos_1

    I tried your program on DX200 it working fine. Send me cmos i can check on motosim.

    I've uploaded the same file in our previous yrc1000 controller. But when I use the same file to upload in another controller, I'm getting this error. The difference between those controllers is one has external axis as station and other one has base. But I'm not using any of those control group in code, bcoz I dont want to use those external axis while performing job operation. I'm not able figure out the reason for the error. And one more thing is the controller which has external axis as station if i add another axis as base , then I'm not able to upload job file. From this I can see that if I add base axis, then I'm not able to upload job file. Can anyone help me understand this ?

  • potis
    Reactions Received
    1
    Trophies
    3
    Posts
    245
    • February 21, 2025 at 2:42 PM
    • #29

    is the search function enabled in the controller?

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