Welcome, Guest. Please login or register.
Did you miss your activation email?
May 24, 2012, 09:41:07 AM
Home Help Login Register
News: Any Problems or Experience with Industrial Robots ?
Register and place your Question / Answer to worldwide Robotexperts right here !

+  Robotforum | Support for Robotprogrammer and Users
|-+  Industrial Robot Help and Discussion Center
| |-+  Stäubli & Bosch Robot Forum (Moderators: Werner Hampel, Jim Tyrer, Martin H, Fabian Munoz)
| | |-+  Using VSTOP STAUBLI RX60
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Using VSTOP STAUBLI RX60  (Read 1069 times)
willer22
Guest
« on: May 03, 2011, 01:22:38 AM »

Hello Friends,I,m using  vstop to monitoring some position.I´m using Local and modify my cycle program but when I execute  a.vtop ,the program is halted and indicate the program not validate.If someone can help me to explain or give me some example.Thanks for all yours helps.
« Last Edit: May 03, 2011, 02:02:39 AM by willer22 » Logged
Jim C
Guest
« Reply #1 on: May 03, 2011, 02:34:50 PM »

You use a id number as an argument. EX A.VSTOP(1). You can use different id numbers for different sequences. Remember you also have to have modified your application. Attached is the V-Stop documentation which has examples in it.
Logged
willer22
Guest
« Reply #2 on: May 04, 2011, 12:20:54 AM »

Thanks,Jim C.I have modify my cycle program to check only some position.Then when I execute a.Loc($Cycle,1) the program is halted and show Program not defined.I,m using the example of VSTOP Manual and the instructions but I have this problem.Thanks again for all yours help to me.I download the attachment document but don´t let me open.
« Last Edit: May 04, 2011, 01:38:33 AM by willer22 » Logged
Jim C
Guest
« Reply #3 on: May 04, 2011, 03:13:04 PM »

Are you load v_stop.sys and v-stop.par? Is $cycle set to the name of the program? It is a,vstop.loc, not a.loc

EXECUTE a.vstop.loc($cycle, 1)
Logged
willer22
Guest
« Reply #4 on: May 05, 2011, 12:51:10 AM »

Jim I have some question,my robot program name is auto.v2,but the program that I MODIFY is a program insert that is inside of auto.Then I EXECUTE a.vstop.loc($Auto, 1) is that correct or I have to execute insert that is my dude.tHANKS AGAIN and excuse me for all my questions.
Logged
Jim C
Guest
« Reply #5 on: May 05, 2011, 05:59:25 PM »

the $cycle is a string variable which needs to be set to the name of the application program. The auto.v2 is a command program, not an executable. I am not sure if a.vstop.loc will work with a command program instead of an executable. It might. Assuming that is will

$cycle = "auto"
EXECUTE a.vstop.loc($cycle, 1)

I don't mind the questions, but this is old code that we haven't used in 10 or 15 years and my memory gets a little fuzzy. Unfortunately back then we used paper manuals not pdf, so it hard to find the right documents.
Logged
Pages: [1] Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!