From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

DigiMetrix

cancel
Showing results for 
Search instead for 
Did you mean: 

How to move toshiba robot with labview vi ?

Hi

 

 I had a Toshiba robot in our lab so i want to test the robot with digimatrix's vi. But I met some problems below :

 

It was ok to read robot's position or turn on servo !!

 

1.png

When i try to move robot's position , i met an erorr "

Error 401804 occurred at tmrl-request_answer_IP1

Possible reason(s):

TMRL: No answer from robot.

"

2.png

 

 Did i miss some vi in my program ?

 

Any suggestion would be very appreciated

 

0 Kudos
Message 1 of 8
(11,013 Views)

Hello juijuijuijui,

 

may I see your connection settings? Also, could you please check your robot status using Get Status VI before trying to execute Move Linear VI and share with me the results? 

 

Regarding the missing VI it's necessary to use Set Speed and Set Acc/Dec VIs before any motion VI since by default speed, acceleration and deceleration equal 2 which won't allow any visible motion.

 

Look forward to hearing from you.

 

 

0 Kudos
Message 2 of 8
(11,004 Views)

Hello endvr

 

 The below picture was my robot's connect status.

a1.png

 

 Then I modified my program to put "set speed" vi and "Set Acc/Dec " vi before move vi but there still were some errors to appear.

Do I need to give some other information to you to solve this problem ? please kindly tell me, thanks

 

 

a2.png

 

0 Kudos
Message 3 of 8
(10,997 Views)

Hello juijuijuijui,

 

am I right you're going to use RS232 to communicate with your robot? In this case both robot controller and your PC must have two RS232 ports (HOST and COM1 in Toshiba terms) so setting COM3 for both appears to be the problem. Also, please keep in mind that your port settings in LabVIEW should match corresponding settings in the USER.PAR file. You can check these settings using either Teaching Pendant or TSPC Toshiba software.

 

In case of using Ethernet interface one physical port would be enough obviously.

 

Does it make any sense?

0 Kudos
Message 4 of 8
(10,985 Views)

Hello endvr

 

 Thanks for your suggestion. You mean I have to connect PC and Robot like below picture ? 

 

FF.png

0 Kudos
Message 5 of 8
(10,981 Views)

Hi juijuijuijui,

 

you should connect COM1 and HOST to any two ports of your PC like shows my sketch below:

comports.png

 

 

0 Kudos
Message 6 of 8
(10,976 Views)

Hi endvr

 

   OK , I will try your suggestion to see if robot can move or not. Thanks a lot ~

0 Kudos
Message 7 of 8
(10,973 Views)

Oh, it seems I had read your post before you edited the picture...

 

Anyway, look forward to your results.

0 Kudos
Message 8 of 8
(10,969 Views)