35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
#-----------------------------------------------------------------------------------------------------------------------
|
|
# 属性名 权限 作用
|
|
#-----------------------------------------------------------------------------------------------------------------------
|
|
# PowerOn.Step.Count 只读 上电步骤数, 0表示禁用电源管理
|
|
# PowerOn.Step%d.Channel 只读 上电通道号
|
|
# PowerOn.Step%d.ScanRequired 只读 上电后是否要扫描模块, 只能为以下值之一: true/false/yes/no/0/1
|
|
# PowerOn.Step%d.Delay 只读 上电后延迟时间(毫秒), 当ScanRequired为TRUE时本参数最小值5000, 小于5000的自动取5000
|
|
# PowerOff.Delay 只读 关机延迟时间(毫秒)
|
|
#-----------------------------------------------------------------------------------------------------------------------
|
|
|
|
PowerOn.Step.Count=5
|
|
# 12V-加样臂
|
|
PowerOn.Step0.Channel=0
|
|
PowerOn.Step0.ScanRequired=no
|
|
PowerOn.Step0.Delay=200
|
|
|
|
# 24V-加样臂
|
|
PowerOn.Step1.Channel=2
|
|
PowerOn.Step1.ScanRequired=no
|
|
PowerOn.Step1.Delay=10000
|
|
|
|
# 12V-反应区
|
|
PowerOn.Step2.Channel=1
|
|
PowerOn.Step2.ScanRequired=no
|
|
PowerOn.Step2.Delay=200
|
|
|
|
# 24V-反应区
|
|
PowerOn.Step3.Channel=3
|
|
PowerOn.Step3.ScanRequired=no
|
|
PowerOn.Step3.Delay=200
|
|
|
|
# 24V-反应区
|
|
PowerOn.Step4.Channel=4
|
|
PowerOn.Step4.ScanRequired=no
|
|
PowerOn.Step4.Delay=0 |