mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-05 05:45:10 +00:00
434 lines
11 KiB
YAML
434 lines
11 KiB
YAML
hplc.agilent:
|
|
class:
|
|
action_value_mappings:
|
|
auto-check_status:
|
|
feedback: {}
|
|
goal: {}
|
|
goal_default: {}
|
|
handles: []
|
|
result: {}
|
|
schema:
|
|
description: check_status的参数schema
|
|
properties:
|
|
feedback: {}
|
|
goal:
|
|
properties: {}
|
|
required: []
|
|
type: object
|
|
result: {}
|
|
required:
|
|
- goal
|
|
title: check_status参数
|
|
type: object
|
|
type: UniLabJsonCommand
|
|
auto-extract_data_from_txt:
|
|
feedback: {}
|
|
goal: {}
|
|
goal_default:
|
|
file_path: null
|
|
handles: []
|
|
result: {}
|
|
schema:
|
|
description: extract_data_from_txt的参数schema
|
|
properties:
|
|
feedback: {}
|
|
goal:
|
|
properties:
|
|
file_path:
|
|
type: string
|
|
required:
|
|
- file_path
|
|
type: object
|
|
result: {}
|
|
required:
|
|
- goal
|
|
title: extract_data_from_txt参数
|
|
type: object
|
|
type: UniLabJsonCommand
|
|
auto-start_sequence:
|
|
feedback: {}
|
|
goal: {}
|
|
goal_default:
|
|
params: null
|
|
resource: null
|
|
wf_name: null
|
|
handles: []
|
|
result: {}
|
|
schema:
|
|
description: start_sequence的参数schema
|
|
properties:
|
|
feedback: {}
|
|
goal:
|
|
properties:
|
|
params:
|
|
type: string
|
|
resource:
|
|
type: object
|
|
wf_name:
|
|
type: string
|
|
required:
|
|
- wf_name
|
|
type: object
|
|
result: {}
|
|
required:
|
|
- goal
|
|
title: start_sequence参数
|
|
type: object
|
|
type: UniLabJsonCommand
|
|
auto-try_close_sub_device:
|
|
feedback: {}
|
|
goal: {}
|
|
goal_default:
|
|
device_name: null
|
|
handles: []
|
|
result: {}
|
|
schema:
|
|
description: try_close_sub_device的参数schema
|
|
properties:
|
|
feedback: {}
|
|
goal:
|
|
properties:
|
|
device_name:
|
|
type: string
|
|
required: []
|
|
type: object
|
|
result: {}
|
|
required:
|
|
- goal
|
|
title: try_close_sub_device参数
|
|
type: object
|
|
type: UniLabJsonCommand
|
|
auto-try_open_sub_device:
|
|
feedback: {}
|
|
goal: {}
|
|
goal_default:
|
|
device_name: null
|
|
handles: []
|
|
result: {}
|
|
schema:
|
|
description: try_open_sub_device的参数schema
|
|
properties:
|
|
feedback: {}
|
|
goal:
|
|
properties:
|
|
device_name:
|
|
type: string
|
|
required: []
|
|
type: object
|
|
result: {}
|
|
required:
|
|
- goal
|
|
title: try_open_sub_device参数
|
|
type: object
|
|
type: UniLabJsonCommand
|
|
execute_command_from_outer:
|
|
feedback: {}
|
|
goal:
|
|
command: command
|
|
goal_default:
|
|
command: ''
|
|
handles: []
|
|
result:
|
|
success: success
|
|
schema:
|
|
description: ROS Action SendCmd 的 JSON Schema
|
|
properties:
|
|
feedback:
|
|
description: Action 反馈 - 执行过程中从服务器发送到客户端
|
|
properties:
|
|
status:
|
|
type: string
|
|
required:
|
|
- status
|
|
title: SendCmd_Feedback
|
|
type: object
|
|
goal:
|
|
description: Action 目标 - 从客户端发送到服务器
|
|
properties:
|
|
command:
|
|
type: string
|
|
required:
|
|
- command
|
|
title: SendCmd_Goal
|
|
type: object
|
|
result:
|
|
description: Action 结果 - 完成后从服务器发送到客户端
|
|
properties:
|
|
return_info:
|
|
type: string
|
|
success:
|
|
type: boolean
|
|
required:
|
|
- return_info
|
|
- success
|
|
title: SendCmd_Result
|
|
type: object
|
|
required:
|
|
- goal
|
|
title: SendCmd
|
|
type: object
|
|
type: SendCmd
|
|
module: unilabos.devices.hplc.AgilentHPLC:HPLCDriver
|
|
status_types:
|
|
could_run: bool
|
|
data_file: list
|
|
device_status: str
|
|
driver_init_ok: bool
|
|
finish_status: str
|
|
is_running: bool
|
|
status_text: str
|
|
success: bool
|
|
type: python
|
|
description: HPLC device
|
|
handles: []
|
|
icon: ''
|
|
init_param_schema:
|
|
config:
|
|
properties:
|
|
driver_debug:
|
|
default: false
|
|
type: string
|
|
required: []
|
|
type: object
|
|
data:
|
|
properties:
|
|
could_run:
|
|
type: boolean
|
|
data_file:
|
|
type: array
|
|
device_status:
|
|
type: string
|
|
driver_init_ok:
|
|
type: boolean
|
|
finish_status:
|
|
type: string
|
|
is_running:
|
|
type: boolean
|
|
status_text:
|
|
type: string
|
|
success:
|
|
type: boolean
|
|
required:
|
|
- status_text
|
|
- device_status
|
|
- could_run
|
|
- driver_init_ok
|
|
- is_running
|
|
- success
|
|
- finish_status
|
|
- data_file
|
|
type: object
|
|
raman_home_made:
|
|
class:
|
|
action_value_mappings:
|
|
auto-ccd_time:
|
|
feedback: {}
|
|
goal: {}
|
|
goal_default:
|
|
int_time: null
|
|
handles: []
|
|
result: {}
|
|
schema:
|
|
description: ccd_time的参数schema
|
|
properties:
|
|
feedback: {}
|
|
goal:
|
|
properties:
|
|
int_time:
|
|
type: string
|
|
required:
|
|
- int_time
|
|
type: object
|
|
result: {}
|
|
required:
|
|
- goal
|
|
title: ccd_time参数
|
|
type: object
|
|
type: UniLabJsonCommand
|
|
auto-laser_on_power:
|
|
feedback: {}
|
|
goal: {}
|
|
goal_default:
|
|
output_voltage_laser: null
|
|
handles: []
|
|
result: {}
|
|
schema:
|
|
description: laser_on_power的参数schema
|
|
properties:
|
|
feedback: {}
|
|
goal:
|
|
properties:
|
|
output_voltage_laser:
|
|
type: string
|
|
required:
|
|
- output_voltage_laser
|
|
type: object
|
|
result: {}
|
|
required:
|
|
- goal
|
|
title: laser_on_power参数
|
|
type: object
|
|
type: UniLabJsonCommand
|
|
auto-raman_cmd:
|
|
feedback: {}
|
|
goal: {}
|
|
goal_default:
|
|
command: null
|
|
handles: []
|
|
result: {}
|
|
schema:
|
|
description: raman_cmd的参数schema
|
|
properties:
|
|
feedback: {}
|
|
goal:
|
|
properties:
|
|
command:
|
|
type: string
|
|
required:
|
|
- command
|
|
type: object
|
|
result: {}
|
|
required:
|
|
- goal
|
|
title: raman_cmd参数
|
|
type: object
|
|
type: UniLabJsonCommand
|
|
auto-raman_without_background:
|
|
feedback: {}
|
|
goal: {}
|
|
goal_default:
|
|
int_time: null
|
|
laser_power: null
|
|
handles: []
|
|
result: {}
|
|
schema:
|
|
description: raman_without_background的参数schema
|
|
properties:
|
|
feedback: {}
|
|
goal:
|
|
properties:
|
|
int_time:
|
|
type: string
|
|
laser_power:
|
|
type: string
|
|
required:
|
|
- int_time
|
|
- laser_power
|
|
type: object
|
|
result: {}
|
|
required:
|
|
- goal
|
|
title: raman_without_background参数
|
|
type: object
|
|
type: UniLabJsonCommand
|
|
auto-raman_without_background_average:
|
|
feedback: {}
|
|
goal: {}
|
|
goal_default:
|
|
average: null
|
|
int_time: null
|
|
laser_power: null
|
|
sample_name: null
|
|
handles: []
|
|
result: {}
|
|
schema:
|
|
description: raman_without_background_average的参数schema
|
|
properties:
|
|
feedback: {}
|
|
goal:
|
|
properties:
|
|
average:
|
|
type: string
|
|
int_time:
|
|
type: string
|
|
laser_power:
|
|
type: string
|
|
sample_name:
|
|
type: string
|
|
required:
|
|
- sample_name
|
|
- int_time
|
|
- laser_power
|
|
- average
|
|
type: object
|
|
result: {}
|
|
required:
|
|
- goal
|
|
title: raman_without_background_average参数
|
|
type: object
|
|
type: UniLabJsonCommand
|
|
raman_cmd:
|
|
feedback: {}
|
|
goal:
|
|
command: command
|
|
goal_default:
|
|
command: ''
|
|
handles: []
|
|
result:
|
|
success: success
|
|
schema:
|
|
description: ROS Action SendCmd 的 JSON Schema
|
|
properties:
|
|
feedback:
|
|
description: Action 反馈 - 执行过程中从服务器发送到客户端
|
|
properties:
|
|
status:
|
|
type: string
|
|
required:
|
|
- status
|
|
title: SendCmd_Feedback
|
|
type: object
|
|
goal:
|
|
description: Action 目标 - 从客户端发送到服务器
|
|
properties:
|
|
command:
|
|
type: string
|
|
required:
|
|
- command
|
|
title: SendCmd_Goal
|
|
type: object
|
|
result:
|
|
description: Action 结果 - 完成后从服务器发送到客户端
|
|
properties:
|
|
return_info:
|
|
type: string
|
|
success:
|
|
type: boolean
|
|
required:
|
|
- return_info
|
|
- success
|
|
title: SendCmd_Result
|
|
type: object
|
|
required:
|
|
- goal
|
|
title: SendCmd
|
|
type: object
|
|
type: SendCmd
|
|
module: unilabos.devices.raman_uv.home_made_raman:RamanObj
|
|
status_types: {}
|
|
type: python
|
|
description: Raman spectroscopy device
|
|
handles: []
|
|
icon: ''
|
|
init_param_schema:
|
|
config:
|
|
properties:
|
|
baudrate_ccd:
|
|
default: 921600
|
|
type: string
|
|
baudrate_laser:
|
|
default: 9600
|
|
type: string
|
|
port_ccd:
|
|
type: string
|
|
port_laser:
|
|
type: string
|
|
required:
|
|
- port_laser
|
|
- port_ccd
|
|
type: object
|
|
data:
|
|
properties: {}
|
|
required: []
|
|
type: object
|