Hello all!

Unfortunately Charmilles sent me the wrong documentation of the program which the Roboform 31 uses. I've got the program 35 instead of the 31.
Because of this some things are different in the program making. I cannot proceed further and I'm stuck for 3 days already beause the program always sends me a synthax error but if I change that another error occurs etc etc.

I only need a sample program where the EDM's electrode follows a path (conture) while it's spinning. If anyone could help me out whith one of these sample program I may continue and see what are the differencies between the 31st and 35th documentation.

Here is the program which won't compile:

CLE=0
MOF=1
TECHNO/F,CCUAC
TFE=1
TCH=1

REX=483
CGP=0.700
VLD=0.950
AUX=50

PN/CONT
AUXF=60
AXE/Z
SPIN/DIR,S,80
FLUSH/LL,1,LR,1
FROM/X,-30,Y,-45,Z,5
MODE/CONTOUR
LINE/L,-20,H,-$1
LINE/X,-15
GAP/1,LEFT,ROUND
LINE/Y,-30
ARC/REV,XC,-30,YC,-30,X,-30,Y,-15
LINE/Y,15
ARC/REV,XC,-30,YC,30,X,-15,Y,30
LINE/X,15
ARC/REV,XC,30,YC,30,X,30,Y15
LINE/Y,-15
ARC/REV,XC,30,YC,-30,X,15,Y,-30
LINE/X,-30
GAP/NOMORE
LINE/Y,-45
LINE/L,5,H,0
SPIN/OFF


REX=445
CGP=0.400
VLD=0.520
AUX=50
SPG,CONT.RBF

TCH=0

The error I get is that the 14th line is won't compile because MOF=3.
But in the beginning you can see you are in MOF=1

Please help!

Thanks,
Benjamin Komar