第八部优化

dep_yangw
杨威 10 months ago
parent c9c510a258
commit e8c35da9a4

@ -1079,7 +1079,11 @@ namespace ProductionSystem.Forms
private void Step8()
{
//采集数据
for (int i = 1; i < 8; i++)
{
CollectData("BZ"+i);
}
//sitongfa 2 3
//膨胀阀0
@ -1106,11 +1110,7 @@ namespace ProductionSystem.Forms
}
//采集数据
for (int i = 1; i < 8; i++)
{
CollectData("BZ"+i);
}
}
/// <summary>

@ -28,8 +28,11 @@ namespace ProductionSystem.Untils.Tool
public void Stop()
{
_timer.Dispose();
_timer = null;
if (null != _timer)
{
_timer.Dispose();
_timer = null;
}
}
TCurveService tc = new TCurveService();
//D1252 电压 D1250 电流

@ -0,0 +1,22 @@
故障1:
模块"mscomm32.ocx"可能与您正在运行的Windows版本不兼容。检查该模块是否与regsvr32.exe的x86或x64版
解决:
把文件mscomm32.ocx复制到C:\Windows\SysWOW64
程序 - 附件 - 命令提示符在”命令提示符“上点击鼠标右键选择”以管理员身份运行“命令这个时候将打开Dos命令窗口现在就按正常写法输入C:\Windows\SysWOW64\regsvr32.exe mscomm32.ocx
故障2:
"DllRegisterServer的调用失败"
解决:
程序 - 附件 - 命令提示符在”命令提示符“上点击鼠标右键选择”以管理员身份运行“命令这个时候将打开Dos命令窗口现在就按正常写法输入regsvr32.exe mscomm32.ocx
故障3:
更改地址时,"通讯数据错误!"
解决:
如更改失败,多按几次"确定"

@ -0,0 +1,22 @@
故障1:
模块"mscomm32.ocx"可能与您正在运行的Windows版本不兼容。检查该模块是否与regsvr32.exe的x86或x64版
解决:
把文件mscomm32.ocx复制到C:\Windows\SysWOW64
程序 - 附件 - 命令提示符在”命令提示符“上点击鼠标右键选择”以管理员身份运行“命令这个时候将打开Dos命令窗口现在就按正常写法输入C:\Windows\SysWOW64\regsvr32.exe mscomm32.ocx
故障2:
"DllRegisterServer的调用失败"
解决:
程序 - 附件 - 命令提示符在”命令提示符“上点击鼠标右键选择”以管理员身份运行“命令这个时候将打开Dos命令窗口现在就按正常写法输入regsvr32.exe mscomm32.ocx
故障3:
更改地址时,"通讯数据错误!"
解决:
如更改失败,多按几次"确定"

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.
Loading…
Cancel
Save