How can I show the values of parameters which are being used by the program ??
I am working on a general purpose code to execute a series of moves (G0, G1, G2 or G3) using data from a table - but there is a problem somewhere and I need to know if the correct values are being entered into parameters from the table - but I cannot find in the manual any way to see the values as the program is running.
Any ideas most appreciated - when I have fixed it I will publish here.