Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

UR5e Gripper trigger

#11
(03-18-2024, 08:15 PM)Albert Wrote: Sehen Sie, dass die digitalen Ausgänge an der Robotersteuerung geändert werden? Können Sie uns ein Bild des Controller-Logs zur Verfügung stellen?

Ja, die digitalen Ausgänge werden geändert, ich kann sie über die I/O's ein- und ausschalten. Aber ich kann den Werkzeugausgang nicht ändern [0,1]


Attached Files Thumbnail(s)
   
#12
The digital outputs on the tool 0 and 1 are mapped to the digital outputs 10 and 11 respectively.

You should change the controller version to 5. You can find more information in this link:
https://robodk.com/forum/Thread-Controll...14#pid6114
#13
(03-25-2024, 08:25 AM)Albert Wrote: The digital outputs on the tool 0 and 1 are mapped to the digital outputs 10 and 11 respectively.

You should change the controller version to 5. You can find more information in this link:
https://robodk.com/forum/Thread-Controll...14#pid6114

How do I change the control version to 5?

(03-25-2024, 08:25 AM)Albert Wrote: The digital outputs on the tool 0 and 1 are mapped to the digital outputs 10 and 11 respectively.

You should change the controller version to 5. You can find more information in this link:
https://robodk.com/forum/Thread-Controll...14#pid6114

and do i have to call the commands TO_11 and TO_10 ?
#14
You should modify the INI file as explained here:
https://robodk.com/forum/Thread-UR-Run-o...732#pid732

And yes, you should then use digital outputs 10 and 11 for the digital outputs on the tool 0 and 1 respectively.
#15
(03-26-2024, 07:00 AM)Albert Wrote: You should modify the INI file as explained here:
https://robodk.com/forum/Thread-UR-Run-o...732#pid732

And yes, you should then use digital outputs 10 and 11 for the digital outputs on the tool 0 and 1 respectively.

Thank you, it worked.

Now I have a Stäubli TX2-40 with a Schunk gripper that runs with compressed air. Is it possible to control the gripper via Robodk as well? If so, how?
Many thanks in advance
#16
With Stäubli this may depend on the controller as well.

Did you try using the same method you used with the robot from Universal Robots?
#17
(03-28-2024, 08:25 AM)Albert Wrote: With Stäubli this may depend on the controller as well.

Did you try using the same method you used with the robot from Universal Robots?

The stäubli with the I/0= valve1 should be true for open the griper and false to close the gripper. but these I/O dont works.Should i also change the virsion of the Gripper to 5?
#18
I know for staubli IO needs to be configured ahead of time in a special menu, do you know what version of the controller your running and do you have a sample program(s) for opening and closing the gripper so I can make sure our post processors generate the correct code?
#19
(03-28-2024, 04:08 PM)Phillip Wrote: I know for staubli IO needs to be configured ahead of time in a special menu, do you know what version of the controller your running and do you have a sample program(s) for opening and closing the gripper so I can make sure our post processors generate the correct code?

The Version of the controller is the CS8C- Controller with the VAL3-Programming.
#20
RoboDK will automatically output the following code when using the Staubli_VAL3 Post Processor (the recommended post processor for Staubli CS8 controllers), example:
Output[5]=true
Is generated when you need to set the Digital Output 5 to On/Active. This can be easily customized with the setDO function of your post processor.

Does it work when using the post processor? If now, do you know what code you need to be executed?

It is better if contact us through the contact form so we can better help you customize post processors:
https://robodk.com/contact
  




Users browsing this thread:
1 Guest(s)