Compare commits

..

3 Commits

Author SHA1 Message Date
peterlu14 2bea9f25a4 [update] add eis mini short instruction 2022-11-10 15:02:34 +08:00
Roy 2f00375e4f [update] short instruction for RT mode 2022-11-10 14:53:06 +08:00
peterlu14 f02aedafa7 [update] eis mini add old rt mode 2022-11-10 14:15:47 +08:00
2 changed files with 49 additions and 10 deletions
@@ -290,7 +290,7 @@
"auto"
]
},
"RT_VOLT_SET": {
"DAC_VOLT": {
"description": "DAC output Voltage",
"record_meta": true,
"initial": 37500,
@@ -300,7 +300,7 @@
"value": {
"expression": "VALUE"
},
"on_change": "set_para_RT_VOLT_SET"
"on_change": "set_para_RT_DAC_VOLT"
},
"BLE_WRITE": {
"description": "send msg to elite",
@@ -354,7 +354,7 @@
"1": "curve_cv3",
"2": "curve_const_vscan",
"3": "curve_vt",
"4": "curve_rt"
"4": "curve_zt"
}
},
{
@@ -487,10 +487,10 @@
"2B>pe"
]
},
"curve_rt": {
"curve_zt": {
"type": "RIS",
"parameter": {
"va": "RT_VOLT_SET",
"va": "DAC_VOLT",
"pa": "ADC_LEVEL_I_15",
"pb": "ADC_LEVEL_V_IN_15",
"pd": "CTRL_HIGH_Z_15",
@@ -521,10 +521,10 @@
"1B>va"
]
},
"set_para_RT_VOLT_SET": {
"set_para_RT_DAC_VOLT": {
"type": "RIS",
"data": [
"XE2;X01;2B>RT_VOLT_SET"
"XE2;X01;2B>DAC_VOLT"
]
},
"ble_instru_send": [
@@ -64,6 +64,7 @@
"Cyclic Voltammetry",
"Chronoamperometric",
"V-T Graph",
"R-T Graph",
"Dev Mode"
]
},
@@ -289,6 +290,18 @@
"auto"
]
},
"DAC_VOLT": {
"description": "DAC output Voltage",
"record_meta": true,
"initial": 37500,
"domain": [
65536
],
"value": {
"expression": "VALUE"
},
"on_change": "set_para_RT_DAC_VOLT"
},
"BLE_WRITE": {
"description": "send msg to elite",
"domain": {
@@ -321,7 +334,8 @@
"when": {
"1": "set_adc_gain_I",
"2": "set_adc_gain_I",
"3": "set_adc_gain_I"
"3": "set_adc_gain_I",
"4": "set_adc_gain_I"
}
},
{
@@ -329,7 +343,8 @@
"when": {
"1": "set_adc_gain_Vin",
"2": "set_adc_gain_Vin",
"3": "set_adc_gain_Vin"
"3": "set_adc_gain_Vin",
"4": "set_adc_gain_Vin"
}
},
{
@@ -338,7 +353,8 @@
"0": "curve_eis",
"1": "curve_cv3",
"2": "curve_const_vscan",
"3": "curve_vt"
"3": "curve_vt",
"4": "curve_zt"
}
},
{
@@ -471,6 +487,23 @@
"2B>pe"
]
},
"curve_zt": {
"type": "RIS",
"parameter": {
"va": "DAC_VOLT",
"pa": "ADC_LEVEL_I_15",
"pb": "ADC_LEVEL_V_IN_15",
"pd": "CTRL_HIGH_Z_15",
"pe": "SAMPLE_RATE"
},
"data": [
"X04;",
"2B>va;",
"4b>pa;4b>pb;",
"4b>0;4b>pd;",
"2B>pe"
]
},
"curve_vt": {
"type": "RIS",
"parameter": {
@@ -488,6 +521,12 @@
"1B>va"
]
},
"set_para_RT_DAC_VOLT": {
"type": "RIS",
"data": [
"XE2;X01;2B>DAC_VOLT"
]
},
"ble_instru_send": [
"ble_write",
"_cdr('20X>ADC_VALUE_I')"