refactor(*):03LaserCut_V00.00.01,Spark100项目发货前功能提取
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user