
blank lines added when transferring prog
Moderators: Martin, Steve, Mr Magoo
blank lines added when transferring prog
i can drip feed into my triac 1990 a prog that works fine but when i try to transfer the same prog into the control it puts in blank lines???? any help?? comms error?? 

- Denford Admin
- Site Admin
- Posts: 3649
- Joined: Fri 10 Feb , 2006 12:40 pm
- Hardware/Software: Go to User Control Panel > Profile
Enter as much information about your CNC hardware and software as you can - it makes it easier for everyone to know what you're talking about then. - Location: Sunny Brighouse
- Contact:
Quite often the text of a CNC program has ascii characters 10 and 13 (carriage return CR and line feed LF) at the end of each line.
Depending on the control reading this in, it could be reading both as the end of line marker, hence you will see blank lines in between each one.
Try loading the program into a good text editor and have it re-save in another format - with only ASCII 13 (CR) at the end of the lines
- Admin on holiday
Depending on the control reading this in, it could be reading both as the end of line marker, hence you will see blank lines in between each one.
Try loading the program into a good text editor and have it re-save in another format - with only ASCII 13 (CR) at the end of the lines
