add:新增行架-agv对接位驱动

This commit is contained in:
2024-02-02 15:17:31 +08:00
parent 2ea1f3497b
commit 9f25ba7b59
8 changed files with 1068 additions and 46 deletions

View File

@@ -114,6 +114,7 @@ import pull_head_manipulator from '@/views/acs/device/driver/pull_head_manipulat
import pull_tail_manipulator from '@/views/acs/device/driver/pull_tail_manipulator.vue'
import green_foil_machine_button from '@/views/acs/device/driver/green_foil_machine_button.vue'
import inflatable_shaft_library from '@/views/acs/device/driver/inflatable_shaft_library.vue'
import manipulator_agv_station from '@/views/acs/device/driver/manipulator_agv_station.vue'
import subvolume_weighing_station from '@/views/acs/device/driver/subvolume_weighing_station.vue'
import waste_foil_weighing_station from '@/views/acs/device/driver/waste_foil_weighing_station.vue'
import blank_manipulator from '@/views/acs/device/driver/blank_manipulator.vue'
@@ -184,7 +185,8 @@ export default {
inflatable_shaft_library,
green_foil_machine_button,
xg_agv_car,
oven_inspect_site
oven_inspect_site,
manipulator_agv_station
},
dicts: ['device_type'],
mixins: [crud],