ABB IRB 6400 retrofitting
- Freak
- Offline
- Senior Member
Less
More
- Posts: 45
- Thank you received: 32
22 Dec 2022 00:29 #260055
by Freak
Replied by Freak on topic ABB IRB 6400 retrofitting
Thank you all for the suggestions, but still no success. I bought a remote sserial pendant card from mesa, so I'll be able to test the mesa 7i94.
Better news on the custom stmbl driver, I have been able to rotate the motors but I still need to adjust the current stuff, because the motor is very noisy.
Better news on the custom stmbl driver, I have been able to rotate the motors but I still need to adjust the current stuff, because the motor is very noisy.
Please Log in or Create an account to join the conversation.
- Freak
- Offline
- Senior Member
Less
More
- Posts: 45
- Thank you received: 32
25 Jan 2023 22:04 - 27 Jan 2023 18:40 #262908
by Freak
Replied by Freak on topic ABB IRB 6400 retrofitting
I have good news, the problem related to the sserial was cause by a wrong component USBLC6-2 instead of USBLC6-4 in the stmbl. After replacing them all worked out of the box. This issue made me mad because the packages were the same between those chips... Anyway now it is communicating with linuxcnc.
I still need to understand why the motors are noisy, I have to check the current part of the board since I canged the Hbridge with a more powerful capable of 60Amp peak.
I still need to understand why the motors are noisy, I have to check the current part of the board since I canged the Hbridge with a more powerful capable of 60Amp peak.
Last edit: 27 Jan 2023 18:40 by Freak.
The following user(s) said Thank You: Ehsan_R
Please Log in or Create an account to join the conversation.
- Freak
- Offline
- Senior Member
Less
More
- Posts: 45
- Thank you received: 32
24 Aug 2023 23:38 #278891
by Freak
Replied by Freak on topic ABB IRB 6400 retrofitting
Hi, I managed to control the robot with the custom stmbl and linuxcnc, but I was wondering if it is possible to skip the homing procedure having the position.txt file and the resolver of the stmbl, similarly to
#116065
.
There is someone that already solved this problem or should I investigate more?
I though maybe I have to apply an offset to the feedback inside the stmbl in order to center the zero in the home position, then multiply the sserial0.scale with the position in the position.txt, and replace decimals with the resolver + offset value in stmbl? (considering if decimals are >0.5rev then position=int(position)-1+resolver_read).
Moreover I have to apply an offset of -90° to the joint 2 because of the DH params, maybe that can be a problem?
There is someone that already solved this problem or should I investigate more?
I though maybe I have to apply an offset to the feedback inside the stmbl in order to center the zero in the home position, then multiply the sserial0.scale with the position in the position.txt, and replace decimals with the resolver + offset value in stmbl? (considering if decimals are >0.5rev then position=int(position)-1+resolver_read).
Moreover I have to apply an offset of -90° to the joint 2 because of the DH params, maybe that can be a problem?
Please Log in or Create an account to join the conversation.
- Aciera
- Away
- Administrator
Less
More
- Posts: 3969
- Thank you received: 1717
25 Aug 2023 05:57 - 25 Aug 2023 08:22 #278901
by Aciera
Replied by Aciera on topic ABB IRB 6400 retrofitting
[edit] Actually, rereading your post, I'm not sure if you are looking for specifics using the homing solution as proposed by andy in the linked post or if you are looking for alternatives.
Last edit: 25 Aug 2023 08:22 by Aciera.
Please Log in or Create an account to join the conversation.
- Freak
- Offline
- Senior Member
Less
More
- Posts: 45
- Thank you received: 32
25 Aug 2023 09:30 #278914
by Freak
Replied by Freak on topic ABB IRB 6400 retrofitting
I would like to use the stmbl position feedback as absolute resolver (in the machine the resolver are attached to the motor, so they are not absolute in term of joint). Then homing would be just applying an offset without moving the machine.
I'm just interested knowing if this problem has already being solved or not.
I'm just interested knowing if this problem has already being solved or not.
Please Log in or Create an account to join the conversation.
- Aciera
- Away
- Administrator
Less
More
- Posts: 3969
- Thank you received: 1717
25 Aug 2023 16:27 #278938
by Aciera
Replied by Aciera on topic ABB IRB 6400 retrofitting
Ah, I think Andy would be the man to answer this then.
The following user(s) said Thank You: Freak
Please Log in or Create an account to join the conversation.
- Freak
- Offline
- Senior Member
Less
More
- Posts: 45
- Thank you received: 32
06 Sep 2023 17:11 #280122
by Freak
Replied by Freak on topic ABB IRB 6400 retrofitting
Ok I'll wait for Andy then
Please Log in or Create an account to join the conversation.
- Freak
- Offline
- Senior Member
Less
More
- Posts: 45
- Thank you received: 32
09 Sep 2023 15:51 #280335
by Freak
Replied by Freak on topic ABB IRB 6400 retrofitting
I created this new
topic
since the question I think deserve it's own.
Please Log in or Create an account to join the conversation.
- Yan_Botak
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
19 Apr 2024 00:35 #298585
by Yan_Botak
Replied by Yan_Botak on topic ABB IRB 6400 retrofitting
it posoble only used for step/dir interface?? So minimize the size and used less component??
Please Log in or Create an account to join the conversation.
- Ehsan_R
- Offline
- Senior Member
Less
More
- Posts: 71
- Thank you received: 1
18 May 2024 21:53 #300940
by Ehsan_R
I am currently doing something similar to yours
I have an old robot with only servo motors left from its control system
I was looking for a way to drive servo motors until I came across this.
I have attached a photo of the servo motor specifications
Can I start these servos using stmbl?
Your experience and guidance will be very useful for me, so if possible, tell me what stage you are at
Thanks
Replied by Ehsan_R on topic ABB IRB 6400 retrofitting
HelloI have good news, the problem related to the sserial was cause by a wrong component USBLC6-2 instead of USBLC6-4 in the stmbl. After replacing them all worked out of the box. This issue made me mad because the packages were the same between those chips... Anyway now it is communicating with linuxcnc.
I still need to understand why the motors are noisy, I have to check the current part of the board since I canged the Hbridge with a more powerful capable of 60Amp peak.
I am currently doing something similar to yours
I have an old robot with only servo motors left from its control system
I was looking for a way to drive servo motors until I came across this.
I have attached a photo of the servo motor specifications
Can I start these servos using stmbl?
Your experience and guidance will be very useful for me, so if possible, tell me what stage you are at
Thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.074 seconds