On your PC software for DNC you will need to change the settings for carriage return/line feed and/or strip control code.
hi,
i made a post about a week back about having trouble sending receiving programs, well i got that sorted but now have a different problem
Ill try explain best i can:
I use a fanuc 6m controller, a prog called Erfurt and my pc is xp.
If i write a prog on the pc an send it to cnc, with a % sign at start and finish my settings are:
Port 1
Baud rate 9600
Parity even
Number of bits 7
Stop bits 1
Protocol xon/xoff
In start string %
In inter block <13> (ascii)
In end string %
Out start string %
Out block string <13><10>
Out end string %
This sends fine, but when sending same prog back it reads on the pc without the % sign and has square blocks after every line with gaps in between every line.
If i send that program back to cnc the same it reads with gaps as end of blocks after every line so i change the out block string to just <13> without the <10> and reads fine after sending that type of prog. But my programs are all written with just the % sign at start and end and would rather my programs stay like that.
Anyone have any ideas how i can get the programs from the cnc to pc without all the spaces and square blocks after every line.
Any advice much appreciated
On your PC software for DNC you will need to change the settings for carriage return/line feed and/or strip control code.
http://www.kirkcon.com/
ive managed to receive the progs without the spaces after every line but the square blocks have moved to the start of every line rather than the end, so nearly their, just need to get rid of the blocks and get the % signs at start and end of prog.
thanks for your advice is the ascii code for strip control?