コード例 #1
0
ファイル: Fanuc.cs プロジェクト: purplewish07/FOCAS_API_DEMO
 //下載程序  5-27
 //開始
 private static short dwnstart(ushort handle, short type)
 {
     return(Fanuc.cnc_dwnstart3(handle, type));
 }