@ -0,0 +1,8 @@
// https://developer.aliyun.com/article/1580695
const buffer = new ArrayBuffer(32);
console.log(buffer);
const createCommand = (cmdId, params = []) => {
}
@ -12,9 +12,8 @@ typedef struct {
uint16_t pumpDefVel; // 泵机默认速度r/min RPM
float pipeLengthML; // 酸液管路长度
float chAppendMl; // 通道每次小回流的液体长度
// 电机参数
float mLPR; // 电机0
float mLPR; // ml和转数转换系数
uint8_t irun; // 电机0 irun
} AcidChannelCfg_t;
After
Width: 1284 | Height: 753 | Size: 158 KiB