I’m thinking about logging my welding errors in a text file.
Just so i can see if there is frequent welderrors like restart on a specific position in a specific procedure.
My questions is:
Can i get information from the system which procedure and module has made an error?
Can i get the information in which row the error happened?
I’m thinking about a textfile
that looks something like this:
Time xx:xx:xx
Error 110029: Arc ignition failed
Module: module1
Procedure: routine1
In row: 345
Any suggestions?
Or should i handle it in a different way…