Add spaces in Fil macro (text command)
Hello,
I try to output my fixture offsets with a fil macro given by KenFarley on an other topic but when i try :
CIMFIL/ON,SET,OFSETL
OFSTYP=POSTF(6,5)
OFSREG=POSTF(7,5)
IF(OFSTYP.EQ.1)THEN
IF(OFSREG.GE.54.AND.OFSREG.LE.59)THEN
$$CURREG=OFSREG
OFSCMD = TEXT/'G90 G',CONVI,OFSREG,2,';'
INSERT/ OFSCMD
ENDIF
ENDIF
CIMFIL/OFF
On my machine file i have :
...
N0054 ( / SEQUENCE TYPE : PROFILE MILLING);
N0056G90G55;
N0058 G0 Y5.232;
...
No spaces before G90 and between G90 and G55.
What is the command for output spaces ?
Thanks in advance.

