|
|
@ -0,0 +1,46 @@ |
|
|
|
package a8k.appbean.configparam; |
|
|
|
|
|
|
|
public class SmallBottleBufferPos { |
|
|
|
/* |
|
|
|
* { |
|
|
|
* "topLelf":[ |
|
|
|
* {"x":x,"y":y}, |
|
|
|
* {"x":x,"y":y}, |
|
|
|
* {"x":x,"y":y}, |
|
|
|
* {"x":x,"y":y}, |
|
|
|
* {"x":x,"y":y}, |
|
|
|
* {"x":x,"y":y} |
|
|
|
* ], |
|
|
|
* "xinterval":, |
|
|
|
* "yinterval":, |
|
|
|
* |
|
|
|
* "scancodeRelaPos":[dx,dy], |
|
|
|
* "piercedZPos":z,//刺破高度 |
|
|
|
* "distributeZPos":z,//吐液高度 |
|
|
|
* "detectMaterialDistributeZpos":z//探测物质吐液高度 |
|
|
|
|
|
|
|
* |
|
|
|
* } |
|
|
|
*/ |
|
|
|
|
|
|
|
public Pos2d g0TopLelf; |
|
|
|
public Pos2d g1TopLelf; |
|
|
|
public Pos2d g2TopLelf; |
|
|
|
public Pos2d g3TopLelf; |
|
|
|
public Pos2d g4TopLelf; |
|
|
|
public Pos2d g5TopLelf; |
|
|
|
|
|
|
|
public Integer xInterval; //x间隔 |
|
|
|
public Integer yInterval; //y间隔 |
|
|
|
|
|
|
|
public Integer sampleZPos; //取样开始位置 |
|
|
|
public Integer sampleZDepth; //取样深度 |
|
|
|
|
|
|
|
public Pos2d scanRelaPos;//扫码相对配置 |
|
|
|
|
|
|
|
public Integer piercedZPos; //刺破高度 |
|
|
|
public Integer smallBottleBufDistributeZPos; //小瓶缓冲液吐液高度 |
|
|
|
public Integer detectMaterialDistributeZpos; //探测物质吐液高度 |
|
|
|
|
|
|
|
|
|
|
|
} |