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

Posts by Galet

  • Val 3 appro() function

    • Galet
    • February 29, 2024 at 6:15 PM

    Hello guys.

    An other solution is to create second tool inside the first one. In this case the coordinates are defined in the first tool system.

    I make that when I've a wear on the tool.

    If you want to calculate the second tool in the flange, use the Position(...) function !

    have a nice day...

  • How to know hardware available on the controller?

    • Galet
    • February 29, 2024 at 6:07 PM

    Hello,

    Normally, all the informations are writed in the log files during the boot.

    Have a nice day...

  • Changed format of J206_SyCon_ENI.xml file to indent.

    • Galet
    • February 4, 2024 at 7:36 AM

    Hello everybody,

    The difference is only in the Carriage return. The names are the same.

    Other solution to view and modify XML file : Excel !

    Have a nice day...

  • ESI file for EtherCAT safety for "CS9 EtherCAT slave with FSoE on J207/J208" robot on twincat (ESI == XML configuration file)

    • Galet
    • January 7, 2024 at 6:27 PM

    +1 for the answer from Psyril. You just need to instal SRS (Stäubli robotic Suite) without any licence.

    The robot's file is available in USR/Configs/J206_EtherCAT directory...

    The best solution is to have original version from our Stäubli pertner...

  • How to read a virtual signal from a tool in SRS2019 (eg.: "diPartDetected")?

    • Galet
    • December 19, 2023 at 12:28 PM

    You don't have the new functionalities Consumer and Feeder on SRS2019.

    The solution is to create, on SRS, a second (and invisible :)) robot to move the part.

    To peek (and place) the part, you can use the gripper's functionalities standard.

    Have a nice day...

  • What licence is needed to connect SRS2019 with external devices?

    • Galet
    • December 19, 2023 at 11:46 AM

    Ok,I look the video.

    I think VC use Soap protocol between VC application and SRS (emulator) to know where is the robot and control the inputs and outputs. You need to ask to Stäubli services or to have a connection with the website to have the description of this protocol. In this case, you don't need other fieldbus.

    The second think is to create a visualisation of the robot in your software. You find on the website the file of each robot.

    We don't see, on the video, where and how is programming the val3 program. Same question for PLC program.

    I know that many developers are working on ROS module for Stäubli robots but I don't know if it's available.

    Have a nice day...

  • What licence is needed to connect SRS2019 with external devices?

    • Galet
    • December 19, 2023 at 8:03 AM

    Hello mil3K,

    There is different connection ti communicate with a robot (Soket, Opc server or Ua, Fieldbus...)

    The question is "What do you want realise ?", What type of Visual Component ?

    Can you give us the link to your video ?

    Have a nice day...

  • How to read a virtual signal from a tool in SRS2019 (eg.: "diPartDetected")?

    • Galet
    • December 13, 2023 at 7:30 PM

    Hello Mil3K,

    I think you have a solution with SRS 2022 but I don't remember if it's possible with 2016/2019.

    Do you want to detect the virtual part or to receive an external signal to stop the movement ?

    I think you want have the same comportment on a palletizing cell, to pick a divider ...

    Have a nice day...

  • Cost of new robot

    • Galet
    • December 4, 2023 at 6:18 PM

    Sorry Javaman, but I think that you can't have a credible answer here.

    You don't have other solution to call the different manufacturers.

    All other answer will be stupid or bad.

    As DS186 said, the price is depending of many information.

    You need to know that the robot's price is only a small part of the installation, so even if you got an answer, this information will be incomplete.

    ...

  • KUKA KRC4 + AI: Redefining the Role of Robot Programmers

    • Galet
    • December 3, 2023 at 11:29 AM
    Quote from kwakisaki

    KUKA - KRL, I do not quite know the history, but is still being used and further developed today.

    At the beginning, KUKA robots was using SINUMERIC controler from Siemens (RCM). The KRL is issue from the Siemens Language.

  • Organization of Robot tasks

    • Galet
    • December 2, 2023 at 11:37 AM

    Hello Egao,

    The organisation of the robot's program is depending to :

    - The PLC/Robot functionalities distribution

    - The robot controller (manufacturer and type)

    - The communication (fieldbus, serial, socket...) between all component of your installation.

    - If you need external information (for example post processor to define the trajectories)

    - ...and your experience !

    Quote

    Is there a reason to use numbers instead of alpha (or alhpanumeric) names?

    +1 with SkyeFire. If you can choose name (clear and logique !) it will be better.

    In general, begin with the simpler structure, and think always that an other person need to understand your program. You can try to draw an organigram.

    Respect the recommendation of the others programmers, but, if you don't have experience, don't try to standardise.

    Have a nice day...

  • TS2-40 Cube area

    • Galet
    • December 2, 2023 at 10:55 AM

    Hello Samu,

    Your way is the best one. Val3 don't special function for that. You can control every tool in every frame.

    I seem to remember that you have an example on the Stäubli Webside (Cube or spherical).

    To be sure that your control will be effective every time (even in manual mode), create a Task at the beginning of the Start(). In this case, only one prerequisites : You application need to be running.

    Have a nice day...

  • CS8C configure profibus dio in iomap.cf

    • Galet
    • November 28, 2023 at 3:55 PM

    Hi,

    Your SRC is 6.6.4 so your file is correct.

    I try on emulator with this configuration in the iomap.cf : remoteMoveHold = b2In0

    and have the result, in the logger : RemoteMoveHold linked to b2In0 !

    On modbus :

    I try on emulator with this configuration in the iomap.cf : remoteMoveHold = mbItem1

    and have the result, in the logger : RemoteMoveHold linked to mbItem1 !

    So, the comment at the begining of file is correct :

    // To activate a io mapping, remove the comment marks '//'

    // and replace the description with the name of a system input or output,

    Perhaps, on the real controller (I don't have it), you need do configure other signal to for safety reason.

    Have a nice day...

  • CS8C configure profibus dio in iomap.cf

    • Galet
    • November 27, 2023 at 6:57 PM
    Quote

    The question I have is, is it possible to configure a profibus dio for a remoteMoveHold and remoteEnablePower and if so, how?

    How does it work?


    The principle is very simple: the keys of the Stäubli MCP are simulated by digital or analog inputs. A configuration file allows the assignment to each key of a signal replacing the key when the runtime license is activated. The input signals can be originated from the BIO or MIO boards, a field bus or even a Modbus TCP "software" configuration.


    The "Remote MCP" software is activated when the Stäubli MCP is replaced with the plug delivered with the controller. As soon as the Stäubli MCP is reinstalled, the software is deactivated and the Stäubli MCP takes control of the arm without the need to reboot the controller, thus making maintenance operations easier.

  • Staubli J1203 Connectors

    • Galet
    • November 27, 2023 at 6:48 PM

    Depending to the robot arm, for example :

    TX2_40 : Connection on forearm (J1203) M9 (BINDER 99 0405 70 03) .

    TX2_60 : M16 (BINDER 99 0451 75 14), (Stäubli reference: D610 474 00)...

    What is you arm type ?

  • Password staubli maintenance (https://ip_adress/mobile.html)

    • Galet
    • November 24, 2023 at 8:16 AM

    Ok, I understand :frowning_face:

    So, the solution is...to buy the remote access licence...

  • Issues connecting with PC and uploading programs to cs8c controller

    • Galet
    • November 24, 2023 at 8:14 AM

    Hello JosuGaztelu,

    The files format is not the same for SRC 5.xx/6.xx and 7.xx.

    You can't send SRC 7xxx files to your controller.

    You need to install the good emulator on your PC, to create the robot on SRS with the real version.

    Call Stäubli services to have the instalator file for that or open an account to load it from the webside...

    What is your SRS version ?

    To upgrade the SRC version, you need to be sure that the hardware can be receive the new version. To install, you can find, on the Stäubli webside, the procedure and the files.

    Have a nice day...

  • Password staubli maintenance (https://ip_adress/mobile.html)

    • Galet
    • November 22, 2023 at 8:45 AM

    Hello Samu,

    The principe of Secret Password is ... to be secret :smiling_face:

    The profile Maintenance give the same possibilities of Stäubli's Profile. Have you delete all the profile of your controller ?

    Call Stäubli services to have help on this point.

  • Staubli cs8 controller startup application without MCP

    • Galet
    • November 9, 2023 at 7:04 PM

    Hello Dominik,

    TS2-xxx... use CS9 controller, TS-xxx... use CS8 controller.

    For the both, the property autoStart is in the file "usr/configs/cell.cfx" (in the example "StartAppli" :frowning_face:

    <String name="robotName" value="" />

    <autoStart name="StartAppli" location="Disk" />

    <String name="initWorkingMode" value="remote" />

    Be careful when you change file with ftp connection ...

    If your controller is a CS8, you can connect your PC with SRS and RemoteAccess licence ! In this case, it's really easy to change the autoload application without any risk.

    Perhaps there is other solution...but I don't know it...

    Have a nice day,

  • DSI board not referenced fault

    • Galet
    • November 7, 2023 at 8:13 AM

    Hello,

    +1 for Kelidor. If you have external 24V on CS9, try to return in initial configuration (Internal 24V) to be sure that there is no problem. It's the first cause of issue on Safety system...


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