04-04-2019, 09:03 AM
I am working in a 3D printing process.
my problem is to generate the subprograms necessary duet to number of point
When i put a limit for the number of lines on a program, the first subprogram created automatically works fine, but the others do not work.
the robot gives me a message "undefined robot position variable" error 0040.
because the numeration of the points continues from the first program.
but the motoman sub programs MUST start always from point C00000
how can i do do that?
also the after the second subprograms ALL POSITION are wrong, because it it necessary to say in any subprograms the references that the robot must work, in the first program is written:
///TOOL 9
///POSTYPE PULSE
///PULSE
C00000=-111,33,-24,-73,-11,-32
///TOOL 9
///POSTYPE BASE
///RECTAN
///RCONF 0,0,0,0,0,0,0,0
BUT this line do not appear on the subprograms, how can i do make i appear???
my problem is to generate the subprograms necessary duet to number of point
When i put a limit for the number of lines on a program, the first subprogram created automatically works fine, but the others do not work.
the robot gives me a message "undefined robot position variable" error 0040.
because the numeration of the points continues from the first program.
but the motoman sub programs MUST start always from point C00000
how can i do do that?
also the after the second subprograms ALL POSITION are wrong, because it it necessary to say in any subprograms the references that the robot must work, in the first program is written:
///TOOL 9
///POSTYPE PULSE
///PULSE
C00000=-111,33,-24,-73,-11,-32
///TOOL 9
///POSTYPE BASE
///RECTAN
///RCONF 0,0,0,0,0,0,0,0
BUT this line do not appear on the subprograms, how can i do make i appear???