firstcommit
This commit is contained in:
parent
ed6b60e14a
commit
3d51c74f2f
|
|
@ -1,31 +0,0 @@
|
|||
## python打包成exe
|
||||
Pyinstaller -F service.py
|
||||
|
||||
## 通讯协议TCP,控制脚本作为server端
|
||||
192.168.6.**:2016
|
||||
|
||||
|
||||
# 如果客户不手动点击制图则调用如下方法:
|
||||
# 打包
|
||||
|
||||
|
||||
## 制图
|
||||
makeGraph:*** (注意: ***为:氨氮、氨氮&总磷、总磷 三个之一)
|
||||
(如果客户手动点制图就无需发送):
|
||||
|
||||
## 设置分析:
|
||||
createTask:{"sampleList":[
|
||||
{"sampleCode":"111","position":"1"},
|
||||
{"sampleCode":"112","position":"2"}]
|
||||
}
|
||||
|
||||
注:position为料盘实际的编号,脚本自己转化仪器需要的位置
|
||||
|
||||
## 发送启动(确认制图没问题之后发送,如果提前确认好制图那么在设置分析之后发送):
|
||||
<del>start:*** (注意: ***为:氨氮、氨氮&总磷、总磷 三个之一)<br/></del>
|
||||
start
|
||||
注:现在均用总磷&氨氮这一个方法
|
||||
|
||||
## 状态查询命令:
|
||||
status
|
||||
返回: 0:停止 1:运行 <del>2:完成</del>
|
||||
Loading…
Reference in New Issue