|
@@ -145,10 +145,7 @@ public class AFT001Service extends AFT001BaseModel implements ExecProcessFlow {
|
|
|
obj.put("dataV",this.getA_aft001().getDataV());
|
|
|
obj.put("dataW",this.getA_aft001().getDataW());
|
|
|
msg.setParamJson(obj.toString());
|
|
|
-// msg.setScaleFactor(this.getA_aft001().getScaleFactor());
|
|
|
-// msg.setDataU(this.getA_aft001().getDataU());
|
|
|
-// msg.setDataV(this.getA_aft001().getDataV());
|
|
|
-// msg.setDataW(this.getA_aft001().getDataW());
|
|
|
+
|
|
|
}else if(action.equals("SolidSurfaceDisplay")){
|
|
|
String r =this.getA_aft001().getR();
|
|
|
String g =this.getA_aft001().getG();
|