Hello,
We uploaded a .prg file on an ABB robot and the teachpendant gives the following error when trying to run it.
40700 syntax error: E, line = 6, column =8:
Identifier MOD_flagstationtest too long.
This is the test code we are running:
We uploaded a .prg file on an ABB robot and the teachpendant gives the following error when trying to run it.
40700 syntax error: E, line = 6, column =8:
Identifier MOD_flagstationtest too long.
This is the test code we are running:
Code:
%%%
VERSION:1
LANGUAGE:ENGLISH
%%%
MODULE MOD_flagstationtest
PERS tooldata rdkTool := [TRUE,[[0,0,0],[1,0,0,0]],[20,[0,0,200],[1,0,0,0],0,0,0.005]];
PROC flagstationtest()
!Program generated by RoboDK v3.5.4 for ABB IRB 6400R 2.8 200 on 21/04/2019 10:46:15
!Using nominal kinematics.
MoveJ [[1631.370,157.485,2844.633],[0.85716730,0.00000000,0.51503807,0.00000000],[0,0,-1,1],[9E9,9E9,9E9,9E9,9E9,9E9]], v1, fine, rdkTool;
,690.459 MoveJ[[1708.946, 2512.502],[0.77877720, 0。11615716,0.59757677,0.15137895],[0,0,-1,0],[9E9,9E9,9E9,9E9,9E9,9E9]], v1, fine, rdkTool;
WaitTime 1.000;
ENDPROC
ENDMODULE
Doese anybody know what might be the issue