Exemplo n.º 1
0
 public static extern bool PCI1020_InitCWInterpolation_2D(	// 初始化任意2轴正反方向圆弧插补运动 
     IntPtr hDevice,				// 设备句柄
     ref PCI1020_PARA_DataList pDL, // 公共参数结构体指针
     ref PCI1020_PARA_InterpolationAxis pIA,// 插补轴结构体指针
     ref PCI1020_PARA_CircleData pCD);
Exemplo n.º 2
0
 public static extern bool PCI1020_InitLineInterpolation_3D(// 初始化任意3轴直线插补运动	
     IntPtr hDevice,				// 设备句柄
     ref PCI1020_PARA_DataList pDL, // 公共参数结构体指针
     ref PCI1020_PARA_InterpolationAxis pIA,// 插补轴结构体指针
     ref PCI1020_PARA_LineData pLD);
Exemplo n.º 3
0
 public static extern bool PCI1020_InitBitInterpolation_3D(// 初始化任意2轴位插补参数
     IntPtr hDevice,			   // 设备句柄
     ref PCI1020_PARA_InterpolationAxis pIA,// 插补轴结构体指针
     ref PCI1020_PARA_DataList pDL);