发布于 2003-04-15 16:14:32
0楼
VB0 3 //Number of segments in profile
//Segment 0
VW1 0 //Initial cycle time (2 to 65535 units of the timebase)
VW3 0 //Cycle time delta per pulse (-32766 to 32767 units of the timebase)
VD5 0 //Pulse count (1 to 4294967295)
//Segment 1
VW9 0 //Initial cycle time (2 to 65535 units of the timebase)
VW11 0 //Cycle time delta per pulse (-32766 to 32767 units of the timebase)
VD13 0 //Pulse count (1 to 4294967295)
//Segment 2
VW17 0 //Initial cycle time (2 to 65535 units of the timebase)
VW19 0 //Cycle time delta per pulse (-32766 to 32767 units of the timebase)
VD21 0 //Pulse count (1 to 4294967295)
VB0 3 // 段数
VW1 200 // 起始频率 200 微秒(5KHz)
VW3 -2 // 加速度 -2
VD5 67 // 67 步
VW9 66 // 起始频率 66 微秒(15KHz)
VW11 0 // 加速度 0
VD13 1299 // 1299 步
VW17 66 // 起始频率 66 微秒(15KHz)
VW19 1 // 加速度 1
VD21 134 // 134 步
J1J2