refactor(*):03LaserCut_V00.00.01,Spark100项目发货前功能提取

This commit is contained in:
adminwu
2024-03-14 14:21:18 +08:00
parent 1dda4f24ad
commit d045ed5fd8
46 changed files with 3457 additions and 938 deletions

View File

@@ -326,7 +326,7 @@ int writePowerfile(QString strFileName, float powerP1,float powerP2)
// }
//}
#include "deviceproxy.h"
void myReadPowerValue()
{
@@ -346,7 +346,7 @@ void myReadPowerValue()
{
path+=QString("/");
}
filename = path+"LookupTable_"+timestr+"_laser_test.csv";
filename = path+DEV->ingotNumber+"_LookupTable_"+timestr+"_laser_test.csv";
RS_SETTINGS->beginGroup("device/Rposition");
double p1k = RS_SETTINGS->readNumDEntry("/p1k");
@@ -415,7 +415,7 @@ void myPidProc()
{
path+=QString("/");
}
filename = path+"LookupTable_"+timestr+"_laser_test.csv";
filename = path+DEV->ingotNumber+"_LookupTable_"+timestr+"_laser_test.csv";
RS_SETTINGS->beginGroup("device/Rposition");
double p1kt = RS_SETTINGS->readNumDEntry("/p1k_t");