SAFETY RE-TEACH FUNCTION
Safety Re-Teach is a function that allows program path modifications in OPERATOR MODE. Limits are setup via parameters to determine the allowable position change made by the operator when the path needs to be modified for quality or safety.
Parameters are set in management security level. The manager can set limits on the maximin amount the position can be changed in X, Y & Z (mm) in one parameter and Rx, Ry & Rz (Deg) in another. There is also a parameter for the external axis (pulse counts) allowable change.
The table below lists the parameters for each controller type:
Programming Structure
Programmed position that are modified in EDITING or MANAGEMENT security level are not noted in the internal JOB contents or limited in any element. Positions modified in the OPERATOR security level are noted. Positions can only be modified within the range of the parameter for that element. The internal JOB contents is not visible on the programming pendent. After saving the job and opening in a job editor software or notepad the contents will be shown.
When modifying in OPERATOR mode and the position is outside the allowable limit the below message appears on the pendent.
Below is an example of the job contents in notepad after editing in OPERAITION mode.
//INST
///DATE 2018/03/16 15:22
///ATTR SC,RW
///GROUP1 RB1,ST1
NOP
MOVJ C00000 EC00000 VJ=50.00
MOVJ C00001 EC00001 VJ=50.00 SAVEPOS SKIP=14 C00002 EC00002
MOVJ C00003 EC00003 VJ=50.00 SAVEPOS SKIP=14 C00004 EC00004
MOVC C00005 EC00005 V=83.3 SAVEPOS SKIP=14 C00006 EC00006
MOVC C00007 EC00007 V=83.3
MOVC C00008 EC00008 V=83.3
MOVJ C00009 EC00009 VJ=30.00
MOVJ C00010 EC00010 VJ=5.00
MOVJ C00011 EC00011 VJ=50.00
END
Below is an example of the same job contents in notepad after editing in EDIT or MANAGEMENT mode.
//INST
///DATE 2018/03/16 15:22
///ATTR SC,RW
///GROUP1 RB1,ST1
NOP
MOVJ C00000 EC00000 VJ=50.00
MOVJ C00001 EC00001 VJ=50.00
MOVJ C00003 EC00003 VJ=50.00
MOVC C00005 EC00005 V=83.3
MOVC C00007 EC00007 V=83.3
MOVC C00008 EC00008 V=83.3
MOVJ C00009 EC00009 VJ=30.00
MOVJ C00010 EC00010 VJ=5.00
MOVJ C00011 EC00011 VJ=50.00
END
Modified step information is deleted and currently modified positions are registered as original.
Comments
0 comments
Please sign in to leave a comment.