RobotStudio event

VSTA?

Hi,

I?_Tm Hud. I?_Tm a beginner in Robotic Welding using ABB Robot. I?_Tve been informed by someone about create customize function such as ArcSinus or ArcCosine using VSTA. The problem is that I don?_Tt even understand about VSTA. Can anyone tell me the basic idea or some introduction about VSTA. Please give some example (such as program/pictures/etc) if available. Please do help me.

Regard,

HUD

hud_uitm2009-09-30 15:01:46

Comments

  • Try the following:
    1. Open VSTA 

    image

     

    2. Create a sample project (File->New Project)

    image

     

    3. Build the sample

     image

     

    4. Try the macros from RS (can also be trigged from the Event Manager)

    image

     

    The RS API manual contains information about what functions that are available and how they work.

    image

     

    Some familiarity with Visual Studio and C# may also help.
    Henrik Berlin
    ABB
  • Hi,
    I have done doing the exercise above, but I still can't get the use of using this application. Please anybody tell me about VSTA. I realy wanna understand more.

     

    thanks....
  • The purpose of VSTA is to provide an accessible enviroment for users that want to customize RS to meet their needs. VSTA exposes the RS API. The RS API can also be used from the regular editions of Visual Studio. That is recommended for users that want to create their own features. On the other hand, VSTA can be used to create Macros that can be launched from the EventManager during simulation, which is not the case for add-ins created with standalone Visual Studio.

    Which problem do you want to solve with the help of VSTA and the RS API?

    Henrik Berlin2009-10-05 16:48:07
    Henrik Berlin
    ABB