|
@@ -1,4 +1,6 @@
|
|
|
INSERT INTO `ccs_tagvalue`(`id`, `address`, `tag_value`, `type`, `unit`, `protocol_type`, `ip`, `description`, `component`, `component_number`, `device_id`, `update_time`, `online_state`) VALUES (400, 'DB200.18', '1', 'String', NULL, 'S7_1500', NULL, '三坐标检测完成1:good,2:waring,3:bad', NULL, NULL, NULL, '2022-10-07 16:49:54', NULL);
|
|
|
+INSERT INTO `ccs_tagvalue`(`id`, `address`, `tag_value`, `type`, `unit`, `protocol_type`, `ip`, `description`, `component`, `component_number`, `device_id`, `update_time`, `online_state`) VALUES ('401', 'DB200.20', '1', 'String', NULL, 'S7_1500', '192.168.11.192', '三坐标中间工位检测完成1:good,2:waring,3:bad', NULL, NULL, NULL, '2022-10-24 15:29:41', NULL);
|
|
|
+INSERT INTO `ccs_tagvalue`(`id`, `address`, `tag_value`, `type`, `unit`, `protocol_type`, `ip`, `description`, `component`, `component_number`, `device_id`, `update_time`, `online_state`) VALUES ('402', 'DB200.20', '1', 'String', NULL, 'S7_1500', '192.168.11.192', '三坐标右侧工位检测完成1:good,2:waring,3:bad', NULL, NULL, NULL, '2022-10-24 15:30:43', NULL);
|
|
|
|
|
|
|
|
|
INSERT INTO `ccs_action`(`id`, `ip`, `protocol_type`, `operate_type`, `operate_name`, `file_path`, `plc_ip`, `order_index`, `description`) VALUES (46, '192.168.11.170', 'S7_1500', 'QueryThreeCoordinatesFreePos', '查询三坐标检测空闲位置', NULL, NULL, NULL, NULL);
|