The weld gun is an auxiliary device of the robot. The robot controls the weldgun. This means there is only a robot task which performs both robot motion as well as weldgun motion (firing of the weldgun). The spot welding operation is responsible for the weldgun motion. On a given programmable resource controller there are default profiles. These profiles are groups of attributes gathered based on the following types:
In addition to these profiles, any application may define an applicative specific profile. Spot Profile is one such profile that is dedicated to Spot Welding. Either Servo gun or Air gun can be used to perform Spot welding. Servo guns are more commonly used compared Air guns these days. In the case of a Servo gun, the weld gun is an auxiliary device of the robot. The robot controls the weldgun too. This means there is only a robot task which performs both robot motion as well as weldgun motion (firing of the weldgun). In case of Air Gun, the robot and the weldgun are two independent devices. This means robot task performs just the robot motion and whenever Gun motion (gun firing) has to be performed, weldgun task is executed to perform the weldgun motion (gun firing). In case of Air gun, the spot welding is emulated by simple close gun, weld delay and open gun by the weldgun task. This weldgun task is called by the spot welding activity in robot task whenever welding has to be done. When a Spot Operation in a robot task is simulated, the Spot Operation would run the associated Weld Gun task which would typically perform a simple close gun, weld delay and open gun motion. The weldgun motion emulates following motions. Each motion in turn is controlled by set of attributes that are stored in the Spot profile of the controller. Each Spot operation in the robot task will have a link to a Spot profile. Multiple Spot operations can point to a spot profile.
When a Spot Operation in a robot task is simulated, all of the above mentioned motions can be visualized. In the case of a Servo gun, the weldgun motion constitutes of following controller/model attributes and motions. Each motion in turn is controlled by set of attributes as shown below:
Spot profile is used only in case of servo gun. Since there are no attributes associated to spot welding with air gun, spot profile is of no use in case of air gun. A spot profile can be associated to a spot welding activity using one of the following ways.
In addition to default profiles (tool profile, motion profile, etc) and applicative profiles (Spot Profile), you can define their own set of attributes as a user profile. |