Hello,

I have just re-commissioned our CHNC-I lathe and got all the parameters back in it and got it all back operational after it sat idle for over a year and the battery died. (Hame a Haas SL-30 so that get's all the work)

I wrote a warm up program when we first got the machine and when I re-sent it to the control the other day it messed up a couple lines of code.

The file had this:

Code:
N22 @123 R3 R4 K-3 
N23 @714
I ended up with:

Code:
N22 { R3 R4 K-3 
N23 J
Is there something I am missing for when I send the code, it doesn't change the '@' symbol and puts it in as it should. I am using NCLink and never had an issue sending/receiving files with it and I am only at 1200 baud from where I sent the commissioning data to the control.

Any help would be appreciated as I may have to run other programs again on this machine if the big Haas is tied up and a few of them have parts counter in it so it is why I used the @123 line.

Thanks