|
|
@ -35,26 +35,6 @@ CREATE TABLE IF NOT EXISTS device_position |
|
|
|
create_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP, |
|
|
|
update_time TIMESTAMP DEFAULT CURRENT_TIMESTAMP |
|
|
|
); |
|
|
|
INSERT OR IGNORE INTO device_position (id, name, code, type, position) |
|
|
|
VALUES ('1', '预充防滴落距离', 'antiDripDistance', 'DISTANCE', '0'), |
|
|
|
('2', '溶液首次预充距离', 'solutionPreFillDistance', 'DISTANCE', '10'), |
|
|
|
('3', '稀硝酸预充距离', 'thinPreFillDistance', 'DISTANCE', '10'), |
|
|
|
('4', '浓硝酸预充距离', 'thickPreFillDistance', 'DISTANCE', '10'), |
|
|
|
('5', '蒸馏水预充距离', 'waterPreFillDistance', 'DISTANCE', '10'), |
|
|
|
('6', '托盘试管水平间距', 'trayTubeHorizontalSpacingDistance', 'DISTANCE', '10'), |
|
|
|
('7', '转运模块X轴拿取托盘进出卡槽移动距离', 'transferModuleXPickTrayMoveDistance', 'DISTANCE', '3'), |
|
|
|
('8', '加液模块电机下降进入试管加液位置', 'solutionModuleMotorDownInTubeAddPositon', 'POSITION', '2'), |
|
|
|
('9', '加液模块电机下降进入试管抽取位置', 'solutionModuleMotorDownInTubeExtPositon', 'POSITION', '5'), |
|
|
|
('10', '转运模块Z轴拿取托盘时起下降的高度位置', 'transferModuleZPickTrayDownPositon', 'POSITION', '2'), |
|
|
|
('11', '开门位置', 'doorOpenPosition', 'POSITION', '10'), |
|
|
|
('12', '关门位置', 'doorClosePosition', 'POSITION', '0'), |
|
|
|
('13', '上料区托盘夹爪位置点', 'feedAreaTrayPoint', 'POINT_3D', '10,10,10'), |
|
|
|
('14', '加液时托盘位置点', 'liquidAreaTrayPoint', 'POINT_3D', '10,10,10'), |
|
|
|
('15', '加热区1托盘夹爪位置点', 'heatArea1TrayClawPoint', 'POINT_3D', '10,10,10'), |
|
|
|
('16', '加热区2托盘夹爪位置点', 'heatArea2TrayClawPoint', 'POINT_3D', '10,10,10'), |
|
|
|
('17', '加热区3托盘夹爪位置点', 'heatArea3TrayClawPoint', 'POINT_3D', '10,10,10'), |
|
|
|
('18', '加热区4托盘夹爪位置点', 'heatArea4TrayClawPoint', 'POINT_3D', '10,10,10'); |
|
|
|
|
|
|
|
|
|
|
|
-- 系统配置 表 |
|
|
|
CREATE TABLE IF NOT EXISTS system_config |
|
|
|