Location:
Search - dmc .dll
Search list
Description: 基于LABVIEW的雷赛DMC1000板卡的运动控制测试程序源代码-Ray LABVIEW-based match DMC1000 motion control board test program source code
Platform: |
Size: 409600 |
Author: 小明 |
Hits:
Description: 程序运行目录包括:dmc.dll, dm.dll
支持最新版本大漠:4.1318
CDmSoft dm = new CDmSoft();
try
{
Console.WriteLine("大漠版本:" + dm.Ver());
Console.WriteLine("当前目录:" + dm.GetBasePath());
Console.WriteLine("ip时间:" + dm.GetNetTimeByIp("202.120.2.101"));
}
catch (Exception ex){
Console.WriteLine(ex.Message);
}
dm.Dispose();(The program running directory includes: dmc.dll, dm.dll
Support the latest version of the desert: 4.1318)
Platform: |
Size: 869376 |
Author: 颜色
|
Hits: