Posts by Galet

    Hello to everybody,

    Personaly, I never had compatibility problem with all version of SP1 on CS8.

    ... but, why you don't ask directly this question to Stäubli service ?

    Hello Ycrideas,


    Your question is very (too) open !!

    I think that you can find all description in the different documentation of the arm and the controller.


    About Izone1 and 2, this inputs are received from the internal Safety PLC. You can find description in the Safety documentation.

    To use it, you need firstly to confirgure the safety on the controller.


    Have a good day...

    Quote

    I will call resetmotion (maybe not needed as the emergency stop will have entered)

    Emergency stop don't reset the movment memory. It's the reason why, after an emergency stop, you can restart from the same position.

    Quote

    Understood, in this case I can afford to just cancel the movements as the robots will have to move upwards till a vertical coordinate and then move home, where they will release the part to fall in a box.

    Yes, It's very easy with a scara robot.


    Have a good day...

    Quote

    delay(0) I guess to avoid collapsing the CPU in case of infinite loops without much to do inside.

    Yes. Remember that the main task (Started with the running of Start program) have only 10 to priority.

    Quote

    About sending a bool to the task to get it stopped itself... how this works? I mean, I understand a task as a function (that restarts automatically) and in case that task is controlling movements, I should be capable to check the variable only after each movement and only if I check it manually there... Could you post a small sample about that?

    When the controler receive an Emergency Stop, the robot is stopped (Power off), and normaly, the pointer of the "robot task" is stopped on WaitEndMove() or something similar (waiting function). If you kill directly the task, you loose the pointer synchronisation and you need, to restart, to reset the point's memorization (ResetMotion), controle the actual robot's position and send the new trajectory. If you control, the Boolean variable, you can prepare the restart before loose the pointer.


    Like all the robot, it's easier after a issue, to controle the restart rather than to close all and search the next trajectory.


    Best regards,

    Hello Robtecnic,

    2 or 3 small things :

    - You can't use the Start() program in your taskcreate ! (You can use the Start only if this program belongs to a library)

    - Take the habit, when you have a quick loop like While/Endwhile, to add automatically a Delay(0) (for example before the EndWhile.

    - After the taskKill, you can wait that the task is dead (taskStatus...)

    - Same thing before the task create (a small taskstatus and you control that the task don't exist already)

    - diEmOK : Look about esStatus function

    - You need to add ==True when you control an Input (like diGoHome). If you work with SRS you have a Syntax control button.


    Better than Taskill (kill the task anywhere), you can use a bool variable to give an order to the task. I think in all Partx program you have a loop. Stop the loop whith your Bool and the task will be stop imselfe...an properly.


    There is different ways to use the tasks and mostly the movments. The best is to use one task for all the movment (to be sure that you can't send different trajectories in the same time (In this case, your robot will be totaly crazy :(). Use the main program to take the big job (like a small PLC include), and a second task to control the robot. In this case, it will be easy to add asynchonous fonctionnality !


    ...

    Have a good day.

    Hello JoanM !

    Some quick answers :

    Quote

    Customer only have one pendant for those 2 robots. I guess they will have to use some kind of connector to remove the emergency stop alarm

    There is a connector 'Shunt' for all the robot to work witout SPx. The customer receive one for each controler.

    Quote

    Is there any manual with system IO? signals used to power on the motors, to put the program pointer to the beginning, and to start the program? If that manual is not available, could you explain me a little how to configure those 3 signals?

    With SRS, you can "link" the systems Input/output signal to real Input/Output in the menu Physical IOs/Iomap Editor.

    There is one input to realize the Power ON, but nothing to Start/Stop the program.


    The Stäubli concept is like an PLC program. There is no way to start the program by an external command. The program need to be started in manual (on Teach Pendant), or automatically after the boot if configured.

    Quote

    Is there any manual out there that explains how to use the pendant? I'll have to search for the manual I got when I did the training, but it was in paper and I don't have access to it till this weekend so anything digital would be nice.

    Open an internet account to find the global documentation. If you have learn the programmation by Stäubli Trainning Service, I think, you can call it to retreeve à new paper or the pdf file...


    Have a good WE...

    Hello,

    As EIEsgalho say, you need a loop in the program's task to keep it alive.


    But you don't need a synchronous task to realize an interrupt, you can make it with a normal task if you don't need to know the exact polling time.

    To Stop the robot with an Input, a normal task is enought.


    Have a good day,

    Hello,

    +1 to EiEsgalho.


    In reality, the APPRO function don't work on the TCP but on the POINT. It's the reason why you don't need to indicate, in the calcul, the tool name. When your robot is in the position, the TCP and the POINT are in the same position,so it's easier to say that it work arround the TCP.

    Very often the Z value of the offset is negative.


    With COMPOSE, the result take the frame of the reference point (in the #4 image, p's frame is pFirst's frame) , but the offset can be in other frame ( #4 : fPallet). Often, Reference point's frame is the offset frame.

    If the frame Z axis is to the top, the Z value is often positive !


    To use COMPOSE is clearer to modifie the values...and faster :smiling_face:


    Quote


    What about orientation Rx Ry and Rz ?

    You can rotate your point arrount the reference point with an offset like {0,0,0,10,0,0} (turn 10 degrees arround Rx). It's possible with the both functions. Be carreful that Stäubli calculate all the points, tools, and Frame, in the order :

    1- Tx, TY,TZ

    2- Rx

    3- RY

    4- RZ

    Some other materlal (like Fanuc or Kuka) don't calculate in the same order !


    Have a good day...

    Hello,

    If you have a other SP1, you can try to change it.

    Control the connection and the cable between the SP1 and the controler.

    What's happen when you stop all the applications ?

    Have a good day...

    Quote

    1- why in srs 3d software the z axes decrement when the robot move down while in the real robot the z axes increment when the robot move down?

    I'm agree with EIEsgalho. control the actual Frame and the actual tool...

    Quote

    2- How can i send a z of the picking point to the robot ? the z axes not start from a origin (0

    On a Stäubli robot, the reference frame (World) is not on the floor but at the height of shoulder.

    Quote

    3-when I teach the points from the pendant are they persistent when the application is restarted?

    When you teach or modifie a point, you change it in the ram of the controler. If you want to keep the modifications after a switch Off/On, you need to save the application in the rom (disque)... If the value is forced in the program you need to change the program...


    Have a good day !

    Hello,

    Yes.

    You need to extract it (The memory board is easily accessible), use an adapter (cFlash) and the tool to make the ghost is disponible on the Stäubli Internet (usbit).

    Have a good day,

    Hello,

    On the 2 chanels control (like Emergency Stop and Door), the 2 contacts need to be synchronized otherwise the controler memorize a default.

    Try to go in menu :

    MENU / Control Panel / Controler Status / Hardware Safety Fault.

    If the electrical wrong contact is solved, you can acknoledge the default on panel, otherwise you have an information on this line.


    To solve an electrical issue on Safety double chanel, you need

    1- to solve the electrical issue

    2- Open and Close the 2 contacts (synchronized) to show to the controler that all is now Ok

    3- Acknoledge

    If the default is on Door control : Make it in Automatic Mode (In manual mode the doors are not monitored !)


    On old CS8C (before the Acknoledge key), I remember that with some software version, you need to delete 2 files on controler. Call Stäubli service to have some help !

    Hi

    Quote

    Another question. Is there anyway to edit a point through his coordinates on the pendant?

    Eg: Point A ( 10,10,10,20,20,20) change to (15,10,10,20,20,20). Is there a simpler way to edit it other than manually moving the robot to the point?


    I know through SRS I can do it, I just dont know if its possible on the pendant.

    On CS8 / SP1 :

    MENU / Application Manager/Val3 Applications/"Your Application"/Global Datas/"Type of Data"...

    Your points are in "Joint" for all the Joint positions and in "World" for all cartesian positions and frames.

    Select your Data then "Edit=F3" key...


    Be carreful when you change directly one point : Any safety for collision :smiling_face:

    "Save=F8" when the modification is tested.


    ... a little backup after that.


    Have a good day !

    Quote

    The usrapp is inside the USR folder.

    Yes...

    Quote

    There's 2 "configs" folders. One in USR, other in SYS, with similiar files, despite different values for configurations. Which one is the correct one?

    The file is \usr\configs\arm.old or \usr\configs\arm.xxxx.cfx (where xxxx is the robot's serial number).

    Edit the file and control the "OrderNumber"


    +1 for EIEsgalho : To have a recent backup is a very good idea ! :smiling_face:

    Hi,

    In the folder "Usrapp", you find only the applications. The file where the controller memorize the calibration datas is in the folder "Configs". It's the reason why, in the backup, the controller save 3 folders (Sys = System (Configuration)), UsrApp(applications), and Log (Logger).

    The IO confgurations are also in Configs.


    You can directly, on the robot, modifie all the datas (notably the points), if a pendant is connected to the controller.


    What type of controller do you have ?

    Best regards

    Hi,

    When you make a backup (on the pendant or with SRS), You save /UsrApp (all the applications) + the folder /Config (all the configurations files) + the log folder.


    If all the points are wrong after a crash, i'ts probably a geometry problem : The robot was not good calibrated at the learning point step, or now, the robot need to be calibrated...or perhaps the both !

    Other causes :

    - Your tool is wrong

    - You backup is too old.


    Best regards,

    Quote

    Tried it... got completely lost... can you explain me how can I import a backup?

    - Create you empty cell (witout robot)

    - Add new robot / Existing Local Robot

    - Select the Backup directory (The father of the directory Date/hour...)

    - Normaly, the widows need to show you all the backuo directory (Date, Hour...)

    - Select your directory

    - then Next/Finish


    If you can't select the directory, you need to install, on SRS, the SRC emulator (The SRS is writing...)

    That's all...


    In the cell (and in the backup) your applications are in usr/usrApp...

    Bye,

    SRS is update every arround 2 months (free) and every 3 years (not free)

    I'm agree with mR.PCX it's actually the best tool to simulate a robot installation...after RobotStudio, but very far before Kuka Sim and If you work with RobotGuide...it's an other world.

    ...

Advertising from our partners