Hi All,
Imagine i have 10 welding of 100 mm are to be made which are at different locations. Important thing is that i need to implement different weld parameters for all these weldings, means i need to have different wire feed rate, speed for all these weldings. Normally we will create 10 different weld data for each of these requirements and will be assigned for weld length.
This creates a lot of weld data in the system and programming also would be become lengthy as we need to write 10 different ARCLSTART and ARCLEND commands with 10 different weld data in these 10 program.
My questions is that is there a way that we can use only one WELD DATA for example WELD01 which is predefined with wire feed rate as 4 m/min and speed as 4 mm/sec and we use this one weld data only in program however we will change the wire feed rate and speed in the program dynamically as and when required in the program. This facilitates very much lesser code in program and would be eliminate to create 10 different weld data in the system.
Can somebody guide how to what type of commands I need to use for achieving this ?
Thanks & Regards
PS KUMAR