发布于 2013-04-15 16:04:12
1楼
X1/X2主从控制,X3,X4主从控制,W1,W2龙门控制,X1,X3龙门控制。工装头部两个主从,尾部两个主从,中间四个主从,三组之间龙门控制。
N20080 $MC_AXCONF_CHANAX_NAME_TAB[0]="X1"
N20080 $MC_AXCONF_CHANAX_NAME_TAB[1]="Y"
N20080 $MC_AXCONF_CHANAX_NAME_TAB[2]="Z"
N20080 $MC_AXCONF_CHANAX_NAME_TAB[3]="SP"
N20080 $MC_AXCONF_CHANAX_NAME_TAB[4]="X2"
N20080 $MC_AXCONF_CHANAX_NAME_TAB[5]="X3"
N20080 $MC_AXCONF_CHANAX_NAME_TAB[6]="X4"
N37100 $MA_GANTRY_AXIS_TYPE[AX1]=1;
N37100 $MA_GANTRY_AXIS_TYPE[AX6]=11 ;X1,X3龙门控制
N37250 $MA_MS_ASSIGN_MASTER_SPEED_CMD[AX5]=1;X1/X2主从控制
N37252 $MA_MS_ASSIGN_MASTER_TORQUE_CTR[AX5]=1
N37250 $MA_MS_ASSIGN_MASTER_SPEED_CMD[AX7]=6;X3,X4主从控制
N37250 $MA_MS_ASSIGN_MASTER_SPEED_CMD[AX7]=6
G1: Gantry axes
Supplementary conditions
The following supplementary conditions apply to a gantry grouping:
? A gantry grouping must not contain a spindle.
? A synchronous axis must not be a concurrent POS axis.
? A synchronous axis must not belong to a transformation.
? A synchronous axis must not be a following axis of another axis coupling.
? A synchronous axis must not be a leading axis of another axis coupling.
A maximum of 8 gantry groupings can be defined.最大8组龙门。
A gantry grouping can have a maximum of 2 synchronous axes.每组1个主动,2个同步。2个同步轴有待实验,37100若是第一组,难道分别设1,11,21?资料上没讲,风险很大,必须实验求证。从840d中:
A total of up to 3 (8 in SW 7.1 and higher) gantry groupings can be defined.
Each gantry grouping consists of one leading axis and one or two synchronized axes.看是可以实现的。
TE3: Speed/torque coupling, master-slave
General boundary conditions
The following boundary condition must be observed:
? A slave axis can only be assigned to one master axis
? One master axis can be assigned several slave axes;需要落实最大从动轴数,肯定大于3
? A slave axis must not be a master axis or be in another master-slave relationship.