Hello, I released my small tool which I used to generate multiply welddata.
Usually the customers wants the same welddata (job number for power source) with different speed. Like this
Code
TASK PERS welddata wd45_5:=[5,0,[45,2,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]];
TASK PERS welddata wd45_6:=[6,0,[45,2,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]];
TASK PERS welddata wd45_7:=[7,0,[45,2,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]];
TASK PERS welddata wd45_8:=[8,0,[45,2,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]];
TASK PERS welddata wd45_9:=[9,0,[45,2,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]];
TASK PERS welddata wd45_10:=[10,0,[45,2,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]];
TASK PERS welddata wd45_11:=[11,0,[45,2,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]];
TASK PERS welddata wd45_12:=[12,0,[45,2,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]];
TASK PERS welddata wd45_13:=[13,0,[45,2,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]];
TASK PERS welddata wd45_14:=[14,0,[45,2,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]];
TASK PERS welddata wd45_15:=[15,0,[45,2,0,0,0,0,0,0,0],[0,0,0,0,0,0,0,0,0]];
Display More
When you have a lot of welddata, it very slow and worried create it by hand. So I wrote a small program to it.
Also you can generate welddato to SKS welding which usually is not easy as other power sources.
This the first public release, and may be has some bugs, and of course I thing can be improved. So any suggestion are welcome. You can write me here in this post, or better is open a issue on the github site.
You can download it here: https://github.com/Blueicaro/WeldDataGenerator
B.R.
/BlueIcaro