Compare commits

...

2 Commits

Author SHA1 Message Date
Roy 4daff72d39 [update] update RT mode 2022-10-27 17:43:16 +08:00
Roy f99719832a [update] short instruction for RT mode 2022-10-27 17:13:38 +08:00
@@ -290,7 +290,7 @@
"auto"
]
},
"DAC_VOLT": {
"RT_VOLT_SET": {
"description": "DAC output Voltage",
"record_meta": true,
"initial": 37500,
@@ -299,7 +299,8 @@
],
"value": {
"expression": "VALUE"
}
},
"on_change": "set_para_RT_VOLT_SET"
},
"BLE_WRITE": {
"description": "send msg to elite",
@@ -353,7 +354,7 @@
"1": "curve_cv3",
"2": "curve_const_vscan",
"3": "curve_vt",
"4": "curve_zt"
"4": "curve_rt"
}
},
{
@@ -486,10 +487,10 @@
"2B>pe"
]
},
"curve_zt": {
"curve_rt": {
"type": "RIS",
"parameter": {
"va": "DAC_VOLT",
"va": "RT_VOLT_SET",
"pa": "ADC_LEVEL_I_15",
"pb": "ADC_LEVEL_V_IN_15",
"pd": "CTRL_HIGH_Z_15",
@@ -520,6 +521,12 @@
"1B>va"
]
},
"set_para_RT_VOLT_SET": {
"type": "RIS",
"data": [
"XE2;X01;2B>RT_VOLT_SET"
]
},
"ble_instru_send": [
"ble_write",
"_cdr('20X>ADC_VALUE_I')"