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

Posts by danielangos

  • CS9 How to connect to a FTP server running on Windows PC

    • danielangos
    • June 18, 2024 at 4:56 PM

    Thank you very mcuh Klausi, i tryed again following your steps and it works!!

    The mistake i think i was making is that i was putting the "/" in the robots side but i tryed again pointing directly to folder called test like you suggested and it works!!!

    Thank you for the help! Really appreciate your effort :winking_face:

  • CS9 How to connect to a FTP server running on Windows PC

    • danielangos
    • June 17, 2024 at 10:50 AM

    Hi klausi, thank you very much for the help!!!

    I am also trying to use Filezila Server, but when i confugure the server, the ip by default is 127.0.0.1 but my robot is in 192.168.101.90, i tryed to chnage the configuration of the server but i am not able.

    Like you suggested, i created a user with password but the error i get is "no ftp serve configured in the specified ip direction" so i guess the rpbolem is in the filezilla server rather than in the robot´s side.

    When you confiugred the server, do you remember if you followed any tutorial/videotutorial, i suppose i am skiping something of the configuration.

    Thank you very much for the help, appreciate it!!

  • CS9 How to connect to a FTP server running on Windows PC

    • danielangos
    • June 13, 2024 at 12:52 PM

    Hi,

    I am trying to connect my staubli TX160L to a FTP server i created on a Windows 10 PC.

    I took a look at Staubli´s manual but i didn´t find a solution to my problem, i created the FTP in the Storage of the robot, seted the Ip of the Win10 PC and enter the anonymous user and password, but it does not connect to the server.

    I thought maybe i was configuring the server in a wrong way, but using CMD and Filezilla, i am able to connect to the server without any problem, does any of you know what am i skipping or doing wrong??


    This is what i configured in the robot:

    And this is the server on the Windows 10 PC:

    Thank you very much!!!!

  • How to refresh a program loaded to the storage through FTP without MCP/pendant

    • danielangos
    • May 17, 2024 at 8:45 AM

    Hi,

    I am working with a Staubli cs9 controller which once the machine is finnished, it is required to work without the MCP/pendant, for that i have to plug the MCP plug so the emergencys don´t go to error.

    But i am facing a problem when loading programs, although i have a SRS license, the client is requiered to load new programs through toal commander using FTP, there is no problem when loading them to the storage.

    But, is there a way to load from the robot´s storage to the robot´s memory wihtout the physical buttons from the MCP, or the only way to refresh a program is actually with the MCP refresh button?? and if so, if the program is in auto-run that the robot actually executes the project once refreshed??

    And also,the other way, if for example a new frame is generated in the program, how can i pass it from the memory to the storage so i can downlaod it throught the FTP again without having to use the MCP save button??

    Thanks in advance,

    Daniel.

  • STaubli CS9 How to read the position of the robot continously with a siemens Profinet PLC

    • danielangos
    • March 26, 2024 at 8:41 AM

    Hi!

    I have a staubli Tx2 160 conencted through profinet to a SIemens S7-1500 PLC, i already stabilished the connection and have the working GSDML.

    I would like to continously read the robots position but so far i am only able to read it by sending the robot position to the profinet variables when executing the "Here instructions":

    //Get actual tcp position

    tcp_pos=here(tcpvision,world)

    V210=tcp_pos.trsf.x

    V211=tcp_pos.trsf.y

    V212=tcp_pos.trsf.z

    V213=tcp_pos.trsf.rx

    V214=tcp_pos.trsf.ry

    V215=tcp_pos.trsf.rz

    Does anybody know if there is like a db/fb of communication that continously read the robots position?

    Also, does anybody know know if there is a way for the PLC to read if the robot is in manual/auto/remote auto?

    For example with fanuc you can read the current robot position, and also the robot operating state as well as some other variables, i am wondering if staubli has something similar or i have to do it myself with the parallel tasks.

    I am also trying to find a way to select the programs to execute through the PLC so that later with an HMI i can choose them, in fanuc you have a variable to assign the prorgams and depending of the value you send through the PLC, then it selects the associated program, does Staubli have a similar function?

    Thank you very much!

  • Fanuc socket communication

    • danielangos
    • June 6, 2023 at 9:25 AM

    Hi,

    I am new to fanuc programming, i have been searching for ways to use the socket communication of the fanuc.

    I have an i230b controller and a M900IB/700 with karel enabled and i have been told that the socket is enabled too.

    I would like to send and receive some real variables but i am struggling to do it. I don´t really understand what i need to do in the robot.

    I saw i have to make a karel program and run it in the robot controller but i don´t have a client/server karel program, i was trying to send and receive in my PC through python with the socket library but i can´t either connect with the robot.

    Does anybody know what steps do i have to follow? also, is there a manual or a tutorial with a simple example ?

    Thanks in advance!!

  • How to link a tool to a staubli robot in srs 2023 3Dsimulator

    • danielangos
    • May 18, 2023 at 9:47 AM

    Hey,

    Thanks it worked perfectly!!!

    Thanks for the detailed explanation!

  • How to link a tool to a staubli robot in srs 2023 3Dsimulator

    • danielangos
    • May 3, 2023 at 4:44 PM

    Hi!

    I am trying to link a CAD tool to my staubli robot in the ·3D simulator but i am having troubles , i can't find any option to link them together, how can i do it?

    I have already snaped the robot´s flange with my 3D tool but when i move the robot, the tool stays and doesn´t move with the robot.

    Thanks in advance!

  • How to get the actual TCP with HERE instruction

    • danielangos
    • December 1, 2022 at 4:33 PM

    Thanks for your help Galet!!

    It turns out that i was introducing wrong parameters to the frame data and that was the actual error instead of the here

  • How to get the actual TCP with HERE instruction

    • danielangos
    • November 29, 2022 at 4:56 PM

    Hi!

    I run the program in the robot and i get a ERR70

    Yes , i want the the cartesian position between the fdrilling which is a frame and the ttaladrado which is a tool

  • How to get the actual TCP with HERE instruction

    • danielangos
    • November 29, 2022 at 4:32 PM

    HI!

    I am trying to get the actual TCP of the robot , i saw that the instruction HERE returns the position but i am having problems using it , my question is , with what data type do i have to use it?

    I was trying to move the value to a pointrx but it says there is an error , i have also tryed with trsf data type but i guess i am doing something wrong.

    Thanks ina dvance!!

  • Staubli How to pass from float to 4 Bytes and viceversa

    • danielangos
    • November 28, 2022 at 5:04 PM

    Thank you very much!!

  • Staubli How to pass from float to 4 Bytes and viceversa

    • danielangos
    • November 28, 2022 at 3:43 PM

    Hi! , thanks for the help

    I only get these options , how do i change to the signed 32?

  • Staubli How to pass from float to 4 Bytes and viceversa

    • danielangos
    • November 28, 2022 at 11:21 AM

    Hi!

    I am working with a Staubli CS9 controller which is a profinet slave of a Siemens 1500CPU , i am trying to send and receeive floats values between both.

    I already have the profinet net working, the CS9 is configured to have 128 bytes input and 128 bytes output trough the j207/208 ports , the things is that in the PLC i want to have floats instead of bytes , i already have the gsdml xml archive with the corresponding inputs/outputs.

    But, how do i turn from 4 bytes to a float and viceversa so i can use real numbers and not hexadeciamal between 0-255 values?

    Thanks in advance!!!

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