From 69e88c2b6bb931652fed90beaf52433d4386a672 Mon Sep 17 00:00:00 2001 From: cdeyw <827523911@qq.com> Date: Tue, 4 Mar 2025 15:52:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=9F=E9=9A=8F=E6=B3=95?= =?UTF-8?q?=E5=90=91=E9=87=8F=E6=96=B9=E5=90=91=E7=A7=BB=E5=8A=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CU/Detect.py | 5 +- CU/EMV.py | 4 +- CU/Feeding.py | 31 +- Config/FeedLine.ini | 61 +- Constant.py | 4 +- Model/Position.py | 15 +- Seting.ini | 4 +- Trace/handeye_calibration.py | 8 +- log/log.log | 7167 ++++++++++++++++++++++++++++++++++ 9 files changed, 7230 insertions(+), 69 deletions(-) diff --git a/CU/Detect.py b/CU/Detect.py index 162e08e..02c6bef 100644 --- a/CU/Detect.py +++ b/CU/Detect.py @@ -39,7 +39,10 @@ class Detect: position = Real_Position().init_position(*target_position[:3], *noraml_base[:3]) - position.Z = position.Z + # position.Z = position.Z + position.a = uvw[0] + position.b = uvw[1] + position.c = uvw[2] self.detect_position = position self.detect_status = DetectStatus.DOk diff --git a/CU/EMV.py b/CU/EMV.py index c4c5a74..f2bd00c 100644 --- a/CU/EMV.py +++ b/CU/EMV.py @@ -36,7 +36,7 @@ def send_command(command): print(f"收到响应: {binascii.hexlify(response)}") # 校验响应 if response == byte_data: - print("命令成功下发,继电器已执行操作。") + # print("命令成功下发,继电器已执行操作。") return True else: print("命令下发失败,响应与请求不符。") @@ -67,7 +67,7 @@ def close(grasp, shake, throw): if send_command(valve_commands[1]['close']): time.sleep(1) if shake: - print("关闭电磁阀 2") + # print("关闭电磁阀 2") if send_command(valve_commands[2]['close']): time.sleep(0.05) if throw: diff --git a/CU/Feeding.py b/CU/Feeding.py index fc9d30b..1fc22bd 100644 --- a/CU/Feeding.py +++ b/CU/Feeding.py @@ -20,6 +20,7 @@ from enum import Enum, IntEnum from COM.COM_Robot import RobotClient, DetectType from Model.RobotModel import CMDInstructRequest, MoveType from Trace.handeye_calibration import getPosition +from Trace.handeye_calibration import getxyz from Util.util_math import get_distance from Util.util_time import CRisOrFall from Vision.camera_coordinate_dete import Detection @@ -132,21 +133,21 @@ class FeedLine: def set_take_position(self,position:Real_Position,dynamic_height=0): for i in range(len(self.feeding_to_end)): if self.feeding_to_end[i].status == FeedStatus.FTake.value: - if position != None: - befor_take_position = Real_Position().init_position(position.X, - position.Y, - position.Z+dynamic_height, - position.U, - position.V, - position.W) - after_take_position = Real_Position().init_position(position.X, - position.Y, - position.Z+dynamic_height, - position.U, - position.V, - position.W) - self.feeding_to_end[i - 1].set_position(befor_take_position) - self.feeding_to_end[i + 1].set_position(after_take_position) + xyz = getxyz(position.X, position.Y, position.Z, position.a, position.b, position.c) + befor_take_position = Real_Position().init_position(xyz[0], + xyz[1], + xyz[2], + position.U, + position.V, + position.W) + after_take_position = Real_Position().init_position(xyz[0], + xyz[1], + xyz[2], + position.U, + position.V, + position.W) + self.feeding_to_end[i - 1].set_position(befor_take_position) + self.feeding_to_end[i + 1].set_position(after_take_position) self.feeding_to_end[i].set_position(position) diff --git a/Config/FeedLine.ini b/Config/FeedLine.ini index d56ccaf..33f32e7 100644 --- a/Config/FeedLine.ini +++ b/Config/FeedLine.ini @@ -46,12 +46,12 @@ status = 3 linetype = 0 [Position8] -x = 1430.494385 -y = 1765.716187 +x = 1445.789185 +y = 1707.384888 z = 2050.0 -u = 1.57722 -v = 4.174088 -w = -87.506218 +u = 2.204855 +v = 3.428981 +w = -85.25634 id = 8 order = 8 lineid = 1 @@ -59,12 +59,12 @@ status = 6 linetype = 0 [Position9] -x = 1427.58313 -y = 1724.46875 -z = 1831.32312 -u = 1.923308 -v = 3.454441 -w = -87.299934 +x = 1445.789185 +y = 1707.384888 +z = 1826.260132 +u = 2.204855 +v = 3.428981 +w = -85.25634 id = 9 order = 9 lineid = 1 @@ -92,7 +92,7 @@ u = 5.812903 v = 5.431066 w = -168.01712 id = 12 -order = 14 +order = 13 lineid = 1 status = 9 linetype = 0 @@ -189,12 +189,12 @@ status = 3 linetype = 0 [Position4] -x = 1556.585449 -y = 1663.580322 -z = 2331.091553 -u = 48.062508 -v = -0.372809 -w = -96.427994 +x = 1510.92981 +y = 1653.713745 +z = 2381.065186 +u = 60.821259 +v = -4.995515 +w = -99.228653 id = 4 order = 11 lineid = 1 @@ -202,28 +202,15 @@ status = 8 linetype = 0 [Position11] -x = 1331.740112 -y = 1787.211548 -z = 2307.181641 -u = -34.621368 -v = 19.412609 -w = -132.657135 +x = 1256.956909 +y = 1809.304443 +z = 2368.663574 +u = -45.444492 +v = 18.997807 +w = -131.11731 id = 11 order = 12 lineid = 1 status = 8 linetype = 0 -[Position17] -x = 1364.639404 -y = 1892.286743 -z = 2276.495361 -u = 11.343127 -v = 48.749588 -w = -110.22995 -id = 17 -order = 13 -lineid = 1 -status = 8 -linetype = 0 - diff --git a/Constant.py b/Constant.py index 4e114bd..1ca423e 100644 --- a/Constant.py +++ b/Constant.py @@ -5,7 +5,7 @@ IO_EmergencyPoint = 2 max_log_len = 100 bag_height = 10 # 一袋的高度 position_accuracy_action = 0.1 #动作时的位置精度6 这个精度要高 必须到位置才做动作 -position_accuracy_command = 300 #命令时的位置精度 +position_accuracy_command = 500 #命令时的位置精度 manual_adjust_accuracy = 1 # speed = 10 # shake_speed = 20 @@ -13,7 +13,7 @@ manual_adjust_accuracy = 1 # return_speed = 10 feedLine_set_section = 'FeedLine' position_set_section = 'Position' -feedLine_set_file = f'.{os.sep}Config{os.sep}feedLine.ini' +feedLine_set_file = f'.{os.sep}Config{os.sep}FeedLine.ini' MAX_Position_num = 1000 MAX_Line_num = 10 set_ini = 'Seting.ini' diff --git a/Model/Position.py b/Model/Position.py index 7a89b59..bdb3b91 100644 --- a/Model/Position.py +++ b/Model/Position.py @@ -16,12 +16,15 @@ class Position: def compare(self,position,is_action=False): - distance = math.sqrt((self.X-position.X)**2+ - (self.Y-position.Y)**2+ - (self.Z - position.Z)**2+ - (self.U - position.U)**2+ - (self.V - position.V)**2+ - (self.W - position.W) ** 2) + # distance = math.sqrt((self.X-position.X)**2+ + # (self.Y-position.Y)**2+ + # (self.Z - position.Z)**2+ + # (self.U - position.U)**2+ + # (self.V - position.V)**2+ + # (self.W - position.W) ** 2) + distance = math.sqrt((self.X - position.X) ** 2 + + (self.Y - position.Y) ** 2 + + (self.Z - position.Z) ** 2 ) if distance<=(position_accuracy_action if is_action else position_accuracy_command): return True else: diff --git a/Seting.ini b/Seting.ini index 38e6b71..188d75a 100644 --- a/Seting.ini +++ b/Seting.ini @@ -59,9 +59,9 @@ smooth = 9 dynamic_height = 350.0 [Speed] -debug_speed = 80 +debug_speed = 100 feed_speed = 100 -reset_speed = 80 +reset_speed = 100 [Origin] x = 204.996765 diff --git a/Trace/handeye_calibration.py b/Trace/handeye_calibration.py index 3be6314..a4e0776 100644 --- a/Trace/handeye_calibration.py +++ b/Trace/handeye_calibration.py @@ -76,7 +76,7 @@ def getPosition(x,y,z,a,b,c,rotation,points): # 单位化方向向量 short_edge_direction = edge_vector / np.linalg.norm(edge_vector) - delta = -200#沿法向量方向抬高和压低,-指表示抬高,+值表示压低 + delta = -10#沿法向量方向抬高和压低,-指表示抬高,+值表示压低 angle = np.asarray([a,b,c]) noraml = camera2robot[:3, :3]@angle normal_vector = noraml / np.linalg.norm(noraml) @@ -87,13 +87,13 @@ def getPosition(x,y,z,a,b,c,rotation,points): return target_position,noraml_base def getxyz(x,y,z,a,b,c): - target = np.asarray([x, y, z, 1]) + target = np.asarray([x, y, z]) camera2robot = np.loadtxt('./Trace/com_pose2.txt', delimiter=' ') - target_position_raw = np.dot(camera2robot, target) + # target_position_raw = np.dot(camera2robot, target) delta = -500 # 沿法向量方向抬高和压低,-指表示抬高,+值表示压低 angle = np.asarray([a, b, c]) noraml = camera2robot[:3, :3] @ angle normal_vector = noraml / np.linalg.norm(noraml) - target_position = target_position_raw[:3] + delta * normal_vector + target_position = target + delta * normal_vector return target_position diff --git a/log/log.log b/log/log.log index 6c2db95..937f8d9 100644 --- a/log/log.log +++ b/log/log.log @@ -13217,3 +13217,7170 @@ 2025-02-27 13:07:30 - INFO - ˳ϵͳ 2025-02-27 13:07:30 - ERROR - ޻ظ 2025-02-27 13:07:31 - ERROR - model +2025-02-27 15:41:32 - INFO - ϵͳ +2025-02-27 15:42:05 - ERROR - ޻ظ +2025-02-27 15:42:15 - ERROR - ޻ظ +2025-02-27 15:42:26 - ERROR - ޻ظ +2025-02-27 15:42:36 - ERROR - ޻ظ +2025-02-27 15:42:47 - ERROR - ޻ظ +2025-02-27 15:42:57 - ERROR - ޻ظ +2025-02-27 15:43:08 - ERROR - ޻ظ +2025-02-27 15:43:18 - ERROR - ޻ظ +2025-02-27 15:43:28 - ERROR - ޻ظ +2025-02-27 15:43:39 - ERROR - ޻ظ +2025-02-27 15:43:49 - ERROR - ޻ظ +2025-02-27 15:44:00 - ERROR - ޻ظ +2025-02-27 15:44:10 - ERROR - ޻ظ +2025-02-27 15:44:21 - ERROR - ޻ظ +2025-02-27 15:44:31 - ERROR - ޻ظ +2025-02-27 15:44:41 - ERROR - ޻ظ +2025-02-27 15:44:52 - ERROR - ޻ظ +2025-02-27 15:45:02 - ERROR - ޻ظ +2025-02-27 15:45:13 - ERROR - ޻ظ +2025-02-27 15:45:23 - ERROR - ޻ظ +2025-02-27 15:45:34 - ERROR - ޻ظ +2025-02-27 15:45:44 - ERROR - ޻ظ +2025-02-27 15:45:54 - ERROR - ޻ظ +2025-02-27 15:46:02 - ERROR - ¼ʧ +2025-02-27 15:46:02 - INFO - ˳ϵͳ +2025-02-27 15:46:02 - ERROR - ޻ظ +2025-02-27 15:48:11 - INFO - ϵͳ +2025-02-27 15:48:44 - ERROR - ޻ظ +2025-02-27 15:48:54 - ERROR - ޻ظ +2025-02-27 15:49:04 - ERROR - ޻ظ +2025-02-27 15:49:15 - ERROR - ޻ظ +2025-02-27 15:49:25 - ERROR - ޻ظ +2025-02-27 15:49:36 - ERROR - ޻ظ +2025-02-27 15:49:46 - ERROR - ޻ظ +2025-02-27 15:49:57 - ERROR - ޻ظ +2025-02-27 15:50:07 - ERROR - ޻ظ +2025-02-27 15:50:17 - ERROR - ޻ظ +2025-02-27 15:50:28 - ERROR - ޻ظ +2025-02-27 15:50:38 - ERROR - ޻ظ +2025-02-27 15:50:49 - ERROR - ޻ظ +2025-02-27 15:50:59 - ERROR - ޻ظ +2025-02-27 15:51:10 - ERROR - ޻ظ +2025-02-27 15:51:20 - ERROR - ޻ظ +2025-02-27 15:51:30 - ERROR - ޻ظ +2025-02-27 15:51:41 - ERROR - ޻ظ +2025-02-27 15:51:51 - ERROR - ޻ظ +2025-02-27 15:52:02 - ERROR - ޻ظ +2025-02-27 15:52:12 - ERROR - ޻ظ +2025-02-27 15:52:12 - INFO - +2025-02-27 15:52:32 - INFO - һȷ +2025-02-27 15:52:32 - INFO - Ӧ1:ͶϿʼ +2025-02-27 15:52:32 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 15:52:33 - INFO - IO: 21 +2025-02-27 15:52:37 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-27 15:52:37 - INFO - IO: 20 +2025-02-27 15:52:38 - INFO - ͶϿʼ +2025-02-27 15:52:38 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-27 15:52:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:52:38 - INFO - ͶϿʼ +2025-02-27 15:52:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:52:38 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-27 15:52:40 - INFO - ƶλλ +2025-02-27 15:52:40 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-27 15:52:40 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:52:44 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:52:44 - INFO - ƶλλ +2025-02-27 15:52:44 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 15:52:44 - INFO - ǷȫͶ +2025-02-27 15:52:44 - INFO - ǷȫͶ +2025-02-27 15:52:44 - INFO - ǷȫͶ +2025-02-27 15:52:44 - INFO - ǷȫͶ +2025-02-27 15:52:44 - INFO - ǷȫͶ +2025-02-27 15:52:44 - INFO - ǷȫͶ +2025-02-27 15:52:45 - INFO - ǷȫͶ +2025-02-27 15:52:45 - INFO - ǷȫͶ +2025-02-27 15:52:45 - INFO - ǷȫͶ +2025-02-27 15:52:45 - INFO - ǷȫͶ +2025-02-27 15:52:45 - INFO - ǷȫͶ +2025-02-27 15:52:45 - INFO - ǷȫͶ +2025-02-27 15:52:45 - INFO - ǷȫͶ +2025-02-27 15:52:45 - INFO - ǷȫͶ +2025-02-27 15:52:45 - INFO - ǷȫͶ +2025-02-27 15:52:46 - INFO - ǷȫͶ +2025-02-27 15:52:46 - INFO - ǷȫͶ +2025-02-27 15:52:46 - INFO - ǷȫͶ +2025-02-27 15:52:46 - INFO - ǷȫͶ +2025-02-27 15:52:46 - INFO - ǷȫͶ +2025-02-27 15:52:46 - INFO - ǷȫͶ +2025-02-27 15:52:46 - INFO - ǷȫͶ +2025-02-27 15:52:46 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:52:46 - INFO - ǷȫͶ +2025-02-27 15:52:47 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 15:52:47 - INFO - ǷȫͶ +2025-02-27 15:52:47 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:52:47 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 15:52:47 - INFO - ƶλ +2025-02-27 15:52:47 - INFO - ƶλ +2025-02-27 15:52:47 - INFO - ƶλ +2025-02-27 15:52:47 - INFO - ƶλ +2025-02-27 15:52:47 - INFO - ƶλ +2025-02-27 15:52:48 - INFO - ƶλ +2025-02-27 15:52:48 - INFO - ʶͼɹ +2025-02-27 15:52:48 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:52:48 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 15:52:48 - INFO - ƶλ +2025-02-27 15:52:48 - INFO - ƶλ +2025-02-27 15:52:48 - INFO - ƶλ +2025-02-27 15:52:48 - INFO - ƶλ +2025-02-27 15:52:48 - INFO - ƶλ +2025-02-27 15:52:49 - INFO - ʶͼɹ +2025-02-27 15:52:49 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:52:49 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-27 15:52:50 - INFO - ƶλλ +2025-02-27 15:52:50 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-27 15:52:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:52:52 - INFO - ƶλλ +2025-02-27 15:52:52 - INFO - ƶλ:ֱߣX:-1916.231953786696-Y:1278.021363546602-Z:2881.6677026325774-U:2.1247156971217995-V:13.94637678091731-W:-82.40386741711231 +2025-02-27 15:52:53 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"-1916.231953786696","m1":"1278.021363546602","m2":"2881.6677026325774","m3":"2.1247156971217995","m4":"13.94637678091731","m5":"-82.40386741711231","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:52:54 - ERROR - 130 +2025-02-27 15:52:54 - ERROR - 130 +2025-02-27 15:52:55 - ERROR - 130 +2025-02-27 15:52:55 - ERROR - 130 +2025-02-27 15:52:55 - ERROR - 130 +2025-02-27 15:52:55 - ERROR - 130 +2025-02-27 15:52:55 - ERROR - 130 +2025-02-27 15:52:56 - ERROR - 130 +2025-02-27 15:52:56 - ERROR - 130 +2025-02-27 15:52:56 - ERROR - 130 +2025-02-27 15:52:56 - ERROR - 130 +2025-02-27 15:52:56 - ERROR - 130 +2025-02-27 15:52:57 - ERROR - 130 +2025-02-27 15:52:57 - ERROR - 130 +2025-02-27 15:52:57 - ERROR - 130 +2025-02-27 15:52:57 - ERROR - 130 +2025-02-27 15:52:57 - ERROR - 130 +2025-02-27 15:52:58 - ERROR - 130 +2025-02-27 15:52:58 - ERROR - 130 +2025-02-27 15:52:58 - ERROR - 130 +2025-02-27 15:53:36 - ERROR - 130 +2025-02-27 15:53:36 - ERROR - 130 +2025-02-27 15:53:36 - ERROR - 130 +2025-02-27 15:53:36 - ERROR - 130 +2025-02-27 15:53:36 - ERROR - 130 +2025-02-27 15:53:37 - ERROR - 130 +2025-02-27 15:53:37 - ERROR - 130 +2025-02-27 15:53:37 - ERROR - 130 +2025-02-27 15:53:37 - ERROR - 130 +2025-02-27 15:53:38 - ERROR - 130 +2025-02-27 15:53:38 - ERROR - 130 +2025-02-27 15:53:38 - ERROR - 130 +2025-02-27 15:53:38 - ERROR - 130 +2025-02-27 15:53:38 - ERROR - 130 +2025-02-27 15:53:39 - ERROR - 130 +2025-02-27 15:53:39 - ERROR - 130 +2025-02-27 15:53:40 - ERROR - 130 +2025-02-27 15:53:40 - ERROR - 130 +2025-02-27 15:53:41 - ERROR - 130 +2025-02-27 15:53:41 - ERROR - 130 +2025-02-27 15:53:41 - ERROR - 130 +2025-02-27 15:53:41 - ERROR - 130 +2025-02-27 15:53:41 - ERROR - 130 +2025-02-27 15:53:42 - ERROR - 130 +2025-02-27 15:53:51 - INFO - û˳ +2025-02-27 15:54:17 - INFO - ϵͳ +2025-02-27 15:54:30 - ERROR - ¼ʧ +2025-02-27 15:54:30 - INFO - ˳ϵͳ +2025-02-27 15:54:56 - INFO - ϵͳ +2025-02-27 15:54:58 - ERROR - ¼ʧ +2025-02-27 15:54:58 - INFO - ˳ϵͳ +2025-02-27 15:55:23 - INFO - ϵͳ +2025-02-27 15:55:23 - ERROR - 130 +2025-02-27 15:55:24 - ERROR - 130 +2025-02-27 15:55:24 - ERROR - 130 +2025-02-27 15:55:24 - ERROR - 130 +2025-02-27 15:55:24 - ERROR - 130 +2025-02-27 15:55:24 - ERROR - 130 +2025-02-27 15:55:25 - ERROR - 130 +2025-02-27 15:55:25 - ERROR - 130 +2025-02-27 15:55:25 - ERROR - 130 +2025-02-27 15:55:25 - ERROR - 130 +2025-02-27 15:55:53 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["switchTool","2"]} +2025-02-27 15:55:53 - INFO - л +2025-02-27 15:55:53 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["startButton","1"]} +2025-02-27 15:55:53 - INFO - лԶ״̬ +2025-02-27 15:55:54 - ERROR - 42 +2025-02-27 15:55:54 - ERROR - 42 +2025-02-27 15:55:54 - INFO - һȷ +2025-02-27 15:55:54 - INFO - Ӧ1:ͶϿʼ +2025-02-27 15:55:54 - ERROR - 42 +2025-02-27 15:55:54 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 15:55:55 - INFO - IO: 21 +2025-02-27 15:55:55 - ERROR - 42 +2025-02-27 15:55:55 - ERROR - 42 +2025-02-27 15:55:55 - ERROR - 42 +2025-02-27 15:55:55 - ERROR - 42 +2025-02-27 15:55:55 - ERROR - 42 +2025-02-27 15:55:55 - ERROR - 42 +2025-02-27 15:55:56 - ERROR - 42 +2025-02-27 15:55:56 - ERROR - 42 +2025-02-27 15:55:56 - ERROR - 42 +2025-02-27 15:55:56 - ERROR - 42 +2025-02-27 15:55:57 - ERROR - 42 +2025-02-27 15:55:57 - ERROR - 42 +2025-02-27 15:55:57 - ERROR - 42 +2025-02-27 15:55:57 - ERROR - 42 +2025-02-27 15:55:57 - ERROR - 42 +2025-02-27 15:55:58 - ERROR - 42 +2025-02-27 15:55:58 - ERROR - 42 +2025-02-27 15:55:58 - ERROR - 42 +2025-02-27 15:55:58 - ERROR - 42 +2025-02-27 15:55:58 - ERROR - 42 +2025-02-27 15:55:59 - ERROR - 42 +2025-02-27 15:55:59 - ERROR - 42 +2025-02-27 15:55:59 - ERROR - 42 +2025-02-27 15:55:59 - ERROR - 42 +2025-02-27 15:55:59 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-27 15:55:59 - INFO - IO: 20 +2025-02-27 15:56:00 - ERROR - 42 +2025-02-27 15:56:00 - ERROR - 42 +2025-02-27 15:56:00 - ERROR - 42 +2025-02-27 15:56:00 - ERROR - 42 +2025-02-27 15:56:00 - ERROR - 42 +2025-02-27 15:56:00 - ERROR - 42 +2025-02-27 15:56:01 - ERROR - 42 +2025-02-27 15:56:01 - ERROR - 42 +2025-02-27 15:56:01 - ERROR - 42 +2025-02-27 15:56:01 - ERROR - 42 +2025-02-27 15:56:01 - ERROR - 42 +2025-02-27 15:56:02 - ERROR - 42 +2025-02-27 15:56:02 - ERROR - 42 +2025-02-27 15:56:02 - ERROR - 42 +2025-02-27 15:56:02 - ERROR - 42 +2025-02-27 15:56:03 - ERROR - 42 +2025-02-27 15:56:03 - ERROR - 42 +2025-02-27 15:56:03 - ERROR - 42 +2025-02-27 15:56:03 - ERROR - 42 +2025-02-27 15:56:03 - ERROR - 42 +2025-02-27 15:56:04 - ERROR - 42 +2025-02-27 15:56:04 - ERROR - 42 +2025-02-27 15:56:04 - ERROR - 42 +2025-02-27 15:56:04 - ERROR - 42 +2025-02-27 15:56:04 - ERROR - 42 +2025-02-27 15:56:05 - ERROR - 42 +2025-02-27 15:56:05 - ERROR - 42 +2025-02-27 15:56:05 - ERROR - 42 +2025-02-27 15:56:19 - ERROR - 130 +2025-02-27 15:56:19 - ERROR - 130 +2025-02-27 15:56:20 - ERROR - 130 +2025-02-27 15:56:20 - ERROR - 130 +2025-02-27 15:56:20 - ERROR - 130 +2025-02-27 15:56:20 - ERROR - 130 +2025-02-27 15:56:21 - ERROR - 130 +2025-02-27 15:56:21 - ERROR - 130 +2025-02-27 15:56:21 - ERROR - 130 +2025-02-27 15:56:21 - ERROR - 130 +2025-02-27 15:56:21 - ERROR - 130 +2025-02-27 15:56:22 - ERROR - 130 +2025-02-27 15:56:22 - ERROR - 130 +2025-02-27 15:56:22 - ERROR - 130 +2025-02-27 15:56:22 - ERROR - 130 +2025-02-27 15:56:22 - ERROR - 130 +2025-02-27 15:56:23 - ERROR - 130 +2025-02-27 15:56:23 - ERROR - 130 +2025-02-27 15:56:23 - ERROR - 130 +2025-02-27 15:56:23 - ERROR - 130 +2025-02-27 15:56:23 - ERROR - 130 +2025-02-27 15:56:24 - ERROR - 130 +2025-02-27 15:56:24 - ERROR - 130 +2025-02-27 15:56:24 - ERROR - 130 +2025-02-27 15:56:24 - ERROR - 130 +2025-02-27 15:56:24 - ERROR - 130 +2025-02-27 15:56:25 - ERROR - 130 +2025-02-27 15:56:25 - ERROR - 130 +2025-02-27 15:56:25 - ERROR - 130 +2025-02-27 15:56:25 - ERROR - 130 +2025-02-27 15:56:25 - ERROR - 130 +2025-02-27 15:56:26 - ERROR - 130 +2025-02-27 15:56:42 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["switchTool","2"]} +2025-02-27 15:56:42 - INFO - л +2025-02-27 15:56:42 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["startButton","1"]} +2025-02-27 15:56:43 - INFO - лԶ״̬ +2025-02-27 15:56:43 - INFO - +2025-02-27 15:56:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 15:56:43 - INFO - ʼλ +2025-02-27 15:56:43 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 15:56:43 - ERROR - еδʵ·ߵƶδѰҵ·λ +2025-02-27 15:56:43 - INFO - IO: 21 +2025-02-27 15:56:43 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-27 15:56:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:56:44 - ERROR - 42 +2025-02-27 15:56:44 - ERROR - 42 +2025-02-27 15:56:44 - ERROR - 42 +2025-02-27 15:56:44 - ERROR - 42 +2025-02-27 15:56:44 - ERROR - 42 +2025-02-27 15:56:45 - ERROR - 42 +2025-02-27 15:56:45 - ERROR - 42 +2025-02-27 15:56:45 - ERROR - 42 +2025-02-27 15:56:45 - ERROR - 42 +2025-02-27 15:56:45 - ERROR - 42 +2025-02-27 15:56:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:56:51 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-27 15:56:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:56:54 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-27 15:56:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:56:59 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-27 15:57:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:57:02 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-27 15:57:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:57:07 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 15:57:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:57:12 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 15:57:12 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:57:12 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-27 15:57:16 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:57:16 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-27 15:57:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:57:21 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-27 15:57:21 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-27 15:57:21 - INFO - IO: 20 +2025-02-27 15:59:44 - INFO - +2025-02-27 15:59:44 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 15:59:45 - INFO - Ͷֹͣ +2025-02-27 15:59:45 - INFO - +2025-02-27 15:59:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 15:59:45 - INFO - Ͷֹͣ +2025-02-27 15:59:45 - INFO - +2025-02-27 15:59:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 15:59:45 - INFO - Ͷֹͣ +2025-02-27 15:59:45 - INFO - +2025-02-27 15:59:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 15:59:46 - INFO - Ͷֹͣ +2025-02-27 15:59:46 - INFO - һȷ +2025-02-27 15:59:46 - INFO - Ӧ1:ͶϿʼ +2025-02-27 15:59:47 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 15:59:47 - INFO - IO: 21 +2025-02-27 15:59:52 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-27 15:59:52 - INFO - IO: 20 +2025-02-27 15:59:52 - INFO - ͶϿʼ +2025-02-27 15:59:52 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-27 15:59:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:59:52 - INFO - ͶϿʼ +2025-02-27 15:59:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:59:52 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-27 15:59:54 - INFO - ƶλλ +2025-02-27 15:59:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:59:54 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-27 15:59:58 - INFO - ƶλλ +2025-02-27 15:59:58 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 15:59:58 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 15:59:58 - INFO - ǷȫͶ +2025-02-27 15:59:58 - INFO - ǷȫͶ +2025-02-27 15:59:58 - INFO - ǷȫͶ +2025-02-27 15:59:58 - INFO - ǷȫͶ +2025-02-27 15:59:58 - INFO - ǷȫͶ +2025-02-27 15:59:58 - INFO - ǷȫͶ +2025-02-27 15:59:59 - INFO - ǷȫͶ +2025-02-27 15:59:59 - INFO - ǷȫͶ +2025-02-27 15:59:59 - INFO - ǷȫͶ +2025-02-27 15:59:59 - INFO - ǷȫͶ +2025-02-27 15:59:59 - INFO - ǷȫͶ +2025-02-27 15:59:59 - INFO - ǷȫͶ +2025-02-27 15:59:59 - INFO - ǷȫͶ +2025-02-27 15:59:59 - INFO - ǷȫͶ +2025-02-27 15:59:59 - INFO - ǷȫͶ +2025-02-27 16:00:00 - INFO - ǷȫͶ +2025-02-27 16:00:00 - INFO - ǷȫͶ +2025-02-27 16:00:00 - INFO - ǷȫͶ +2025-02-27 16:00:00 - INFO - ǷȫͶ +2025-02-27 16:00:00 - INFO - ǷȫͶ +2025-02-27 16:00:00 - INFO - ǷȫͶ +2025-02-27 16:00:00 - INFO - ǷȫͶ +2025-02-27 16:00:00 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:00:00 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:00:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:00:01 - INFO - ǷȫͶ +2025-02-27 16:00:01 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:00:01 - INFO - ƶλ +2025-02-27 16:00:01 - INFO - ƶλ +2025-02-27 16:00:01 - INFO - ƶλ +2025-02-27 16:00:01 - INFO - ƶλ +2025-02-27 16:00:01 - INFO - ƶλ +2025-02-27 16:00:01 - INFO - ƶλ +2025-02-27 16:00:02 - INFO - ʶͼɹ +2025-02-27 16:01:39 - INFO - ϵͳ +2025-02-27 16:01:43 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["switchTool","2"]} +2025-02-27 16:01:43 - INFO - л +2025-02-27 16:01:43 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["startButton","1"]} +2025-02-27 16:01:43 - INFO - лԶ״̬ +2025-02-27 16:01:44 - INFO - һȷ +2025-02-27 16:01:44 - INFO - Ӧ1:ͶϿʼ +2025-02-27 16:01:44 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 16:01:44 - INFO - IO: 21 +2025-02-27 16:01:49 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-27 16:01:49 - INFO - IO: 20 +2025-02-27 16:01:49 - INFO - ͶϿʼ +2025-02-27 16:01:49 - ERROR - ȸλԭ +2025-02-27 16:01:51 - INFO - +2025-02-27 16:01:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 16:01:51 - INFO - ʼλ +2025-02-27 16:01:52 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 16:01:52 - INFO - IO: 21 +2025-02-27 16:01:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:01:52 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:01:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:01:52 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-27 16:01:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:01:57 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-27 16:02:02 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-27 16:02:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:02:02 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-27 16:02:02 - INFO - IO: 20 +2025-02-27 16:02:34 - INFO - һȷ +2025-02-27 16:02:34 - INFO - Ӧ1:ͶϿʼ +2025-02-27 16:02:34 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 16:02:34 - INFO - IO: 21 +2025-02-27 16:02:39 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-27 16:02:39 - INFO - IO: 20 +2025-02-27 16:02:39 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:02:39 - INFO - ͶϿʼ +2025-02-27 16:02:39 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-27 16:02:39 - INFO - ͶϿʼ +2025-02-27 16:02:40 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-27 16:02:40 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:02:42 - INFO - ƶλλ +2025-02-27 16:02:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:02:42 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-27 16:02:45 - INFO - ƶλλ +2025-02-27 16:02:45 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:02:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:02:45 - INFO - ǷȫͶ +2025-02-27 16:02:45 - INFO - ǷȫͶ +2025-02-27 16:02:46 - INFO - ǷȫͶ +2025-02-27 16:02:46 - INFO - ǷȫͶ +2025-02-27 16:02:46 - INFO - ǷȫͶ +2025-02-27 16:02:46 - INFO - ǷȫͶ +2025-02-27 16:02:46 - INFO - ǷȫͶ +2025-02-27 16:02:46 - INFO - ǷȫͶ +2025-02-27 16:02:46 - INFO - ǷȫͶ +2025-02-27 16:02:46 - INFO - ǷȫͶ +2025-02-27 16:02:46 - INFO - ǷȫͶ +2025-02-27 16:02:47 - INFO - ǷȫͶ +2025-02-27 16:02:47 - INFO - ǷȫͶ +2025-02-27 16:02:47 - INFO - ǷȫͶ +2025-02-27 16:02:47 - INFO - ǷȫͶ +2025-02-27 16:02:47 - INFO - ǷȫͶ +2025-02-27 16:02:47 - INFO - ǷȫͶ +2025-02-27 16:02:47 - INFO - ǷȫͶ +2025-02-27 16:02:47 - INFO - ǷȫͶ +2025-02-27 16:02:47 - INFO - ǷȫͶ +2025-02-27 16:02:48 - INFO - ǷȫͶ +2025-02-27 16:02:48 - INFO - ǷȫͶ +2025-02-27 16:02:48 - INFO - ǷȫͶ +2025-02-27 16:02:48 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:02:48 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:02:48 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:02:48 - INFO - ǷȫͶ +2025-02-27 16:02:48 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:02:48 - INFO - ƶλ +2025-02-27 16:02:49 - INFO - ƶλ +2025-02-27 16:02:49 - INFO - ƶλ +2025-02-27 16:02:49 - INFO - ƶλ +2025-02-27 16:02:49 - INFO - ƶλ +2025-02-27 16:02:49 - INFO - ƶλ +2025-02-27 16:02:49 - INFO - ʶͼɹ +2025-02-27 16:07:36 - INFO - û˳ +2025-02-27 16:07:47 - INFO - ϵͳ +2025-02-27 16:07:50 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["switchTool","2"]} +2025-02-27 16:07:51 - INFO - л +2025-02-27 16:07:51 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["startButton","1"]} +2025-02-27 16:07:51 - INFO - лԶ״̬ +2025-02-27 16:07:52 - INFO - һȷ +2025-02-27 16:07:52 - INFO - Ӧ1:ͶϿʼ +2025-02-27 16:07:52 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 16:07:52 - INFO - IO: 21 +2025-02-27 16:07:52 - ERROR - 42 +2025-02-27 16:07:52 - ERROR - 42 +2025-02-27 16:07:52 - ERROR - 42 +2025-02-27 16:07:52 - ERROR - 42 +2025-02-27 16:07:53 - ERROR - 42 +2025-02-27 16:07:53 - ERROR - 42 +2025-02-27 16:07:53 - ERROR - 42 +2025-02-27 16:07:53 - ERROR - 42 +2025-02-27 16:07:53 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["switchTool","2"]} +2025-02-27 16:07:54 - INFO - л +2025-02-27 16:07:54 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["startButton","1"]} +2025-02-27 16:07:54 - INFO - лԶ״̬ +2025-02-27 16:07:54 - INFO - +2025-02-27 16:07:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 16:07:54 - INFO - ʼλ +2025-02-27 16:07:54 - ERROR - 42 +2025-02-27 16:07:54 - ERROR - 42 +2025-02-27 16:07:54 - ERROR - 42 +2025-02-27 16:07:55 - ERROR - 42 +2025-02-27 16:07:55 - ERROR - 42 +2025-02-27 16:07:55 - ERROR - 42 +2025-02-27 16:07:55 - ERROR - 42 +2025-02-27 16:07:55 - ERROR - 42 +2025-02-27 16:07:55 - ERROR - 42 +2025-02-27 16:07:55 - ERROR - 42 +2025-02-27 16:07:56 - ERROR - 42 +2025-02-27 16:07:56 - ERROR - 42 +2025-02-27 16:07:56 - ERROR - 42 +2025-02-27 16:07:56 - ERROR - 42 +2025-02-27 16:07:56 - ERROR - 42 +2025-02-27 16:07:57 - ERROR - 42 +2025-02-27 16:07:57 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-27 16:07:57 - INFO - IO: 20 +2025-02-27 16:07:57 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 16:07:57 - INFO - IO: 21 +2025-02-27 16:07:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:07:57 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:07:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:07:57 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-27 16:07:58 - ERROR - 42 +2025-02-27 16:07:58 - ERROR - 42 +2025-02-27 16:07:58 - ERROR - 42 +2025-02-27 16:07:58 - ERROR - 42 +2025-02-27 16:07:58 - ERROR - 42 +2025-02-27 16:07:58 - ERROR - 42 +2025-02-27 16:07:58 - ERROR - 42 +2025-02-27 16:07:58 - ERROR - 42 +2025-02-27 16:07:58 - ERROR - 42 +2025-02-27 16:07:59 - ERROR - 42 +2025-02-27 16:07:59 - ERROR - 42 +2025-02-27 16:07:59 - ERROR - 42 +2025-02-27 16:07:59 - ERROR - 42 +2025-02-27 16:07:59 - ERROR - 42 +2025-02-27 16:08:00 - ERROR - 42 +2025-02-27 16:08:00 - ERROR - 42 +2025-02-27 16:08:00 - ERROR - 42 +2025-02-27 16:08:00 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["switchTool","2"]} +2025-02-27 16:08:00 - INFO - л +2025-02-27 16:08:00 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["startButton","1"]} +2025-02-27 16:08:01 - INFO - лԶ״̬ +2025-02-27 16:08:01 - INFO - +2025-02-27 16:08:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 16:08:01 - INFO - ʼλ +2025-02-27 16:08:01 - ERROR - 42 +2025-02-27 16:08:01 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 16:08:01 - INFO - IO: 21 +2025-02-27 16:08:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:08:01 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:08:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:08:02 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-27 16:08:02 - ERROR - 42 +2025-02-27 16:08:02 - ERROR - 42 +2025-02-27 16:08:02 - ERROR - 42 +2025-02-27 16:08:02 - ERROR - 42 +2025-02-27 16:08:02 - ERROR - 42 +2025-02-27 16:08:02 - ERROR - 42 +2025-02-27 16:08:02 - ERROR - 42 +2025-02-27 16:08:03 - ERROR - 42 +2025-02-27 16:08:03 - ERROR - 42 +2025-02-27 16:08:03 - ERROR - 42 +2025-02-27 16:08:03 - ERROR - 42 +2025-02-27 16:08:03 - ERROR - 42 +2025-02-27 16:08:03 - ERROR - 42 +2025-02-27 16:08:03 - ERROR - 42 +2025-02-27 16:08:03 - ERROR - 42 +2025-02-27 16:08:04 - ERROR - 42 +2025-02-27 16:08:04 - ERROR - 42 +2025-02-27 16:08:04 - ERROR - 42 +2025-02-27 16:08:04 - ERROR - 42 +2025-02-27 16:08:04 - ERROR - 42 +2025-02-27 16:08:05 - ERROR - 42 +2025-02-27 16:08:05 - ERROR - 42 +2025-02-27 16:08:05 - ERROR - 42 +2025-02-27 16:08:05 - ERROR - 42 +2025-02-27 16:08:05 - ERROR - 42 +2025-02-27 16:08:06 - ERROR - 42 +2025-02-27 16:08:06 - ERROR - 42 +2025-02-27 16:08:06 - ERROR - 42 +2025-02-27 16:08:06 - ERROR - 42 +2025-02-27 16:08:06 - ERROR - 42 +2025-02-27 16:08:07 - ERROR - 42 +2025-02-27 16:08:07 - ERROR - 42 +2025-02-27 16:08:07 - ERROR - 42 +2025-02-27 16:08:07 - ERROR - 42 +2025-02-27 16:08:08 - ERROR - 42 +2025-02-27 16:08:08 - ERROR - 42 +2025-02-27 16:08:08 - ERROR - 42 +2025-02-27 16:08:08 - ERROR - 42 +2025-02-27 16:08:08 - ERROR - 42 +2025-02-27 16:08:09 - ERROR - 42 +2025-02-27 16:08:09 - ERROR - 42 +2025-02-27 16:08:09 - ERROR - 42 +2025-02-27 16:08:09 - ERROR - 42 +2025-02-27 16:08:09 - ERROR - 42 +2025-02-27 16:08:10 - ERROR - 42 +2025-02-27 16:08:10 - ERROR - 42 +2025-02-27 16:08:10 - ERROR - 42 +2025-02-27 16:08:10 - ERROR - 42 +2025-02-27 16:08:10 - ERROR - 42 +2025-02-27 16:08:11 - ERROR - 42 +2025-02-27 16:08:11 - ERROR - 42 +2025-02-27 16:08:11 - ERROR - 42 +2025-02-27 16:08:11 - ERROR - 42 +2025-02-27 16:08:11 - ERROR - 42 +2025-02-27 16:08:12 - ERROR - 42 +2025-02-27 16:08:12 - INFO - ˳ϵͳ +2025-02-27 16:08:12 - ERROR - 42 +2025-02-27 16:08:38 - INFO - ϵͳ +2025-02-27 16:08:41 - INFO - +2025-02-27 16:08:41 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 16:08:41 - INFO - ʼλ +2025-02-27 16:08:41 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 16:08:41 - INFO - IO: 21 +2025-02-27 16:08:41 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:08:41 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-27 16:08:41 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:08:41 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-27 16:08:42 - ERROR - ݽ +2025-02-27 16:08:48 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:08:48 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-27 16:08:48 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-27 16:08:48 - INFO - IO: 20 +2025-02-27 16:08:55 - INFO - һȷ +2025-02-27 16:08:55 - INFO - Ӧ1:ͶϿʼ +2025-02-27 16:08:55 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 16:08:55 - INFO - IO: 21 +2025-02-27 16:09:00 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-27 16:09:00 - INFO - IO: 20 +2025-02-27 16:09:00 - INFO - ͶϿʼ +2025-02-27 16:09:00 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:09:00 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-27 16:09:00 - INFO - ͶϿʼ +2025-02-27 16:09:00 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-27 16:09:00 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:09:04 - INFO - ƶλλ +2025-02-27 16:09:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:09:04 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-27 16:09:07 - INFO - ƶλλ +2025-02-27 16:09:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:09:08 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:09:08 - INFO - ǷȫͶ +2025-02-27 16:09:08 - INFO - ǷȫͶ +2025-02-27 16:09:08 - INFO - ǷȫͶ +2025-02-27 16:09:08 - INFO - ǷȫͶ +2025-02-27 16:09:08 - INFO - ǷȫͶ +2025-02-27 16:09:08 - INFO - ǷȫͶ +2025-02-27 16:09:08 - INFO - ǷȫͶ +2025-02-27 16:09:08 - INFO - ǷȫͶ +2025-02-27 16:09:09 - INFO - ǷȫͶ +2025-02-27 16:09:09 - INFO - ǷȫͶ +2025-02-27 16:09:09 - INFO - ǷȫͶ +2025-02-27 16:09:09 - INFO - ǷȫͶ +2025-02-27 16:09:09 - INFO - ǷȫͶ +2025-02-27 16:09:09 - INFO - ǷȫͶ +2025-02-27 16:09:09 - INFO - ǷȫͶ +2025-02-27 16:09:09 - INFO - ǷȫͶ +2025-02-27 16:09:09 - INFO - ǷȫͶ +2025-02-27 16:09:10 - INFO - ǷȫͶ +2025-02-27 16:09:10 - INFO - ǷȫͶ +2025-02-27 16:09:10 - INFO - ǷȫͶ +2025-02-27 16:09:10 - INFO - ǷȫͶ +2025-02-27 16:09:10 - INFO - ǷȫͶ +2025-02-27 16:09:10 - INFO - ǷȫͶ +2025-02-27 16:09:10 - INFO - ǷȫͶ +2025-02-27 16:09:10 - INFO - ǷȫͶ +2025-02-27 16:09:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:09:11 - INFO - ǷȫͶ +2025-02-27 16:09:11 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:09:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:09:11 - INFO - ǷȫͶ +2025-02-27 16:09:11 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:09:11 - INFO - ƶλ +2025-02-27 16:09:11 - INFO - ƶλ +2025-02-27 16:09:11 - INFO - ƶλ +2025-02-27 16:09:11 - INFO - ƶλ +2025-02-27 16:09:12 - INFO - ƶλ +2025-02-27 16:09:12 - INFO - ƶλ +2025-02-27 16:09:12 - INFO - ʶͼɹ +2025-02-27 16:09:12 - INFO - Ͷͣ +2025-02-27 16:09:12 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["actionPause","1"]} +2025-02-27 16:09:22 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["actionPause","0"]} +2025-02-27 16:09:22 - INFO - Ͷϼ +2025-02-27 16:09:22 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["startButton","1"]} +2025-02-27 16:09:23 - INFO - лԶ״̬ +2025-02-27 16:10:03 - INFO - û˳ +2025-02-27 16:10:23 - INFO - ϵͳ +2025-02-27 16:10:27 - INFO - һȷ +2025-02-27 16:10:27 - INFO - Ӧ1:ͶϿʼ +2025-02-27 16:10:27 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 16:10:27 - INFO - IO: 21 +2025-02-27 16:10:32 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-27 16:10:32 - INFO - IO: 20 +2025-02-27 16:10:32 - INFO - ͶϿʼ +2025-02-27 16:10:32 - ERROR - ȸλԭ +2025-02-27 16:10:34 - INFO - +2025-02-27 16:10:34 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 16:10:34 - INFO - ʼλ +2025-02-27 16:10:34 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 16:10:34 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:10:35 - INFO - IO: 21 +2025-02-27 16:10:35 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:10:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:10:35 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-27 16:10:40 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:10:40 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-27 16:10:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:10:45 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-27 16:10:45 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-27 16:10:45 - INFO - IO: 20 +2025-02-27 16:10:51 - INFO - һȷ +2025-02-27 16:10:51 - INFO - Ӧ1:ͶϿʼ +2025-02-27 16:10:51 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 16:10:51 - INFO - IO: 21 +2025-02-27 16:10:56 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-27 16:10:56 - INFO - IO: 20 +2025-02-27 16:10:56 - INFO - ͶϿʼ +2025-02-27 16:10:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:10:56 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-27 16:10:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:10:56 - INFO - ͶϿʼ +2025-02-27 16:10:56 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-27 16:10:58 - INFO - ƶλλ +2025-02-27 16:10:58 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-27 16:10:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:02 - INFO - ƶλλ +2025-02-27 16:11:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:02 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:11:02 - INFO - ǷȫͶ +2025-02-27 16:11:02 - INFO - ǷȫͶ +2025-02-27 16:11:02 - INFO - ǷȫͶ +2025-02-27 16:11:02 - INFO - ǷȫͶ +2025-02-27 16:11:02 - INFO - ǷȫͶ +2025-02-27 16:11:03 - INFO - ǷȫͶ +2025-02-27 16:11:03 - INFO - ǷȫͶ +2025-02-27 16:11:03 - INFO - ǷȫͶ +2025-02-27 16:11:03 - INFO - ǷȫͶ +2025-02-27 16:11:03 - INFO - ǷȫͶ +2025-02-27 16:11:03 - INFO - ǷȫͶ +2025-02-27 16:11:03 - INFO - ǷȫͶ +2025-02-27 16:11:03 - INFO - ǷȫͶ +2025-02-27 16:11:03 - INFO - ǷȫͶ +2025-02-27 16:11:04 - INFO - ǷȫͶ +2025-02-27 16:11:04 - INFO - ǷȫͶ +2025-02-27 16:11:04 - INFO - ǷȫͶ +2025-02-27 16:11:04 - INFO - ǷȫͶ +2025-02-27 16:11:04 - INFO - ǷȫͶ +2025-02-27 16:11:04 - INFO - ǷȫͶ +2025-02-27 16:11:04 - INFO - ǷȫͶ +2025-02-27 16:11:04 - INFO - ǷȫͶ +2025-02-27 16:11:04 - INFO - ǷȫͶ +2025-02-27 16:11:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:05 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:11:05 - INFO - ǷȫͶ +2025-02-27 16:11:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:05 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:11:05 - INFO - ƶλ +2025-02-27 16:11:05 - INFO - ƶλ +2025-02-27 16:11:05 - INFO - ƶλ +2025-02-27 16:11:05 - INFO - ƶλ +2025-02-27 16:11:06 - INFO - ƶλ +2025-02-27 16:11:06 - INFO - ƶλ +2025-02-27 16:11:06 - INFO - ʶͼɹ +2025-02-27 16:11:06 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:06 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:11:06 - INFO - ƶλ +2025-02-27 16:11:06 - INFO - ƶλ +2025-02-27 16:11:06 - INFO - ƶλ +2025-02-27 16:11:06 - INFO - ƶλ +2025-02-27 16:11:07 - INFO - ƶλ +2025-02-27 16:11:07 - INFO - ʶͼɹ +2025-02-27 16:11:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:07 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-27 16:11:08 - INFO - ƶλλ +2025-02-27 16:11:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:08 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-27 16:11:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"240.3631179003546","m1":"2251.114530140151","m2":"809.1868551054035","m3":"2.4805266780994852","m4":"14.139839943021993","m5":"-82.49079581557638","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:11 - INFO - ƶλλ +2025-02-27 16:11:11 - INFO - ƶλ:ֱߣX:240.3631179003546-Y:2251.114530140151-Z:809.1868551054035-U:2.4805266780994852-V:14.139839943021993-W:-82.49079581557638 +2025-02-27 16:11:13 - INFO - ƶλλ +2025-02-27 16:11:14 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"245.86987337590102","m1":"2374.92622696177","m2":"324.78997301976915","m3":"2.4805266780994852","m4":"14.139839943021993","m5":"-82.49079581557638","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:14 - INFO - ƶλ:ֱߣX:245.86987337590102-Y:2374.92622696177-Z:324.78997301976915-U:2.4805266780994852-V:14.139839943021993-W:-82.49079581557638 +2025-02-27 16:11:15 - INFO - ƶץλ +2025-02-27 16:11:15 - INFO - ƶץλ +2025-02-27 16:11:15 - INFO - ƶץλ +2025-02-27 16:11:15 - INFO - ƶץλ +2025-02-27 16:11:15 - INFO - ƶץλ +2025-02-27 16:11:15 - INFO - ƶץλ +2025-02-27 16:11:15 - INFO - ƶץλ +2025-02-27 16:11:15 - INFO - ƶץλ +2025-02-27 16:11:16 - INFO - ƶץλ +2025-02-27 16:11:16 - INFO - ƶץλ +2025-02-27 16:11:16 - INFO - ƶץλ +2025-02-27 16:11:16 - INFO - ƶץλ +2025-02-27 16:11:16 - INFO - ƶץλ +2025-02-27 16:11:16 - INFO - ƶץλ +2025-02-27 16:11:16 - INFO - ƶץλ +2025-02-27 16:11:16 - INFO - ƶץλ +2025-02-27 16:11:16 - INFO - ƶץλ +2025-02-27 16:11:17 - INFO - ץϵλ +2025-02-27 16:11:17 - INFO - ץϳɹ +2025-02-27 16:11:18 - INFO - ƶץλ +2025-02-27 16:11:18 - INFO - ץϵλ +2025-02-27 16:11:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"240.3631179003546","m1":"2251.114530140151","m2":"809.1868551054035","m3":"2.4805266780994852","m4":"14.139839943021993","m5":"-82.49079581557638","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:19 - INFO - ץϳɹ +2025-02-27 16:11:19 - INFO - ƶλ:ֱߣX:240.3631179003546-Y:2251.114530140151-Z:809.1868551054035-U:2.4805266780994852-V:14.139839943021993-W:-82.49079581557638 +2025-02-27 16:11:20 - INFO - ƶλλ +2025-02-27 16:11:20 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:20 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-27 16:11:22 - INFO - ƶλλ +2025-02-27 16:11:22 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-27 16:11:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:25 - INFO - ƶƴλ +2025-02-27 16:11:25 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:25 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-27 16:11:25 - INFO - ƶƴλ +2025-02-27 16:11:25 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:25 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-27 16:11:29 - INFO - ҡ +2025-02-27 16:11:29 - INFO - ҡ +2025-02-27 16:11:29 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1556.585449","m1":"1663.580322","m2":"2331.091553","m3":"48.062508","m4":"-0.372809","m5":"-96.427994","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:30 - INFO - ƶλ:ֱߣX:1556.585449-Y:1663.580322-Z:2331.091553-U:48.062508-V:-0.372809-W:-96.427994 +2025-02-27 16:11:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1331.740112","m1":"1787.211548","m2":"2307.181641","m3":"-34.621368","m4":"19.412609","m5":"-132.657135","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:33 - INFO - ҡ +2025-02-27 16:11:33 - INFO - ƶλ:ֱߣX:1331.740112-Y:1787.211548-Z:2307.181641-U:-34.621368-V:19.412609-W:-132.657135 +2025-02-27 16:11:38 - INFO - ҡ +2025-02-27 16:11:38 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-27 16:11:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:43 - INFO - ƶӿմ +2025-02-27 16:11:48 - INFO - ƶӿմ +2025-02-27 16:11:48 - INFO - ƶӿմ +2025-02-27 16:11:50 - INFO - ƶӿմ +2025-02-27 16:11:50 - INFO - ʣͶϴ998 +2025-02-27 16:11:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:50 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:11:50 - INFO - ƶλ +2025-02-27 16:11:51 - INFO - ƶλ +2025-02-27 16:11:51 - INFO - ƶλ +2025-02-27 16:11:51 - INFO - ƶλ +2025-02-27 16:11:51 - INFO - ƶλ +2025-02-27 16:11:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:51 - INFO - ʶͼɹ +2025-02-27 16:11:51 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-27 16:11:54 - INFO - ƶλλ +2025-02-27 16:11:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:54 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-27 16:11:56 - INFO - ƶλλ +2025-02-27 16:11:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"237.25579563858975","m1":"2267.957025952068","m2":"800.5794250166202","m3":"2.5003198249850644","m4":"12.905864247047072","m5":"-82.54639456170176","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:56 - INFO - ƶλ:ֱߣX:237.25579563858975-Y:2267.957025952068-Z:800.5794250166202-U:2.5003198249850644-V:12.905864247047072-W:-82.54639456170176 +2025-02-27 16:11:59 - INFO - ƶλλ +2025-02-27 16:11:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"244.41091272466412","m1":"2381.4125085928354","m2":"313.6742414765031","m3":"2.5003198249850644","m4":"12.905864247047072","m5":"-82.54639456170176","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:11:59 - INFO - ƶλ:ֱߣX:244.41091272466412-Y:2381.4125085928354-Z:313.6742414765031-U:2.5003198249850644-V:12.905864247047072-W:-82.54639456170176 +2025-02-27 16:12:00 - INFO - ƶץλ +2025-02-27 16:12:00 - INFO - ƶץλ +2025-02-27 16:12:01 - INFO - ƶץλ +2025-02-27 16:12:01 - INFO - ƶץλ +2025-02-27 16:12:01 - INFO - ƶץλ +2025-02-27 16:12:01 - INFO - ƶץλ +2025-02-27 16:12:01 - INFO - ƶץλ +2025-02-27 16:12:01 - INFO - ƶץλ +2025-02-27 16:12:01 - INFO - ƶץλ +2025-02-27 16:12:01 - INFO - ƶץλ +2025-02-27 16:12:01 - INFO - ƶץλ +2025-02-27 16:12:02 - INFO - ƶץλ +2025-02-27 16:12:02 - INFO - ƶץλ +2025-02-27 16:12:02 - INFO - ƶץλ +2025-02-27 16:12:02 - INFO - ƶץλ +2025-02-27 16:12:02 - INFO - ƶץλ +2025-02-27 16:12:02 - INFO - ƶץλ +2025-02-27 16:12:02 - INFO - ץϵλ +2025-02-27 16:12:02 - INFO - ץϳɹ +2025-02-27 16:12:04 - INFO - ƶץλ +2025-02-27 16:12:04 - INFO - ץϵλ +2025-02-27 16:12:04 - INFO - ץϳɹ +2025-02-27 16:12:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"237.25579563858975","m1":"2267.957025952068","m2":"800.5794250166202","m3":"2.5003198249850644","m4":"12.905864247047072","m5":"-82.54639456170176","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:12:04 - INFO - ƶλ:ֱߣX:237.25579563858975-Y:2267.957025952068-Z:800.5794250166202-U:2.5003198249850644-V:12.905864247047072-W:-82.54639456170176 +2025-02-27 16:12:05 - INFO - ƶλλ +2025-02-27 16:12:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:12:06 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-27 16:12:08 - INFO - ƶλλ +2025-02-27 16:12:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:12:08 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-27 16:12:10 - INFO - ƶƴλ +2025-02-27 16:12:11 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-27 16:12:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:12:11 - INFO - ƶƴλ +2025-02-27 16:12:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:12:11 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-27 16:12:15 - INFO - ҡ +2025-02-27 16:12:15 - INFO - ҡ +2025-02-27 16:12:15 - INFO - ƶλ:ֱߣX:1556.585449-Y:1663.580322-Z:2331.091553-U:48.062508-V:-0.372809-W:-96.427994 +2025-02-27 16:12:15 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1556.585449","m1":"1663.580322","m2":"2331.091553","m3":"48.062508","m4":"-0.372809","m5":"-96.427994","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:12:19 - INFO - ҡ +2025-02-27 16:12:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1331.740112","m1":"1787.211548","m2":"2307.181641","m3":"-34.621368","m4":"19.412609","m5":"-132.657135","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:12:19 - INFO - ƶλ:ֱߣX:1331.740112-Y:1787.211548-Z:2307.181641-U:-34.621368-V:19.412609-W:-132.657135 +2025-02-27 16:12:24 - INFO - ҡ +2025-02-27 16:12:24 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:12:24 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-27 16:12:29 - INFO - ƶӿմ +2025-02-27 16:12:34 - INFO - ƶӿմ +2025-02-27 16:12:34 - INFO - ƶӿմ +2025-02-27 16:12:36 - INFO - ƶӿմ +2025-02-27 16:12:36 - INFO - ʣͶϴ997 +2025-02-27 16:12:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:12:36 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:12:36 - INFO - ƶλ +2025-02-27 16:12:36 - INFO - ƶλ +2025-02-27 16:12:36 - INFO - ƶλ +2025-02-27 16:12:36 - INFO - ƶλ +2025-02-27 16:12:37 - INFO - ʶͼɹ +2025-02-27 16:12:37 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:12:37 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-27 16:12:39 - INFO - ƶλλ +2025-02-27 16:12:39 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:12:40 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-27 16:12:42 - INFO - ƶλλ +2025-02-27 16:12:42 - INFO - ƶλ:ֱߣX:261.8633044823096-Y:2173.1967101738674-Z:781.4648177320621-U:1.5245216621104019-V:22.36297200767687-W:-80.94186213569273 +2025-02-27 16:12:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"261.8633044823096","m1":"2173.1967101738674","m2":"781.4648177320621","m3":"1.5245216621104019","m4":"22.36297200767687","m5":"-80.94186213569273","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:12:45 - INFO - ƶλλ +2025-02-27 16:12:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"245.0602347718564","m1":"2363.088475400684","m2":"319.2324364049321","m3":"1.5245216621104019","m4":"22.36297200767687","m5":"-80.94186213569273","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:12:45 - INFO - ƶλ:ֱߣX:245.0602347718564-Y:2363.088475400684-Z:319.2324364049321-U:1.5245216621104019-V:22.36297200767687-W:-80.94186213569273 +2025-02-27 16:12:46 - INFO - ƶץλ +2025-02-27 16:12:46 - INFO - ƶץλ +2025-02-27 16:12:46 - INFO - ƶץλ +2025-02-27 16:12:46 - INFO - ƶץλ +2025-02-27 16:12:46 - INFO - ƶץλ +2025-02-27 16:12:47 - INFO - ƶץλ +2025-02-27 16:12:47 - INFO - ƶץλ +2025-02-27 16:12:47 - INFO - ƶץλ +2025-02-27 16:12:47 - INFO - ƶץλ +2025-02-27 16:12:47 - INFO - ƶץλ +2025-02-27 16:12:47 - INFO - ƶץλ +2025-02-27 16:12:47 - INFO - ƶץλ +2025-02-27 16:12:47 - INFO - ƶץλ +2025-02-27 16:12:47 - INFO - ƶץλ +2025-02-27 16:12:48 - INFO - ƶץλ +2025-02-27 16:12:48 - INFO - ƶץλ +2025-02-27 16:12:48 - INFO - ƶץλ +2025-02-27 16:12:48 - INFO - ץϵλ +2025-02-27 16:12:48 - INFO - ץϳɹ +2025-02-27 16:12:50 - INFO - ƶץλ +2025-02-27 16:12:50 - INFO - ץϵλ +2025-02-27 16:12:50 - INFO - ץϳɹ +2025-02-27 16:12:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"261.8633044823096","m1":"2173.1967101738674","m2":"781.4648177320621","m3":"1.5245216621104019","m4":"22.36297200767687","m5":"-80.94186213569273","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:12:50 - INFO - ƶλ:ֱߣX:261.8633044823096-Y:2173.1967101738674-Z:781.4648177320621-U:1.5245216621104019-V:22.36297200767687-W:-80.94186213569273 +2025-02-27 16:12:51 - INFO - ƶλλ +2025-02-27 16:12:51 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-27 16:12:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:12:54 - INFO - ƶλλ +2025-02-27 16:12:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:12:54 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-27 16:12:56 - INFO - ƶƴλ +2025-02-27 16:12:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:12:57 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-27 16:12:57 - INFO - ƶƴλ +2025-02-27 16:12:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:12:57 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-27 16:12:57 - INFO - +2025-02-27 16:12:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 16:12:57 - INFO - Ͷֹͣ +2025-02-27 16:13:09 - INFO - +2025-02-27 16:13:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 16:13:10 - INFO - ʼλ +2025-02-27 16:13:10 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 16:13:10 - INFO - IO: 21 +2025-02-27 16:13:10 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-27 16:13:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:13:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:13:10 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-27 16:13:13 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:13:13 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-27 16:13:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:13:18 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-27 16:13:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:13:22 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-27 16:13:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:13:27 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:13:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:13:31 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:13:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:13:31 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-27 16:13:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:13:36 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-27 16:13:40 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:13:40 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-27 16:13:41 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-27 16:13:41 - INFO - IO: 20 +2025-02-27 16:13:50 - INFO - һȷ +2025-02-27 16:13:50 - INFO - Ӧ1:ͶϿʼ +2025-02-27 16:13:50 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 16:13:50 - INFO - IO: 21 +2025-02-27 16:13:55 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-27 16:13:55 - INFO - IO: 20 +2025-02-27 16:13:55 - INFO - ͶϿʼ +2025-02-27 16:13:55 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-27 16:13:55 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:13:55 - INFO - ͶϿʼ +2025-02-27 16:13:55 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:13:55 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-27 16:13:58 - INFO - ƶλλ +2025-02-27 16:13:58 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-27 16:13:58 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:01 - INFO - ƶλλ +2025-02-27 16:14:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:01 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:14:01 - INFO - ǷȫͶ +2025-02-27 16:14:01 - INFO - ǷȫͶ +2025-02-27 16:14:02 - INFO - ǷȫͶ +2025-02-27 16:14:02 - INFO - ǷȫͶ +2025-02-27 16:14:02 - INFO - ǷȫͶ +2025-02-27 16:14:02 - INFO - ǷȫͶ +2025-02-27 16:14:02 - INFO - ǷȫͶ +2025-02-27 16:14:02 - INFO - ǷȫͶ +2025-02-27 16:14:02 - INFO - ǷȫͶ +2025-02-27 16:14:02 - INFO - ǷȫͶ +2025-02-27 16:14:02 - INFO - ǷȫͶ +2025-02-27 16:14:03 - INFO - ǷȫͶ +2025-02-27 16:14:03 - INFO - ǷȫͶ +2025-02-27 16:14:03 - INFO - ǷȫͶ +2025-02-27 16:14:03 - INFO - ǷȫͶ +2025-02-27 16:14:03 - INFO - ǷȫͶ +2025-02-27 16:14:03 - INFO - ǷȫͶ +2025-02-27 16:14:03 - INFO - ǷȫͶ +2025-02-27 16:14:03 - INFO - ǷȫͶ +2025-02-27 16:14:03 - INFO - ǷȫͶ +2025-02-27 16:14:04 - INFO - ǷȫͶ +2025-02-27 16:14:04 - INFO - ǷȫͶ +2025-02-27 16:14:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:04 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:14:04 - INFO - ǷȫͶ +2025-02-27 16:14:04 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:14:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:04 - INFO - ƶλ +2025-02-27 16:14:04 - INFO - ƶλ +2025-02-27 16:14:05 - INFO - ƶλ +2025-02-27 16:14:05 - INFO - ƶλ +2025-02-27 16:14:05 - INFO - ƶλ +2025-02-27 16:14:05 - INFO - ʶͼɹ +2025-02-27 16:14:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:05 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:14:05 - INFO - ƶλ +2025-02-27 16:14:05 - INFO - ƶλ +2025-02-27 16:14:05 - INFO - ƶλ +2025-02-27 16:14:06 - INFO - ƶλ +2025-02-27 16:14:06 - INFO - ƶλ +2025-02-27 16:14:06 - INFO - ƶλ +2025-02-27 16:14:06 - INFO - ʶͼɹ +2025-02-27 16:14:06 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:06 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-27 16:14:07 - INFO - ƶλλ +2025-02-27 16:14:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:07 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-27 16:14:10 - INFO - ƶλλ +2025-02-27 16:14:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"257.5006194275084","m1":"2187.762580445014","m2":"791.7597954726789","m3":"1.5010558556604283","m4":"20.977726668476357","m5":"-81.50323174289582","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:10 - INFO - ƶλ:ֱߣX:257.5006194275084-Y:2187.762580445014-Z:791.7597954726789-U:1.5010558556604283-V:20.977726668476357-W:-81.50323174289582 +2025-02-27 16:14:13 - INFO - ƶλλ +2025-02-27 16:14:13 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"244.01535444515355","m1":"2366.6748630314387","m2":"325.0601674804649","m3":"1.5010558556604283","m4":"20.977726668476357","m5":"-81.50323174289582","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:13 - INFO - ƶλ:ֱߣX:244.01535444515355-Y:2366.6748630314387-Z:325.0601674804649-U:1.5010558556604283-V:20.977726668476357-W:-81.50323174289582 +2025-02-27 16:14:14 - INFO - ƶץλ +2025-02-27 16:14:14 - INFO - ƶץλ +2025-02-27 16:14:14 - INFO - ƶץλ +2025-02-27 16:14:14 - INFO - ƶץλ +2025-02-27 16:14:14 - INFO - ƶץλ +2025-02-27 16:14:14 - INFO - ƶץλ +2025-02-27 16:14:15 - INFO - ƶץλ +2025-02-27 16:14:15 - INFO - ƶץλ +2025-02-27 16:14:15 - INFO - ƶץλ +2025-02-27 16:14:15 - INFO - ƶץλ +2025-02-27 16:14:15 - INFO - ƶץλ +2025-02-27 16:14:15 - INFO - ƶץλ +2025-02-27 16:14:15 - INFO - ƶץλ +2025-02-27 16:14:15 - INFO - ƶץλ +2025-02-27 16:14:15 - INFO - ƶץλ +2025-02-27 16:14:16 - INFO - ƶץλ +2025-02-27 16:14:16 - INFO - ƶץλ +2025-02-27 16:14:16 - INFO - ץϵλ +2025-02-27 16:14:16 - INFO - ץϳɹ +2025-02-27 16:14:17 - INFO - ƶץλ +2025-02-27 16:14:18 - INFO - ץϵλ +2025-02-27 16:14:18 - INFO - ץϳɹ +2025-02-27 16:14:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"257.5006194275084","m1":"2187.762580445014","m2":"791.7597954726789","m3":"1.5010558556604283","m4":"20.977726668476357","m5":"-81.50323174289582","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:18 - INFO - ƶλ:ֱߣX:257.5006194275084-Y:2187.762580445014-Z:791.7597954726789-U:1.5010558556604283-V:20.977726668476357-W:-81.50323174289582 +2025-02-27 16:14:19 - INFO - ƶλλ +2025-02-27 16:14:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:19 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-27 16:14:22 - INFO - ƶλλ +2025-02-27 16:14:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:22 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-27 16:14:24 - INFO - ƶƴλ +2025-02-27 16:14:25 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:25 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-27 16:14:25 - INFO - ƶƴλ +2025-02-27 16:14:25 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:25 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-27 16:14:29 - INFO - ҡ +2025-02-27 16:14:29 - INFO - ҡ +2025-02-27 16:14:29 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1556.585449","m1":"1663.580322","m2":"2331.091553","m3":"48.062508","m4":"-0.372809","m5":"-96.427994","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:29 - INFO - ƶλ:ֱߣX:1556.585449-Y:1663.580322-Z:2331.091553-U:48.062508-V:-0.372809-W:-96.427994 +2025-02-27 16:14:32 - INFO - ҡ +2025-02-27 16:14:32 - INFO - ƶλ:ֱߣX:1331.740112-Y:1787.211548-Z:2307.181641-U:-34.621368-V:19.412609-W:-132.657135 +2025-02-27 16:14:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1331.740112","m1":"1787.211548","m2":"2307.181641","m3":"-34.621368","m4":"19.412609","m5":"-132.657135","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:37 - INFO - ҡ +2025-02-27 16:14:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:38 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-27 16:14:43 - INFO - ƶӿմ +2025-02-27 16:14:48 - INFO - ƶӿմ +2025-02-27 16:14:48 - INFO - ƶӿմ +2025-02-27 16:14:50 - INFO - ƶӿմ +2025-02-27 16:14:50 - INFO - ʣͶϴ998 +2025-02-27 16:14:50 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:14:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:50 - INFO - ƶλ +2025-02-27 16:14:50 - INFO - ƶλ +2025-02-27 16:14:50 - INFO - ƶλ +2025-02-27 16:14:50 - INFO - ƶλ +2025-02-27 16:14:51 - INFO - ʶͼɹ +2025-02-27 16:14:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:51 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-27 16:14:53 - INFO - ƶλλ +2025-02-27 16:14:53 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:54 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-27 16:14:56 - INFO - ƶλλ +2025-02-27 16:14:56 - INFO - ƶλ:ֱߣX:162.31713413666-Y:2882.4982230274213-Z:789.8143362576704-U:3.501855402258553-V:-19.672905505843566-W:-83.63053041123162 +2025-02-27 16:14:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"162.31713413666","m1":"2882.4982230274213","m2":"789.8143362576704","m3":"3.501855402258553","m4":"-19.672905505843566","m5":"-83.63053041123162","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:59 - INFO - ƶλλ +2025-02-27 16:14:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"211.30804881984508","m1":"2718.9127479342947","m2":"319.87850806720246","m3":"3.501855402258553","m4":"-19.672905505843566","m5":"-83.63053041123162","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:14:59 - INFO - ƶλ:ֱߣX:211.30804881984508-Y:2718.9127479342947-Z:319.87850806720246-U:3.501855402258553-V:-19.672905505843566-W:-83.63053041123162 +2025-02-27 16:15:00 - INFO - ƶץλ +2025-02-27 16:15:00 - INFO - ƶץλ +2025-02-27 16:15:01 - INFO - ƶץλ +2025-02-27 16:15:01 - INFO - ƶץλ +2025-02-27 16:15:01 - INFO - ƶץλ +2025-02-27 16:15:01 - INFO - ƶץλ +2025-02-27 16:15:01 - INFO - ƶץλ +2025-02-27 16:15:01 - INFO - ƶץλ +2025-02-27 16:15:01 - INFO - ƶץλ +2025-02-27 16:15:01 - INFO - ƶץλ +2025-02-27 16:15:01 - INFO - ƶץλ +2025-02-27 16:15:02 - INFO - ƶץλ +2025-02-27 16:15:02 - INFO - ƶץλ +2025-02-27 16:15:02 - INFO - ƶץλ +2025-02-27 16:15:02 - INFO - ƶץλ +2025-02-27 16:15:02 - INFO - ƶץλ +2025-02-27 16:15:02 - INFO - ץϵλ +2025-02-27 16:15:02 - INFO - ץϳɹ +2025-02-27 16:15:04 - INFO - ƶץλ +2025-02-27 16:15:04 - INFO - ץϵλ +2025-02-27 16:15:04 - INFO - ץϳɹ +2025-02-27 16:15:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"162.31713413666","m1":"2882.4982230274213","m2":"789.8143362576704","m3":"3.501855402258553","m4":"-19.672905505843566","m5":"-83.63053041123162","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:15:04 - INFO - ƶλ:ֱߣX:162.31713413666-Y:2882.4982230274213-Z:789.8143362576704-U:3.501855402258553-V:-19.672905505843566-W:-83.63053041123162 +2025-02-27 16:15:05 - INFO - ƶλλ +2025-02-27 16:15:06 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-27 16:15:06 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:15:08 - INFO - ƶλλ +2025-02-27 16:15:08 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-27 16:15:09 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:15:11 - INFO - ƶƴλ +2025-02-27 16:15:11 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-27 16:15:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:15:11 - INFO - ƶƴλ +2025-02-27 16:15:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:15:11 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-27 16:15:15 - INFO - ҡ +2025-02-27 16:15:15 - INFO - ҡ +2025-02-27 16:15:15 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1556.585449","m1":"1663.580322","m2":"2331.091553","m3":"48.062508","m4":"-0.372809","m5":"-96.427994","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:15:15 - INFO - ƶλ:ֱߣX:1556.585449-Y:1663.580322-Z:2331.091553-U:48.062508-V:-0.372809-W:-96.427994 +2025-02-27 16:15:19 - INFO - ҡ +2025-02-27 16:15:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1331.740112","m1":"1787.211548","m2":"2307.181641","m3":"-34.621368","m4":"19.412609","m5":"-132.657135","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:15:19 - INFO - ƶλ:ֱߣX:1331.740112-Y:1787.211548-Z:2307.181641-U:-34.621368-V:19.412609-W:-132.657135 +2025-02-27 16:15:24 - INFO - ҡ +2025-02-27 16:15:24 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:15:24 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-27 16:15:29 - INFO - ƶӿմ +2025-02-27 16:15:34 - INFO - ƶӿմ +2025-02-27 16:15:34 - INFO - ƶӿմ +2025-02-27 16:15:36 - INFO - ƶӿմ +2025-02-27 16:15:36 - INFO - ʣͶϴ997 +2025-02-27 16:15:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:15:36 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:15:36 - INFO - ƶλ +2025-02-27 16:15:37 - INFO - ƶλ +2025-02-27 16:15:37 - INFO - ƶλ +2025-02-27 16:15:37 - INFO - ƶλ +2025-02-27 16:15:37 - INFO - ʶͼɹ +2025-02-27 16:15:37 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:15:37 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-27 16:15:40 - INFO - ƶλλ +2025-02-27 16:15:40 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:15:40 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-27 16:15:42 - INFO - ƶλλ +2025-02-27 16:15:42 - INFO - ƶλ:ֱߣX:169.4712312533057-Y:2916.4770777840477-Z:781.3900871814847-U:2.4840279439664985-V:-22.644230099987695-W:-83.84759845671856 +2025-02-27 16:15:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"169.4712312533057","m1":"2916.4770777840477","m2":"781.3900871814847","m3":"2.4840279439664985","m4":"-22.644230099987695","m5":"-83.84759845671856","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:15:45 - INFO - ƶλλ +2025-02-27 16:15:46 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"211.62878121714266","m1":"2727.5842312910686","m2":"320.36705790330797","m3":"2.4840279439664985","m4":"-22.644230099987695","m5":"-83.84759845671856","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:15:46 - INFO - ƶλ:ֱߣX:211.62878121714266-Y:2727.5842312910686-Z:320.36705790330797-U:2.4840279439664985-V:-22.644230099987695-W:-83.84759845671856 +2025-02-27 16:15:47 - INFO - ƶץλ +2025-02-27 16:15:47 - INFO - ƶץλ +2025-02-27 16:15:47 - INFO - ƶץλ +2025-02-27 16:15:47 - INFO - ƶץλ +2025-02-27 16:15:47 - INFO - ƶץλ +2025-02-27 16:15:47 - INFO - ƶץλ +2025-02-27 16:15:47 - INFO - ƶץλ +2025-02-27 16:15:47 - INFO - ƶץλ +2025-02-27 16:15:47 - INFO - ƶץλ +2025-02-27 16:15:48 - INFO - ƶץλ +2025-02-27 16:15:48 - INFO - ƶץλ +2025-02-27 16:15:48 - INFO - ƶץλ +2025-02-27 16:15:48 - INFO - ƶץλ +2025-02-27 16:15:48 - INFO - ƶץλ +2025-02-27 16:15:48 - INFO - ƶץλ +2025-02-27 16:15:48 - INFO - ƶץλ +2025-02-27 16:15:48 - INFO - ƶץλ +2025-02-27 16:15:48 - INFO - ץϵλ +2025-02-27 16:15:49 - INFO - ץϳɹ +2025-02-27 16:15:50 - INFO - ƶץλ +2025-02-27 16:15:50 - INFO - ץϵλ +2025-02-27 16:15:50 - INFO - ץϳɹ +2025-02-27 16:15:51 - INFO - ƶλ:ֱߣX:169.4712312533057-Y:2916.4770777840477-Z:781.3900871814847-U:2.4840279439664985-V:-22.644230099987695-W:-83.84759845671856 +2025-02-27 16:15:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"169.4712312533057","m1":"2916.4770777840477","m2":"781.3900871814847","m3":"2.4840279439664985","m4":"-22.644230099987695","m5":"-83.84759845671856","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:15:52 - INFO - ƶλλ +2025-02-27 16:15:52 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-27 16:15:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:15:55 - INFO - ƶλλ +2025-02-27 16:15:55 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-27 16:15:55 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:15:57 - INFO - ƶƴλ +2025-02-27 16:15:57 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-27 16:15:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:15:58 - INFO - ƶƴλ +2025-02-27 16:15:58 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-27 16:15:58 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:16:01 - INFO - ҡ +2025-02-27 16:16:02 - INFO - ҡ +2025-02-27 16:16:02 - INFO - ƶλ:ֱߣX:1556.585449-Y:1663.580322-Z:2331.091553-U:48.062508-V:-0.372809-W:-96.427994 +2025-02-27 16:16:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1556.585449","m1":"1663.580322","m2":"2331.091553","m3":"48.062508","m4":"-0.372809","m5":"-96.427994","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:16:03 - INFO - Ͷͣ +2025-02-27 16:16:03 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["actionPause","1"]} +2025-02-27 16:16:13 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["actionPause","0"]} +2025-02-27 16:16:13 - INFO - Ͷϼ +2025-02-27 16:16:13 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["startButton","1"]} +2025-02-27 16:16:14 - INFO - лԶ״̬ +2025-02-27 16:16:14 - INFO - ҡ +2025-02-27 16:16:14 - INFO - ƶλ:ֱߣX:1331.740112-Y:1787.211548-Z:2307.181641-U:-34.621368-V:19.412609-W:-132.657135 +2025-02-27 16:16:14 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1331.740112","m1":"1787.211548","m2":"2307.181641","m3":"-34.621368","m4":"19.412609","m5":"-132.657135","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:16:19 - INFO - ҡ +2025-02-27 16:16:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:16:19 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-27 16:16:24 - INFO - ƶӿմ +2025-02-27 16:16:25 - ERROR - 7 +2025-02-27 16:16:25 - ERROR - 7 +2025-02-27 16:16:25 - ERROR - 7 +2025-02-27 16:16:25 - ERROR - 7 +2025-02-27 16:16:26 - ERROR - 7 +2025-02-27 16:16:26 - ERROR - 7 +2025-02-27 16:16:26 - ERROR - 7 +2025-02-27 16:16:26 - ERROR - 7 +2025-02-27 16:16:26 - ERROR - 7 +2025-02-27 16:16:27 - ERROR - 7 +2025-02-27 16:16:27 - ERROR - 7 +2025-02-27 16:16:27 - ERROR - 7 +2025-02-27 16:16:27 - ERROR - 7 +2025-02-27 16:16:28 - ERROR - 7 +2025-02-27 16:16:28 - ERROR - 7 +2025-02-27 16:16:28 - ERROR - 7 +2025-02-27 16:16:28 - ERROR - 7 +2025-02-27 16:16:28 - ERROR - 7 +2025-02-27 16:16:29 - ERROR - 7 +2025-02-27 16:16:29 - ERROR - 7 +2025-02-27 16:16:29 - ERROR - 7 +2025-02-27 16:16:29 - ERROR - 7 +2025-02-27 16:16:29 - ERROR - 7 +2025-02-27 16:16:30 - ERROR - 7 +2025-02-27 16:16:30 - ERROR - 7 +2025-02-27 16:16:30 - ERROR - 7 +2025-02-27 16:16:30 - ERROR - 7 +2025-02-27 16:16:30 - ERROR - 7 +2025-02-27 16:16:31 - ERROR - 7 +2025-02-27 16:16:31 - ERROR - 7 +2025-02-27 16:16:31 - ERROR - 7 +2025-02-27 16:16:31 - ERROR - 7 +2025-02-27 16:16:31 - ERROR - 7 +2025-02-27 16:16:32 - ERROR - 7 +2025-02-27 16:16:32 - ERROR - 7 +2025-02-27 16:16:32 - ERROR - 7 +2025-02-27 16:16:32 - ERROR - 7 +2025-02-27 16:16:32 - ERROR - 7 +2025-02-27 16:16:33 - ERROR - 7 +2025-02-27 16:16:33 - ERROR - 7 +2025-02-27 16:16:33 - ERROR - 7 +2025-02-27 16:16:33 - ERROR - 7 +2025-02-27 16:16:33 - ERROR - 7 +2025-02-27 16:16:34 - ERROR - 7 +2025-02-27 16:16:34 - ERROR - 7 +2025-02-27 16:16:34 - ERROR - 7 +2025-02-27 16:16:34 - ERROR - 7 +2025-02-27 16:16:35 - ERROR - 7 +2025-02-27 16:16:35 - ERROR - 7 +2025-02-27 16:16:35 - ERROR - 7 +2025-02-27 16:16:35 - ERROR - 7 +2025-02-27 16:16:35 - ERROR - 7 +2025-02-27 16:16:36 - ERROR - 7 +2025-02-27 16:16:36 - ERROR - 7 +2025-02-27 16:16:36 - ERROR - 7 +2025-02-27 16:16:36 - ERROR - 7 +2025-02-27 16:16:36 - ERROR - 7 +2025-02-27 16:16:37 - ERROR - 7 +2025-02-27 16:16:37 - ERROR - 7 +2025-02-27 16:16:37 - ERROR - 7 +2025-02-27 16:16:37 - ERROR - 7 +2025-02-27 16:16:37 - ERROR - 29 +2025-02-27 16:16:38 - ERROR - 29 +2025-02-27 16:16:38 - ERROR - 7 +2025-02-27 16:16:38 - ERROR - 7 +2025-02-27 16:16:38 - ERROR - 7 +2025-02-27 16:16:38 - ERROR - 7 +2025-02-27 16:16:39 - ERROR - 7 +2025-02-27 16:16:39 - ERROR - 7 +2025-02-27 16:16:42 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["switchTool","2"]} +2025-02-27 16:16:43 - INFO - л +2025-02-27 16:16:43 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["startButton","1"]} +2025-02-27 16:16:43 - INFO - лԶ״̬ +2025-02-27 16:16:43 - INFO - +2025-02-27 16:16:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 16:16:43 - INFO - ʼλ +2025-02-27 16:16:43 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 16:16:43 - INFO - IO: 21 +2025-02-27 16:16:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:16:44 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-27 16:16:44 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1331.740112","m1":"1787.211548","m2":"2307.181641","m3":"-34.621368","m4":"19.412609","m5":"-132.657135","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:16:44 - INFO - ƶλ:ֱߣX:1331.740112-Y:1787.211548-Z:2307.181641-U:-34.621368-V:19.412609-W:-132.657135 +2025-02-27 16:16:46 - ERROR - 7 +2025-02-27 16:16:47 - ERROR - 7 +2025-02-27 16:16:47 - ERROR - 7 +2025-02-27 16:16:47 - ERROR - 7 +2025-02-27 16:16:47 - ERROR - 7 +2025-02-27 16:16:47 - ERROR - 7 +2025-02-27 16:16:48 - ERROR - 7 +2025-02-27 16:16:48 - ERROR - 7 +2025-02-27 16:16:48 - ERROR - 7 +2025-02-27 16:16:48 - ERROR - 7 +2025-02-27 16:16:48 - ERROR - 7 +2025-02-27 16:16:49 - ERROR - 7 +2025-02-27 16:16:49 - ERROR - 7 +2025-02-27 16:16:49 - ERROR - 7 +2025-02-27 16:16:49 - ERROR - 7 +2025-02-27 16:16:49 - ERROR - 7 +2025-02-27 16:16:50 - ERROR - 7 +2025-02-27 16:16:50 - ERROR - 7 +2025-02-27 16:16:50 - ERROR - 7 +2025-02-27 16:16:50 - ERROR - 7 +2025-02-27 16:16:50 - ERROR - 7 +2025-02-27 16:16:51 - ERROR - 7 +2025-02-27 16:16:51 - ERROR - 7 +2025-02-27 16:16:51 - ERROR - 7 +2025-02-27 16:16:51 - ERROR - 7 +2025-02-27 16:16:51 - ERROR - 7 +2025-02-27 16:16:52 - ERROR - 29 +2025-02-27 16:16:52 - ERROR - 29 +2025-02-27 16:16:52 - ERROR - 7 +2025-02-27 16:16:52 - ERROR - 7 +2025-02-27 16:16:53 - ERROR - 7 +2025-02-27 16:16:53 - ERROR - 7 +2025-02-27 16:16:53 - ERROR - 7 +2025-02-27 16:16:53 - ERROR - 7 +2025-02-27 16:16:58 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["switchTool","2"]} +2025-02-27 16:16:58 - INFO - л +2025-02-27 16:16:58 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["startButton","1"]} +2025-02-27 16:16:58 - INFO - лԶ״̬ +2025-02-27 16:16:58 - INFO - +2025-02-27 16:16:58 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 16:16:58 - INFO - ʼλ +2025-02-27 16:16:59 - ERROR - 42 +2025-02-27 16:16:59 - ERROR - 42 +2025-02-27 16:16:59 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 16:16:59 - ERROR - еδʵ·ߵƶδѰҵ·λ +2025-02-27 16:16:59 - INFO - IO: 21 +2025-02-27 16:16:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:16:59 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-27 16:17:00 - ERROR - 42 +2025-02-27 16:17:00 - ERROR - 42 +2025-02-27 16:17:00 - ERROR - 42 +2025-02-27 16:17:00 - ERROR - 42 +2025-02-27 16:17:00 - ERROR - 42 +2025-02-27 16:17:03 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1331.740112","m1":"1787.211548","m2":"2307.181641","m3":"-34.621368","m4":"19.412609","m5":"-132.657135","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:17:03 - INFO - ƶλ:ֱߣX:1331.740112-Y:1787.211548-Z:2307.181641-U:-34.621368-V:19.412609-W:-132.657135 +2025-02-27 16:17:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1556.585449","m1":"1663.580322","m2":"2331.091553","m3":"48.062508","m4":"-0.372809","m5":"-96.427994","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:17:10 - INFO - ƶλ:ֱߣX:1556.585449-Y:1663.580322-Z:2331.091553-U:48.062508-V:-0.372809-W:-96.427994 +2025-02-27 16:17:17 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-27 16:17:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:17:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:17:21 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-27 16:17:25 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:17:25 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-27 16:17:28 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:17:28 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-27 16:17:34 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:17:34 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-27 16:17:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:17:38 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-27 16:17:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:17:43 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:17:48 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:17:49 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:17:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:17:50 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-27 16:17:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:17:56 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-27 16:18:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:18:01 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-27 16:18:02 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-27 16:18:02 - INFO - IO: 20 +2025-02-27 16:18:08 - INFO - +2025-02-27 16:18:09 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 16:18:09 - INFO - Ͷֹͣ +2025-02-27 16:18:09 - INFO - +2025-02-27 16:18:09 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 16:18:09 - INFO - Ͷֹͣ +2025-02-27 16:18:10 - INFO - һȷ +2025-02-27 16:18:10 - INFO - Ӧ1:ͶϿʼ +2025-02-27 16:18:11 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 16:18:11 - INFO - IO: 21 +2025-02-27 16:18:16 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-27 16:18:16 - INFO - IO: 20 +2025-02-27 16:18:17 - INFO - ͶϿʼ +2025-02-27 16:18:17 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-27 16:18:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:18:19 - INFO - ͶϿʼ +2025-02-27 16:18:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:18:19 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-27 16:18:23 - INFO - ƶλλ +2025-02-27 16:18:23 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-27 16:18:23 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:18:28 - INFO - ƶλλ +2025-02-27 16:18:28 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:18:29 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:18:30 - INFO - ǷȫͶ +2025-02-27 16:18:32 - INFO - ǷȫͶ +2025-02-27 16:18:32 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:18:32 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:18:34 - INFO - ǷȫͶ +2025-02-27 16:18:34 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:18:34 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:18:36 - INFO - ƶλ +2025-02-27 16:18:38 - INFO - ƶλ +2025-02-27 16:18:38 - INFO - ʶͼɹ +2025-02-27 16:18:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:18:38 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:18:39 - INFO - ƶλ +2025-02-27 16:18:41 - INFO - ƶλ +2025-02-27 16:18:41 - INFO - ʶͼɹ +2025-02-27 16:18:41 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:18:42 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-27 16:18:45 - INFO - ƶλλ +2025-02-27 16:18:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:18:45 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-27 16:18:49 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"234.35055318004257","m1":"2543.8061214677955","m2":"786.2718132667276","m3":"0.8477919725235648","m4":"-20.994245874051305","m5":"-85.27636613669189","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:18:49 - INFO - ƶλλ +2025-02-27 16:18:49 - INFO - ƶλ:ֱߣX:234.35055318004257-Y:2543.8061214677955-Z:786.2718132667276-U:0.8477919725235648-V:-20.994245874051305-W:-85.27636613669189 +2025-02-27 16:18:52 - INFO - ƶλλ +2025-02-27 16:18:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"256.4737900149723","m1":"2365.9062401861875","m2":"319.51470873382874","m3":"0.8477919725235648","m4":"-20.994245874051305","m5":"-85.27636613669189","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:18:52 - INFO - ƶλ:ֱߣX:256.4737900149723-Y:2365.9062401861875-Z:319.51470873382874-U:0.8477919725235648-V:-20.994245874051305-W:-85.27636613669189 +2025-02-27 16:18:53 - INFO - ƶץλ +2025-02-27 16:18:53 - INFO - ƶץλ +2025-02-27 16:18:54 - INFO - ƶץλ +2025-02-27 16:18:54 - INFO - ƶץλ +2025-02-27 16:18:54 - INFO - ƶץλ +2025-02-27 16:18:54 - INFO - ƶץλ +2025-02-27 16:18:54 - INFO - ƶץλ +2025-02-27 16:18:54 - INFO - ƶץλ +2025-02-27 16:18:54 - INFO - ƶץλ +2025-02-27 16:18:54 - INFO - ƶץλ +2025-02-27 16:18:54 - INFO - ƶץλ +2025-02-27 16:18:55 - INFO - ƶץλ +2025-02-27 16:18:55 - INFO - ƶץλ +2025-02-27 16:18:55 - INFO - ƶץλ +2025-02-27 16:18:55 - INFO - ƶץλ +2025-02-27 16:18:55 - INFO - ƶץλ +2025-02-27 16:18:55 - INFO - ƶץλ +2025-02-27 16:18:55 - INFO - ץϵλ +2025-02-27 16:18:55 - INFO - ץϳɹ +2025-02-27 16:18:57 - INFO - ƶץλ +2025-02-27 16:18:57 - INFO - ץϵλ +2025-02-27 16:18:57 - INFO - ץϳɹ +2025-02-27 16:18:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"234.35055318004257","m1":"2543.8061214677955","m2":"786.2718132667276","m3":"0.8477919725235648","m4":"-20.994245874051305","m5":"-85.27636613669189","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:18:57 - INFO - ƶλ:ֱߣX:234.35055318004257-Y:2543.8061214677955-Z:786.2718132667276-U:0.8477919725235648-V:-20.994245874051305-W:-85.27636613669189 +2025-02-27 16:18:58 - INFO - ƶλλ +2025-02-27 16:18:59 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-27 16:18:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:01 - INFO - ƶλλ +2025-02-27 16:19:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:02 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-27 16:19:04 - INFO - ƶƴλ +2025-02-27 16:19:04 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-27 16:19:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:04 - INFO - ƶƴλ +2025-02-27 16:19:04 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-27 16:19:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:08 - INFO - ҡ +2025-02-27 16:19:08 - INFO - ҡ +2025-02-27 16:19:08 - INFO - ƶλ:ֱߣX:1556.585449-Y:1663.580322-Z:2331.091553-U:48.062508-V:-0.372809-W:-96.427994 +2025-02-27 16:19:09 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1556.585449","m1":"1663.580322","m2":"2331.091553","m3":"48.062508","m4":"-0.372809","m5":"-96.427994","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:12 - INFO - ҡ +2025-02-27 16:19:12 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1331.740112","m1":"1787.211548","m2":"2307.181641","m3":"-34.621368","m4":"19.412609","m5":"-132.657135","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:12 - INFO - ƶλ:ֱߣX:1331.740112-Y:1787.211548-Z:2307.181641-U:-34.621368-V:19.412609-W:-132.657135 +2025-02-27 16:19:17 - INFO - ҡ +2025-02-27 16:19:17 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-27 16:19:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:22 - INFO - ƶӿմ +2025-02-27 16:19:27 - INFO - ƶӿմ +2025-02-27 16:19:27 - INFO - ƶӿմ +2025-02-27 16:19:29 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:29 - INFO - ƶӿմ +2025-02-27 16:19:29 - INFO - ʣͶϴ998 +2025-02-27 16:19:29 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:19:29 - INFO - ƶλ +2025-02-27 16:19:29 - INFO - ƶλ +2025-02-27 16:19:30 - INFO - ƶλ +2025-02-27 16:19:30 - INFO - ƶλ +2025-02-27 16:19:30 - INFO - ʶͼɹ +2025-02-27 16:19:30 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:30 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-27 16:19:33 - INFO - ƶλλ +2025-02-27 16:19:33 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-27 16:19:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:35 - INFO - ƶλλ +2025-02-27 16:19:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"266.4694753135635","m1":"2233.5415993510865","m2":"752.3200459977659","m3":"0.051196949206157236","m4":"3.431589760512698","m5":"-85.81550337321492","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:35 - INFO - ƶλ:ֱߣX:266.4694753135635-Y:2233.5415993510865-Z:752.3200459977659-U:0.051196949206157236-V:3.431589760512698-W:-85.81550337321492 +2025-02-27 16:19:38 - INFO - ƶλλ +2025-02-27 16:19:38 - INFO - ƶλ:ֱߣX:264.73123945497036-Y:2263.4227764384627-Z:253.21675629515053-U:0.051196949206157236-V:3.431589760512698-W:-85.81550337321492 +2025-02-27 16:19:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"264.73123945497036","m1":"2263.4227764384627","m2":"253.21675629515053","m3":"0.051196949206157236","m4":"3.431589760512698","m5":"-85.81550337321492","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:39 - INFO - ƶץλ +2025-02-27 16:19:39 - INFO - ƶץλ +2025-02-27 16:19:40 - INFO - ƶץλ +2025-02-27 16:19:40 - INFO - ƶץλ +2025-02-27 16:19:40 - INFO - ƶץλ +2025-02-27 16:19:40 - INFO - ƶץλ +2025-02-27 16:19:40 - INFO - ƶץλ +2025-02-27 16:19:40 - INFO - ƶץλ +2025-02-27 16:19:40 - INFO - ƶץλ +2025-02-27 16:19:40 - INFO - ƶץλ +2025-02-27 16:19:40 - INFO - ƶץλ +2025-02-27 16:19:41 - INFO - ƶץλ +2025-02-27 16:19:41 - INFO - ƶץλ +2025-02-27 16:19:41 - INFO - ƶץλ +2025-02-27 16:19:41 - INFO - ƶץλ +2025-02-27 16:19:41 - INFO - ƶץλ +2025-02-27 16:19:41 - INFO - ƶץλ +2025-02-27 16:19:41 - INFO - ץϵλ +2025-02-27 16:19:41 - INFO - ץϳɹ +2025-02-27 16:19:43 - INFO - ƶץλ +2025-02-27 16:19:43 - INFO - ץϵλ +2025-02-27 16:19:43 - INFO - ץϳɹ +2025-02-27 16:19:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"266.4694753135635","m1":"2233.5415993510865","m2":"752.3200459977659","m3":"0.051196949206157236","m4":"3.431589760512698","m5":"-85.81550337321492","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:43 - INFO - ƶλ:ֱߣX:266.4694753135635-Y:2233.5415993510865-Z:752.3200459977659-U:0.051196949206157236-V:3.431589760512698-W:-85.81550337321492 +2025-02-27 16:19:45 - INFO - ƶλλ +2025-02-27 16:19:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:45 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-27 16:19:47 - INFO - ƶλλ +2025-02-27 16:19:48 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:48 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-27 16:19:50 - INFO - ƶƴλ +2025-02-27 16:19:50 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-27 16:19:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:50 - INFO - ƶƴλ +2025-02-27 16:19:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:51 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-27 16:19:54 - INFO - ҡ +2025-02-27 16:19:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1556.585449","m1":"1663.580322","m2":"2331.091553","m3":"48.062508","m4":"-0.372809","m5":"-96.427994","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:54 - INFO - ҡ +2025-02-27 16:19:55 - INFO - ƶλ:ֱߣX:1556.585449-Y:1663.580322-Z:2331.091553-U:48.062508-V:-0.372809-W:-96.427994 +2025-02-27 16:19:58 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1331.740112","m1":"1787.211548","m2":"2307.181641","m3":"-34.621368","m4":"19.412609","m5":"-132.657135","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:19:58 - INFO - ҡ +2025-02-27 16:19:58 - INFO - ƶλ:ֱߣX:1331.740112-Y:1787.211548-Z:2307.181641-U:-34.621368-V:19.412609-W:-132.657135 +2025-02-27 16:20:03 - INFO - ҡ +2025-02-27 16:20:03 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:20:03 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-27 16:20:08 - INFO - ƶӿմ +2025-02-27 16:20:14 - INFO - ƶӿմ +2025-02-27 16:20:14 - INFO - ƶӿմ +2025-02-27 16:20:15 - INFO - ƶӿմ +2025-02-27 16:20:16 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:20:16 - INFO - ʣͶϴ997 +2025-02-27 16:20:16 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:20:16 - INFO - ƶλ +2025-02-27 16:20:16 - INFO - ƶλ +2025-02-27 16:20:16 - INFO - ƶλ +2025-02-27 16:20:16 - INFO - ƶλ +2025-02-27 16:20:16 - INFO - ƶλ +2025-02-27 16:20:16 - INFO - ʶͼɹ +2025-02-27 16:20:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:20:17 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-27 16:20:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:20:19 - INFO - ƶλλ +2025-02-27 16:20:19 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-27 16:20:22 - INFO - ƶλλ +2025-02-27 16:20:22 - INFO - ƶλ:ֱߣX:271.82842853264947-Y:2239.9961587178263-Z:745.7568674960141-U:-0.36475434568097426-V:1.87389116613494-W:-84.40541797288223 +2025-02-27 16:20:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"271.82842853264947","m1":"2239.9961587178263","m2":"745.7568674960141","m3":"-0.36475434568097426","m4":"1.87389116613494","m5":"-84.40541797288223","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:20:25 - INFO - ƶλλ +2025-02-27 16:20:25 - INFO - ƶλ:ֱߣX:267.06663325600385-Y:2255.9575058488094-Z:246.03438380780992-U:-0.36475434568097426-V:1.87389116613494-W:-84.40541797288223 +2025-02-27 16:20:25 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"267.06663325600385","m1":"2255.9575058488094","m2":"246.03438380780992","m3":"-0.36475434568097426","m4":"1.87389116613494","m5":"-84.40541797288223","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:20:26 - INFO - ƶץλ +2025-02-27 16:20:26 - INFO - ƶץλ +2025-02-27 16:20:26 - INFO - ƶץλ +2025-02-27 16:20:26 - INFO - ƶץλ +2025-02-27 16:20:26 - INFO - ƶץλ +2025-02-27 16:20:26 - INFO - ƶץλ +2025-02-27 16:20:26 - INFO - ƶץλ +2025-02-27 16:20:27 - INFO - ƶץλ +2025-02-27 16:20:27 - INFO - ƶץλ +2025-02-27 16:20:27 - INFO - ƶץλ +2025-02-27 16:20:27 - INFO - ƶץλ +2025-02-27 16:20:27 - INFO - ƶץλ +2025-02-27 16:20:27 - INFO - ƶץλ +2025-02-27 16:20:27 - INFO - ƶץλ +2025-02-27 16:20:27 - INFO - ƶץλ +2025-02-27 16:20:27 - INFO - ƶץλ +2025-02-27 16:20:28 - INFO - ƶץλ +2025-02-27 16:20:28 - INFO - ץϵλ +2025-02-27 16:20:28 - INFO - ץϳɹ +2025-02-27 16:20:29 - INFO - ƶץλ +2025-02-27 16:20:29 - INFO - ץϵλ +2025-02-27 16:20:30 - INFO - ץϳɹ +2025-02-27 16:20:30 - INFO - ƶλ:ֱߣX:271.82842853264947-Y:2239.9961587178263-Z:745.7568674960141-U:-0.36475434568097426-V:1.87389116613494-W:-84.40541797288223 +2025-02-27 16:20:30 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"271.82842853264947","m1":"2239.9961587178263","m2":"745.7568674960141","m3":"-0.36475434568097426","m4":"1.87389116613494","m5":"-84.40541797288223","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:20:31 - INFO - ƶλλ +2025-02-27 16:20:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:20:31 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-27 16:20:34 - INFO - ƶλλ +2025-02-27 16:20:34 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:20:34 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-27 16:20:36 - INFO - ƶƴλ +2025-02-27 16:20:37 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-27 16:20:37 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:20:37 - INFO - ƶƴλ +2025-02-27 16:20:37 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-27 16:20:37 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:20:41 - INFO - ҡ +2025-02-27 16:20:41 - INFO - ҡ +2025-02-27 16:20:41 - INFO - ƶλ:ֱߣX:1556.585449-Y:1663.580322-Z:2331.091553-U:48.062508-V:-0.372809-W:-96.427994 +2025-02-27 16:20:41 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1556.585449","m1":"1663.580322","m2":"2331.091553","m3":"48.062508","m4":"-0.372809","m5":"-96.427994","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:20:44 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1331.740112","m1":"1787.211548","m2":"2307.181641","m3":"-34.621368","m4":"19.412609","m5":"-132.657135","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:20:44 - INFO - ҡ +2025-02-27 16:20:45 - INFO - ƶλ:ֱߣX:1331.740112-Y:1787.211548-Z:2307.181641-U:-34.621368-V:19.412609-W:-132.657135 +2025-02-27 16:20:49 - INFO - ҡ +2025-02-27 16:20:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:20:50 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-27 16:20:55 - INFO - ƶӿմ +2025-02-27 16:21:00 - INFO - ƶӿմ +2025-02-27 16:21:00 - INFO - ƶӿմ +2025-02-27 16:21:02 - INFO - ƶӿմ +2025-02-27 16:21:02 - INFO - ʣͶϴ996 +2025-02-27 16:21:02 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:21:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:02 - INFO - ƶλ +2025-02-27 16:21:02 - INFO - ƶλ +2025-02-27 16:21:02 - INFO - ƶλ +2025-02-27 16:21:03 - INFO - ƶλ +2025-02-27 16:21:03 - INFO - ƶλ +2025-02-27 16:21:03 - INFO - ʶͼɹ +2025-02-27 16:21:03 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:03 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-27 16:21:05 - INFO - ƶλλ +2025-02-27 16:21:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:05 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-27 16:21:07 - INFO - ƶλλ +2025-02-27 16:21:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"265.98546699820463","m1":"2254.8940221471853","m2":"750.1382838503619","m3":"0.005786470604574675","m4":"0.570026270340218","m5":"-84.54090205993023","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:07 - INFO - ƶλ:ֱߣX:265.98546699820463-Y:2254.8940221471853-Z:750.1382838503619-U:0.005786470604574675-V:0.570026270340218-W:-84.54090205993023 +2025-02-27 16:21:09 - INFO - ƶλλ +2025-02-27 16:21:09 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"265.56250034373596","m1":"2259.850599909422","m2":"250.16303102668846","m3":"0.005786470604574675","m4":"0.570026270340218","m5":"-84.54090205993023","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:09 - INFO - ƶλ:ֱߣX:265.56250034373596-Y:2259.850599909422-Z:250.16303102668846-U:0.005786470604574675-V:0.570026270340218-W:-84.54090205993023 +2025-02-27 16:21:10 - INFO - ƶץλ +2025-02-27 16:21:10 - INFO - ƶץλ +2025-02-27 16:21:10 - INFO - ƶץλ +2025-02-27 16:21:11 - INFO - ƶץλ +2025-02-27 16:21:11 - INFO - ƶץλ +2025-02-27 16:21:11 - INFO - ƶץλ +2025-02-27 16:21:11 - INFO - ƶץλ +2025-02-27 16:21:11 - INFO - ƶץλ +2025-02-27 16:21:11 - INFO - ƶץλ +2025-02-27 16:21:11 - INFO - ץϵλ +2025-02-27 16:21:11 - INFO - ץϳɹ +2025-02-27 16:21:13 - INFO - ƶץλ +2025-02-27 16:21:13 - INFO - ץϵλ +2025-02-27 16:21:13 - INFO - ץϳɹ +2025-02-27 16:21:13 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"265.98546699820463","m1":"2254.8940221471853","m2":"750.1382838503619","m3":"0.005786470604574675","m4":"0.570026270340218","m5":"-84.54090205993023","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:13 - INFO - ƶλ:ֱߣX:265.98546699820463-Y:2254.8940221471853-Z:750.1382838503619-U:0.005786470604574675-V:0.570026270340218-W:-84.54090205993023 +2025-02-27 16:21:14 - INFO - ƶλλ +2025-02-27 16:21:15 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:15 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-27 16:21:16 - INFO - ƶλλ +2025-02-27 16:21:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:17 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-27 16:21:19 - INFO - ƶƴλ +2025-02-27 16:21:19 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-27 16:21:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:19 - INFO - ƶƴλ +2025-02-27 16:21:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:19 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-27 16:21:22 - INFO - ҡ +2025-02-27 16:21:22 - INFO - ҡ +2025-02-27 16:21:22 - INFO - ƶλ:ֱߣX:1556.585449-Y:1663.580322-Z:2331.091553-U:48.062508-V:-0.372809-W:-96.427994 +2025-02-27 16:21:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1556.585449","m1":"1663.580322","m2":"2331.091553","m3":"48.062508","m4":"-0.372809","m5":"-96.427994","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:24 - INFO - ҡ +2025-02-27 16:21:25 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1331.740112","m1":"1787.211548","m2":"2307.181641","m3":"-34.621368","m4":"19.412609","m5":"-132.657135","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:25 - INFO - ƶλ:ֱߣX:1331.740112-Y:1787.211548-Z:2307.181641-U:-34.621368-V:19.412609-W:-132.657135 +2025-02-27 16:21:28 - INFO - ҡ +2025-02-27 16:21:28 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:28 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-27 16:21:32 - INFO - ƶӿմ +2025-02-27 16:21:37 - INFO - ƶӿմ +2025-02-27 16:21:37 - INFO - ƶӿմ +2025-02-27 16:21:39 - INFO - ƶӿմ +2025-02-27 16:21:39 - INFO - ʣͶϴ995 +2025-02-27 16:21:39 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:39 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:21:39 - INFO - ƶλ +2025-02-27 16:21:39 - INFO - ƶλ +2025-02-27 16:21:39 - INFO - ƶλ +2025-02-27 16:21:40 - INFO - ƶλ +2025-02-27 16:21:40 - INFO - ƶλ +2025-02-27 16:21:40 - INFO - ʶͼɹ +2025-02-27 16:21:40 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:40 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-27 16:21:42 - INFO - ƶλλ +2025-02-27 16:21:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:42 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-27 16:21:44 - INFO - ƶλλ +2025-02-27 16:21:44 - INFO - ƶλ:ֱߣX:274.96518138620144-Y:2255.760219215138-Z:746.0787734463888-U:-0.5091790044910176-V:0.6216250713162673-W:-83.98910999529193 +2025-02-27 16:21:44 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"274.96518138620144","m1":"2255.760219215138","m2":"746.0787734463888","m3":"-0.5091790044910176","m4":"0.6216250713162673","m5":"-83.98910999529193","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:46 - INFO - ƶλλ +2025-02-27 16:21:46 - INFO - ƶλ:ֱߣX:269.9782168083274-Y:2260.6894793170063-Z:246.12794328491464-U:-0.5091790044910176-V:0.6216250713162673-W:-83.98910999529193 +2025-02-27 16:21:46 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"269.9782168083274","m1":"2260.6894793170063","m2":"246.12794328491464","m3":"-0.5091790044910176","m4":"0.6216250713162673","m5":"-83.98910999529193","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:47 - INFO - ƶץλ +2025-02-27 16:21:47 - INFO - ƶץλ +2025-02-27 16:21:47 - INFO - ƶץλ +2025-02-27 16:21:47 - INFO - ƶץλ +2025-02-27 16:21:47 - INFO - ƶץλ +2025-02-27 16:21:47 - INFO - ƶץλ +2025-02-27 16:21:48 - INFO - ƶץλ +2025-02-27 16:21:48 - INFO - ƶץλ +2025-02-27 16:21:48 - INFO - ƶץλ +2025-02-27 16:21:48 - INFO - ץϵλ +2025-02-27 16:21:48 - INFO - ץϳɹ +2025-02-27 16:21:50 - INFO - ƶץλ +2025-02-27 16:21:50 - INFO - ץϵλ +2025-02-27 16:21:50 - INFO - ץϳɹ +2025-02-27 16:21:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"274.96518138620144","m1":"2255.760219215138","m2":"746.0787734463888","m3":"-0.5091790044910176","m4":"0.6216250713162673","m5":"-83.98910999529193","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:50 - INFO - ƶλ:ֱߣX:274.96518138620144-Y:2255.760219215138-Z:746.0787734463888-U:-0.5091790044910176-V:0.6216250713162673-W:-83.98910999529193 +2025-02-27 16:21:51 - INFO - ƶλλ +2025-02-27 16:21:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:51 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-27 16:21:53 - INFO - ƶλλ +2025-02-27 16:21:53 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:54 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-27 16:21:55 - INFO - ƶƴλ +2025-02-27 16:21:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:56 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-27 16:21:56 - INFO - ƶƴλ +2025-02-27 16:21:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:21:56 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-27 16:21:58 - INFO - ҡ +2025-02-27 16:21:59 - INFO - ҡ +2025-02-27 16:21:59 - INFO - ƶλ:ֱߣX:1556.585449-Y:1663.580322-Z:2331.091553-U:48.062508-V:-0.372809-W:-96.427994 +2025-02-27 16:21:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1556.585449","m1":"1663.580322","m2":"2331.091553","m3":"48.062508","m4":"-0.372809","m5":"-96.427994","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:01 - INFO - ҡ +2025-02-27 16:22:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1331.740112","m1":"1787.211548","m2":"2307.181641","m3":"-34.621368","m4":"19.412609","m5":"-132.657135","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:02 - INFO - ƶλ:ֱߣX:1331.740112-Y:1787.211548-Z:2307.181641-U:-34.621368-V:19.412609-W:-132.657135 +2025-02-27 16:22:05 - INFO - ҡ +2025-02-27 16:22:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:05 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-27 16:22:08 - INFO - ƶӿմ +2025-02-27 16:22:14 - INFO - ƶӿմ +2025-02-27 16:22:14 - INFO - ƶӿմ +2025-02-27 16:22:15 - INFO - ƶӿմ +2025-02-27 16:22:16 - INFO - ʣͶϴ994 +2025-02-27 16:22:16 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:16 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:22:16 - INFO - ƶλ +2025-02-27 16:22:16 - INFO - ƶλ +2025-02-27 16:22:16 - INFO - ƶλ +2025-02-27 16:22:16 - INFO - ƶλ +2025-02-27 16:22:16 - INFO - ƶλ +2025-02-27 16:22:17 - INFO - ʶͼɹ +2025-02-27 16:22:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:17 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-27 16:22:19 - INFO - ƶλλ +2025-02-27 16:22:19 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-27 16:22:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:21 - INFO - ƶλλ +2025-02-27 16:22:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"268.5663854312886","m1":"2245.206639121116","m2":"745.9273474146454","m3":"-0.14266560482995944","m4":"1.4229823685271414","m5":"-84.48861676579222","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:21 - INFO - ƶλ:ֱߣX:268.5663854312886-Y:2245.206639121116-Z:745.9273474146454-U:-0.14266560482995944-V:1.4229823685271414-W:-84.48861676579222 +2025-02-27 16:22:23 - INFO - ƶλλ +2025-02-27 16:22:23 - INFO - ƶλ:ֱߣX:266.13462094132933-Y:2257.4462145354637-Z:246.08309235599026-U:-0.14266560482995944-V:1.4229823685271414-W:-84.48861676579222 +2025-02-27 16:22:23 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"266.13462094132933","m1":"2257.4462145354637","m2":"246.08309235599026","m3":"-0.14266560482995944","m4":"1.4229823685271414","m5":"-84.48861676579222","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:24 - INFO - ƶץλ +2025-02-27 16:22:24 - INFO - ƶץλ +2025-02-27 16:22:24 - INFO - ƶץλ +2025-02-27 16:22:24 - INFO - ƶץλ +2025-02-27 16:22:24 - INFO - ƶץλ +2025-02-27 16:22:24 - INFO - ƶץλ +2025-02-27 16:22:24 - INFO - ƶץλ +2025-02-27 16:22:25 - INFO - ƶץλ +2025-02-27 16:22:25 - INFO - ƶץλ +2025-02-27 16:22:25 - INFO - ƶץλ +2025-02-27 16:22:25 - INFO - ץϵλ +2025-02-27 16:22:25 - INFO - ץϳɹ +2025-02-27 16:22:27 - INFO - ƶץλ +2025-02-27 16:22:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"268.5663854312886","m1":"2245.206639121116","m2":"745.9273474146454","m3":"-0.14266560482995944","m4":"1.4229823685271414","m5":"-84.48861676579222","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:27 - INFO - ץϵλ +2025-02-27 16:22:27 - INFO - ץϳɹ +2025-02-27 16:22:27 - INFO - ƶλ:ֱߣX:268.5663854312886-Y:2245.206639121116-Z:745.9273474146454-U:-0.14266560482995944-V:1.4229823685271414-W:-84.48861676579222 +2025-02-27 16:22:28 - INFO - ƶλλ +2025-02-27 16:22:28 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:28 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-27 16:22:30 - INFO - ƶλλ +2025-02-27 16:22:30 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-27 16:22:30 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:32 - INFO - ƶƴλ +2025-02-27 16:22:32 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-27 16:22:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:33 - INFO - ƶƴλ +2025-02-27 16:22:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:33 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-27 16:22:35 - INFO - ҡ +2025-02-27 16:22:35 - INFO - ҡ +2025-02-27 16:22:36 - INFO - ƶλ:ֱߣX:1556.585449-Y:1663.580322-Z:2331.091553-U:48.062508-V:-0.372809-W:-96.427994 +2025-02-27 16:22:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1556.585449","m1":"1663.580322","m2":"2331.091553","m3":"48.062508","m4":"-0.372809","m5":"-96.427994","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:38 - INFO - ҡ +2025-02-27 16:22:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1331.740112","m1":"1787.211548","m2":"2307.181641","m3":"-34.621368","m4":"19.412609","m5":"-132.657135","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:39 - INFO - ƶλ:ֱߣX:1331.740112-Y:1787.211548-Z:2307.181641-U:-34.621368-V:19.412609-W:-132.657135 +2025-02-27 16:22:42 - INFO - ҡ +2025-02-27 16:22:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:42 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-27 16:22:45 - INFO - ƶӿմ +2025-02-27 16:22:50 - INFO - ƶӿմ +2025-02-27 16:22:50 - INFO - ƶӿմ +2025-02-27 16:22:52 - INFO - ƶӿմ +2025-02-27 16:22:52 - INFO - ʣͶϴ993 +2025-02-27 16:22:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:52 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-27 16:22:52 - INFO - ƶλ +2025-02-27 16:22:53 - INFO - ƶλ +2025-02-27 16:22:53 - INFO - ƶλ +2025-02-27 16:22:53 - INFO - ƶλ +2025-02-27 16:22:53 - INFO - ƶλ +2025-02-27 16:22:53 - INFO - ʶͼɹ +2025-02-27 16:22:53 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:53 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-27 16:22:55 - INFO - Ͷͣ +2025-02-27 16:22:55 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["actionPause","1"]} +2025-02-27 16:22:55 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["actionPause","0"]} +2025-02-27 16:22:55 - INFO - Ͷϼ +2025-02-27 16:22:55 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["startButton","1"]} +2025-02-27 16:22:56 - INFO - лԶ״̬ +2025-02-27 16:22:56 - INFO - ƶλλ +2025-02-27 16:22:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:22:56 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-27 16:22:56 - INFO - Ͷͣ +2025-02-27 16:22:56 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["actionPause","1"]} +2025-02-27 16:22:59 - INFO - +2025-02-27 16:22:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 16:22:59 - INFO - Ͷֹͣ +2025-02-27 16:23:00 - INFO - +2025-02-27 16:23:00 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 16:23:00 - INFO - Ͷֹͣ +2025-02-27 16:23:00 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["switchTool","2"]} +2025-02-27 16:23:00 - INFO - л +2025-02-27 16:23:00 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["startButton","1"]} +2025-02-27 16:23:01 - INFO - лԶ״̬ +2025-02-27 16:23:01 - INFO - +2025-02-27 16:23:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-27 16:23:01 - INFO - ʼλ +2025-02-27 16:23:01 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-27 16:23:01 - ERROR - еδʵ·ߵƶδѰҵ·λ +2025-02-27 16:23:01 - INFO - IO: 21 +2025-02-27 16:23:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:23:01 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-27 16:23:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:23:04 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-27 16:23:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-27 16:23:07 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-27 16:23:07 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-27 16:23:07 - INFO - IO: 20 +2025-02-27 16:24:16 - ERROR - ޻ظ +2025-02-27 16:24:26 - ERROR - ޻ظ +2025-02-27 16:24:37 - ERROR - ޻ظ +2025-02-27 16:24:47 - ERROR - ޻ظ +2025-02-27 16:24:58 - ERROR - ޻ظ +2025-02-27 16:25:08 - ERROR - ޻ظ +2025-02-27 16:25:18 - ERROR - ޻ظ +2025-02-27 16:25:29 - ERROR - ޻ظ +2025-02-27 16:25:39 - ERROR - ޻ظ +2025-02-27 16:25:50 - ERROR - ޻ظ +2025-02-27 16:26:00 - ERROR - ޻ظ +2025-02-27 16:26:11 - ERROR - ޻ظ +2025-02-27 16:26:21 - ERROR - ޻ظ +2025-02-27 16:26:31 - ERROR - ޻ظ +2025-02-27 16:26:42 - ERROR - ޻ظ +2025-02-27 16:26:52 - ERROR - ޻ظ +2025-02-27 16:27:03 - ERROR - ޻ظ +2025-02-27 16:27:13 - ERROR - ޻ظ +2025-02-27 16:27:23 - ERROR - ޻ظ +2025-02-27 16:27:34 - ERROR - ޻ظ +2025-02-27 16:27:44 - ERROR - ޻ظ +2025-02-27 16:27:55 - ERROR - ޻ظ +2025-02-27 16:28:05 - ERROR - ޻ظ +2025-02-27 16:28:16 - ERROR - ޻ظ +2025-02-27 16:28:26 - ERROR - ޻ظ +2025-02-27 16:28:36 - ERROR - ޻ظ +2025-02-27 16:28:47 - ERROR - ޻ظ +2025-02-27 16:28:57 - ERROR - ޻ظ +2025-02-27 16:29:08 - ERROR - ޻ظ +2025-02-27 16:29:18 - ERROR - ޻ظ +2025-02-27 16:29:29 - ERROR - ޻ظ +2025-02-27 16:29:39 - ERROR - ޻ظ +2025-02-27 16:29:49 - ERROR - ޻ظ +2025-02-27 16:30:00 - ERROR - ޻ظ +2025-02-27 16:30:10 - ERROR - ޻ظ +2025-02-27 16:30:21 - ERROR - ޻ظ +2025-02-27 16:30:31 - ERROR - ޻ظ +2025-02-27 16:30:42 - ERROR - ޻ظ +2025-02-27 16:30:52 - ERROR - ޻ظ +2025-02-27 16:31:02 - ERROR - ޻ظ +2025-02-27 16:31:13 - ERROR - ޻ظ +2025-02-27 16:31:23 - ERROR - ޻ظ +2025-02-27 16:31:34 - ERROR - ޻ظ +2025-02-27 16:31:44 - ERROR - ޻ظ +2025-02-27 16:31:54 - ERROR - ޻ظ +2025-02-27 16:32:05 - ERROR - ޻ظ +2025-02-27 16:32:15 - ERROR - ޻ظ +2025-02-27 16:32:26 - ERROR - ޻ظ +2025-02-27 16:32:36 - ERROR - ޻ظ +2025-02-27 16:32:47 - ERROR - ޻ظ +2025-02-27 16:32:57 - ERROR - ޻ظ +2025-02-27 16:33:07 - ERROR - ޻ظ +2025-02-27 16:33:18 - ERROR - ޻ظ +2025-02-27 16:33:28 - ERROR - ޻ظ +2025-02-27 16:33:39 - ERROR - ޻ظ +2025-02-27 16:33:49 - ERROR - ޻ظ +2025-02-27 16:34:00 - ERROR - ޻ظ +2025-02-27 16:34:10 - ERROR - ޻ظ +2025-02-27 16:34:20 - ERROR - ޻ظ +2025-02-27 16:34:31 - ERROR - ޻ظ +2025-02-27 16:34:41 - ERROR - ޻ظ +2025-02-27 16:34:52 - ERROR - ޻ظ +2025-02-27 16:35:02 - ERROR - ޻ظ +2025-02-27 16:35:13 - ERROR - ޻ظ +2025-02-27 16:35:23 - ERROR - ޻ظ +2025-02-27 16:35:33 - ERROR - ޻ظ +2025-02-27 16:35:44 - ERROR - ޻ظ +2025-02-27 16:35:54 - ERROR - ޻ظ +2025-02-27 16:36:05 - ERROR - ޻ظ +2025-02-27 16:36:15 - ERROR - ޻ظ +2025-02-27 16:36:26 - ERROR - ޻ظ +2025-02-27 16:36:36 - ERROR - ޻ظ +2025-02-27 16:36:46 - ERROR - ޻ظ +2025-02-27 16:36:57 - ERROR - ޻ظ +2025-02-27 16:37:07 - ERROR - ޻ظ +2025-02-27 16:37:18 - ERROR - ޻ظ +2025-02-27 16:37:28 - ERROR - ޻ظ +2025-02-27 16:37:39 - ERROR - ޻ظ +2025-02-27 16:37:49 - ERROR - ޻ظ +2025-02-27 16:37:59 - ERROR - ޻ظ +2025-02-27 16:38:10 - ERROR - ޻ظ +2025-02-27 16:38:20 - ERROR - ޻ظ +2025-02-27 16:38:31 - ERROR - ޻ظ +2025-02-27 16:38:41 - ERROR - ޻ظ +2025-02-27 16:38:51 - ERROR - ޻ظ +2025-02-27 16:39:02 - ERROR - ޻ظ +2025-02-27 16:39:12 - ERROR - ޻ظ +2025-02-27 16:39:23 - ERROR - ޻ظ +2025-02-27 16:39:33 - ERROR - ޻ظ +2025-02-27 16:39:44 - ERROR - ޻ظ +2025-02-27 16:39:54 - ERROR - ޻ظ +2025-02-27 16:40:04 - ERROR - ޻ظ +2025-02-27 16:40:15 - ERROR - ޻ظ +2025-02-27 16:40:25 - ERROR - ޻ظ +2025-02-27 16:40:36 - ERROR - ޻ظ +2025-02-27 16:40:46 - ERROR - ޻ظ +2025-02-27 16:40:57 - ERROR - ޻ظ +2025-02-27 16:41:07 - ERROR - ޻ظ +2025-02-27 16:41:17 - ERROR - ޻ظ +2025-02-27 16:41:28 - ERROR - ޻ظ +2025-02-27 16:41:38 - ERROR - ޻ظ +2025-02-27 16:41:49 - ERROR - ޻ظ +2025-02-27 16:41:59 - ERROR - ޻ظ +2025-02-27 16:42:10 - ERROR - ޻ظ +2025-02-27 16:42:20 - ERROR - ޻ظ +2025-02-27 16:42:30 - ERROR - ޻ظ +2025-02-27 16:42:41 - ERROR - ޻ظ +2025-02-27 16:42:51 - ERROR - ޻ظ +2025-02-27 16:43:02 - ERROR - ޻ظ +2025-02-27 16:43:12 - ERROR - ޻ظ +2025-02-27 16:43:23 - ERROR - ޻ظ +2025-02-27 16:43:33 - ERROR - ޻ظ +2025-02-27 16:43:43 - ERROR - ޻ظ +2025-02-27 16:43:54 - ERROR - ޻ظ +2025-02-27 16:44:04 - ERROR - ޻ظ +2025-02-27 16:44:15 - ERROR - ޻ظ +2025-02-27 16:44:25 - ERROR - ޻ظ +2025-02-27 16:44:35 - ERROR - ޻ظ +2025-02-27 16:44:46 - ERROR - ޻ظ +2025-02-27 16:44:56 - ERROR - ޻ظ +2025-02-27 16:45:07 - ERROR - ޻ظ +2025-02-27 16:45:17 - ERROR - ޻ظ +2025-02-27 16:45:28 - ERROR - ޻ظ +2025-02-27 16:45:38 - ERROR - ޻ظ +2025-02-27 16:45:48 - ERROR - ޻ظ +2025-02-27 16:45:59 - ERROR - ޻ظ +2025-02-27 16:46:09 - ERROR - ޻ظ +2025-02-27 16:46:20 - ERROR - ޻ظ +2025-02-27 16:46:30 - ERROR - ޻ظ +2025-02-27 16:46:41 - ERROR - ޻ظ +2025-02-27 16:46:51 - ERROR - ޻ظ +2025-02-27 16:47:01 - ERROR - ޻ظ +2025-02-27 16:47:12 - ERROR - ޻ظ +2025-02-27 16:47:22 - ERROR - ޻ظ +2025-02-27 16:47:33 - ERROR - ޻ظ +2025-02-27 16:47:43 - ERROR - ޻ظ +2025-02-27 16:47:54 - ERROR - ޻ظ +2025-02-27 16:48:04 - ERROR - ޻ظ +2025-02-27 16:48:14 - ERROR - ޻ظ +2025-02-27 16:48:25 - ERROR - ޻ظ +2025-02-27 16:48:35 - ERROR - ޻ظ +2025-02-27 16:48:46 - ERROR - ޻ظ +2025-02-27 16:48:56 - ERROR - ޻ظ +2025-02-27 16:49:07 - ERROR - ޻ظ +2025-02-27 16:49:17 - ERROR - ޻ظ +2025-02-27 16:49:27 - ERROR - ޻ظ +2025-02-27 16:49:38 - ERROR - ޻ظ +2025-02-27 16:49:48 - ERROR - ޻ظ +2025-02-27 16:49:59 - ERROR - ޻ظ +2025-02-27 16:50:09 - ERROR - ޻ظ +2025-02-27 16:50:20 - ERROR - ޻ظ +2025-02-27 16:50:30 - ERROR - ޻ظ +2025-02-27 16:50:40 - ERROR - ޻ظ +2025-02-27 16:50:51 - ERROR - ޻ظ +2025-02-27 16:51:01 - ERROR - ޻ظ +2025-02-27 16:51:12 - ERROR - ޻ظ +2025-02-27 16:51:22 - ERROR - ޻ظ +2025-02-27 16:51:33 - ERROR - ޻ظ +2025-02-27 16:51:43 - ERROR - ޻ظ +2025-02-27 16:51:53 - ERROR - ޻ظ +2025-02-27 16:52:04 - ERROR - ޻ظ +2025-02-27 16:52:14 - ERROR - ޻ظ +2025-02-27 16:52:25 - ERROR - ޻ظ +2025-02-27 16:52:35 - ERROR - ޻ظ +2025-02-27 16:52:46 - ERROR - ޻ظ +2025-02-27 16:52:56 - ERROR - ޻ظ +2025-02-27 16:53:06 - ERROR - ޻ظ +2025-02-27 16:53:17 - ERROR - ޻ظ +2025-02-27 16:53:27 - ERROR - ޻ظ +2025-02-27 16:53:38 - ERROR - ޻ظ +2025-02-27 16:53:48 - ERROR - ޻ظ +2025-02-27 16:53:59 - ERROR - ޻ظ +2025-02-27 16:54:09 - ERROR - ޻ظ +2025-02-27 16:54:19 - ERROR - ޻ظ +2025-02-27 16:54:30 - ERROR - ޻ظ +2025-02-27 16:54:40 - ERROR - ޻ظ +2025-02-27 16:54:51 - ERROR - ޻ظ +2025-02-27 16:55:01 - ERROR - ޻ظ +2025-02-27 16:55:12 - ERROR - ޻ظ +2025-02-27 16:55:22 - ERROR - ޻ظ +2025-02-27 16:55:32 - ERROR - ޻ظ +2025-02-27 16:55:43 - ERROR - ޻ظ +2025-02-27 16:55:53 - ERROR - ޻ظ +2025-02-27 16:56:04 - ERROR - ޻ظ +2025-02-27 16:56:14 - ERROR - ޻ظ +2025-02-27 16:56:25 - ERROR - ޻ظ +2025-02-27 16:56:35 - ERROR - ޻ظ +2025-02-27 16:56:45 - ERROR - ޻ظ +2025-02-27 16:56:56 - ERROR - ޻ظ +2025-02-27 16:57:06 - ERROR - ޻ظ +2025-02-27 16:57:17 - ERROR - ޻ظ +2025-02-27 16:57:27 - ERROR - ޻ظ +2025-02-27 16:57:38 - ERROR - ޻ظ +2025-02-27 16:57:48 - ERROR - ޻ظ +2025-02-27 16:57:58 - ERROR - ޻ظ +2025-02-27 16:58:09 - ERROR - ޻ظ +2025-02-27 16:58:19 - ERROR - ޻ظ +2025-02-27 16:58:30 - ERROR - ޻ظ +2025-02-27 16:58:40 - ERROR - ޻ظ +2025-02-27 16:58:50 - ERROR - ޻ظ +2025-02-27 16:59:01 - ERROR - ޻ظ +2025-02-27 16:59:11 - ERROR - ޻ظ +2025-02-27 16:59:22 - ERROR - ޻ظ +2025-02-27 16:59:32 - ERROR - ޻ظ +2025-02-27 16:59:43 - ERROR - ޻ظ +2025-02-27 16:59:53 - ERROR - ޻ظ +2025-02-27 17:00:03 - ERROR - ޻ظ +2025-02-27 17:00:14 - ERROR - ޻ظ +2025-02-27 17:00:24 - ERROR - ޻ظ +2025-02-27 17:00:35 - ERROR - ޻ظ +2025-02-27 17:00:45 - ERROR - ޻ظ +2025-02-27 17:00:56 - ERROR - ޻ظ +2025-02-27 17:01:06 - ERROR - ޻ظ +2025-02-27 17:01:16 - ERROR - ޻ظ +2025-02-27 17:01:27 - ERROR - ޻ظ +2025-02-27 17:01:37 - ERROR - ޻ظ +2025-02-27 17:01:48 - ERROR - ޻ظ +2025-02-27 17:01:58 - ERROR - ޻ظ +2025-02-27 17:02:09 - ERROR - ޻ظ +2025-02-27 17:02:19 - ERROR - ޻ظ +2025-02-27 17:02:29 - ERROR - ޻ظ +2025-02-27 17:02:40 - ERROR - ޻ظ +2025-02-27 17:02:50 - ERROR - ޻ظ +2025-02-27 17:03:01 - ERROR - ޻ظ +2025-02-27 17:03:11 - ERROR - ޻ظ +2025-02-27 17:03:21 - ERROR - ޻ظ +2025-02-27 17:03:32 - ERROR - ޻ظ +2025-02-27 17:03:42 - ERROR - ޻ظ +2025-02-27 17:03:53 - ERROR - ޻ظ +2025-02-27 17:04:03 - ERROR - ޻ظ +2025-02-27 17:04:14 - ERROR - ޻ظ +2025-02-27 17:04:24 - ERROR - ޻ظ +2025-02-27 17:04:34 - ERROR - ޻ظ +2025-02-27 17:04:45 - ERROR - ޻ظ +2025-02-27 17:04:55 - ERROR - ޻ظ +2025-02-27 17:05:06 - ERROR - ޻ظ +2025-02-27 17:05:16 - ERROR - ޻ظ +2025-02-27 17:05:27 - ERROR - ޻ظ +2025-02-27 17:05:37 - ERROR - ޻ظ +2025-02-27 17:05:47 - ERROR - ޻ظ +2025-02-27 17:05:58 - ERROR - ޻ظ +2025-02-27 17:06:08 - ERROR - ޻ظ +2025-02-27 17:06:19 - ERROR - ޻ظ +2025-02-27 17:06:29 - ERROR - ޻ظ +2025-02-27 17:06:40 - ERROR - ޻ظ +2025-02-27 17:06:50 - ERROR - ޻ظ +2025-02-27 17:07:00 - ERROR - ޻ظ +2025-02-27 17:07:11 - ERROR - ޻ظ +2025-02-27 17:07:21 - ERROR - ޻ظ +2025-02-27 17:07:32 - ERROR - ޻ظ +2025-02-27 17:07:42 - ERROR - ޻ظ +2025-02-27 17:07:53 - ERROR - ޻ظ +2025-02-27 17:08:03 - ERROR - ޻ظ +2025-02-27 17:08:13 - ERROR - ޻ظ +2025-02-27 17:08:24 - ERROR - ޻ظ +2025-02-27 17:08:34 - ERROR - ޻ظ +2025-02-27 17:08:45 - ERROR - ޻ظ +2025-02-27 17:08:55 - ERROR - ޻ظ +2025-02-27 17:09:05 - ERROR - ޻ظ +2025-02-27 17:09:16 - ERROR - ޻ظ +2025-02-27 17:09:26 - ERROR - ޻ظ +2025-02-27 17:09:37 - ERROR - ޻ظ +2025-02-27 17:09:47 - ERROR - ޻ظ +2025-02-27 17:09:58 - ERROR - ޻ظ +2025-02-27 17:10:08 - ERROR - ޻ظ +2025-02-27 17:10:18 - ERROR - ޻ظ +2025-02-27 17:10:29 - ERROR - ޻ظ +2025-02-27 17:10:39 - ERROR - ޻ظ +2025-02-27 17:10:50 - ERROR - ޻ظ +2025-02-27 17:11:00 - ERROR - ޻ظ +2025-02-27 17:11:11 - ERROR - ޻ظ +2025-02-27 17:11:21 - ERROR - ޻ظ +2025-02-27 17:11:31 - ERROR - ޻ظ +2025-02-27 17:11:42 - ERROR - ޻ظ +2025-02-27 17:11:52 - ERROR - ޻ظ +2025-02-27 17:12:03 - ERROR - ޻ظ +2025-02-27 17:12:13 - ERROR - ޻ظ +2025-02-27 17:12:24 - ERROR - ޻ظ +2025-02-27 17:12:34 - ERROR - ޻ظ +2025-02-27 17:12:44 - ERROR - ޻ظ +2025-02-27 17:12:55 - ERROR - ޻ظ +2025-02-27 17:13:05 - ERROR - ޻ظ +2025-02-27 17:13:16 - ERROR - ޻ظ +2025-02-27 17:13:26 - ERROR - ޻ظ +2025-02-27 17:13:37 - ERROR - ޻ظ +2025-02-27 17:13:47 - ERROR - ޻ظ +2025-02-27 17:13:57 - ERROR - ޻ظ +2025-02-27 17:14:08 - ERROR - ޻ظ +2025-02-27 17:14:18 - ERROR - ޻ظ +2025-02-27 17:14:29 - ERROR - ޻ظ +2025-02-27 17:14:39 - ERROR - ޻ظ +2025-02-27 17:14:50 - ERROR - ޻ظ +2025-02-27 17:15:00 - ERROR - ޻ظ +2025-02-27 17:15:10 - ERROR - ޻ظ +2025-02-27 17:15:21 - ERROR - ޻ظ +2025-02-27 17:15:31 - ERROR - ޻ظ +2025-02-27 17:15:42 - ERROR - ޻ظ +2025-02-27 17:15:52 - ERROR - ޻ظ +2025-02-27 17:16:03 - ERROR - ޻ظ +2025-02-27 17:16:13 - ERROR - ޻ظ +2025-02-27 17:16:23 - ERROR - ޻ظ +2025-02-27 17:16:34 - ERROR - ޻ظ +2025-02-27 17:16:44 - ERROR - ޻ظ +2025-02-27 17:16:55 - ERROR - ޻ظ +2025-02-27 17:17:05 - ERROR - ޻ظ +2025-02-27 17:17:15 - ERROR - ޻ظ +2025-02-27 17:17:26 - ERROR - ޻ظ +2025-02-27 17:17:36 - ERROR - ޻ظ +2025-02-27 17:17:47 - ERROR - ޻ظ +2025-02-27 17:17:57 - ERROR - ޻ظ +2025-02-27 17:18:08 - ERROR - ޻ظ +2025-02-27 17:18:18 - ERROR - ޻ظ +2025-02-27 17:18:28 - ERROR - ޻ظ +2025-02-27 17:18:39 - ERROR - ޻ظ +2025-02-27 17:18:49 - ERROR - ޻ظ +2025-02-27 17:19:00 - ERROR - ޻ظ +2025-02-27 17:19:10 - ERROR - ޻ظ +2025-02-27 17:19:21 - ERROR - ޻ظ +2025-02-27 17:19:31 - ERROR - ޻ظ +2025-02-27 17:19:41 - ERROR - ޻ظ +2025-02-27 17:19:52 - ERROR - ޻ظ +2025-02-27 17:20:02 - ERROR - ޻ظ +2025-02-27 17:20:13 - ERROR - ޻ظ +2025-02-27 17:20:23 - ERROR - ޻ظ +2025-02-27 17:20:34 - ERROR - ޻ظ +2025-02-27 17:20:44 - ERROR - ޻ظ +2025-02-27 17:20:54 - ERROR - ޻ظ +2025-02-27 17:21:05 - ERROR - ޻ظ +2025-02-27 17:21:15 - ERROR - ޻ظ +2025-02-27 17:21:26 - ERROR - ޻ظ +2025-02-27 17:21:36 - ERROR - ޻ظ +2025-02-27 17:21:46 - ERROR - ޻ظ +2025-02-27 17:21:57 - ERROR - ޻ظ +2025-02-27 17:22:07 - ERROR - ޻ظ +2025-02-27 17:22:18 - ERROR - ޻ظ +2025-02-27 17:22:28 - ERROR - ޻ظ +2025-02-27 17:22:39 - ERROR - ޻ظ +2025-02-27 17:22:49 - ERROR - ޻ظ +2025-02-27 17:22:59 - ERROR - ޻ظ +2025-02-27 17:23:10 - ERROR - ޻ظ +2025-02-27 17:23:20 - ERROR - ޻ظ +2025-02-27 17:23:31 - ERROR - ޻ظ +2025-02-27 17:23:41 - ERROR - ޻ظ +2025-02-27 17:23:52 - ERROR - ޻ظ +2025-02-27 17:24:02 - ERROR - ޻ظ +2025-02-27 17:24:12 - ERROR - ޻ظ +2025-02-27 17:24:23 - ERROR - ޻ظ +2025-02-27 17:24:29 - INFO - ˳ϵͳ +2025-02-27 17:24:29 - ERROR - ޻ظ +2025-02-27 17:24:29 - ERROR - model +2025-02-28 08:47:04 - INFO - ϵͳ +2025-02-28 08:47:23 - ERROR - ¼ʧ +2025-02-28 08:47:23 - INFO - ˳ϵͳ +2025-02-28 08:47:23 - ERROR - ¼ʧ +2025-02-28 08:47:23 - ERROR - model +2025-02-28 10:46:16 - INFO - ϵͳ +2025-02-28 10:46:49 - ERROR - ޻ظ +2025-02-28 10:47:00 - ERROR - ޻ظ +2025-02-28 10:47:10 - ERROR - ޻ظ +2025-02-28 10:47:20 - ERROR - ޻ظ +2025-02-28 10:47:31 - ERROR - ޻ظ +2025-02-28 10:47:32 - ERROR - ¼ʧ +2025-02-28 10:47:32 - INFO - ˳ϵͳ +2025-02-28 10:47:32 - ERROR - ¼ʧ +2025-02-28 10:47:33 - ERROR - model +2025-02-28 10:48:25 - INFO - ϵͳ +2025-02-28 10:48:58 - ERROR - ޻ظ +2025-02-28 10:49:08 - ERROR - ޻ظ +2025-02-28 10:49:19 - ERROR - ޻ظ +2025-02-28 10:49:29 - ERROR - ޻ظ +2025-02-28 10:49:40 - ERROR - ޻ظ +2025-02-28 10:49:50 - ERROR - ޻ظ +2025-02-28 10:50:00 - ERROR - ޻ظ +2025-02-28 10:50:11 - ERROR - ޻ظ +2025-02-28 10:50:21 - ERROR - ޻ظ +2025-02-28 10:50:32 - ERROR - ޻ظ +2025-02-28 10:50:42 - ERROR - ޻ظ +2025-02-28 10:50:53 - ERROR - ޻ظ +2025-02-28 10:51:03 - ERROR - ޻ظ +2025-02-28 10:51:13 - ERROR - ޻ظ +2025-02-28 10:51:24 - ERROR - ޻ظ +2025-02-28 10:51:34 - ERROR - ޻ظ +2025-02-28 10:51:45 - ERROR - ޻ظ +2025-02-28 10:51:55 - ERROR - ޻ظ +2025-02-28 10:52:06 - ERROR - ޻ظ +2025-02-28 10:52:16 - ERROR - ޻ظ +2025-02-28 10:52:26 - ERROR - ޻ظ +2025-02-28 10:52:27 - INFO - +2025-02-28 10:55:25 - ERROR - ¼ʧ +2025-02-28 10:55:25 - INFO - ˳ϵͳ +2025-02-28 10:55:25 - ERROR - ¼ʧ +2025-02-28 10:55:26 - ERROR - model +2025-02-28 10:56:16 - INFO - ϵͳ +2025-02-28 10:59:43 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["switchTool","2"]} +2025-02-28 10:59:43 - INFO - л +2025-02-28 10:59:43 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["startButton","1"]} +2025-02-28 10:59:43 - INFO - лԶ״̬ +2025-02-28 10:59:46 - INFO - һȷ +2025-02-28 10:59:46 - INFO - Ӧ1:ͶϿʼ +2025-02-28 10:59:46 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-28 10:59:47 - INFO - IO: 21 +2025-02-28 10:59:51 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-28 10:59:51 - INFO - IO: 20 +2025-02-28 10:59:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 10:59:52 - INFO - ͶϿʼ +2025-02-28 10:59:52 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-28 10:59:52 - INFO - ͶϿʼ +2025-02-28 10:59:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 10:59:52 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-28 10:59:54 - INFO - ƶλλ +2025-02-28 10:59:54 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-28 10:59:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 10:59:58 - INFO - ƶλλ +2025-02-28 10:59:58 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 10:59:58 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 10:59:58 - INFO - ǷȫͶ +2025-02-28 10:59:58 - INFO - ǷȫͶ +2025-02-28 10:59:58 - INFO - ǷȫͶ +2025-02-28 10:59:58 - INFO - ǷȫͶ +2025-02-28 10:59:58 - INFO - ǷȫͶ +2025-02-28 10:59:58 - INFO - ǷȫͶ +2025-02-28 10:59:59 - INFO - ǷȫͶ +2025-02-28 10:59:59 - INFO - ǷȫͶ +2025-02-28 10:59:59 - INFO - ǷȫͶ +2025-02-28 10:59:59 - INFO - ǷȫͶ +2025-02-28 10:59:59 - INFO - ǷȫͶ +2025-02-28 10:59:59 - INFO - ǷȫͶ +2025-02-28 10:59:59 - INFO - ǷȫͶ +2025-02-28 10:59:59 - INFO - ǷȫͶ +2025-02-28 10:59:59 - INFO - ǷȫͶ +2025-02-28 11:00:00 - INFO - ǷȫͶ +2025-02-28 11:00:00 - INFO - ǷȫͶ +2025-02-28 11:00:00 - INFO - ǷȫͶ +2025-02-28 11:00:00 - INFO - ǷȫͶ +2025-02-28 11:00:00 - INFO - ǷȫͶ +2025-02-28 11:00:00 - INFO - ǷȫͶ +2025-02-28 11:00:00 - INFO - ǷȫͶ +2025-02-28 11:00:00 - INFO - ǷȫͶ +2025-02-28 11:00:00 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:00:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:00:01 - INFO - ǷȫͶ +2025-02-28 11:00:01 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:00:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:00:01 - INFO - ƶλ +2025-02-28 11:00:01 - INFO - ƶλ +2025-02-28 11:00:01 - INFO - ƶλ +2025-02-28 11:00:01 - INFO - ƶλ +2025-02-28 11:00:01 - INFO - ƶλ +2025-02-28 11:00:02 - INFO - ƶλ +2025-02-28 11:00:02 - INFO - ƶλ +2025-02-28 11:00:02 - INFO - ʶͼɹ +2025-02-28 11:00:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:00:02 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:00:02 - INFO - ƶλ +2025-02-28 11:00:02 - INFO - ƶλ +2025-02-28 11:00:02 - INFO - ƶλ +2025-02-28 11:00:02 - INFO - ƶλ +2025-02-28 11:00:03 - INFO - ƶλ +2025-02-28 11:00:03 - INFO - ƶλ +2025-02-28 11:00:03 - INFO - ƶλ +2025-02-28 11:00:03 - INFO - ʶͼɹ +2025-02-28 11:00:03 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:00:03 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 11:00:04 - INFO - ƶλλ +2025-02-28 11:00:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:00:04 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 11:00:07 - INFO - ƶλλ +2025-02-28 11:00:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"353.99437940728546","m1":"2235.0835247902264","m2":"733.8683527725897","m3":"-3.7105087376562733","m4":"-1.5973728392127922","m5":"-85.12811820919242","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:00:07 - INFO - ƶλ:ֱߣX:353.99437940728546-Y:2235.0835247902264-Z:733.8683527725897-U:-3.7105087376562733-V:-1.5973728392127922-W:-85.12811820919242 +2025-02-28 11:00:09 - INFO - ƶλλ +2025-02-28 11:00:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"322.93485222856594","m1":"2218.4770201897777","m2":"235.11036559204368","m3":"-3.7105087376562733","m4":"-1.5973728392127922","m5":"-85.12811820919242","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:00:10 - INFO - ƶλ:ֱߣX:322.93485222856594-Y:2218.4770201897777-Z:235.11036559204368-U:-3.7105087376562733-V:-1.5973728392127922-W:-85.12811820919242 +2025-02-28 11:00:11 - INFO - ƶץλ +2025-02-28 11:00:11 - INFO - ƶץλ +2025-02-28 11:00:11 - INFO - ƶץλ +2025-02-28 11:00:11 - INFO - ƶץλ +2025-02-28 11:00:11 - INFO - ƶץλ +2025-02-28 11:00:11 - INFO - ƶץλ +2025-02-28 11:00:11 - INFO - ƶץλ +2025-02-28 11:00:11 - INFO - ƶץλ +2025-02-28 11:00:11 - INFO - ƶץλ +2025-02-28 11:00:12 - INFO - ƶץλ +2025-02-28 11:00:12 - INFO - ƶץλ +2025-02-28 11:00:12 - INFO - ƶץλ +2025-02-28 11:00:12 - INFO - ƶץλ +2025-02-28 11:00:12 - INFO - ƶץλ +2025-02-28 11:00:12 - INFO - ƶץλ +2025-02-28 11:00:12 - INFO - ƶץλ +2025-02-28 11:00:12 - INFO - ƶץλ +2025-02-28 11:00:12 - INFO - ƶץλ +2025-02-28 11:00:13 - INFO - ץϵλ +2025-02-28 11:00:13 - INFO - ץϳɹ +2025-02-28 11:00:14 - INFO - ƶץλ +2025-02-28 11:00:14 - INFO - ץϵλ +2025-02-28 11:00:15 - INFO - ץϳɹ +2025-02-28 11:00:15 - INFO - ƶλ:ֱߣX:353.99437940728546-Y:2235.0835247902264-Z:733.8683527725897-U:-3.7105087376562733-V:-1.5973728392127922-W:-85.12811820919242 +2025-02-28 11:00:15 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"353.99437940728546","m1":"2235.0835247902264","m2":"733.8683527725897","m3":"-3.7105087376562733","m4":"-1.5973728392127922","m5":"-85.12811820919242","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:00:16 - INFO - ƶλλ +2025-02-28 11:00:16 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:00:16 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 11:00:19 - INFO - ƶλλ +2025-02-28 11:00:19 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-28 11:00:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:00:21 - INFO - ƶƴλ +2025-02-28 11:00:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:00:21 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-28 11:00:22 - INFO - ƶƴλ +2025-02-28 11:00:22 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 11:00:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:00:26 - INFO - ҡ +2025-02-28 11:00:26 - INFO - ҡ +2025-02-28 11:00:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1556.585449","m1":"1663.580322","m2":"2331.091553","m3":"48.062508","m4":"-0.372809","m5":"-96.427994","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:00:26 - INFO - ƶλ:ֱߣX:1556.585449-Y:1663.580322-Z:2331.091553-U:48.062508-V:-0.372809-W:-96.427994 +2025-02-28 11:00:29 - INFO - ҡ +2025-02-28 11:00:29 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1331.740112","m1":"1787.211548","m2":"2307.181641","m3":"-34.621368","m4":"19.412609","m5":"-132.657135","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:00:30 - INFO - ƶλ:ֱߣX:1331.740112-Y:1787.211548-Z:2307.181641-U:-34.621368-V:19.412609-W:-132.657135 +2025-02-28 11:00:34 - INFO - ҡ +2025-02-28 11:00:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:00:35 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 11:00:40 - INFO - ƶӿմ +2025-02-28 11:00:45 - INFO - ƶӿմ +2025-02-28 11:00:45 - INFO - ƶӿմ +2025-02-28 11:00:47 - INFO - ƶӿմ +2025-02-28 11:00:47 - INFO - ʣͶϴ998 +2025-02-28 11:00:47 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:00:47 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:00:47 - INFO - ƶλ +2025-02-28 11:00:47 - INFO - ƶλ +2025-02-28 11:00:47 - INFO - ƶλ +2025-02-28 11:00:47 - INFO - ƶλ +2025-02-28 11:00:48 - INFO - ƶλ +2025-02-28 11:00:48 - INFO - ʶͼɹ +2025-02-28 11:00:48 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:00:48 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 11:01:07 - INFO - ƶλ:ֱߣm0:1331.740112-m2:1787.211548-m3:2307.181641-m4:-34.621368-m5:19.412609-m6:-132.657135 +2025-02-28 11:01:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1331.740112","m1":"1787.211548","m2":"2307.181641","m3":"-34.621368","m4":"19.412609","m5":"-132.657135","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"0","tool":"2"}]} +2025-02-28 11:01:15 - INFO - ƶλλ +2025-02-28 11:01:15 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:01:15 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 11:01:21 - ERROR - 42 +2025-02-28 11:01:21 - ERROR - 42 +2025-02-28 11:01:21 - ERROR - 42 +2025-02-28 11:01:21 - ERROR - 42 +2025-02-28 11:01:21 - ERROR - 42 +2025-02-28 11:01:22 - ERROR - 42 +2025-02-28 11:01:22 - ERROR - 42 +2025-02-28 11:01:22 - ERROR - 42 +2025-02-28 11:01:22 - ERROR - 42 +2025-02-28 11:01:22 - ERROR - 42 +2025-02-28 11:01:23 - ERROR - 42 +2025-02-28 11:01:23 - ERROR - 42 +2025-02-28 11:01:23 - ERROR - 42 +2025-02-28 11:01:23 - ERROR - 42 +2025-02-28 11:01:24 - ERROR - 42 +2025-02-28 11:01:24 - ERROR - 42 +2025-02-28 11:01:24 - ERROR - 42 +2025-02-28 11:01:26 - INFO - +2025-02-28 11:01:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-28 11:01:27 - INFO - Ͷֹͣ +2025-02-28 11:01:27 - INFO - +2025-02-28 11:01:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-28 11:01:27 - INFO - Ͷֹͣ +2025-02-28 11:01:27 - INFO - +2025-02-28 11:01:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-28 11:01:27 - INFO - Ͷֹͣ +2025-02-28 11:01:27 - INFO - +2025-02-28 11:01:28 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-28 11:01:28 - INFO - Ͷֹͣ +2025-02-28 11:01:36 - INFO - ƶλ:ֱߣm0:1331.740112-m2:1787.211548-m3:2307.181641-m4:-34.621368-m5:19.412609-m6:-132.657135 +2025-02-28 11:01:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1331.740112","m1":"1787.211548","m2":"2307.181641","m3":"-34.621368","m4":"19.412609","m5":"-132.657135","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"0","tool":"2"}]} +2025-02-28 11:01:41 - INFO - ƶλ:ֱߣm0:1556.585449-m2:1663.580322-m3:2331.091553-m4:48.062508-m5:-0.372809-m6:-96.427994 +2025-02-28 11:01:41 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1556.585449","m1":"1663.580322","m2":"2331.091553","m3":"48.062508","m4":"-0.372809","m5":"-96.427994","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"0","tool":"2"}]} +2025-02-28 11:02:33 - ERROR - 42 +2025-02-28 11:02:33 - ERROR - 42 +2025-02-28 11:02:33 - ERROR - 42 +2025-02-28 11:02:33 - ERROR - 42 +2025-02-28 11:02:34 - ERROR - 42 +2025-02-28 11:02:34 - ERROR - 42 +2025-02-28 11:03:24 - INFO - ƶλ:ֱߣm0:1331.740112-m2:1787.211548-m3:2307.181641-m4:-34.621368-m5:19.412609-m6:-132.657135 +2025-02-28 11:03:25 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1331.740112","m1":"1787.211548","m2":"2307.181641","m3":"-34.621368","m4":"19.412609","m5":"-132.657135","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"0","tool":"2"}]} +2025-02-28 11:04:24 - INFO - ƶλ:ֱߣm0:2180.736328-m2:356.33316-m3:1850.0-m4:5.812903-m5:5.431066-m6:-168.01712 +2025-02-28 11:04:24 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"0","tool":"2"}]} +2025-02-28 11:04:36 - INFO - +2025-02-28 11:04:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-28 11:04:36 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["StopButton","1"]} +2025-02-28 11:04:45 - INFO - ƶλ:ֱߣm0:230.52298-m2:1879.445435-m3:2000.432495-m4:3.915686-m5:18.44486-m6:-107.223564 +2025-02-28 11:04:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"0","tool":"2"}]} +2025-02-28 11:04:54 - INFO - +2025-02-28 11:04:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-28 11:04:54 - INFO - ʼλ +2025-02-28 11:04:54 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-28 11:04:54 - INFO - IO: 21 +2025-02-28 11:04:54 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-28 11:04:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:04:55 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"80","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:04:55 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-28 11:04:55 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-28 11:04:55 - INFO - IO: 20 +2025-02-28 11:05:43 - INFO - ٶ100|100 +2025-02-28 11:05:46 - INFO - ٶ100|100 +2025-02-28 11:05:47 - INFO - ٶ100|100 +2025-02-28 11:05:47 - INFO - ٶ100|100 +2025-02-28 11:05:47 - INFO - ٶ100|100 +2025-02-28 11:05:47 - INFO - ٶ100|100 +2025-02-28 11:05:48 - INFO - ٶ100|100 +2025-02-28 11:05:59 - INFO - һȷ +2025-02-28 11:05:59 - INFO - Ӧ1:ͶϿʼ +2025-02-28 11:05:59 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-28 11:05:59 - INFO - IO: 21 +2025-02-28 11:06:04 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-28 11:06:04 - INFO - IO: 20 +2025-02-28 11:06:04 - INFO - ͶϿʼ +2025-02-28 11:06:04 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-28 11:06:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:04 - INFO - ͶϿʼ +2025-02-28 11:06:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:05 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-28 11:06:06 - INFO - ƶλλ +2025-02-28 11:06:06 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-28 11:06:06 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:08 - INFO - ƶλλ +2025-02-28 11:06:08 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:06:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:09 - INFO - ǷȫͶ +2025-02-28 11:06:09 - INFO - ǷȫͶ +2025-02-28 11:06:09 - INFO - ǷȫͶ +2025-02-28 11:06:09 - INFO - ǷȫͶ +2025-02-28 11:06:09 - INFO - ǷȫͶ +2025-02-28 11:06:09 - INFO - ǷȫͶ +2025-02-28 11:06:09 - INFO - ǷȫͶ +2025-02-28 11:06:09 - INFO - ǷȫͶ +2025-02-28 11:06:09 - INFO - ǷȫͶ +2025-02-28 11:06:10 - INFO - ǷȫͶ +2025-02-28 11:06:10 - INFO - ǷȫͶ +2025-02-28 11:06:10 - INFO - ǷȫͶ +2025-02-28 11:06:10 - INFO - ǷȫͶ +2025-02-28 11:06:10 - INFO - ǷȫͶ +2025-02-28 11:06:10 - INFO - ǷȫͶ +2025-02-28 11:06:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:10 - INFO - ǷȫͶ +2025-02-28 11:06:10 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:06:11 - INFO - ǷȫͶ +2025-02-28 11:06:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:11 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:06:11 - INFO - ƶλ +2025-02-28 11:06:11 - INFO - ƶλ +2025-02-28 11:06:11 - INFO - ƶλ +2025-02-28 11:06:11 - INFO - ƶλ +2025-02-28 11:06:11 - INFO - ƶλ +2025-02-28 11:06:11 - INFO - ƶλ +2025-02-28 11:06:12 - INFO - ʶͼɹ +2025-02-28 11:06:12 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:12 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:06:12 - INFO - ƶλ +2025-02-28 11:06:12 - INFO - ƶλ +2025-02-28 11:06:12 - INFO - ƶλ +2025-02-28 11:06:12 - INFO - ƶλ +2025-02-28 11:06:12 - INFO - ƶλ +2025-02-28 11:06:12 - INFO - ƶλ +2025-02-28 11:06:13 - INFO - ƶλ +2025-02-28 11:06:13 - INFO - ʶͼɹ +2025-02-28 11:06:13 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:13 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 11:06:13 - INFO - ƶλλ +2025-02-28 11:06:13 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:14 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 11:06:15 - INFO - ƶλλ +2025-02-28 11:06:16 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"346.63822192304644","m1":"2232.0915189126404","m2":"738.236919811461","m3":"-3.3168769158438227","m4":"-1.4347543725115963","m5":"-84.93110329232925","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:16 - INFO - ƶλ:ֱߣX:346.63822192304644-Y:2232.0915189126404-Z:738.236919811461-U:-3.3168769158438227-V:-1.4347543725115963-W:-84.93110329232925 +2025-02-28 11:06:18 - INFO - ƶλλ +2025-02-28 11:06:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"318.92658216451025","m1":"2217.086099520939","m2":"239.23100560725803","m3":"-3.3168769158438227","m4":"-1.4347543725115963","m5":"-84.93110329232925","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:18 - INFO - ƶλ:ֱߣX:318.92658216451025-Y:2217.086099520939-Z:239.23100560725803-U:-3.3168769158438227-V:-1.4347543725115963-W:-84.93110329232925 +2025-02-28 11:06:19 - INFO - ƶץλ +2025-02-28 11:06:19 - INFO - ƶץλ +2025-02-28 11:06:19 - INFO - ƶץλ +2025-02-28 11:06:19 - INFO - ƶץλ +2025-02-28 11:06:19 - INFO - ƶץλ +2025-02-28 11:06:19 - INFO - ƶץλ +2025-02-28 11:06:19 - INFO - ƶץλ +2025-02-28 11:06:19 - INFO - ƶץλ +2025-02-28 11:06:20 - INFO - ƶץλ +2025-02-28 11:06:20 - INFO - ƶץλ +2025-02-28 11:06:20 - INFO - ץϵλ +2025-02-28 11:06:20 - INFO - ץϳɹ +2025-02-28 11:06:22 - INFO - ƶץλ +2025-02-28 11:06:22 - INFO - ץϵλ +2025-02-28 11:06:22 - INFO - ץϳɹ +2025-02-28 11:06:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"346.63822192304644","m1":"2232.0915189126404","m2":"738.236919811461","m3":"-3.3168769158438227","m4":"-1.4347543725115963","m5":"-84.93110329232925","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:22 - INFO - ƶλ:ֱߣX:346.63822192304644-Y:2232.0915189126404-Z:738.236919811461-U:-3.3168769158438227-V:-1.4347543725115963-W:-84.93110329232925 +2025-02-28 11:06:23 - INFO - ƶλλ +2025-02-28 11:06:23 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:23 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 11:06:25 - INFO - ƶλλ +2025-02-28 11:06:25 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-28 11:06:25 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:27 - INFO - ƶƴλ +2025-02-28 11:06:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:27 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-28 11:06:28 - INFO - ƶƴλ +2025-02-28 11:06:28 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:28 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 11:06:30 - INFO - ҡ +2025-02-28 11:06:30 - INFO - ҡ +2025-02-28 11:06:31 - INFO - ƶλ:ֱߣX:1603.363892-Y:1656.630615-Z:2381.103271-U:60.822624-V:-4.996862-W:-99.227669 +2025-02-28 11:06:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1603.363892","m1":"1656.630615","m2":"2381.103271","m3":"60.822624","m4":"-4.996862","m5":"-99.227669","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:33 - INFO - ҡ +2025-02-28 11:06:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:34 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 11:06:37 - INFO - ҡ +2025-02-28 11:06:37 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:37 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 11:06:41 - INFO - ƶӿմ +2025-02-28 11:06:46 - INFO - ƶӿմ +2025-02-28 11:06:46 - INFO - ƶӿմ +2025-02-28 11:06:48 - INFO - ƶӿմ +2025-02-28 11:06:48 - INFO - ʣͶϴ998 +2025-02-28 11:06:48 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:48 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:06:48 - INFO - ƶλ +2025-02-28 11:06:48 - INFO - ƶλ +2025-02-28 11:06:49 - INFO - ƶλ +2025-02-28 11:06:49 - INFO - ƶλ +2025-02-28 11:06:49 - INFO - ƶλ +2025-02-28 11:06:49 - INFO - ʶͼɹ +2025-02-28 11:06:49 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:49 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 11:06:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:51 - INFO - ƶλλ +2025-02-28 11:06:51 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 11:06:51 - INFO - +2025-02-28 11:06:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-28 11:06:52 - INFO - Ͷֹͣ +2025-02-28 11:06:56 - INFO - +2025-02-28 11:06:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-28 11:06:57 - INFO - ʼλ +2025-02-28 11:06:57 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-28 11:06:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:57 - INFO - IO: 21 +2025-02-28 11:06:57 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 11:06:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:06:57 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 11:07:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:07:01 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:07:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:07:04 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:07:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:07:04 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-28 11:07:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:07:07 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-28 11:07:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:07:11 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-28 11:07:11 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-28 11:07:11 - INFO - IO: 20 +2025-02-28 11:07:55 - INFO - û˳ +2025-02-28 11:08:16 - INFO - ϵͳ +2025-02-28 11:13:49 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["switchTool","2"]} +2025-02-28 11:13:49 - INFO - л +2025-02-28 11:13:49 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["startButton","1"]} +2025-02-28 11:13:49 - INFO - лԶ״̬ +2025-02-28 11:13:52 - INFO - һȷ +2025-02-28 11:13:52 - INFO - Ӧ1:ͶϿʼ +2025-02-28 11:13:52 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-28 11:13:52 - INFO - IO: 21 +2025-02-28 11:13:57 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-28 11:13:57 - INFO - IO: 20 +2025-02-28 11:13:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:13:57 - INFO - ͶϿʼ +2025-02-28 11:13:57 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-28 11:13:58 - INFO - ͶϿʼ +2025-02-28 11:13:58 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:13:58 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-28 11:13:59 - INFO - ƶλλ +2025-02-28 11:13:59 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-28 11:13:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:01 - INFO - ƶλλ +2025-02-28 11:14:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:01 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:14:01 - INFO - ǷȫͶ +2025-02-28 11:14:01 - INFO - ǷȫͶ +2025-02-28 11:14:01 - INFO - ǷȫͶ +2025-02-28 11:14:01 - INFO - ǷȫͶ +2025-02-28 11:14:02 - INFO - ǷȫͶ +2025-02-28 11:14:02 - INFO - ǷȫͶ +2025-02-28 11:14:02 - INFO - ǷȫͶ +2025-02-28 11:14:02 - INFO - ǷȫͶ +2025-02-28 11:14:02 - INFO - ǷȫͶ +2025-02-28 11:14:02 - INFO - ǷȫͶ +2025-02-28 11:14:02 - INFO - ǷȫͶ +2025-02-28 11:14:02 - INFO - ǷȫͶ +2025-02-28 11:14:02 - INFO - ǷȫͶ +2025-02-28 11:14:03 - INFO - ǷȫͶ +2025-02-28 11:14:03 - INFO - ǷȫͶ +2025-02-28 11:14:03 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:14:03 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:03 - INFO - ǷȫͶ +2025-02-28 11:14:03 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:03 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:14:03 - INFO - ƶλ +2025-02-28 11:14:03 - INFO - ƶλ +2025-02-28 11:14:04 - INFO - ƶλ +2025-02-28 11:14:04 - INFO - ƶλ +2025-02-28 11:14:04 - INFO - ƶλ +2025-02-28 11:14:04 - INFO - ƶλ +2025-02-28 11:14:04 - INFO - ʶͼɹ +2025-02-28 11:14:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:04 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:14:04 - INFO - ƶλ +2025-02-28 11:14:05 - INFO - ƶλ +2025-02-28 11:14:05 - INFO - ƶλ +2025-02-28 11:14:05 - INFO - ƶλ +2025-02-28 11:14:05 - INFO - ƶλ +2025-02-28 11:14:05 - INFO - ƶλ +2025-02-28 11:14:05 - INFO - ƶλ +2025-02-28 11:14:05 - INFO - ʶͼɹ +2025-02-28 11:14:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:05 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 11:14:06 - INFO - ƶλλ +2025-02-28 11:14:06 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 11:14:06 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:07 - INFO - ƶλλ +2025-02-28 11:14:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"345.12703002771195","m1":"2234.6038258445046","m2":"738.3974234063228","m3":"-2.9654778684149767","m4":"-1.6675896509936867","m5":"-85.37077128413829","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:07 - INFO - ƶλ:ֱߣX:345.12703002771195-Y:2234.6038258445046-Z:738.3974234063228-U:-2.9654778684149767-V:-1.6675896509936867-W:-85.37077128413829 +2025-02-28 11:14:09 - INFO - ƶλλ +2025-02-28 11:14:09 - INFO - ƶλ:ֱߣX:320.51704235467935-Y:2218.032633708378-Z:239.27845552599794-U:-2.9654778684149767-V:-1.6675896509936867-W:-85.37077128413829 +2025-02-28 11:14:09 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"320.51704235467935","m1":"2218.032633708378","m2":"239.27845552599794","m3":"-2.9654778684149767","m4":"-1.6675896509936867","m5":"-85.37077128413829","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:10 - INFO - ƶץλ +2025-02-28 11:14:10 - INFO - ƶץλ +2025-02-28 11:14:10 - INFO - ƶץλ +2025-02-28 11:14:10 - INFO - ƶץλ +2025-02-28 11:14:11 - INFO - ƶץλ +2025-02-28 11:14:11 - INFO - ƶץλ +2025-02-28 11:14:11 - INFO - ƶץλ +2025-02-28 11:14:11 - INFO - ƶץλ +2025-02-28 11:14:11 - INFO - ƶץλ +2025-02-28 11:14:11 - INFO - ƶץλ +2025-02-28 11:14:11 - INFO - ƶץλ +2025-02-28 11:14:11 - INFO - ƶץλ +2025-02-28 11:14:11 - INFO - ƶץλ +2025-02-28 11:14:12 - INFO - ƶץλ +2025-02-28 11:14:12 - INFO - ץϵλ +2025-02-28 11:14:12 - INFO - ץϳɹ +2025-02-28 11:14:13 - INFO - ƶץλ +2025-02-28 11:14:13 - INFO - ץϵλ +2025-02-28 11:14:14 - INFO - ץϳɹ +2025-02-28 11:14:14 - INFO - ƶλ:ֱߣX:345.12703002771195-Y:2234.6038258445046-Z:738.3974234063228-U:-2.9654778684149767-V:-1.6675896509936867-W:-85.37077128413829 +2025-02-28 11:14:14 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"345.12703002771195","m1":"2234.6038258445046","m2":"738.3974234063228","m3":"-2.9654778684149767","m4":"-1.6675896509936867","m5":"-85.37077128413829","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:14 - INFO - ƶλλ +2025-02-28 11:14:14 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:14 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 11:14:16 - INFO - ƶλλ +2025-02-28 11:14:16 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:16 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-28 11:14:18 - INFO - ƶƴλ +2025-02-28 11:14:18 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-28 11:14:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:18 - INFO - ƶƴλ +2025-02-28 11:14:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:18 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 11:14:21 - INFO - ҡ +2025-02-28 11:14:21 - INFO - ҡ +2025-02-28 11:14:22 - INFO - ƶλ:ֱߣX:1603.363892-Y:1656.630615-Z:2381.103271-U:60.822624-V:-4.996862-W:-99.227669 +2025-02-28 11:14:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1603.363892","m1":"1656.630615","m2":"2381.103271","m3":"60.822624","m4":"-4.996862","m5":"-99.227669","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:24 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:24 - INFO - ҡ +2025-02-28 11:14:25 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 11:14:28 - INFO - ҡ +2025-02-28 11:14:28 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:28 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 11:14:32 - INFO - ƶӿմ +2025-02-28 11:14:37 - INFO - ƶӿմ +2025-02-28 11:14:37 - INFO - ƶӿմ +2025-02-28 11:14:39 - INFO - ƶӿմ +2025-02-28 11:14:39 - INFO - ʣͶϴ998 +2025-02-28 11:14:39 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:39 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:14:39 - INFO - ƶλ +2025-02-28 11:14:39 - INFO - ƶλ +2025-02-28 11:14:40 - INFO - ƶλ +2025-02-28 11:14:40 - INFO - ƶλ +2025-02-28 11:14:40 - INFO - ƶλ +2025-02-28 11:14:40 - INFO - ʶͼɹ +2025-02-28 11:14:40 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:40 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 11:14:41 - INFO - ƶλλ +2025-02-28 11:14:41 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:41 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 11:14:43 - INFO - ƶλλ +2025-02-28 11:14:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"350.85059171500967","m1":"2233.3717186202384","m2":"738.131542069789","m3":"-3.4239735474418818","m4":"-1.5320163666659983","m5":"-85.40941137162459","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:43 - INFO - ƶλ:ֱߣX:350.85059171500967-Y:2233.3717186202384-Z:738.131542069789-U:-3.4239735474418818-V:-1.5320163666659983-W:-85.40941137162459 +2025-02-28 11:14:45 - INFO - ƶλλ +2025-02-28 11:14:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"322.15234569390725","m1":"2217.6806030728735","m2":"239.20248942984543","m3":"-3.4239735474418818","m4":"-1.5320163666659983","m5":"-85.40941137162459","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:45 - INFO - ƶλ:ֱߣX:322.15234569390725-Y:2217.6806030728735-Z:239.20248942984543-U:-3.4239735474418818-V:-1.5320163666659983-W:-85.40941137162459 +2025-02-28 11:14:46 - INFO - ƶץλ +2025-02-28 11:14:46 - INFO - ƶץλ +2025-02-28 11:14:46 - INFO - ƶץλ +2025-02-28 11:14:46 - INFO - ƶץλ +2025-02-28 11:14:46 - INFO - ƶץλ +2025-02-28 11:14:46 - INFO - ƶץλ +2025-02-28 11:14:46 - INFO - ƶץλ +2025-02-28 11:14:47 - INFO - ƶץλ +2025-02-28 11:14:47 - INFO - ƶץλ +2025-02-28 11:14:47 - INFO - ƶץλ +2025-02-28 11:14:47 - INFO - ƶץλ +2025-02-28 11:14:47 - INFO - ƶץλ +2025-02-28 11:14:47 - INFO - ƶץλ +2025-02-28 11:14:47 - INFO - ץϵλ +2025-02-28 11:14:47 - INFO - ץϳɹ +2025-02-28 11:14:49 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"350.85059171500967","m1":"2233.3717186202384","m2":"738.131542069789","m3":"-3.4239735474418818","m4":"-1.5320163666659983","m5":"-85.40941137162459","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:49 - INFO - ƶץλ +2025-02-28 11:14:49 - INFO - ץϵλ +2025-02-28 11:14:49 - INFO - ץϳɹ +2025-02-28 11:14:49 - INFO - ƶλ:ֱߣX:350.85059171500967-Y:2233.3717186202384-Z:738.131542069789-U:-3.4239735474418818-V:-1.5320163666659983-W:-85.40941137162459 +2025-02-28 11:14:49 - INFO - ƶλλ +2025-02-28 11:14:50 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 11:14:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:52 - INFO - ƶλλ +2025-02-28 11:14:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:52 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-28 11:14:53 - INFO - ƶƴλ +2025-02-28 11:14:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:54 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-28 11:14:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:14:54 - INFO - ƶƴλ +2025-02-28 11:14:54 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 11:14:57 - INFO - ҡ +2025-02-28 11:14:57 - INFO - ҡ +2025-02-28 11:14:57 - INFO - ƶλ:ֱߣX:1603.363892-Y:1656.630615-Z:2381.103271-U:60.822624-V:-4.996862-W:-99.227669 +2025-02-28 11:14:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1603.363892","m1":"1656.630615","m2":"2381.103271","m3":"60.822624","m4":"-4.996862","m5":"-99.227669","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:00 - INFO - ҡ +2025-02-28 11:15:00 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 11:15:00 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:04 - INFO - ҡ +2025-02-28 11:15:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:04 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 11:15:07 - INFO - ƶӿմ +2025-02-28 11:15:13 - INFO - ƶӿմ +2025-02-28 11:15:13 - INFO - ƶӿմ +2025-02-28 11:15:15 - INFO - ƶӿմ +2025-02-28 11:15:15 - INFO - ʣͶϴ997 +2025-02-28 11:15:15 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:15:15 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:15 - INFO - ƶλ +2025-02-28 11:15:15 - INFO - ƶλ +2025-02-28 11:15:15 - INFO - ƶλ +2025-02-28 11:15:15 - INFO - ƶλ +2025-02-28 11:15:15 - INFO - ƶλ +2025-02-28 11:15:16 - INFO - ʶͼɹ +2025-02-28 11:15:16 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:16 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 11:15:17 - INFO - ƶλλ +2025-02-28 11:15:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:17 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 11:15:19 - INFO - ƶλλ +2025-02-28 11:15:19 - INFO - ƶλ:ֱߣX:361.3114362515351-Y:2252.3331925542802-Z:736.5961240355548-U:-4.412441584584692-V:-3.0055017843123424-W:-85.24821285436406 +2025-02-28 11:15:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"361.3114362515351","m1":"2252.3331925542802","m2":"736.5961240355548","m3":"-4.412441584584692","m4":"-3.0055017843123424","m5":"-85.24821285436406","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:21 - INFO - ƶλλ +2025-02-28 11:15:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"325.1411584186288","m1":"2223.098167054028","m2":"238.76379856292138","m3":"-4.412441584584692","m4":"-3.0055017843123424","m5":"-85.24821285436406","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:21 - INFO - ƶλ:ֱߣX:325.1411584186288-Y:2223.098167054028-Z:238.76379856292138-U:-4.412441584584692-V:-3.0055017843123424-W:-85.24821285436406 +2025-02-28 11:15:22 - INFO - ƶץλ +2025-02-28 11:15:22 - INFO - ƶץλ +2025-02-28 11:15:22 - INFO - ƶץλ +2025-02-28 11:15:22 - INFO - ƶץλ +2025-02-28 11:15:22 - INFO - ƶץλ +2025-02-28 11:15:22 - INFO - ƶץλ +2025-02-28 11:15:22 - INFO - ƶץλ +2025-02-28 11:15:22 - INFO - ƶץλ +2025-02-28 11:15:23 - INFO - ƶץλ +2025-02-28 11:15:23 - INFO - ƶץλ +2025-02-28 11:15:23 - INFO - ƶץλ +2025-02-28 11:15:23 - INFO - ƶץλ +2025-02-28 11:15:23 - INFO - ƶץλ +2025-02-28 11:15:23 - INFO - ƶץλ +2025-02-28 11:15:23 - INFO - ץϵλ +2025-02-28 11:15:23 - INFO - ץϳɹ +2025-02-28 11:15:25 - INFO - ƶץλ +2025-02-28 11:15:25 - INFO - ץϵλ +2025-02-28 11:15:25 - INFO - ץϳɹ +2025-02-28 11:15:25 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"361.3114362515351","m1":"2252.3331925542802","m2":"736.5961240355548","m3":"-4.412441584584692","m4":"-3.0055017843123424","m5":"-85.24821285436406","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:25 - INFO - ƶλ:ֱߣX:361.3114362515351-Y:2252.3331925542802-Z:736.5961240355548-U:-4.412441584584692-V:-3.0055017843123424-W:-85.24821285436406 +2025-02-28 11:15:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:26 - INFO - ƶλλ +2025-02-28 11:15:26 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 11:15:28 - INFO - ƶλλ +2025-02-28 11:15:28 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-28 11:15:28 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:29 - INFO - ƶƴλ +2025-02-28 11:15:30 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:30 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-28 11:15:30 - INFO - ƶƴλ +2025-02-28 11:15:30 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 11:15:30 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:33 - INFO - ҡ +2025-02-28 11:15:33 - INFO - ҡ +2025-02-28 11:15:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1603.363892","m1":"1656.630615","m2":"2381.103271","m3":"60.822624","m4":"-4.996862","m5":"-99.227669","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:33 - INFO - ƶλ:ֱߣX:1603.363892-Y:1656.630615-Z:2381.103271-U:60.822624-V:-4.996862-W:-99.227669 +2025-02-28 11:15:36 - INFO - ҡ +2025-02-28 11:15:36 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 11:15:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:40 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:40 - INFO - ҡ +2025-02-28 11:15:40 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 11:15:43 - INFO - ƶӿմ +2025-02-28 11:15:49 - INFO - ƶӿմ +2025-02-28 11:15:49 - INFO - ƶӿմ +2025-02-28 11:15:51 - INFO - ƶӿմ +2025-02-28 11:15:51 - INFO - ʣͶϴ996 +2025-02-28 11:15:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:51 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:15:51 - INFO - ƶλ +2025-02-28 11:15:51 - INFO - ƶλ +2025-02-28 11:15:51 - INFO - ƶλ +2025-02-28 11:15:51 - INFO - ƶλ +2025-02-28 11:15:51 - INFO - ƶλ +2025-02-28 11:15:52 - INFO - ʶͼɹ +2025-02-28 11:15:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:52 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 11:15:53 - INFO - ƶλλ +2025-02-28 11:15:53 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:53 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 11:15:55 - INFO - ƶλλ +2025-02-28 11:15:55 - INFO - ƶλ:ֱߣX:346.21342760375677-Y:2232.4937604921374-Z:734.3907789981896-U:-3.0545928596285483-V:-1.4435457384874157-W:-85.21525114629671 +2025-02-28 11:15:55 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"346.21342760375677","m1":"2232.4937604921374","m2":"734.3907789981896","m3":"-3.0545928596285483","m4":"-1.4435457384874157","m5":"-85.21525114629671","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:56 - INFO - ƶλλ +2025-02-28 11:15:57 - INFO - ƶλ:ֱߣX:320.7117231418435-Y:2217.737087533181-Z:235.25963022792936-U:-3.0545928596285483-V:-1.4435457384874157-W:-85.21525114629671 +2025-02-28 11:15:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"320.7117231418435","m1":"2217.737087533181","m2":"235.25963022792936","m3":"-3.0545928596285483","m4":"-1.4435457384874157","m5":"-85.21525114629671","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:15:58 - INFO - ƶץλ +2025-02-28 11:15:58 - INFO - ƶץλ +2025-02-28 11:15:58 - INFO - ƶץλ +2025-02-28 11:15:58 - INFO - ƶץλ +2025-02-28 11:15:58 - INFO - ƶץλ +2025-02-28 11:15:58 - INFO - ƶץλ +2025-02-28 11:15:58 - INFO - ƶץλ +2025-02-28 11:15:58 - INFO - ƶץλ +2025-02-28 11:15:58 - INFO - ƶץλ +2025-02-28 11:15:59 - INFO - ƶץλ +2025-02-28 11:15:59 - INFO - ƶץλ +2025-02-28 11:15:59 - INFO - ƶץλ +2025-02-28 11:15:59 - INFO - ƶץλ +2025-02-28 11:15:59 - INFO - ƶץλ +2025-02-28 11:15:59 - INFO - ץϵλ +2025-02-28 11:15:59 - INFO - ץϳɹ +2025-02-28 11:16:01 - INFO - ƶץλ +2025-02-28 11:16:01 - INFO - ץϵλ +2025-02-28 11:16:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"346.21342760375677","m1":"2232.4937604921374","m2":"734.3907789981896","m3":"-3.0545928596285483","m4":"-1.4435457384874157","m5":"-85.21525114629671","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:16:01 - INFO - ץϳɹ +2025-02-28 11:16:01 - INFO - ƶλ:ֱߣX:346.21342760375677-Y:2232.4937604921374-Z:734.3907789981896-U:-3.0545928596285483-V:-1.4435457384874157-W:-85.21525114629671 +2025-02-28 11:16:01 - INFO - ƶλλ +2025-02-28 11:16:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:16:02 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 11:16:04 - INFO - ƶλλ +2025-02-28 11:16:04 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-28 11:16:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:16:05 - INFO - ƶƴλ +2025-02-28 11:16:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:16:05 - INFO - ƶλ:ֱߣX:1427.58313-Y:1724.46875-Z:1831.32312-U:1.923308-V:3.454441-W:-87.299934 +2025-02-28 11:16:06 - INFO - ƶƴλ +2025-02-28 11:16:06 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:16:06 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 11:16:09 - INFO - ҡ +2025-02-28 11:16:09 - INFO - ҡ +2025-02-28 11:16:09 - INFO - ƶλ:ֱߣX:1603.363892-Y:1656.630615-Z:2381.103271-U:60.822624-V:-4.996862-W:-99.227669 +2025-02-28 11:16:09 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1603.363892","m1":"1656.630615","m2":"2381.103271","m3":"60.822624","m4":"-4.996862","m5":"-99.227669","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:16:12 - INFO - ҡ +2025-02-28 11:16:12 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:16:12 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 11:16:16 - INFO - ҡ +2025-02-28 11:16:16 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 11:16:16 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:16:20 - INFO - ƶӿմ +2025-02-28 11:16:25 - INFO - ƶӿմ +2025-02-28 11:16:25 - INFO - ƶӿմ +2025-02-28 11:16:27 - INFO - ƶӿմ +2025-02-28 11:16:27 - INFO - ʣͶϴ995 +2025-02-28 11:16:27 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 11:16:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:16:27 - INFO - ƶλ +2025-02-28 11:16:27 - INFO - ƶλ +2025-02-28 11:16:27 - INFO - ƶλ +2025-02-28 11:16:28 - INFO - ƶλ +2025-02-28 11:16:28 - INFO - ƶλ +2025-02-28 11:16:28 - INFO - ʶͼɹ +2025-02-28 11:16:28 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:16:28 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 11:16:29 - INFO - ƶλλ +2025-02-28 11:16:29 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:16:29 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 11:16:31 - INFO - ƶλλ +2025-02-28 11:16:31 - INFO - ƶλ:ֱߣX:346.18338947388446-Y:2229.6547318525804-Z:734.5347831079031-U:-3.0280811323348495-V:-1.4408670627161035-W:-85.12998125970212 +2025-02-28 11:16:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"346.18338947388446","m1":"2229.6547318525804","m2":"734.5347831079031","m3":"-3.0280811323348495","m4":"-1.4408670627161035","m5":"-85.12998125970212","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:16:32 - INFO - +2025-02-28 11:16:32 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-28 11:16:33 - INFO - Ͷֹͣ +2025-02-28 11:16:33 - INFO - +2025-02-28 11:16:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-28 11:16:33 - INFO - Ͷֹͣ +2025-02-28 11:16:35 - INFO - +2025-02-28 11:16:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-28 11:16:35 - INFO - ʼλ +2025-02-28 11:16:35 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-28 11:16:35 - ERROR - еδʵ·ߵƶδѰҵ·λ +2025-02-28 11:16:35 - INFO - IO: 21 +2025-02-28 11:16:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:16:35 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-28 11:16:39 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 11:16:39 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-28 11:16:39 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-28 11:16:39 - INFO - IO: 20 +2025-02-28 12:01:51 - INFO - û˳ +2025-02-28 12:03:45 - INFO - ϵͳ +2025-02-28 12:04:29 - ERROR - ¼ʧ +2025-02-28 12:04:29 - INFO - ˳ϵͳ +2025-02-28 12:04:29 - ERROR - ¼ʧ +2025-02-28 12:04:30 - ERROR - model +2025-02-28 12:10:39 - INFO - ϵͳ +2025-02-28 12:10:50 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["switchTool","2"]} +2025-02-28 12:10:50 - INFO - л +2025-02-28 12:10:50 - INFO - {"dsID":"www.hc-system.com.RemoteMonitor","reqType":"command","cmdData":["startButton","1"]} +2025-02-28 12:10:50 - INFO - лԶ״̬ +2025-02-28 12:10:51 - INFO - һȷ +2025-02-28 12:10:51 - INFO - Ӧ1:ͶϿʼ +2025-02-28 12:10:51 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-28 12:10:51 - INFO - IO: 21 +2025-02-28 12:10:56 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-28 12:10:56 - INFO - IO: 20 +2025-02-28 12:10:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:10:56 - INFO - ͶϿʼ +2025-02-28 12:10:56 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-28 12:10:56 - INFO - ͶϿʼ +2025-02-28 12:10:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:10:56 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-28 12:10:57 - INFO - ƶλλ +2025-02-28 12:10:58 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:10:58 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-28 12:11:00 - INFO - ƶλλ +2025-02-28 12:11:00 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:11:00 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 12:11:00 - INFO - ǷȫͶ +2025-02-28 12:11:00 - INFO - ǷȫͶ +2025-02-28 12:11:01 - INFO - ǷȫͶ +2025-02-28 12:11:01 - INFO - ǷȫͶ +2025-02-28 12:11:01 - INFO - ǷȫͶ +2025-02-28 12:11:01 - INFO - ǷȫͶ +2025-02-28 12:11:01 - INFO - ǷȫͶ +2025-02-28 12:11:01 - INFO - ǷȫͶ +2025-02-28 12:11:01 - INFO - ǷȫͶ +2025-02-28 12:11:01 - INFO - ǷȫͶ +2025-02-28 12:11:01 - INFO - ǷȫͶ +2025-02-28 12:11:02 - INFO - ǷȫͶ +2025-02-28 12:11:02 - INFO - ǷȫͶ +2025-02-28 12:11:02 - INFO - ǷȫͶ +2025-02-28 12:11:02 - INFO - ǷȫͶ +2025-02-28 12:11:02 - INFO - ǷȫͶ +2025-02-28 12:11:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:11:02 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 12:11:02 - INFO - ǷȫͶ +2025-02-28 12:11:02 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 12:11:03 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:11:03 - INFO - ƶλ +2025-02-28 12:11:03 - INFO - ƶλ +2025-02-28 12:11:03 - INFO - ƶλ +2025-02-28 12:11:03 - INFO - ƶλ +2025-02-28 12:11:03 - INFO - ƶλ +2025-02-28 12:11:03 - INFO - ƶλ +2025-02-28 12:11:03 - INFO - ƶλ +2025-02-28 12:11:03 - INFO - ʶͼɹ +2025-02-28 12:11:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:11:04 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 12:11:04 - INFO - ƶλ +2025-02-28 12:11:04 - INFO - ƶλ +2025-02-28 12:11:04 - INFO - ƶλ +2025-02-28 12:11:04 - INFO - ƶλ +2025-02-28 12:11:04 - INFO - ƶλ +2025-02-28 12:11:04 - INFO - ƶλ +2025-02-28 12:11:04 - INFO - ʶͼɹ +2025-02-28 12:11:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:11:05 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 12:11:05 - INFO - ƶλλ +2025-02-28 12:11:05 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 12:11:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:11:07 - INFO - ƶλλ +2025-02-28 12:11:07 - INFO - ƶλ:ֱߣX:169.62678888175955-Y:2288.2293137136717-Z:769.9534566717157-U:1.4043186360474609-V:-2.1076468261013455-W:-83.53914412474451 +2025-02-28 12:11:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"169.62678888175955","m1":"2288.2293137136717","m2":"769.9534566717157","m3":"1.4043186360474609","m4":"-2.1076468261013455","m5":"-83.53914412474451","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:11:09 - INFO - ƶλλ +2025-02-28 12:11:09 - INFO - ƶλ:ֱߣX:183.87126750940573-Y:2271.341894864825-Z:270.4417852232398-U:1.4043186360474609-V:-2.1076468261013455-W:-83.53914412474451 +2025-02-28 12:11:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"183.87126750940573","m1":"2271.341894864825","m2":"270.4417852232398","m3":"1.4043186360474609","m4":"-2.1076468261013455","m5":"-83.53914412474451","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:11:11 - INFO - ƶץλ +2025-02-28 12:11:11 - INFO - ƶץλ +2025-02-28 12:11:11 - INFO - ƶץλ +2025-02-28 12:11:11 - INFO - ƶץλ +2025-02-28 12:11:11 - INFO - ƶץλ +2025-02-28 12:11:11 - INFO - ƶץλ +2025-02-28 12:11:11 - INFO - ƶץλ +2025-02-28 12:11:11 - INFO - ƶץλ +2025-02-28 12:11:11 - INFO - ƶץλ +2025-02-28 12:11:12 - INFO - ƶץλ +2025-02-28 12:11:12 - INFO - ƶץλ +2025-02-28 12:11:12 - INFO - ƶץλ +2025-02-28 12:11:12 - INFO - ƶץλ +2025-02-28 12:11:12 - INFO - ƶץλ +2025-02-28 12:11:12 - INFO - ƶץλ +2025-02-28 12:11:12 - INFO - ƶץλ +2025-02-28 12:11:12 - INFO - ƶץλ +2025-02-28 12:11:12 - INFO - ƶץλ +2025-02-28 12:11:12 - INFO - ƶץλ +2025-02-28 12:11:13 - INFO - ƶץλ +2025-02-28 12:11:13 - INFO - ƶץλ +2025-02-28 12:11:13 - INFO - ץϵλ +2025-02-28 12:11:13 - INFO - ץϳɹ +2025-02-28 12:11:15 - INFO - ƶץλ +2025-02-28 12:11:15 - INFO - ץϵλ +2025-02-28 12:11:15 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"169.62678888175955","m1":"2288.2293137136717","m2":"769.9534566717157","m3":"1.4043186360474609","m4":"-2.1076468261013455","m5":"-83.53914412474451","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:11:15 - INFO - ץϳɹ +2025-02-28 12:11:15 - INFO - ƶλ:ֱߣX:169.62678888175955-Y:2288.2293137136717-Z:769.9534566717157-U:1.4043186360474609-V:-2.1076468261013455-W:-83.53914412474451 +2025-02-28 12:11:15 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:11:15 - INFO - ƶλλ +2025-02-28 12:11:15 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 12:11:18 - INFO - ƶλλ +2025-02-28 12:11:18 - INFO - ƶλ:ֱߣX:1430.494385-Y:1765.716187-Z:2050.0-U:1.57722-V:4.174088-W:-87.506218 +2025-02-28 12:11:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:11:19 - INFO - +2025-02-28 12:11:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-28 12:11:19 - INFO - Ͷֹͣ +2025-02-28 12:11:26 - INFO - ƶλ:ֱߣm0:1430.494385-m2:1765.716187-m3:2050.0-m4:1.57722-m5:4.174088-m6:-87.506218 +2025-02-28 12:11:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"0","tool":"2"}]} +2025-02-28 12:11:30 - INFO - ƶλ:ֱߣm0:1430.494385-m2:1765.716187-m3:2050.0-m4:1.57722-m5:4.174088-m6:-87.506218 +2025-02-28 12:11:30 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1430.494385","m1":"1765.716187","m2":"2050.0","m3":"1.57722","m4":"4.174088","m5":"-87.506218","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"0","tool":"2"}]} +2025-02-28 12:11:34 - INFO - ƶλ:ֱߣm0:1427.58313-m2:1724.46875-m3:1831.32312-m4:1.923308-m5:3.454441-m6:-87.299934 +2025-02-28 12:11:34 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1427.58313","m1":"1724.46875","m2":"1831.32312","m3":"1.923308","m4":"3.454441","m5":"-87.299934","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"0","tool":"2"}]} +2025-02-28 12:19:28 - INFO - ƶλ:ֱߣm0:1339.699585-m2:1702.385742-m3:2197.976318-m4:9.554496-m5:7.15853-m6:-99.243294 +2025-02-28 12:19:28 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"0","tool":"2"}]} +2025-02-28 12:19:37 - INFO - ƶλ:ֱߣm0:1603.363892-m2:1656.630615-m3:2381.103271-m4:60.822624-m5:-4.996862-m6:-99.227669 +2025-02-28 12:19:37 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1603.363892","m1":"1656.630615","m2":"2381.103271","m3":"60.822624","m4":"-4.996862","m5":"-99.227669","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"0","tool":"2"}]} +2025-02-28 12:20:15 - INFO - ƶλ:ֱߣm0:1256.956909-m2:1809.304443-m3:2368.663574-m4:-45.444492-m5:18.997807-m6:-131.11731 +2025-02-28 12:20:15 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"0","tool":"2"}]} +2025-02-28 12:20:26 - INFO - ƶλ:ֱߣm0:2180.736328-m2:356.33316-m3:1850.0-m4:5.812903-m5:5.431066-m6:-168.01712 +2025-02-28 12:20:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"0","tool":"2"}]} +2025-02-28 12:20:49 - INFO - ƶλ:ֱߣm0:1765.864746-m2:345.495361-m3:2000.0-m4:6.676573-m5:7.941406-m6:-179.064972 +2025-02-28 12:20:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"0","tool":"2"}]} +2025-02-28 12:20:56 - INFO - ƶλ:ֱߣm0:1402.887451-m2:1126.740479-m3:2000.0-m4:6.669909-m5:7.899203-m6:-151.361526 +2025-02-28 12:20:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"0","tool":"2"}]} +2025-02-28 12:21:01 - INFO - +2025-02-28 12:21:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-28 12:21:01 - INFO - ʼλ +2025-02-28 12:21:02 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-28 12:21:02 - INFO - IO: 21 +2025-02-28 12:21:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:02 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 12:21:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:02 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 12:21:06 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:06 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 12:21:07 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-28 12:21:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:11 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-28 12:21:15 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:15 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-28 12:21:15 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-28 12:21:16 - INFO - IO: 20 +2025-02-28 12:21:25 - INFO - һȷ +2025-02-28 12:21:25 - INFO - Ӧ1:ͶϿʼ +2025-02-28 12:21:25 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-28 12:21:26 - INFO - IO: 21 +2025-02-28 12:21:30 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-28 12:21:30 - INFO - IO: 20 +2025-02-28 12:21:31 - INFO - ͶϿʼ +2025-02-28 12:21:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:31 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-28 12:21:31 - INFO - ͶϿʼ +2025-02-28 12:21:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:31 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-28 12:21:32 - INFO - ƶλλ +2025-02-28 12:21:32 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:32 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-28 12:21:35 - INFO - ƶλλ +2025-02-28 12:21:35 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 12:21:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:35 - INFO - ǷȫͶ +2025-02-28 12:21:35 - INFO - ǷȫͶ +2025-02-28 12:21:35 - INFO - ǷȫͶ +2025-02-28 12:21:35 - INFO - ǷȫͶ +2025-02-28 12:21:35 - INFO - ǷȫͶ +2025-02-28 12:21:36 - INFO - ǷȫͶ +2025-02-28 12:21:36 - INFO - ǷȫͶ +2025-02-28 12:21:36 - INFO - ǷȫͶ +2025-02-28 12:21:36 - INFO - ǷȫͶ +2025-02-28 12:21:36 - INFO - ǷȫͶ +2025-02-28 12:21:36 - INFO - ǷȫͶ +2025-02-28 12:21:36 - INFO - ǷȫͶ +2025-02-28 12:21:36 - INFO - ǷȫͶ +2025-02-28 12:21:36 - INFO - ǷȫͶ +2025-02-28 12:21:37 - INFO - ǷȫͶ +2025-02-28 12:21:37 - INFO - ǷȫͶ +2025-02-28 12:21:37 - INFO - ǷȫͶ +2025-02-28 12:21:37 - INFO - ǷȫͶ +2025-02-28 12:21:37 - INFO - ǷȫͶ +2025-02-28 12:21:37 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:37 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 12:21:37 - INFO - ǷȫͶ +2025-02-28 12:21:37 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:38 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 12:21:38 - INFO - ƶλ +2025-02-28 12:21:38 - INFO - ƶλ +2025-02-28 12:21:38 - INFO - ƶλ +2025-02-28 12:21:38 - INFO - ƶλ +2025-02-28 12:21:38 - INFO - ƶλ +2025-02-28 12:21:38 - INFO - ƶλ +2025-02-28 12:21:38 - INFO - ʶͼɹ +2025-02-28 12:21:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:39 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 12:21:39 - INFO - ƶλ +2025-02-28 12:21:39 - INFO - ƶλ +2025-02-28 12:21:39 - INFO - ƶλ +2025-02-28 12:21:39 - INFO - ƶλ +2025-02-28 12:21:39 - INFO - ƶλ +2025-02-28 12:21:39 - INFO - ƶλ +2025-02-28 12:21:39 - INFO - ʶͼɹ +2025-02-28 12:21:39 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:40 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 12:21:40 - INFO - ƶλλ +2025-02-28 12:21:40 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:40 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 12:21:42 - INFO - ƶλλ +2025-02-28 12:21:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"169.11714928452855","m1":"2296.3828632343466","m2":"769.5977618679552","m3":"1.3717052073215525","m4":"-3.006106859349948","m5":"-83.55976586766792","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:42 - INFO - ƶλ:ֱߣX:169.11714928452855-Y:2296.3828632343466-Z:769.5977618679552-U:1.3717052073215525-V:-3.006106859349948-W:-83.55976586766792 +2025-02-28 12:21:45 - INFO - ƶλλ +2025-02-28 12:21:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"183.95116238305215","m1":"2271.6771551263946","m2":"270.42887257067787","m3":"1.3717052073215525","m4":"-3.006106859349948","m5":"-83.55976586766792","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:45 - INFO - ƶλ:ֱߣX:183.95116238305215-Y:2271.6771551263946-Z:270.42887257067787-U:1.3717052073215525-V:-3.006106859349948-W:-83.55976586766792 +2025-02-28 12:21:46 - INFO - ƶץλ +2025-02-28 12:21:46 - INFO - ƶץλ +2025-02-28 12:21:46 - INFO - ƶץλ +2025-02-28 12:21:46 - INFO - ƶץλ +2025-02-28 12:21:46 - INFO - ƶץλ +2025-02-28 12:21:46 - INFO - ƶץλ +2025-02-28 12:21:47 - INFO - ƶץλ +2025-02-28 12:21:47 - INFO - ƶץλ +2025-02-28 12:21:47 - INFO - ƶץλ +2025-02-28 12:21:47 - INFO - ƶץλ +2025-02-28 12:21:47 - INFO - ƶץλ +2025-02-28 12:21:47 - INFO - ƶץλ +2025-02-28 12:21:47 - INFO - ƶץλ +2025-02-28 12:21:47 - INFO - ƶץλ +2025-02-28 12:21:47 - INFO - ƶץλ +2025-02-28 12:21:48 - INFO - ƶץλ +2025-02-28 12:21:48 - INFO - ƶץλ +2025-02-28 12:21:48 - INFO - ƶץλ +2025-02-28 12:21:48 - INFO - ƶץλ +2025-02-28 12:21:48 - INFO - ƶץλ +2025-02-28 12:21:48 - INFO - ƶץλ +2025-02-28 12:21:48 - INFO - ץϵλ +2025-02-28 12:21:48 - INFO - ץϳɹ +2025-02-28 12:21:50 - INFO - ƶץλ +2025-02-28 12:21:50 - INFO - ץϵλ +2025-02-28 12:21:50 - INFO - ץϳɹ +2025-02-28 12:21:50 - INFO - ƶλ:ֱߣX:169.11714928452855-Y:2296.3828632343466-Z:769.5977618679552-U:1.3717052073215525-V:-3.006106859349948-W:-83.55976586766792 +2025-02-28 12:21:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"169.11714928452855","m1":"2296.3828632343466","m2":"769.5977618679552","m3":"1.3717052073215525","m4":"-3.006106859349948","m5":"-83.55976586766792","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:51 - INFO - ƶλλ +2025-02-28 12:21:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:51 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 12:21:54 - INFO - ƶλλ +2025-02-28 12:21:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:54 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 12:21:56 - INFO - ƶƴλ +2025-02-28 12:21:56 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 12:21:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:57 - INFO - ƶƴλ +2025-02-28 12:21:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:21:57 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 12:22:00 - INFO - ҡ +2025-02-28 12:22:01 - INFO - ҡ +2025-02-28 12:22:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:22:01 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 12:22:05 - INFO - ҡ +2025-02-28 12:22:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:22:05 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 12:22:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:22:11 - INFO - ҡ +2025-02-28 12:22:11 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 12:22:16 - INFO - ƶӿմ +2025-02-28 12:22:21 - INFO - ƶӿմ +2025-02-28 12:22:21 - INFO - ƶӿմ +2025-02-28 12:22:23 - INFO - ƶӿմ +2025-02-28 12:22:23 - INFO - ʣͶϴ998 +2025-02-28 12:22:23 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 12:22:23 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:22:24 - INFO - ƶλ +2025-02-28 12:22:24 - INFO - ƶλ +2025-02-28 12:22:24 - INFO - ƶλ +2025-02-28 12:22:24 - INFO - ƶλ +2025-02-28 12:22:24 - INFO - ƶλ +2025-02-28 12:22:24 - INFO - ʶͼɹ +2025-02-28 12:22:24 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:22:24 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 12:22:26 - INFO - ƶλλ +2025-02-28 12:22:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:22:26 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 12:22:27 - INFO - +2025-02-28 12:22:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-28 12:22:27 - INFO - Ͷֹͣ +2025-02-28 12:22:27 - INFO - +2025-02-28 12:22:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-28 12:22:28 - INFO - Ͷֹͣ +2025-02-28 12:22:31 - INFO - +2025-02-28 12:22:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"1","instructions":[]} +2025-02-28 12:22:31 - INFO - ʼλ +2025-02-28 12:22:31 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-28 12:22:31 - INFO - IO: 21 +2025-02-28 12:22:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:22:31 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 12:22:32 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:22:32 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 12:22:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:22:36 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 12:22:40 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:22:40 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 12:22:40 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-28 12:22:40 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:22:44 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:22:44 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-28 12:22:49 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-28 12:22:49 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 12:22:49 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-28 12:22:49 - INFO - IO: 20 +2025-02-28 12:57:08 - INFO - ˳ϵͳ +2025-02-28 12:57:08 - ERROR - model +2025-02-28 12:58:17 - INFO - ϵͳ +2025-02-28 13:05:02 - ERROR - ¼ʧ +2025-02-28 13:05:02 - INFO - ˳ϵͳ +2025-02-28 13:05:02 - ERROR - ¼ʧ +2025-02-28 13:05:02 - ERROR - model +2025-02-28 13:05:50 - INFO - ϵͳ +2025-02-28 13:05:52 - ERROR - ¼ʧ +2025-02-28 13:05:52 - INFO - ˳ϵͳ +2025-02-28 13:05:52 - ERROR - ¼ʧ +2025-02-28 13:05:52 - ERROR - model +2025-02-28 13:06:10 - INFO - ϵͳ +2025-02-28 13:11:20 - INFO - һȷ +2025-02-28 13:11:20 - INFO - Ӧ1:ͶϿʼ +2025-02-28 13:11:20 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"1","point":"2","delay":"0"}]} +2025-02-28 13:11:20 - INFO - IO: 21 +2025-02-28 13:11:25 - INFO - {"dsID":"HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"200","type":"0","io_status":"0","point":"2","delay":"0"}]} +2025-02-28 13:11:25 - INFO - IO: 20 +2025-02-28 13:11:25 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:25 - INFO - ͶϿʼ +2025-02-28 13:11:25 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-28 13:11:25 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:26 - INFO - ͶϿʼ +2025-02-28 13:11:26 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-28 13:11:27 - INFO - ƶλλ +2025-02-28 13:11:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:27 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-28 13:11:28 - INFO - ƶλλ +2025-02-28 13:11:29 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:11:29 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:29 - INFO - ǷȫͶ +2025-02-28 13:11:29 - INFO - ǷȫͶ +2025-02-28 13:11:29 - INFO - ǷȫͶ +2025-02-28 13:11:29 - INFO - ǷȫͶ +2025-02-28 13:11:29 - INFO - ǷȫͶ +2025-02-28 13:11:29 - INFO - ǷȫͶ +2025-02-28 13:11:29 - INFO - ǷȫͶ +2025-02-28 13:11:30 - INFO - ǷȫͶ +2025-02-28 13:11:30 - INFO - ǷȫͶ +2025-02-28 13:11:30 - INFO - ǷȫͶ +2025-02-28 13:11:30 - INFO - ǷȫͶ +2025-02-28 13:11:30 - INFO - ǷȫͶ +2025-02-28 13:11:30 - INFO - ǷȫͶ +2025-02-28 13:11:30 - INFO - ǷȫͶ +2025-02-28 13:11:30 - INFO - ǷȫͶ +2025-02-28 13:11:30 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:31 - INFO - ǷȫͶ +2025-02-28 13:11:31 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:11:31 - INFO - ǷȫͶ +2025-02-28 13:11:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:31 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:11:31 - INFO - ƶλ +2025-02-28 13:11:31 - INFO - ƶλ +2025-02-28 13:11:31 - INFO - ƶλ +2025-02-28 13:11:31 - INFO - ƶλ +2025-02-28 13:11:32 - INFO - ƶλ +2025-02-28 13:11:32 - INFO - ƶλ +2025-02-28 13:11:32 - INFO - ƶλ +2025-02-28 13:11:32 - INFO - ƶλ +2025-02-28 13:11:32 - INFO - ƶλ +2025-02-28 13:11:32 - INFO - ƶλ +2025-02-28 13:11:32 - INFO - ƶλ +2025-02-28 13:11:32 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:33 - INFO - ʶͼɹ +2025-02-28 13:11:33 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:11:33 - INFO - ƶλ +2025-02-28 13:11:33 - INFO - ƶλ +2025-02-28 13:11:33 - INFO - ƶλ +2025-02-28 13:11:33 - INFO - ƶλ +2025-02-28 13:11:33 - INFO - ƶλ +2025-02-28 13:11:33 - INFO - ƶλ +2025-02-28 13:11:33 - INFO - ƶλ +2025-02-28 13:11:34 - INFO - ƶλ +2025-02-28 13:11:34 - INFO - ƶλ +2025-02-28 13:11:34 - INFO - ƶλ +2025-02-28 13:11:34 - INFO - ʶͼɹ +2025-02-28 13:11:34 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:34 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:11:34 - INFO - ƶλλ +2025-02-28 13:11:35 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:11:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:36 - INFO - ƶλλ +2025-02-28 13:11:36 - INFO - ƶλ:ֱߣX:313.270423683779-Y:2339.5732786262943-Z:1474.7970264031903-U:2.7825890843895373-V:9.3461931271699-W:-73.21349008481036 +2025-02-28 13:11:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"313.270423683779","m1":"2339.5732786262943","m2":"1474.7970264031903","m3":"2.7825890843895373","m4":"9.3461931271699","m5":"-73.21349008481036","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:37 - INFO - ƶλλ +2025-02-28 13:11:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"313.08587072917084","m1":"2424.2314291374378","m2":"982.0161790762679","m3":"2.7825890843895373","m4":"9.3461931271699","m5":"-73.21349008481036","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:38 - INFO - ƶλ:ֱߣX:313.08587072917084-Y:2424.2314291374378-Z:982.0161790762679-U:2.7825890843895373-V:9.3461931271699-W:-73.21349008481036 +2025-02-28 13:11:39 - INFO - ƶץλ +2025-02-28 13:11:39 - INFO - ƶץλ +2025-02-28 13:11:39 - INFO - ƶץλ +2025-02-28 13:11:39 - INFO - ƶץλ +2025-02-28 13:11:39 - INFO - ƶץλ +2025-02-28 13:11:39 - INFO - ƶץλ +2025-02-28 13:11:39 - INFO - ƶץλ +2025-02-28 13:11:39 - INFO - ƶץλ +2025-02-28 13:11:39 - INFO - ƶץλ +2025-02-28 13:11:40 - INFO - ƶץλ +2025-02-28 13:11:40 - INFO - ƶץλ +2025-02-28 13:11:40 - INFO - ƶץλ +2025-02-28 13:11:40 - INFO - ƶץλ +2025-02-28 13:11:40 - INFO - ץϵλ +2025-02-28 13:11:40 - INFO - ץϳɹ +2025-02-28 13:11:42 - INFO - ƶץλ +2025-02-28 13:11:42 - INFO - ץϵλ +2025-02-28 13:11:42 - INFO - ץϳɹ +2025-02-28 13:11:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"313.270423683779","m1":"2339.5732786262943","m2":"1474.7970264031903","m3":"2.7825890843895373","m4":"9.3461931271699","m5":"-73.21349008481036","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:42 - INFO - ƶλ:ֱߣX:313.270423683779-Y:2339.5732786262943-Z:1474.7970264031903-U:2.7825890843895373-V:9.3461931271699-W:-73.21349008481036 +2025-02-28 13:11:42 - INFO - ƶλλ +2025-02-28 13:11:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:43 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:11:44 - INFO - ƶλλ +2025-02-28 13:11:44 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:11:44 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:46 - INFO - ƶƴλ +2025-02-28 13:11:46 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:11:46 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:46 - INFO - ƶƴλ +2025-02-28 13:11:46 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:46 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:11:49 - INFO - ҡ +2025-02-28 13:11:49 - INFO - ҡ +2025-02-28 13:11:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:50 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:11:52 - INFO - ҡ +2025-02-28 13:11:52 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:11:53 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:56 - INFO - ҡ +2025-02-28 13:11:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:11:56 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:12:00 - INFO - ƶӿմ +2025-02-28 13:12:05 - INFO - ƶӿմ +2025-02-28 13:12:05 - INFO - ƶӿմ +2025-02-28 13:12:07 - INFO - ƶӿմ +2025-02-28 13:12:07 - INFO - ʣͶϴ998 +2025-02-28 13:12:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:07 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:12:07 - INFO - ƶλ +2025-02-28 13:12:07 - INFO - ƶλ +2025-02-28 13:12:07 - INFO - ƶλ +2025-02-28 13:12:08 - INFO - ƶλ +2025-02-28 13:12:08 - INFO - ƶλ +2025-02-28 13:12:08 - INFO - ƶλ +2025-02-28 13:12:08 - INFO - ƶλ +2025-02-28 13:12:08 - INFO - ƶλ +2025-02-28 13:12:08 - INFO - ƶλ +2025-02-28 13:12:08 - INFO - ƶλ +2025-02-28 13:12:08 - INFO - ʶͼɹ +2025-02-28 13:12:09 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:09 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:12:09 - INFO - ƶλλ +2025-02-28 13:12:09 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:09 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:12:11 - INFO - ƶλλ +2025-02-28 13:12:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"212.887310131277","m1":"2036.3938768954463","m2":"1491.4355006394662","m3":"8.519313774793607","m4":"-0.23371860143519857","m5":"-88.0120218548729","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:11 - INFO - ƶλ:ֱߣX:212.887310131277-Y:2036.3938768954463-Z:1491.4355006394662-U:8.519313774793607-V:-0.23371860143519857-W:-88.0120218548729 +2025-02-28 13:12:12 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"286.98409486896657","m1":"2036.9475437749509","m2":"996.9566234925015","m3":"8.519313774793607","m4":"-0.23371860143519857","m5":"-88.0120218548729","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:12 - INFO - ƶλλ +2025-02-28 13:12:12 - INFO - ƶλ:ֱߣX:286.98409486896657-Y:2036.9475437749509-Z:996.9566234925015-U:8.519313774793607-V:-0.23371860143519857-W:-88.0120218548729 +2025-02-28 13:12:13 - INFO - ƶץλ +2025-02-28 13:12:13 - INFO - ƶץλ +2025-02-28 13:12:13 - INFO - ƶץλ +2025-02-28 13:12:14 - INFO - ƶץλ +2025-02-28 13:12:14 - INFO - ƶץλ +2025-02-28 13:12:14 - INFO - ƶץλ +2025-02-28 13:12:14 - INFO - ƶץλ +2025-02-28 13:12:14 - INFO - ƶץλ +2025-02-28 13:12:14 - INFO - ƶץλ +2025-02-28 13:12:14 - INFO - ƶץλ +2025-02-28 13:12:14 - INFO - ץϵλ +2025-02-28 13:12:14 - INFO - ץϳɹ +2025-02-28 13:12:16 - INFO - ƶץλ +2025-02-28 13:12:16 - INFO - ץϵλ +2025-02-28 13:12:16 - INFO - ץϳɹ +2025-02-28 13:12:16 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"212.887310131277","m1":"2036.3938768954463","m2":"1491.4355006394662","m3":"8.519313774793607","m4":"-0.23371860143519857","m5":"-88.0120218548729","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:17 - INFO - ƶλ:ֱߣX:212.887310131277-Y:2036.3938768954463-Z:1491.4355006394662-U:8.519313774793607-V:-0.23371860143519857-W:-88.0120218548729 +2025-02-28 13:12:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:17 - INFO - ƶλλ +2025-02-28 13:12:17 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:12:19 - INFO - ƶλλ +2025-02-28 13:12:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:19 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:12:20 - INFO - ƶƴλ +2025-02-28 13:12:20 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:20 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:12:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:21 - INFO - ƶƴλ +2025-02-28 13:12:21 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:12:23 - INFO - ҡ +2025-02-28 13:12:23 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:24 - INFO - ҡ +2025-02-28 13:12:24 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:12:26 - INFO - ҡ +2025-02-28 13:12:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:26 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:12:30 - INFO - ҡ +2025-02-28 13:12:30 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:30 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:12:33 - INFO - ƶӿմ +2025-02-28 13:12:38 - INFO - ƶӿմ +2025-02-28 13:12:39 - INFO - ƶӿմ +2025-02-28 13:12:40 - INFO - ƶӿմ +2025-02-28 13:12:41 - INFO - ʣͶϴ997 +2025-02-28 13:12:41 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:41 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:12:41 - INFO - ƶλ +2025-02-28 13:12:41 - INFO - ƶλ +2025-02-28 13:12:41 - INFO - ƶλ +2025-02-28 13:12:41 - INFO - ƶλ +2025-02-28 13:12:41 - INFO - ƶλ +2025-02-28 13:12:42 - INFO - ƶλ +2025-02-28 13:12:42 - INFO - ƶλ +2025-02-28 13:12:42 - INFO - ƶλ +2025-02-28 13:12:42 - INFO - ʶͼɹ +2025-02-28 13:12:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:42 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:12:43 - INFO - ƶλλ +2025-02-28 13:12:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:43 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:12:44 - INFO - ƶλλ +2025-02-28 13:12:45 - INFO - ƶλ:ֱߣX:250.19014070426235-Y:1684.3206743963162-Z:1466.302911936555-U:4.751966985937115-V:-2.2495696501920794-W:-92.3324481987396 +2025-02-28 13:12:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"250.19014070426235","m1":"1684.3206743963162","m2":"1466.302911936555","m3":"4.751966985937115","m4":"-2.2495696501920794","m5":"-92.3324481987396","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:46 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"290.7810404825272","m1":"1663.0924389311458","m2":"968.4055923271537","m3":"4.751966985937115","m4":"-2.2495696501920794","m5":"-92.3324481987396","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:46 - INFO - ƶλλ +2025-02-28 13:12:46 - INFO - ƶλ:ֱߣX:290.7810404825272-Y:1663.0924389311458-Z:968.4055923271537-U:4.751966985937115-V:-2.2495696501920794-W:-92.3324481987396 +2025-02-28 13:12:47 - INFO - ƶץλ +2025-02-28 13:12:47 - INFO - ƶץλ +2025-02-28 13:12:47 - INFO - ƶץλ +2025-02-28 13:12:47 - INFO - ƶץλ +2025-02-28 13:12:47 - INFO - ƶץλ +2025-02-28 13:12:47 - INFO - ƶץλ +2025-02-28 13:12:47 - INFO - ƶץλ +2025-02-28 13:12:48 - INFO - ƶץλ +2025-02-28 13:12:48 - INFO - ƶץλ +2025-02-28 13:12:48 - INFO - ƶץλ +2025-02-28 13:12:48 - INFO - ץϵλ +2025-02-28 13:12:48 - INFO - ץϳɹ +2025-02-28 13:12:50 - INFO - ƶץλ +2025-02-28 13:12:50 - INFO - ץϵλ +2025-02-28 13:12:50 - INFO - ץϳɹ +2025-02-28 13:12:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"250.19014070426235","m1":"1684.3206743963162","m2":"1466.302911936555","m3":"4.751966985937115","m4":"-2.2495696501920794","m5":"-92.3324481987396","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:50 - INFO - ƶλ:ֱߣX:250.19014070426235-Y:1684.3206743963162-Z:1466.302911936555-U:4.751966985937115-V:-2.2495696501920794-W:-92.3324481987396 +2025-02-28 13:12:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:50 - INFO - ƶλλ +2025-02-28 13:12:50 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:12:52 - INFO - ƶλλ +2025-02-28 13:12:52 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:12:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:54 - INFO - ƶƴλ +2025-02-28 13:12:54 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:12:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:54 - INFO - ƶƴλ +2025-02-28 13:12:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:12:54 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:12:57 - INFO - ҡ +2025-02-28 13:12:57 - INFO - ҡ +2025-02-28 13:12:57 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:12:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:00 - INFO - ҡ +2025-02-28 13:13:00 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:00 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:13:04 - INFO - ҡ +2025-02-28 13:13:04 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:13:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:07 - INFO - ƶӿմ +2025-02-28 13:13:12 - INFO - ƶӿմ +2025-02-28 13:13:12 - INFO - ƶӿմ +2025-02-28 13:13:14 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:14 - INFO - ƶӿմ +2025-02-28 13:13:14 - INFO - ʣͶϴ996 +2025-02-28 13:13:14 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:13:14 - INFO - ƶλ +2025-02-28 13:13:15 - INFO - ƶλ +2025-02-28 13:13:15 - INFO - ƶλ +2025-02-28 13:13:15 - INFO - ƶλ +2025-02-28 13:13:15 - INFO - ƶλ +2025-02-28 13:13:15 - INFO - ƶλ +2025-02-28 13:13:15 - INFO - ƶλ +2025-02-28 13:13:15 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:16 - INFO - ƶλ +2025-02-28 13:13:16 - INFO - ʶͼɹ +2025-02-28 13:13:16 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:13:17 - INFO - ƶλλ +2025-02-28 13:13:17 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:13:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:18 - INFO - ƶλλ +2025-02-28 13:13:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"302.4875611224439","m1":"2419.9098150598975","m2":"1364.8112779048129","m3":"-1.224952131661136","m4":"5.315564959508862","m5":"-89.79547652004659","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:19 - INFO - ƶλ:ֱߣX:302.4875611224439-Y:2419.9098150598975-Z:1364.8112779048129-U:-1.224952131661136-V:5.315564959508862-W:-89.79547652004659 +2025-02-28 13:13:20 - INFO - ƶλλ +2025-02-28 13:13:20 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"291.6334115673107","m1":"2466.1813203672614","m2":"867.0752683234027","m3":"-1.224952131661136","m4":"5.315564959508862","m5":"-89.79547652004659","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:20 - INFO - ƶλ:ֱߣX:291.6334115673107-Y:2466.1813203672614-Z:867.0752683234027-U:-1.224952131661136-V:5.315564959508862-W:-89.79547652004659 +2025-02-28 13:13:21 - INFO - ƶץλ +2025-02-28 13:13:21 - INFO - ƶץλ +2025-02-28 13:13:21 - INFO - ƶץλ +2025-02-28 13:13:21 - INFO - ƶץλ +2025-02-28 13:13:21 - INFO - ƶץλ +2025-02-28 13:13:21 - INFO - ƶץλ +2025-02-28 13:13:21 - INFO - ƶץλ +2025-02-28 13:13:22 - INFO - ƶץλ +2025-02-28 13:13:22 - INFO - ƶץλ +2025-02-28 13:13:22 - INFO - ƶץλ +2025-02-28 13:13:22 - INFO - ƶץλ +2025-02-28 13:13:22 - INFO - ƶץλ +2025-02-28 13:13:22 - INFO - ƶץλ +2025-02-28 13:13:22 - INFO - ƶץλ +2025-02-28 13:13:22 - INFO - ץϵλ +2025-02-28 13:13:22 - INFO - ץϳɹ +2025-02-28 13:13:24 - INFO - ƶץλ +2025-02-28 13:13:24 - INFO - ץϵλ +2025-02-28 13:13:24 - INFO - ץϳɹ +2025-02-28 13:13:24 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"302.4875611224439","m1":"2419.9098150598975","m2":"1364.8112779048129","m3":"-1.224952131661136","m4":"5.315564959508862","m5":"-89.79547652004659","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:24 - INFO - ƶλ:ֱߣX:302.4875611224439-Y:2419.9098150598975-Z:1364.8112779048129-U:-1.224952131661136-V:5.315564959508862-W:-89.79547652004659 +2025-02-28 13:13:25 - INFO - ƶλλ +2025-02-28 13:13:25 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:25 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:13:26 - INFO - ƶλλ +2025-02-28 13:13:27 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:13:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:28 - INFO - ƶƴλ +2025-02-28 13:13:28 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:28 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:13:28 - INFO - ƶƴλ +2025-02-28 13:13:29 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:29 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:13:32 - INFO - ҡ +2025-02-28 13:13:32 - INFO - ҡ +2025-02-28 13:13:32 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:13:32 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:35 - INFO - ҡ +2025-02-28 13:13:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:35 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:13:38 - INFO - ҡ +2025-02-28 13:13:39 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:39 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:13:42 - INFO - ƶӿմ +2025-02-28 13:13:47 - INFO - ƶӿմ +2025-02-28 13:13:47 - INFO - ƶӿմ +2025-02-28 13:13:49 - INFO - ƶӿմ +2025-02-28 13:13:49 - INFO - ʣͶϴ995 +2025-02-28 13:13:49 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:13:49 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:49 - INFO - ƶλ +2025-02-28 13:13:49 - INFO - ƶλ +2025-02-28 13:13:50 - INFO - ƶλ +2025-02-28 13:13:50 - INFO - ƶλ +2025-02-28 13:13:50 - INFO - ƶλ +2025-02-28 13:13:50 - INFO - ƶλ +2025-02-28 13:13:50 - INFO - ƶλ +2025-02-28 13:13:50 - INFO - ƶλ +2025-02-28 13:13:50 - INFO - ʶͼɹ +2025-02-28 13:13:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:50 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:13:51 - INFO - ƶλλ +2025-02-28 13:13:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:51 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:13:53 - INFO - ƶλλ +2025-02-28 13:13:53 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"233.14727085105199","m1":"2103.380252892345","m2":"1358.5019784973442","m3":"7.756148226926812","m4":"-5.001178689117217","m5":"-91.15832470662095","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:53 - INFO - ƶλ:ֱߣX:233.14727085105199-Y:2103.380252892345-Z:1358.5019784973442-U:7.756148226926812-V:-5.001178689117217-W:-91.15832470662095 +2025-02-28 13:13:54 - INFO - ƶλλ +2025-02-28 13:13:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"299.7390283478729","m1":"2058.8356355046","m2":"864.9624006565554","m3":"7.756148226926812","m4":"-5.001178689117217","m5":"-91.15832470662095","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:54 - INFO - ƶλ:ֱߣX:299.7390283478729-Y:2058.8356355046-Z:864.9624006565554-U:7.756148226926812-V:-5.001178689117217-W:-91.15832470662095 +2025-02-28 13:13:55 - INFO - ƶץλ +2025-02-28 13:13:55 - INFO - ƶץλ +2025-02-28 13:13:55 - INFO - ƶץλ +2025-02-28 13:13:55 - INFO - ƶץλ +2025-02-28 13:13:56 - INFO - ƶץλ +2025-02-28 13:13:56 - INFO - ƶץλ +2025-02-28 13:13:56 - INFO - ƶץλ +2025-02-28 13:13:56 - INFO - ƶץλ +2025-02-28 13:13:56 - INFO - ƶץλ +2025-02-28 13:13:56 - INFO - ƶץλ +2025-02-28 13:13:56 - INFO - ƶץλ +2025-02-28 13:13:56 - INFO - ƶץλ +2025-02-28 13:13:56 - INFO - ƶץλ +2025-02-28 13:13:57 - INFO - ƶץλ +2025-02-28 13:13:57 - INFO - ץϵλ +2025-02-28 13:13:57 - INFO - ץϳɹ +2025-02-28 13:13:58 - INFO - ƶץλ +2025-02-28 13:13:59 - INFO - ץϵλ +2025-02-28 13:13:59 - INFO - ץϳɹ +2025-02-28 13:13:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"233.14727085105199","m1":"2103.380252892345","m2":"1358.5019784973442","m3":"7.756148226926812","m4":"-5.001178689117217","m5":"-91.15832470662095","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:59 - INFO - ƶλ:ֱߣX:233.14727085105199-Y:2103.380252892345-Z:1358.5019784973442-U:7.756148226926812-V:-5.001178689117217-W:-91.15832470662095 +2025-02-28 13:13:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:13:59 - INFO - ƶλλ +2025-02-28 13:13:59 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:14:01 - INFO - ƶλλ +2025-02-28 13:14:01 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:14:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:03 - INFO - ƶƴλ +2025-02-28 13:14:03 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:03 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:14:03 - INFO - ƶƴλ +2025-02-28 13:14:03 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:14:03 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:05 - INFO - ҡ +2025-02-28 13:14:06 - INFO - ҡ +2025-02-28 13:14:06 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:06 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:14:09 - INFO - ҡ +2025-02-28 13:14:09 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:09 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:14:12 - INFO - ҡ +2025-02-28 13:14:12 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:14:13 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:16 - INFO - ƶӿմ +2025-02-28 13:14:21 - INFO - ƶӿմ +2025-02-28 13:14:21 - INFO - ƶӿմ +2025-02-28 13:14:23 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:23 - INFO - ƶӿմ +2025-02-28 13:14:23 - INFO - ʣͶϴ994 +2025-02-28 13:14:23 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:14:23 - INFO - ƶλ +2025-02-28 13:14:23 - INFO - ƶλ +2025-02-28 13:14:24 - INFO - ƶλ +2025-02-28 13:14:24 - INFO - ƶλ +2025-02-28 13:14:24 - INFO - ƶλ +2025-02-28 13:14:24 - INFO - ƶλ +2025-02-28 13:14:24 - INFO - ƶλ +2025-02-28 13:14:24 - INFO - ƶλ +2025-02-28 13:14:24 - INFO - ƶλ +2025-02-28 13:14:24 - INFO - ʶͼɹ +2025-02-28 13:14:24 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:25 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:14:25 - INFO - ƶλλ +2025-02-28 13:14:25 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:14:25 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:27 - INFO - ƶλλ +2025-02-28 13:14:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"266.2206861806832","m1":"1764.8404580365209","m2":"1342.8307966463462","m3":"4.469295688680557","m4":"-10.614780673953655","m5":"-91.90095125055372","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:27 - INFO - ƶλ:ֱߣX:266.2206861806832-Y:1764.8404580365209-Z:1342.8307966463462-U:4.469295688680557-V:-10.614780673953655-W:-91.90095125055372 +2025-02-28 13:14:28 - INFO - ƶλλ +2025-02-28 13:14:28 - INFO - ƶλ:ֱߣX:302.11575485051424-Y:1671.7761434572528-Z:852.8812304692965-U:4.469295688680557-V:-10.614780673953655-W:-91.90095125055372 +2025-02-28 13:14:28 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"302.11575485051424","m1":"1671.7761434572528","m2":"852.8812304692965","m3":"4.469295688680557","m4":"-10.614780673953655","m5":"-91.90095125055372","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:29 - INFO - ƶץλ +2025-02-28 13:14:29 - INFO - ƶץλ +2025-02-28 13:14:29 - INFO - ƶץλ +2025-02-28 13:14:29 - INFO - ƶץλ +2025-02-28 13:14:30 - INFO - ƶץλ +2025-02-28 13:14:30 - INFO - ƶץλ +2025-02-28 13:14:30 - INFO - ƶץλ +2025-02-28 13:14:30 - INFO - ƶץλ +2025-02-28 13:14:30 - INFO - ƶץλ +2025-02-28 13:14:30 - INFO - ƶץλ +2025-02-28 13:14:30 - INFO - ƶץλ +2025-02-28 13:14:30 - INFO - ƶץλ +2025-02-28 13:14:30 - INFO - ƶץλ +2025-02-28 13:14:31 - INFO - ƶץλ +2025-02-28 13:14:31 - INFO - ץϵλ +2025-02-28 13:14:31 - INFO - ץϳɹ +2025-02-28 13:14:32 - INFO - ƶץλ +2025-02-28 13:14:33 - INFO - ץϵλ +2025-02-28 13:14:33 - INFO - ץϳɹ +2025-02-28 13:14:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"266.2206861806832","m1":"1764.8404580365209","m2":"1342.8307966463462","m3":"4.469295688680557","m4":"-10.614780673953655","m5":"-91.90095125055372","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:33 - INFO - ƶλ:ֱߣX:266.2206861806832-Y:1764.8404580365209-Z:1342.8307966463462-U:4.469295688680557-V:-10.614780673953655-W:-91.90095125055372 +2025-02-28 13:14:33 - INFO - ƶλλ +2025-02-28 13:14:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:33 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:14:35 - INFO - ƶλλ +2025-02-28 13:14:35 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:14:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:36 - INFO - ƶƴλ +2025-02-28 13:14:37 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:14:37 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:37 - INFO - ƶƴλ +2025-02-28 13:14:37 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:37 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:14:40 - INFO - ҡ +2025-02-28 13:14:40 - INFO - ҡ +2025-02-28 13:14:40 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:14:40 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:43 - INFO - ҡ +2025-02-28 13:14:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:43 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:14:47 - INFO - ҡ +2025-02-28 13:14:47 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:14:47 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:51 - INFO - ƶӿմ +2025-02-28 13:14:56 - INFO - ƶӿմ +2025-02-28 13:14:56 - INFO - ƶӿմ +2025-02-28 13:14:58 - INFO - ƶӿմ +2025-02-28 13:14:58 - INFO - ʣͶϴ993 +2025-02-28 13:14:58 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:58 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:14:58 - INFO - ƶλ +2025-02-28 13:14:58 - INFO - ƶλ +2025-02-28 13:14:58 - INFO - ƶλ +2025-02-28 13:14:59 - INFO - ƶλ +2025-02-28 13:14:59 - INFO - ƶλ +2025-02-28 13:14:59 - INFO - ƶλ +2025-02-28 13:14:59 - INFO - ƶλ +2025-02-28 13:14:59 - INFO - ƶλ +2025-02-28 13:14:59 - INFO - ƶλ +2025-02-28 13:14:59 - INFO - ʶͼɹ +2025-02-28 13:14:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:14:59 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:15:00 - INFO - ƶλλ +2025-02-28 13:15:00 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:15:00 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:02 - INFO - ƶλλ +2025-02-28 13:15:02 - INFO - ƶλ:ֱߣX:242.1685960124666-Y:2397.64098065795-Z:1269.851072963613-U:2.46545443260971-V:4.641468451212933-W:-84.15028547659409 +2025-02-28 13:15:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"242.1685960124666","m1":"2397.64098065795","m2":"1269.851072963613","m3":"2.46545443260971","m4":"4.641468451212933","m5":"-84.15028547659409","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:04 - INFO - ƶλλ +2025-02-28 13:15:04 - INFO - ƶλ:ֱߣX:259.4452406066895-Y:2440.0453360608367-Z:771.9520990799236-U:2.46545443260971-V:4.641468451212933-W:-84.15028547659409 +2025-02-28 13:15:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"259.4452406066895","m1":"2440.0453360608367","m2":"771.9520990799236","m3":"2.46545443260971","m4":"4.641468451212933","m5":"-84.15028547659409","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:05 - INFO - ƶץλ +2025-02-28 13:15:05 - INFO - ƶץλ +2025-02-28 13:15:05 - INFO - ƶץλ +2025-02-28 13:15:05 - INFO - ƶץλ +2025-02-28 13:15:05 - INFO - ƶץλ +2025-02-28 13:15:05 - INFO - ƶץλ +2025-02-28 13:15:05 - INFO - ƶץλ +2025-02-28 13:15:06 - INFO - ƶץλ +2025-02-28 13:15:06 - INFO - ƶץλ +2025-02-28 13:15:06 - INFO - ƶץλ +2025-02-28 13:15:06 - INFO - ץϵλ +2025-02-28 13:15:06 - INFO - ץϳɹ +2025-02-28 13:15:08 - INFO - ƶץλ +2025-02-28 13:15:08 - INFO - ץϵλ +2025-02-28 13:15:08 - INFO - ץϳɹ +2025-02-28 13:15:08 - INFO - ƶλ:ֱߣX:242.1685960124666-Y:2397.64098065795-Z:1269.851072963613-U:2.46545443260971-V:4.641468451212933-W:-84.15028547659409 +2025-02-28 13:15:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"242.1685960124666","m1":"2397.64098065795","m2":"1269.851072963613","m3":"2.46545443260971","m4":"4.641468451212933","m5":"-84.15028547659409","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:08 - INFO - ƶλλ +2025-02-28 13:15:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:08 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:15:10 - INFO - ƶλλ +2025-02-28 13:15:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:10 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:15:12 - INFO - ƶƴλ +2025-02-28 13:15:12 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:12 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:15:12 - INFO - ƶƴλ +2025-02-28 13:15:12 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:15:12 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:15 - INFO - ҡ +2025-02-28 13:15:15 - INFO - ҡ +2025-02-28 13:15:15 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:15:16 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:18 - INFO - ҡ +2025-02-28 13:15:18 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:15:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:22 - INFO - ҡ +2025-02-28 13:15:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:22 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:15:25 - INFO - ƶӿմ +2025-02-28 13:15:30 - INFO - ƶӿմ +2025-02-28 13:15:30 - INFO - ƶӿմ +2025-02-28 13:15:32 - INFO - ƶӿմ +2025-02-28 13:15:32 - INFO - ʣͶϴ992 +2025-02-28 13:15:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:33 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:15:33 - INFO - ƶλ +2025-02-28 13:15:33 - INFO - ƶλ +2025-02-28 13:15:33 - INFO - ƶλ +2025-02-28 13:15:33 - INFO - ƶλ +2025-02-28 13:15:33 - INFO - ƶλ +2025-02-28 13:15:33 - INFO - ƶλ +2025-02-28 13:15:34 - INFO - ƶλ +2025-02-28 13:15:34 - INFO - ƶλ +2025-02-28 13:15:34 - INFO - ƶλ +2025-02-28 13:15:34 - INFO - ʶͼɹ +2025-02-28 13:15:34 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:34 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:15:35 - INFO - ƶλλ +2025-02-28 13:15:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:35 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:15:36 - INFO - ƶλλ +2025-02-28 13:15:36 - INFO - ƶλ:ֱߣX:189.25845349685062-Y:2062.760458715118-Z:1240.9225331708144-U:7.9295635449180715-V:-3.50123276383458-W:-87.34487715128247 +2025-02-28 13:15:37 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"189.25845349685062","m1":"2062.760458715118","m2":"1240.9225331708144","m3":"7.9295635449180715","m4":"-3.50123276383458","m5":"-87.34487715128247","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:38 - INFO - ƶλλ +2025-02-28 13:15:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"259.5631897451128","m1":"2035.745212699048","m2":"746.6276611118848","m3":"7.9295635449180715","m4":"-3.50123276383458","m5":"-87.34487715128247","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:38 - INFO - ƶλ:ֱߣX:259.5631897451128-Y:2035.745212699048-Z:746.6276611118848-U:7.9295635449180715-V:-3.50123276383458-W:-87.34487715128247 +2025-02-28 13:15:39 - INFO - ƶץλ +2025-02-28 13:15:39 - INFO - ƶץλ +2025-02-28 13:15:39 - INFO - ƶץλ +2025-02-28 13:15:39 - INFO - ƶץλ +2025-02-28 13:15:39 - INFO - ƶץλ +2025-02-28 13:15:39 - INFO - ƶץλ +2025-02-28 13:15:39 - INFO - ƶץλ +2025-02-28 13:15:40 - INFO - ƶץλ +2025-02-28 13:15:40 - INFO - ƶץλ +2025-02-28 13:15:40 - INFO - ƶץλ +2025-02-28 13:15:40 - INFO - ƶץλ +2025-02-28 13:15:40 - INFO - ƶץλ +2025-02-28 13:15:40 - INFO - ƶץλ +2025-02-28 13:15:40 - INFO - ƶץλ +2025-02-28 13:15:40 - INFO - ץϵλ +2025-02-28 13:15:40 - INFO - ץϳɹ +2025-02-28 13:15:42 - INFO - ƶץλ +2025-02-28 13:15:42 - INFO - ץϵλ +2025-02-28 13:15:42 - INFO - ץϳɹ +2025-02-28 13:15:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"189.25845349685062","m1":"2062.760458715118","m2":"1240.9225331708144","m3":"7.9295635449180715","m4":"-3.50123276383458","m5":"-87.34487715128247","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:42 - INFO - ƶλ:ֱߣX:189.25845349685062-Y:2062.760458715118-Z:1240.9225331708144-U:7.9295635449180715-V:-3.50123276383458-W:-87.34487715128247 +2025-02-28 13:15:43 - INFO - ƶλλ +2025-02-28 13:15:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:43 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:15:44 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:45 - INFO - ƶλλ +2025-02-28 13:15:45 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:15:46 - INFO - ƶƴλ +2025-02-28 13:15:46 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:46 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:15:46 - INFO - ƶƴλ +2025-02-28 13:15:47 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:47 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:15:50 - INFO - ҡ +2025-02-28 13:15:50 - INFO - ҡ +2025-02-28 13:15:50 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:15:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:53 - INFO - ҡ +2025-02-28 13:15:53 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:15:53 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:15:56 - INFO - ҡ +2025-02-28 13:15:56 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:15:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:00 - INFO - ƶӿմ +2025-02-28 13:16:05 - INFO - ƶӿմ +2025-02-28 13:16:05 - INFO - ƶӿմ +2025-02-28 13:16:07 - INFO - ƶӿմ +2025-02-28 13:16:07 - INFO - ʣͶϴ991 +2025-02-28 13:16:07 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:16:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:07 - INFO - ƶλ +2025-02-28 13:16:07 - INFO - ƶλ +2025-02-28 13:16:08 - INFO - ƶλ +2025-02-28 13:16:08 - INFO - ƶλ +2025-02-28 13:16:08 - INFO - ƶλ +2025-02-28 13:16:08 - INFO - ƶλ +2025-02-28 13:16:08 - INFO - ƶλ +2025-02-28 13:16:08 - INFO - ƶλ +2025-02-28 13:16:08 - INFO - ʶͼɹ +2025-02-28 13:16:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:08 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:16:09 - INFO - ƶλλ +2025-02-28 13:16:09 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:16:09 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:11 - INFO - ƶλλ +2025-02-28 13:16:11 - INFO - ƶλ:ֱߣX:250.6696773549573-Y:1710.0865290557736-Z:1250.7453683649896-U:5.411401517703223-V:-8.468398388196656-W:-92.59201293388465 +2025-02-28 13:16:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"250.6696773549573","m1":"1710.0865290557736","m2":"1250.7453683649896","m3":"5.411401517703223","m4":"-8.468398388196656","m5":"-92.59201293388465","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:12 - INFO - ƶλλ +2025-02-28 13:16:12 - INFO - ƶλ:ֱߣX:294.4595746407837-Y:1634.7252973678005-Z:758.4008450338487-U:5.411401517703223-V:-8.468398388196656-W:-92.59201293388465 +2025-02-28 13:16:12 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"294.4595746407837","m1":"1634.7252973678005","m2":"758.4008450338487","m3":"5.411401517703223","m4":"-8.468398388196656","m5":"-92.59201293388465","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:13 - INFO - ƶץλ +2025-02-28 13:16:13 - INFO - ƶץλ +2025-02-28 13:16:13 - INFO - ƶץλ +2025-02-28 13:16:13 - INFO - ƶץλ +2025-02-28 13:16:14 - INFO - ƶץλ +2025-02-28 13:16:14 - INFO - ƶץλ +2025-02-28 13:16:14 - INFO - ƶץλ +2025-02-28 13:16:14 - INFO - ƶץλ +2025-02-28 13:16:14 - INFO - ƶץλ +2025-02-28 13:16:14 - INFO - ƶץλ +2025-02-28 13:16:14 - INFO - ƶץλ +2025-02-28 13:16:14 - INFO - ƶץλ +2025-02-28 13:16:14 - INFO - ƶץλ +2025-02-28 13:16:15 - INFO - ƶץλ +2025-02-28 13:16:15 - INFO - ץϵλ +2025-02-28 13:16:15 - INFO - ץϳɹ +2025-02-28 13:16:16 - INFO - ƶץλ +2025-02-28 13:16:17 - INFO - ץϵλ +2025-02-28 13:16:17 - INFO - ץϳɹ +2025-02-28 13:16:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"250.6696773549573","m1":"1710.0865290557736","m2":"1250.7453683649896","m3":"5.411401517703223","m4":"-8.468398388196656","m5":"-92.59201293388465","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:17 - INFO - ƶλ:ֱߣX:250.6696773549573-Y:1710.0865290557736-Z:1250.7453683649896-U:5.411401517703223-V:-8.468398388196656-W:-92.59201293388465 +2025-02-28 13:16:17 - INFO - ƶλλ +2025-02-28 13:16:17 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:16:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:19 - INFO - ƶλλ +2025-02-28 13:16:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:19 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:16:21 - INFO - ƶƴλ +2025-02-28 13:16:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:21 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:16:21 - INFO - ƶƴλ +2025-02-28 13:16:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:21 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:16:24 - INFO - ҡ +2025-02-28 13:16:24 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:24 - INFO - ҡ +2025-02-28 13:16:24 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:16:27 - INFO - ҡ +2025-02-28 13:16:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:27 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:16:31 - INFO - ҡ +2025-02-28 13:16:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:31 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:16:34 - INFO - ƶӿմ +2025-02-28 13:16:40 - INFO - ƶӿմ +2025-02-28 13:16:40 - INFO - ƶӿմ +2025-02-28 13:16:42 - INFO - ƶӿմ +2025-02-28 13:16:42 - INFO - ʣͶϴ990 +2025-02-28 13:16:42 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:16:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:42 - INFO - ƶλ +2025-02-28 13:16:42 - INFO - ƶλ +2025-02-28 13:16:42 - INFO - ƶλ +2025-02-28 13:16:42 - INFO - ƶλ +2025-02-28 13:16:43 - INFO - ƶλ +2025-02-28 13:16:43 - INFO - ƶλ +2025-02-28 13:16:43 - INFO - ƶλ +2025-02-28 13:16:43 - INFO - ƶλ +2025-02-28 13:16:43 - INFO - ʶͼɹ +2025-02-28 13:16:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:43 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:16:44 - INFO - ƶλλ +2025-02-28 13:16:44 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:44 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:16:46 - INFO - ƶλλ +2025-02-28 13:16:46 - INFO - ƶλ:ֱߣX:271.73943573301415-Y:2414.4485352320894-Z:1170.671260984031-U:-1.3417886309246494-V:4.466728763045706-W:-83.66896280377397 +2025-02-28 13:16:46 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"271.73943573301415","m1":"2414.4485352320894","m2":"1170.671260984031","m3":"-1.3417886309246494","m4":"4.466728763045706","m5":"-83.66896280377397","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:48 - INFO - ƶλλ +2025-02-28 13:16:48 - INFO - ƶλ:ֱߣX:255.80974316143744-Y:2451.849431467519-Z:672.3265832203754-U:-1.3417886309246494-V:4.466728763045706-W:-83.66896280377397 +2025-02-28 13:16:48 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"255.80974316143744","m1":"2451.849431467519","m2":"672.3265832203754","m3":"-1.3417886309246494","m4":"4.466728763045706","m5":"-83.66896280377397","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:49 - INFO - ƶץλ +2025-02-28 13:16:49 - INFO - ƶץλ +2025-02-28 13:16:49 - INFO - ƶץλ +2025-02-28 13:16:49 - INFO - ƶץλ +2025-02-28 13:16:49 - INFO - ƶץλ +2025-02-28 13:16:49 - INFO - ƶץλ +2025-02-28 13:16:49 - INFO - ƶץλ +2025-02-28 13:16:50 - INFO - ƶץλ +2025-02-28 13:16:50 - INFO - ƶץλ +2025-02-28 13:16:50 - INFO - ץϵλ +2025-02-28 13:16:50 - INFO - ץϳɹ +2025-02-28 13:16:51 - INFO - ƶץλ +2025-02-28 13:16:52 - INFO - ץϵλ +2025-02-28 13:16:52 - INFO - ץϳɹ +2025-02-28 13:16:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"271.73943573301415","m1":"2414.4485352320894","m2":"1170.671260984031","m3":"-1.3417886309246494","m4":"4.466728763045706","m5":"-83.66896280377397","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:52 - INFO - ƶλ:ֱߣX:271.73943573301415-Y:2414.4485352320894-Z:1170.671260984031-U:-1.3417886309246494-V:4.466728763045706-W:-83.66896280377397 +2025-02-28 13:16:52 - INFO - ƶλλ +2025-02-28 13:16:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:52 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:16:54 - INFO - ƶλλ +2025-02-28 13:16:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:54 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:16:56 - INFO - ƶƴλ +2025-02-28 13:16:56 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:16:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:56 - INFO - ƶƴλ +2025-02-28 13:16:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:16:56 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:16:59 - INFO - ҡ +2025-02-28 13:16:59 - INFO - ҡ +2025-02-28 13:16:59 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:16:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:02 - INFO - ҡ +2025-02-28 13:17:02 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:17:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:06 - INFO - ҡ +2025-02-28 13:17:06 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:06 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:17:09 - INFO - ƶӿմ +2025-02-28 13:17:14 - INFO - ƶӿմ +2025-02-28 13:17:14 - INFO - ƶӿմ +2025-02-28 13:17:16 - INFO - ƶӿմ +2025-02-28 13:17:16 - INFO - ʣͶϴ989 +2025-02-28 13:17:16 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:17:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:17 - INFO - ƶλ +2025-02-28 13:17:17 - INFO - ƶλ +2025-02-28 13:17:17 - INFO - ƶλ +2025-02-28 13:17:17 - INFO - ƶλ +2025-02-28 13:17:17 - INFO - ƶλ +2025-02-28 13:17:17 - INFO - ƶλ +2025-02-28 13:17:18 - INFO - ƶλ +2025-02-28 13:17:18 - INFO - ƶλ +2025-02-28 13:17:18 - INFO - ƶλ +2025-02-28 13:17:18 - INFO - ʶͼɹ +2025-02-28 13:17:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:18 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:17:18 - INFO - ƶλλ +2025-02-28 13:17:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:19 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:17:20 - INFO - ƶλλ +2025-02-28 13:17:20 - INFO - ƶλ:ֱߣX:182.21185211586055-Y:2069.386716770641-Z:1133.5633025318436-U:8.792379708284107-V:-2.519440652422368-W:-88.91047657621694 +2025-02-28 13:17:20 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"182.21185211586055","m1":"2069.386716770641","m2":"1133.5633025318436","m3":"8.792379708284107","m4":"-2.519440652422368","m5":"-88.91047657621694","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:21 - INFO - ƶλλ +2025-02-28 13:17:22 - INFO - ƶλ:ֱߣX:259.038249946841-Y:2049.1229792350996-Z:639.916581143555-U:8.792379708284107-V:-2.519440652422368-W:-88.91047657621694 +2025-02-28 13:17:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"259.038249946841","m1":"2049.1229792350996","m2":"639.916581143555","m3":"8.792379708284107","m4":"-2.519440652422368","m5":"-88.91047657621694","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:23 - INFO - ƶץλ +2025-02-28 13:17:23 - INFO - ƶץλ +2025-02-28 13:17:23 - INFO - ƶץλ +2025-02-28 13:17:23 - INFO - ƶץλ +2025-02-28 13:17:23 - INFO - ƶץλ +2025-02-28 13:17:23 - INFO - ƶץλ +2025-02-28 13:17:23 - INFO - ƶץλ +2025-02-28 13:17:23 - INFO - ƶץλ +2025-02-28 13:17:24 - INFO - ƶץλ +2025-02-28 13:17:24 - INFO - ƶץλ +2025-02-28 13:17:24 - INFO - ƶץλ +2025-02-28 13:17:24 - INFO - ƶץλ +2025-02-28 13:17:24 - INFO - ƶץλ +2025-02-28 13:17:24 - INFO - ƶץλ +2025-02-28 13:17:24 - INFO - ץϵλ +2025-02-28 13:17:24 - INFO - ץϳɹ +2025-02-28 13:17:26 - INFO - ƶץλ +2025-02-28 13:17:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"182.21185211586055","m1":"2069.386716770641","m2":"1133.5633025318436","m3":"8.792379708284107","m4":"-2.519440652422368","m5":"-88.91047657621694","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:26 - INFO - ץϵλ +2025-02-28 13:17:26 - INFO - ץϳɹ +2025-02-28 13:17:26 - INFO - ƶλ:ֱߣX:182.21185211586055-Y:2069.386716770641-Z:1133.5633025318436-U:8.792379708284107-V:-2.519440652422368-W:-88.91047657621694 +2025-02-28 13:17:26 - INFO - ƶλλ +2025-02-28 13:17:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:27 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:17:29 - INFO - ƶλλ +2025-02-28 13:17:29 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:29 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:17:30 - INFO - ƶƴλ +2025-02-28 13:17:30 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:17:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:31 - INFO - ƶƴλ +2025-02-28 13:17:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:31 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:17:33 - INFO - ҡ +2025-02-28 13:17:34 - INFO - ҡ +2025-02-28 13:17:34 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:17:34 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:36 - INFO - ҡ +2025-02-28 13:17:37 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:17:37 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:40 - INFO - ҡ +2025-02-28 13:17:40 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:17:40 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:43 - INFO - ƶӿմ +2025-02-28 13:17:49 - INFO - ƶӿմ +2025-02-28 13:17:49 - INFO - ƶӿմ +2025-02-28 13:17:51 - INFO - ƶӿմ +2025-02-28 13:17:51 - INFO - ʣͶϴ988 +2025-02-28 13:17:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:51 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:17:51 - INFO - ƶλ +2025-02-28 13:17:51 - INFO - ƶλ +2025-02-28 13:17:51 - INFO - ƶλ +2025-02-28 13:17:51 - INFO - ƶλ +2025-02-28 13:17:51 - INFO - ƶλ +2025-02-28 13:17:52 - INFO - ƶλ +2025-02-28 13:17:52 - INFO - ƶλ +2025-02-28 13:17:52 - INFO - ƶλ +2025-02-28 13:17:52 - INFO - ʶͼɹ +2025-02-28 13:17:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:52 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:17:53 - INFO - ƶλλ +2025-02-28 13:17:53 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:17:53 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:55 - INFO - ƶλλ +2025-02-28 13:17:55 - INFO - ƶλ:ֱߣX:225.96173078304525-Y:1672.5846567504504-Z:1143.3060913795039-U:6.66394651689772-V:-4.5307480400132905-W:-88.04857036754632 +2025-02-28 13:17:55 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"225.96173078304525","m1":"1672.5846567504504","m2":"1143.3060913795039","m3":"6.66394651689772","m4":"-4.5307480400132905","m5":"-88.04857036754632","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:56 - INFO - ƶλλ +2025-02-28 13:17:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"285.2868381829201","m1":"1635.3530249148046","m2":"648.2360587347797","m3":"6.66394651689772","m4":"-4.5307480400132905","m5":"-88.04857036754632","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:17:56 - INFO - ƶλ:ֱߣX:285.2868381829201-Y:1635.3530249148046-Z:648.2360587347797-U:6.66394651689772-V:-4.5307480400132905-W:-88.04857036754632 +2025-02-28 13:17:57 - INFO - ƶץλ +2025-02-28 13:17:57 - INFO - ƶץλ +2025-02-28 13:17:57 - INFO - ƶץλ +2025-02-28 13:17:57 - INFO - ƶץλ +2025-02-28 13:17:58 - INFO - ƶץλ +2025-02-28 13:17:58 - INFO - ƶץλ +2025-02-28 13:17:58 - INFO - ƶץλ +2025-02-28 13:17:58 - INFO - ƶץλ +2025-02-28 13:17:58 - INFO - ƶץλ +2025-02-28 13:17:58 - INFO - ƶץλ +2025-02-28 13:17:58 - INFO - ƶץλ +2025-02-28 13:17:58 - INFO - ƶץλ +2025-02-28 13:17:58 - INFO - ƶץλ +2025-02-28 13:17:58 - INFO - ץϵλ +2025-02-28 13:17:59 - INFO - ץϳɹ +2025-02-28 13:18:00 - INFO - ƶץλ +2025-02-28 13:18:00 - INFO - ץϵλ +2025-02-28 13:18:00 - INFO - ץϳɹ +2025-02-28 13:18:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"225.96173078304525","m1":"1672.5846567504504","m2":"1143.3060913795039","m3":"6.66394651689772","m4":"-4.5307480400132905","m5":"-88.04857036754632","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:01 - INFO - ƶλ:ֱߣX:225.96173078304525-Y:1672.5846567504504-Z:1143.3060913795039-U:6.66394651689772-V:-4.5307480400132905-W:-88.04857036754632 +2025-02-28 13:18:01 - INFO - ƶλλ +2025-02-28 13:18:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:01 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:18:03 - INFO - ƶλλ +2025-02-28 13:18:03 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:18:03 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:05 - INFO - ƶƴλ +2025-02-28 13:18:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:05 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:18:05 - INFO - ƶƴλ +2025-02-28 13:18:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:05 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:18:08 - INFO - ҡ +2025-02-28 13:18:08 - INFO - ҡ +2025-02-28 13:18:08 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:18:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:11 - INFO - ҡ +2025-02-28 13:18:11 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:18:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:15 - INFO - ҡ +2025-02-28 13:18:15 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:15 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:18:18 - INFO - ƶӿմ +2025-02-28 13:18:23 - INFO - ƶӿմ +2025-02-28 13:18:23 - INFO - ƶӿմ +2025-02-28 13:18:25 - INFO - ƶӿմ +2025-02-28 13:18:25 - INFO - ʣͶϴ987 +2025-02-28 13:18:25 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:18:25 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:26 - INFO - ƶλ +2025-02-28 13:18:26 - INFO - ƶλ +2025-02-28 13:18:26 - INFO - ƶλ +2025-02-28 13:18:26 - INFO - ƶλ +2025-02-28 13:18:26 - INFO - ƶλ +2025-02-28 13:18:26 - INFO - ƶλ +2025-02-28 13:18:26 - INFO - ƶλ +2025-02-28 13:18:26 - INFO - ƶλ +2025-02-28 13:18:26 - INFO - ƶλ +2025-02-28 13:18:27 - INFO - ʶͼɹ +2025-02-28 13:18:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:27 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:18:27 - INFO - ƶλλ +2025-02-28 13:18:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:28 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:18:29 - INFO - ƶλλ +2025-02-28 13:18:29 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"263.55685792738416","m1":"2436.919818308279","m2":"1046.0032767535777","m3":"0.4473008156707558","m4":"5.043070195107444","m5":"-83.08646594576018","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:29 - INFO - ƶλ:ֱߣX:263.55685792738416-Y:2436.919818308279-Z:1046.0032767535777-U:0.4473008156707558-V:5.043070195107444-W:-83.08646594576018 +2025-02-28 13:18:31 - INFO - ƶλλ +2025-02-28 13:18:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"262.1414380156314","m1":"2481.021052957378","m2":"547.9540044030416","m3":"0.4473008156707558","m4":"5.043070195107444","m5":"-83.08646594576018","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:31 - INFO - ƶλ:ֱߣX:262.1414380156314-Y:2481.021052957378-Z:547.9540044030416-U:0.4473008156707558-V:5.043070195107444-W:-83.08646594576018 +2025-02-28 13:18:32 - INFO - ƶץλ +2025-02-28 13:18:32 - INFO - ƶץλ +2025-02-28 13:18:32 - INFO - ƶץλ +2025-02-28 13:18:32 - INFO - ƶץλ +2025-02-28 13:18:32 - INFO - ƶץλ +2025-02-28 13:18:32 - INFO - ƶץλ +2025-02-28 13:18:33 - INFO - ƶץλ +2025-02-28 13:18:33 - INFO - ƶץλ +2025-02-28 13:18:33 - INFO - ƶץλ +2025-02-28 13:18:33 - INFO - ƶץλ +2025-02-28 13:18:33 - INFO - ץϵλ +2025-02-28 13:18:33 - INFO - ץϳɹ +2025-02-28 13:18:35 - INFO - ƶץλ +2025-02-28 13:18:35 - INFO - ץϵλ +2025-02-28 13:18:35 - INFO - ץϳɹ +2025-02-28 13:18:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"263.55685792738416","m1":"2436.919818308279","m2":"1046.0032767535777","m3":"0.4473008156707558","m4":"5.043070195107444","m5":"-83.08646594576018","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:35 - INFO - ƶλ:ֱߣX:263.55685792738416-Y:2436.919818308279-Z:1046.0032767535777-U:0.4473008156707558-V:5.043070195107444-W:-83.08646594576018 +2025-02-28 13:18:35 - INFO - ƶλλ +2025-02-28 13:18:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:36 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:18:38 - INFO - ƶλλ +2025-02-28 13:18:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:38 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:18:39 - INFO - ƶƴλ +2025-02-28 13:18:39 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:18:39 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:40 - INFO - ƶƴλ +2025-02-28 13:18:40 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:40 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:18:42 - INFO - ҡ +2025-02-28 13:18:42 - INFO - ҡ +2025-02-28 13:18:42 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:18:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:45 - INFO - ҡ +2025-02-28 13:18:45 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:18:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:49 - INFO - ҡ +2025-02-28 13:18:49 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:18:49 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:18:52 - INFO - ƶӿմ +2025-02-28 13:18:58 - INFO - ƶӿմ +2025-02-28 13:18:58 - INFO - ƶӿմ +2025-02-28 13:19:00 - INFO - ƶӿմ +2025-02-28 13:19:00 - INFO - ʣͶϴ986 +2025-02-28 13:19:00 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:00 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:19:00 - INFO - ƶλ +2025-02-28 13:19:00 - INFO - ƶλ +2025-02-28 13:19:00 - INFO - ƶλ +2025-02-28 13:19:00 - INFO - ƶλ +2025-02-28 13:19:00 - INFO - ƶλ +2025-02-28 13:19:01 - INFO - ƶλ +2025-02-28 13:19:01 - INFO - ƶλ +2025-02-28 13:19:01 - INFO - ʶͼɹ +2025-02-28 13:19:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:01 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:19:02 - INFO - ƶλλ +2025-02-28 13:19:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:02 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:19:04 - INFO - ƶλλ +2025-02-28 13:19:04 - INFO - ƶλ:ֱߣX:202.9441099960302-Y:2065.1739614780486-Z:1047.4739510986522-U:8.388782815857802-V:-2.5418754513505726-W:-92.07273431971933 +2025-02-28 13:19:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"202.9441099960302","m1":"2065.1739614780486","m2":"1047.4739510986522","m3":"8.388782815857802","m4":"-2.5418754513505726","m5":"-92.07273431971933","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:05 - INFO - ƶλλ +2025-02-28 13:19:06 - INFO - ƶλ:ֱߣX:275.04761867639996-Y:2040.6125185234193-Z:553.3101932653137-U:8.388782815857802-V:-2.5418754513505726-W:-92.07273431971933 +2025-02-28 13:19:06 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.04761867639996","m1":"2040.6125185234193","m2":"553.3101932653137","m3":"8.388782815857802","m4":"-2.5418754513505726","m5":"-92.07273431971933","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:07 - INFO - ƶץλ +2025-02-28 13:19:07 - INFO - ƶץλ +2025-02-28 13:19:07 - INFO - ƶץλ +2025-02-28 13:19:07 - INFO - ƶץλ +2025-02-28 13:19:07 - INFO - ƶץλ +2025-02-28 13:19:07 - INFO - ƶץλ +2025-02-28 13:19:07 - INFO - ƶץλ +2025-02-28 13:19:07 - INFO - ƶץλ +2025-02-28 13:19:08 - INFO - ƶץλ +2025-02-28 13:19:08 - INFO - ƶץλ +2025-02-28 13:19:08 - INFO - ץϵλ +2025-02-28 13:19:08 - INFO - ץϳɹ +2025-02-28 13:19:09 - INFO - ƶץλ +2025-02-28 13:19:10 - INFO - ץϵλ +2025-02-28 13:19:10 - INFO - ץϳɹ +2025-02-28 13:19:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"202.9441099960302","m1":"2065.1739614780486","m2":"1047.4739510986522","m3":"8.388782815857802","m4":"-2.5418754513505726","m5":"-92.07273431971933","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:10 - INFO - ƶλ:ֱߣX:202.9441099960302-Y:2065.1739614780486-Z:1047.4739510986522-U:8.388782815857802-V:-2.5418754513505726-W:-92.07273431971933 +2025-02-28 13:19:10 - INFO - ƶλλ +2025-02-28 13:19:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:10 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:19:12 - INFO - ƶλλ +2025-02-28 13:19:12 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:19:13 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:14 - INFO - ƶƴλ +2025-02-28 13:19:14 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:19:14 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:14 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:14 - INFO - ƶƴλ +2025-02-28 13:19:15 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:19:17 - INFO - ҡ +2025-02-28 13:19:18 - INFO - ҡ +2025-02-28 13:19:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:18 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:19:21 - INFO - ҡ +2025-02-28 13:19:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:21 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:19:24 - INFO - ҡ +2025-02-28 13:19:24 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:19:24 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:28 - INFO - ƶӿմ +2025-02-28 13:19:33 - INFO - ƶӿմ +2025-02-28 13:19:33 - INFO - ƶӿմ +2025-02-28 13:19:35 - INFO - ƶӿմ +2025-02-28 13:19:35 - INFO - ʣͶϴ985 +2025-02-28 13:19:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:35 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:19:35 - INFO - ƶλ +2025-02-28 13:19:35 - INFO - ƶλ +2025-02-28 13:19:35 - INFO - ƶλ +2025-02-28 13:19:35 - INFO - ƶλ +2025-02-28 13:19:36 - INFO - ƶλ +2025-02-28 13:19:36 - INFO - ƶλ +2025-02-28 13:19:36 - INFO - ƶλ +2025-02-28 13:19:36 - INFO - ʶͼɹ +2025-02-28 13:19:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:36 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:19:37 - INFO - ƶλλ +2025-02-28 13:19:37 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:19:37 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:39 - INFO - ƶλλ +2025-02-28 13:19:39 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"242.8861476220041","m1":"1672.0584895890872","m2":"1036.1533111382105","m3":"5.3017942442299555","m4":"-5.716369004337876","m5":"-91.1601503914641","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:39 - INFO - ƶλ:ֱߣX:242.8861476220041-Y:1672.0584895890872-Z:1036.1533111382105-U:5.3017942442299555-V:-5.716369004337876-W:-91.1601503914641 +2025-02-28 13:19:40 - INFO - ƶλλ +2025-02-28 13:19:40 - INFO - ƶλ:ֱߣX:288.0735307904123-Y:1621.5442725195082-Z:540.7681940058537-U:5.3017942442299555-V:-5.716369004337876-W:-91.1601503914641 +2025-02-28 13:19:40 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"288.0735307904123","m1":"1621.5442725195082","m2":"540.7681940058537","m3":"5.3017942442299555","m4":"-5.716369004337876","m5":"-91.1601503914641","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:41 - INFO - ƶץλ +2025-02-28 13:19:42 - INFO - ƶץλ +2025-02-28 13:19:42 - INFO - ƶץλ +2025-02-28 13:19:42 - INFO - ƶץλ +2025-02-28 13:19:42 - INFO - ƶץλ +2025-02-28 13:19:42 - INFO - ƶץλ +2025-02-28 13:19:42 - INFO - ƶץλ +2025-02-28 13:19:42 - INFO - ƶץλ +2025-02-28 13:19:42 - INFO - ƶץλ +2025-02-28 13:19:42 - INFO - ƶץλ +2025-02-28 13:19:42 - INFO - ץϵλ +2025-02-28 13:19:43 - INFO - ץϳɹ +2025-02-28 13:19:44 - INFO - ƶץλ +2025-02-28 13:19:44 - INFO - ץϵλ +2025-02-28 13:19:44 - INFO - ץϳɹ +2025-02-28 13:19:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"242.8861476220041","m1":"1672.0584895890872","m2":"1036.1533111382105","m3":"5.3017942442299555","m4":"-5.716369004337876","m5":"-91.1601503914641","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:45 - INFO - ƶλ:ֱߣX:242.8861476220041-Y:1672.0584895890872-Z:1036.1533111382105-U:5.3017942442299555-V:-5.716369004337876-W:-91.1601503914641 +2025-02-28 13:19:45 - INFO - ƶλλ +2025-02-28 13:19:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:45 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:19:47 - INFO - ƶλλ +2025-02-28 13:19:47 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:47 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:19:49 - INFO - ƶƴλ +2025-02-28 13:19:49 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:19:49 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:49 - INFO - ƶƴλ +2025-02-28 13:19:49 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:19:49 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:52 - INFO - ҡ +2025-02-28 13:19:52 - INFO - ҡ +2025-02-28 13:19:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:52 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:19:55 - INFO - ҡ +2025-02-28 13:19:55 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:19:55 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:19:59 - INFO - ҡ +2025-02-28 13:19:59 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:19:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:02 - INFO - ƶӿմ +2025-02-28 13:20:07 - INFO - ƶӿմ +2025-02-28 13:20:07 - INFO - ƶӿմ +2025-02-28 13:20:09 - INFO - ƶӿմ +2025-02-28 13:20:09 - INFO - ʣͶϴ984 +2025-02-28 13:20:09 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:09 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:20:09 - INFO - ƶλ +2025-02-28 13:20:10 - INFO - ƶλ +2025-02-28 13:20:10 - INFO - ƶλ +2025-02-28 13:20:10 - INFO - ƶλ +2025-02-28 13:20:10 - INFO - ƶλ +2025-02-28 13:20:10 - INFO - ƶλ +2025-02-28 13:20:10 - INFO - ƶλ +2025-02-28 13:20:10 - INFO - ƶλ +2025-02-28 13:20:10 - INFO - ʶͼɹ +2025-02-28 13:20:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:11 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:20:11 - INFO - ƶλλ +2025-02-28 13:20:11 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:20:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:13 - INFO - ƶλλ +2025-02-28 13:20:13 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"248.43773723884902","m1":"2466.770640741745","m2":"938.033667599544","m3":"2.010241190174487","m4":"2.054692956500947","m5":"-83.38175050298666","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:13 - INFO - ƶλ:ֱߣX:248.43773723884902-Y:2466.770640741745-Z:938.033667599544-U:2.010241190174487-V:2.054692956500947-W:-83.38175050298666 +2025-02-28 13:20:15 - INFO - ƶλλ +2025-02-28 13:20:15 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"263.7950753093826","m1":"2486.588394912949","m2":"438.66265443698853","m3":"2.010241190174487","m4":"2.054692956500947","m5":"-83.38175050298666","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:15 - INFO - ƶλ:ֱߣX:263.7950753093826-Y:2486.588394912949-Z:438.66265443698853-U:2.010241190174487-V:2.054692956500947-W:-83.38175050298666 +2025-02-28 13:20:16 - INFO - ƶץλ +2025-02-28 13:20:16 - INFO - ƶץλ +2025-02-28 13:20:16 - INFO - ƶץλ +2025-02-28 13:20:16 - INFO - ƶץλ +2025-02-28 13:20:16 - INFO - ƶץλ +2025-02-28 13:20:16 - INFO - ƶץλ +2025-02-28 13:20:16 - INFO - ƶץλ +2025-02-28 13:20:17 - INFO - ƶץλ +2025-02-28 13:20:17 - INFO - ƶץλ +2025-02-28 13:20:17 - INFO - ƶץλ +2025-02-28 13:20:17 - INFO - ƶץλ +2025-02-28 13:20:17 - INFO - ƶץλ +2025-02-28 13:20:17 - INFO - ƶץλ +2025-02-28 13:20:17 - INFO - ץϵλ +2025-02-28 13:20:17 - INFO - ץϳɹ +2025-02-28 13:20:19 - INFO - ƶץλ +2025-02-28 13:20:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"248.43773723884902","m1":"2466.770640741745","m2":"938.033667599544","m3":"2.010241190174487","m4":"2.054692956500947","m5":"-83.38175050298666","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:19 - INFO - ץϵλ +2025-02-28 13:20:19 - INFO - ץϳɹ +2025-02-28 13:20:19 - INFO - ƶλ:ֱߣX:248.43773723884902-Y:2466.770640741745-Z:938.033667599544-U:2.010241190174487-V:2.054692956500947-W:-83.38175050298666 +2025-02-28 13:20:20 - INFO - ƶλλ +2025-02-28 13:20:20 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:20 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:20:22 - INFO - ƶλλ +2025-02-28 13:20:22 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:20:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:23 - INFO - ƶƴλ +2025-02-28 13:20:24 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:20:24 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:24 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:24 - INFO - ƶƴλ +2025-02-28 13:20:24 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:20:26 - INFO - ҡ +2025-02-28 13:20:27 - INFO - ҡ +2025-02-28 13:20:27 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:20:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:30 - INFO - ҡ +2025-02-28 13:20:30 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:20:30 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:33 - INFO - ҡ +2025-02-28 13:20:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:33 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:20:37 - INFO - ƶӿմ +2025-02-28 13:20:42 - INFO - ƶӿմ +2025-02-28 13:20:42 - INFO - ƶӿմ +2025-02-28 13:20:44 - INFO - ƶӿմ +2025-02-28 13:20:44 - INFO - ʣͶϴ983 +2025-02-28 13:20:44 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:20:44 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:44 - INFO - ƶλ +2025-02-28 13:20:45 - INFO - ƶλ +2025-02-28 13:20:45 - INFO - ƶλ +2025-02-28 13:20:45 - INFO - ƶλ +2025-02-28 13:20:45 - INFO - ƶλ +2025-02-28 13:20:45 - INFO - ƶλ +2025-02-28 13:20:45 - INFO - ƶλ +2025-02-28 13:20:45 - INFO - ʶͼɹ +2025-02-28 13:20:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:46 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:20:46 - INFO - ƶλλ +2025-02-28 13:20:46 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:20:47 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:48 - INFO - ƶλλ +2025-02-28 13:20:48 - INFO - ƶλ:ֱߣX:202.12176000602366-Y:2074.68933687537-Z:939.9673306446433-U:7.994157766613769-V:-2.477475626017804-W:-83.45644833934213 +2025-02-28 13:20:48 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"202.12176000602366","m1":"2074.68933687537","m2":"939.9673306446433","m3":"7.994157766613769","m4":"-2.477475626017804","m5":"-83.45644833934213","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:50 - INFO - ƶλλ +2025-02-28 13:20:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"273.64391626486866","m1":"2061.349703522038","m2":"445.2890156296387","m3":"7.994157766613769","m4":"-2.477475626017804","m5":"-83.45644833934213","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:50 - INFO - ƶλ:ֱߣX:273.64391626486866-Y:2061.349703522038-Z:445.2890156296387-U:7.994157766613769-V:-2.477475626017804-W:-83.45644833934213 +2025-02-28 13:20:51 - INFO - ƶץλ +2025-02-28 13:20:51 - INFO - ƶץλ +2025-02-28 13:20:51 - INFO - ƶץλ +2025-02-28 13:20:51 - INFO - ƶץλ +2025-02-28 13:20:51 - INFO - ƶץλ +2025-02-28 13:20:51 - INFO - ƶץλ +2025-02-28 13:20:51 - INFO - ƶץλ +2025-02-28 13:20:52 - INFO - ƶץλ +2025-02-28 13:20:52 - INFO - ƶץλ +2025-02-28 13:20:52 - INFO - ץϵλ +2025-02-28 13:20:52 - INFO - ץϳɹ +2025-02-28 13:20:53 - INFO - ƶץλ +2025-02-28 13:20:54 - INFO - ץϵλ +2025-02-28 13:20:54 - INFO - ץϳɹ +2025-02-28 13:20:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"202.12176000602366","m1":"2074.68933687537","m2":"939.9673306446433","m3":"7.994157766613769","m4":"-2.477475626017804","m5":"-83.45644833934213","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:54 - INFO - ƶλ:ֱߣX:202.12176000602366-Y:2074.68933687537-Z:939.9673306446433-U:7.994157766613769-V:-2.477475626017804-W:-83.45644833934213 +2025-02-28 13:20:54 - INFO - ƶλλ +2025-02-28 13:20:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:54 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:20:56 - INFO - ƶλλ +2025-02-28 13:20:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:57 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:20:58 - INFO - ƶƴλ +2025-02-28 13:20:58 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:58 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:20:58 - INFO - ƶƴλ +2025-02-28 13:20:58 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:20:59 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:21:01 - INFO - ҡ +2025-02-28 13:21:01 - INFO - ҡ +2025-02-28 13:21:01 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:21:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:04 - INFO - ҡ +2025-02-28 13:21:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:04 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:21:08 - INFO - ҡ +2025-02-28 13:21:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:08 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:21:11 - INFO - ƶӿմ +2025-02-28 13:21:16 - INFO - ƶӿմ +2025-02-28 13:21:17 - INFO - ƶӿմ +2025-02-28 13:21:18 - INFO - ƶӿմ +2025-02-28 13:21:18 - INFO - ʣͶϴ982 +2025-02-28 13:21:19 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:21:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:19 - INFO - ƶλ +2025-02-28 13:21:19 - INFO - ƶλ +2025-02-28 13:21:19 - INFO - ƶλ +2025-02-28 13:21:19 - INFO - ƶλ +2025-02-28 13:21:19 - INFO - ƶλ +2025-02-28 13:21:19 - INFO - ƶλ +2025-02-28 13:21:19 - INFO - ƶλ +2025-02-28 13:21:20 - INFO - ʶͼɹ +2025-02-28 13:21:20 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:20 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:21:21 - INFO - ƶλλ +2025-02-28 13:21:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:21 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:21:23 - INFO - ƶλλ +2025-02-28 13:21:23 - INFO - ƶλ:ֱߣX:269.7787486746014-Y:1637.5603564767719-Z:914.3080680782359-U:1.0488751737828708-V:-1.9790037448667144-W:-88.44913416250189 +2025-02-28 13:21:23 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"269.7787486746014","m1":"1637.5603564767719","m2":"914.3080680782359","m3":"1.0488751737828708","m4":"-1.9790037448667144","m5":"-88.44913416250189","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:24 - INFO - ƶλλ +2025-02-28 13:21:24 - INFO - ƶλ:ֱߣX:279.395280271502-Y:1620.5506526562124-Z:414.6900216708001-U:1.0488751737828708-V:-1.9790037448667144-W:-88.44913416250189 +2025-02-28 13:21:25 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"279.395280271502","m1":"1620.5506526562124","m2":"414.6900216708001","m3":"1.0488751737828708","m4":"-1.9790037448667144","m5":"-88.44913416250189","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:26 - INFO - ƶץλ +2025-02-28 13:21:26 - INFO - ƶץλ +2025-02-28 13:21:26 - INFO - ƶץλ +2025-02-28 13:21:26 - INFO - ƶץλ +2025-02-28 13:21:26 - INFO - ƶץλ +2025-02-28 13:21:26 - INFO - ƶץλ +2025-02-28 13:21:26 - INFO - ƶץλ +2025-02-28 13:21:26 - INFO - ƶץλ +2025-02-28 13:21:26 - INFO - ƶץλ +2025-02-28 13:21:26 - INFO - ƶץλ +2025-02-28 13:21:27 - INFO - ץϵλ +2025-02-28 13:21:27 - INFO - ץϳɹ +2025-02-28 13:21:28 - INFO - ƶץλ +2025-02-28 13:21:28 - INFO - ץϵλ +2025-02-28 13:21:29 - INFO - ץϳɹ +2025-02-28 13:21:29 - INFO - ƶλ:ֱߣX:269.7787486746014-Y:1637.5603564767719-Z:914.3080680782359-U:1.0488751737828708-V:-1.9790037448667144-W:-88.44913416250189 +2025-02-28 13:21:29 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"269.7787486746014","m1":"1637.5603564767719","m2":"914.3080680782359","m3":"1.0488751737828708","m4":"-1.9790037448667144","m5":"-88.44913416250189","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:29 - INFO - ƶλλ +2025-02-28 13:21:29 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:29 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:21:31 - INFO - ƶλλ +2025-02-28 13:21:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:31 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:21:33 - INFO - ƶƴλ +2025-02-28 13:21:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:33 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:21:33 - INFO - ƶƴλ +2025-02-28 13:21:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:33 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:21:36 - INFO - ҡ +2025-02-28 13:21:36 - INFO - ҡ +2025-02-28 13:21:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:36 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:21:39 - INFO - ҡ +2025-02-28 13:21:39 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:39 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:21:43 - INFO - ҡ +2025-02-28 13:21:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:43 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:21:46 - INFO - ƶӿմ +2025-02-28 13:21:51 - INFO - ƶӿմ +2025-02-28 13:21:51 - INFO - ƶӿմ +2025-02-28 13:21:53 - INFO - ƶӿմ +2025-02-28 13:21:53 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:53 - INFO - ʣͶϴ981 +2025-02-28 13:21:53 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:21:54 - INFO - ƶλ +2025-02-28 13:21:54 - INFO - ƶλ +2025-02-28 13:21:54 - INFO - ƶλ +2025-02-28 13:21:54 - INFO - ƶλ +2025-02-28 13:21:54 - INFO - ƶλ +2025-02-28 13:21:54 - INFO - ƶλ +2025-02-28 13:21:54 - INFO - ƶλ +2025-02-28 13:21:54 - INFO - ʶͼɹ +2025-02-28 13:21:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:55 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:21:56 - INFO - ƶλλ +2025-02-28 13:21:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:56 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:21:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"262.7879822215283","m1":"2526.7908081378105","m2":"830.286124318972","m3":"0.49364779324052266","m4":"-3.0753505930879768","m5":"-87.10140498028436","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:21:58 - INFO - ƶλλ +2025-02-28 13:21:58 - INFO - ƶλ:ֱߣX:262.7879822215283-Y:2526.7908081378105-Z:830.286124318972-U:0.49364779324052266-V:-3.0753505930879768-W:-87.10140498028436 +2025-02-28 13:21:59 - INFO - ƶλλ +2025-02-28 13:21:59 - INFO - ƶλ:ֱߣX:268.4467358448968-Y:2500.2193504451516-Z:331.02473371930097-U:0.49364779324052266-V:-3.0753505930879768-W:-87.10140498028436 +2025-02-28 13:21:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"268.4467358448968","m1":"2500.2193504451516","m2":"331.02473371930097","m3":"0.49364779324052266","m4":"-3.0753505930879768","m5":"-87.10140498028436","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:00 - INFO - ƶץλ +2025-02-28 13:22:00 - INFO - ƶץλ +2025-02-28 13:22:01 - INFO - ƶץλ +2025-02-28 13:22:01 - INFO - ƶץλ +2025-02-28 13:22:01 - INFO - ƶץλ +2025-02-28 13:22:01 - INFO - ƶץλ +2025-02-28 13:22:01 - INFO - ƶץλ +2025-02-28 13:22:01 - INFO - ƶץλ +2025-02-28 13:22:01 - INFO - ƶץλ +2025-02-28 13:22:01 - INFO - ƶץλ +2025-02-28 13:22:01 - INFO - ƶץλ +2025-02-28 13:22:02 - INFO - ƶץλ +2025-02-28 13:22:02 - INFO - ƶץλ +2025-02-28 13:22:02 - INFO - ƶץλ +2025-02-28 13:22:02 - INFO - ץϵλ +2025-02-28 13:22:02 - INFO - ץϳɹ +2025-02-28 13:22:04 - INFO - ƶץλ +2025-02-28 13:22:04 - INFO - ץϵλ +2025-02-28 13:22:04 - INFO - ץϳɹ +2025-02-28 13:22:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"262.7879822215283","m1":"2526.7908081378105","m2":"830.286124318972","m3":"0.49364779324052266","m4":"-3.0753505930879768","m5":"-87.10140498028436","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:04 - INFO - ƶλ:ֱߣX:262.7879822215283-Y:2526.7908081378105-Z:830.286124318972-U:0.49364779324052266-V:-3.0753505930879768-W:-87.10140498028436 +2025-02-28 13:22:04 - INFO - ƶλλ +2025-02-28 13:22:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:04 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:22:06 - INFO - ƶλλ +2025-02-28 13:22:06 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:22:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:08 - INFO - ƶƴλ +2025-02-28 13:22:08 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:22:08 - INFO - ƶƴλ +2025-02-28 13:22:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:09 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:22:11 - INFO - ҡ +2025-02-28 13:22:11 - INFO - ҡ +2025-02-28 13:22:11 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:22:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:14 - INFO - ҡ +2025-02-28 13:22:14 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:22:14 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:18 - INFO - ҡ +2025-02-28 13:22:18 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:22:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:21 - INFO - ƶӿմ +2025-02-28 13:22:26 - INFO - ƶӿմ +2025-02-28 13:22:26 - INFO - ƶӿմ +2025-02-28 13:22:28 - INFO - ƶӿմ +2025-02-28 13:22:28 - INFO - ʣͶϴ980 +2025-02-28 13:22:28 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:29 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:22:29 - INFO - ƶλ +2025-02-28 13:22:29 - INFO - ƶλ +2025-02-28 13:22:29 - INFO - ƶλ +2025-02-28 13:22:29 - INFO - ƶλ +2025-02-28 13:22:29 - INFO - ƶλ +2025-02-28 13:22:29 - INFO - ƶλ +2025-02-28 13:22:29 - INFO - ƶλ +2025-02-28 13:22:29 - INFO - ʶͼɹ +2025-02-28 13:22:30 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:30 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:22:30 - INFO - ƶλλ +2025-02-28 13:22:31 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:22:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:32 - INFO - ƶλλ +2025-02-28 13:22:32 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"209.22899597014808","m1":"2067.520419157893","m2":"827.0746445981482","m3":"6.441934142444546","m4":"-1.1104482229466903","m5":"-90.18772901158637","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:32 - INFO - ƶλ:ֱߣX:209.22899597014808-Y:2067.520419157893-Z:827.0746445981482-U:6.441934142444546-V:-1.1104482229466903-W:-90.18772901158637 +2025-02-28 13:22:34 - INFO - ƶλλ +2025-02-28 13:22:34 - INFO - ƶλ:ֱߣX:265.29526154873827-Y:2057.707965348154-Z:330.32491926928327-U:6.441934142444546-V:-1.1104482229466903-W:-90.18772901158637 +2025-02-28 13:22:34 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"265.29526154873827","m1":"2057.707965348154","m2":"330.32491926928327","m3":"6.441934142444546","m4":"-1.1104482229466903","m5":"-90.18772901158637","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:35 - INFO - ƶץλ +2025-02-28 13:22:35 - INFO - ƶץλ +2025-02-28 13:22:35 - INFO - ƶץλ +2025-02-28 13:22:35 - INFO - ƶץλ +2025-02-28 13:22:35 - INFO - ƶץλ +2025-02-28 13:22:36 - INFO - ƶץλ +2025-02-28 13:22:36 - INFO - ƶץλ +2025-02-28 13:22:36 - INFO - ƶץλ +2025-02-28 13:22:36 - INFO - ƶץλ +2025-02-28 13:22:36 - INFO - ץϵλ +2025-02-28 13:22:36 - INFO - ץϳɹ +2025-02-28 13:22:38 - INFO - ƶץλ +2025-02-28 13:22:38 - INFO - ץϵλ +2025-02-28 13:22:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"209.22899597014808","m1":"2067.520419157893","m2":"827.0746445981482","m3":"6.441934142444546","m4":"-1.1104482229466903","m5":"-90.18772901158637","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:38 - INFO - ץϳɹ +2025-02-28 13:22:38 - INFO - ƶλ:ֱߣX:209.22899597014808-Y:2067.520419157893-Z:827.0746445981482-U:6.441934142444546-V:-1.1104482229466903-W:-90.18772901158637 +2025-02-28 13:22:38 - INFO - ƶλλ +2025-02-28 13:22:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:39 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:22:41 - INFO - ƶλλ +2025-02-28 13:22:41 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:41 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:22:42 - INFO - ƶƴλ +2025-02-28 13:22:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:43 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:22:43 - INFO - ƶƴλ +2025-02-28 13:22:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:43 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:22:45 - INFO - ҡ +2025-02-28 13:22:46 - INFO - ҡ +2025-02-28 13:22:46 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:46 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:22:48 - INFO - ҡ +2025-02-28 13:22:48 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:22:49 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:52 - INFO - ҡ +2025-02-28 13:22:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:22:52 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:22:55 - INFO - ƶӿմ +2025-02-28 13:23:01 - INFO - ƶӿմ +2025-02-28 13:23:01 - INFO - ƶӿմ +2025-02-28 13:23:03 - INFO - ƶӿմ +2025-02-28 13:23:03 - INFO - ʣͶϴ979 +2025-02-28 13:23:03 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:23:03 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:03 - INFO - ƶλ +2025-02-28 13:23:03 - INFO - ƶλ +2025-02-28 13:23:03 - INFO - ƶλ +2025-02-28 13:23:03 - INFO - ƶλ +2025-02-28 13:23:03 - INFO - ƶλ +2025-02-28 13:23:04 - INFO - ƶλ +2025-02-28 13:23:04 - INFO - ƶλ +2025-02-28 13:23:04 - INFO - ʶͼɹ +2025-02-28 13:23:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:04 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:23:05 - INFO - ƶλλ +2025-02-28 13:23:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:05 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:23:06 - INFO - ƶλλ +2025-02-28 13:23:07 - INFO - ƶλ:ֱߣX:218.86428328939567-Y:1655.279465932676-Z:827.0748448903364-U:4.165964504118213-V:-1.894860428983702-W:-90.82320260595128 +2025-02-28 13:23:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"218.86428328939567","m1":"1655.279465932676","m2":"827.0748448903364","m3":"4.165964504118213","m4":"-1.894860428983702","m5":"-90.82320260595128","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:08 - INFO - ƶλλ +2025-02-28 13:23:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"254.94650807345516","m1":"1638.2702335656675","m2":"328.66862595951505","m3":"4.165964504118213","m4":"-1.894860428983702","m5":"-90.82320260595128","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:08 - INFO - ƶλ:ֱߣX:254.94650807345516-Y:1638.2702335656675-Z:328.66862595951505-U:4.165964504118213-V:-1.894860428983702-W:-90.82320260595128 +2025-02-28 13:23:09 - INFO - ƶץλ +2025-02-28 13:23:09 - INFO - ƶץλ +2025-02-28 13:23:10 - INFO - ƶץλ +2025-02-28 13:23:10 - INFO - ƶץλ +2025-02-28 13:23:10 - INFO - ƶץλ +2025-02-28 13:23:10 - INFO - ƶץλ +2025-02-28 13:23:10 - INFO - ƶץλ +2025-02-28 13:23:10 - INFO - ƶץλ +2025-02-28 13:23:10 - INFO - ƶץλ +2025-02-28 13:23:10 - INFO - ƶץλ +2025-02-28 13:23:10 - INFO - ץϵλ +2025-02-28 13:23:11 - INFO - ץϳɹ +2025-02-28 13:23:12 - INFO - ƶץλ +2025-02-28 13:23:12 - INFO - ץϵλ +2025-02-28 13:23:12 - INFO - ץϳɹ +2025-02-28 13:23:12 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"218.86428328939567","m1":"1655.279465932676","m2":"827.0748448903364","m3":"4.165964504118213","m4":"-1.894860428983702","m5":"-90.82320260595128","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:13 - INFO - ƶλ:ֱߣX:218.86428328939567-Y:1655.279465932676-Z:827.0748448903364-U:4.165964504118213-V:-1.894860428983702-W:-90.82320260595128 +2025-02-28 13:23:13 - INFO - ƶλλ +2025-02-28 13:23:13 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:13 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:23:15 - INFO - ƶλλ +2025-02-28 13:23:15 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:15 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:23:17 - INFO - ƶƴλ +2025-02-28 13:23:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:17 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:23:17 - INFO - ƶƴλ +2025-02-28 13:23:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:17 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:23:20 - INFO - ҡ +2025-02-28 13:23:20 - INFO - ҡ +2025-02-28 13:23:20 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:20 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:23:23 - INFO - ҡ +2025-02-28 13:23:23 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:23:23 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:26 - INFO - ҡ +2025-02-28 13:23:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:26 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:23:29 - INFO - ƶӿմ +2025-02-28 13:23:35 - INFO - ƶӿմ +2025-02-28 13:23:35 - INFO - ƶӿմ +2025-02-28 13:23:36 - INFO - ƶӿմ +2025-02-28 13:23:37 - INFO - ʣͶϴ978 +2025-02-28 13:23:37 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:23:37 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:37 - INFO - ƶλ +2025-02-28 13:23:37 - INFO - ƶλ +2025-02-28 13:23:37 - INFO - ƶλ +2025-02-28 13:23:37 - INFO - ƶλ +2025-02-28 13:23:37 - INFO - ƶλ +2025-02-28 13:23:38 - INFO - ƶλ +2025-02-28 13:23:38 - INFO - ƶλ +2025-02-28 13:23:38 - INFO - ʶͼɹ +2025-02-28 13:23:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:38 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:23:39 - INFO - ƶλλ +2025-02-28 13:23:39 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:23:39 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:40 - INFO - ƶλλ +2025-02-28 13:23:40 - INFO - ƶλ:ֱߣX:254.73875514533387-Y:2546.7799064733376-Z:740.2235331372935-U:0.5890906817085932-V:-3.4997798995527973-W:-88.31561828633819 +2025-02-28 13:23:41 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"254.73875514533387","m1":"2546.7799064733376","m2":"740.2235331372935","m3":"0.5890906817085932","m4":"-3.4997798995527973","m5":"-88.31561828633819","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:42 - INFO - ƶλλ +2025-02-28 13:23:42 - INFO - ƶλ:ֱߣX:260.7743489903385-Y:2516.4234592643397-Z:241.18239483326-U:0.5890906817085932-V:-3.4997798995527973-W:-88.31561828633819 +2025-02-28 13:23:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"260.7743489903385","m1":"2516.4234592643397","m2":"241.18239483326","m3":"0.5890906817085932","m4":"-3.4997798995527973","m5":"-88.31561828633819","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:43 - INFO - ƶץλ +2025-02-28 13:23:43 - INFO - ƶץλ +2025-02-28 13:23:44 - INFO - ƶץλ +2025-02-28 13:23:44 - INFO - ƶץλ +2025-02-28 13:23:44 - INFO - ƶץλ +2025-02-28 13:23:44 - INFO - ƶץλ +2025-02-28 13:23:44 - INFO - ƶץλ +2025-02-28 13:23:44 - INFO - ƶץλ +2025-02-28 13:23:44 - INFO - ƶץλ +2025-02-28 13:23:44 - INFO - ƶץλ +2025-02-28 13:23:44 - INFO - ƶץλ +2025-02-28 13:23:45 - INFO - ƶץλ +2025-02-28 13:23:45 - INFO - ƶץλ +2025-02-28 13:23:45 - INFO - ץϵλ +2025-02-28 13:23:45 - INFO - ץϳɹ +2025-02-28 13:23:46 - INFO - ƶץλ +2025-02-28 13:23:47 - INFO - ץϵλ +2025-02-28 13:23:47 - INFO - ץϳɹ +2025-02-28 13:23:47 - INFO - ƶλ:ֱߣX:254.73875514533387-Y:2546.7799064733376-Z:740.2235331372935-U:0.5890906817085932-V:-3.4997798995527973-W:-88.31561828633819 +2025-02-28 13:23:47 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"254.73875514533387","m1":"2546.7799064733376","m2":"740.2235331372935","m3":"0.5890906817085932","m4":"-3.4997798995527973","m5":"-88.31561828633819","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:47 - INFO - ƶλλ +2025-02-28 13:23:47 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:47 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:23:49 - INFO - ƶλλ +2025-02-28 13:23:49 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:50 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:23:51 - INFO - ƶƴλ +2025-02-28 13:23:51 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:23:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:51 - INFO - ƶƴλ +2025-02-28 13:23:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:52 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:23:54 - INFO - ҡ +2025-02-28 13:23:54 - INFO - ҡ +2025-02-28 13:23:54 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:23:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:23:57 - INFO - ҡ +2025-02-28 13:23:57 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:24:01 - INFO - ҡ +2025-02-28 13:24:01 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:24:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:04 - INFO - ƶӿմ +2025-02-28 13:24:09 - INFO - ƶӿմ +2025-02-28 13:24:09 - INFO - ƶӿմ +2025-02-28 13:24:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:11 - INFO - ƶӿմ +2025-02-28 13:24:12 - INFO - ʣͶϴ977 +2025-02-28 13:24:12 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:24:12 - INFO - ƶλ +2025-02-28 13:24:12 - INFO - ƶλ +2025-02-28 13:24:12 - INFO - ƶλ +2025-02-28 13:24:12 - INFO - ƶλ +2025-02-28 13:24:12 - INFO - ƶλ +2025-02-28 13:24:12 - INFO - ƶλ +2025-02-28 13:24:12 - INFO - ƶλ +2025-02-28 13:24:13 - INFO - ʶͼɹ +2025-02-28 13:24:13 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:13 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:24:14 - INFO - ƶλλ +2025-02-28 13:24:14 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:24:14 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:16 - INFO - ƶλλ +2025-02-28 13:24:16 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"241.84518742346182","m1":"2115.1852620229574","m2":"726.0538153674113","m3":"0.8089608138871346","m4":"-3.281234290017676","m5":"-89.54387907399547","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:16 - INFO - ƶλ:ֱߣX:241.84518742346182-Y:2115.1852620229574-Z:726.0538153674113-U:0.8089608138871346-V:-3.281234290017676-W:-89.54387907399547 +2025-02-28 13:24:17 - INFO - ƶλλ +2025-02-28 13:24:17 - INFO - ƶλ:ֱߣX:249.13204560577663-Y:2086.6266964676656-Z:226.92326127233784-U:0.8089608138871346-V:-3.281234290017676-W:-89.54387907399547 +2025-02-28 13:24:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"249.13204560577663","m1":"2086.6266964676656","m2":"226.92326127233784","m3":"0.8089608138871346","m4":"-3.281234290017676","m5":"-89.54387907399547","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:18 - INFO - ƶץλ +2025-02-28 13:24:19 - INFO - ƶץλ +2025-02-28 13:24:19 - INFO - ƶץλ +2025-02-28 13:24:19 - INFO - ƶץλ +2025-02-28 13:24:19 - INFO - ƶץλ +2025-02-28 13:24:19 - INFO - ƶץλ +2025-02-28 13:24:19 - INFO - ƶץλ +2025-02-28 13:24:19 - INFO - ƶץλ +2025-02-28 13:24:19 - INFO - ƶץλ +2025-02-28 13:24:19 - INFO - ץϵλ +2025-02-28 13:24:20 - INFO - ץϳɹ +2025-02-28 13:24:21 - INFO - ƶץλ +2025-02-28 13:24:21 - INFO - ץϵλ +2025-02-28 13:24:21 - INFO - ץϳɹ +2025-02-28 13:24:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"241.84518742346182","m1":"2115.1852620229574","m2":"726.0538153674113","m3":"0.8089608138871346","m4":"-3.281234290017676","m5":"-89.54387907399547","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:22 - INFO - ƶλ:ֱߣX:241.84518742346182-Y:2115.1852620229574-Z:726.0538153674113-U:0.8089608138871346-V:-3.281234290017676-W:-89.54387907399547 +2025-02-28 13:24:22 - INFO - ƶλλ +2025-02-28 13:24:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:22 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:24:24 - INFO - ƶλλ +2025-02-28 13:24:24 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:24:24 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:26 - INFO - ƶƴλ +2025-02-28 13:24:26 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:24:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:26 - INFO - ƶƴλ +2025-02-28 13:24:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:26 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:24:29 - INFO - ҡ +2025-02-28 13:24:29 - INFO - ҡ +2025-02-28 13:24:29 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:24:29 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:32 - INFO - ҡ +2025-02-28 13:24:32 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:24:32 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:36 - INFO - ҡ +2025-02-28 13:24:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:36 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:24:39 - INFO - ƶӿմ +2025-02-28 13:24:44 - INFO - ƶӿմ +2025-02-28 13:24:44 - INFO - ƶӿմ +2025-02-28 13:24:46 - INFO - ƶӿմ +2025-02-28 13:24:46 - INFO - ʣͶϴ976 +2025-02-28 13:24:46 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:46 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:24:46 - INFO - ƶλ +2025-02-28 13:24:47 - INFO - ƶλ +2025-02-28 13:24:47 - INFO - ƶλ +2025-02-28 13:24:47 - INFO - ƶλ +2025-02-28 13:24:47 - INFO - ƶλ +2025-02-28 13:24:47 - INFO - ƶλ +2025-02-28 13:24:47 - INFO - ƶλ +2025-02-28 13:24:47 - INFO - ʶͼɹ +2025-02-28 13:24:47 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:47 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:24:49 - INFO - ƶλλ +2025-02-28 13:24:49 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:24:49 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:50 - INFO - ƶλλ +2025-02-28 13:24:50 - INFO - ƶλ:ֱߣX:224.97760601479598-Y:1642.7729198793784-Z:731.1915398357404-U:3.7004918579085393-V:-0.008459573216269167-W:-83.84856429314279 +2025-02-28 13:24:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"224.97760601479598","m1":"1642.7729198793784","m2":"731.1915398357404","m3":"3.7004918579085393","m4":"-0.008459573216269167","m5":"-83.84856429314279","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:52 - INFO - ƶλλ +2025-02-28 13:24:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"257.0701292638488","m1":"1646.1576668221041","m2":"232.23401314670176","m3":"3.7004918579085393","m4":"-0.008459573216269167","m5":"-83.84856429314279","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:52 - INFO - ƶλ:ֱߣX:257.0701292638488-Y:1646.1576668221041-Z:232.23401314670176-U:3.7004918579085393-V:-0.008459573216269167-W:-83.84856429314279 +2025-02-28 13:24:53 - INFO - ƶץλ +2025-02-28 13:24:53 - INFO - ƶץλ +2025-02-28 13:24:53 - INFO - ƶץλ +2025-02-28 13:24:53 - INFO - ƶץλ +2025-02-28 13:24:54 - INFO - ƶץλ +2025-02-28 13:24:54 - INFO - ƶץλ +2025-02-28 13:24:54 - INFO - ƶץλ +2025-02-28 13:24:54 - INFO - ƶץλ +2025-02-28 13:24:54 - INFO - ƶץλ +2025-02-28 13:24:54 - INFO - ƶץλ +2025-02-28 13:24:54 - INFO - ץϵλ +2025-02-28 13:24:54 - INFO - ץϳɹ +2025-02-28 13:24:56 - INFO - ƶץλ +2025-02-28 13:24:56 - INFO - ץϵλ +2025-02-28 13:24:56 - INFO - ץϳɹ +2025-02-28 13:24:56 - INFO - ƶλ:ֱߣX:224.97760601479598-Y:1642.7729198793784-Z:731.1915398357404-U:3.7004918579085393-V:-0.008459573216269167-W:-83.84856429314279 +2025-02-28 13:24:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"224.97760601479598","m1":"1642.7729198793784","m2":"731.1915398357404","m3":"3.7004918579085393","m4":"-0.008459573216269167","m5":"-83.84856429314279","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:57 - INFO - ƶλλ +2025-02-28 13:24:57 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:24:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:59 - INFO - ƶλλ +2025-02-28 13:24:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:24:59 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:25:01 - INFO - ƶƴλ +2025-02-28 13:25:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:01 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:25:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:01 - INFO - ƶƴλ +2025-02-28 13:25:01 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:25:03 - INFO - ҡ +2025-02-28 13:25:04 - INFO - ҡ +2025-02-28 13:25:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:04 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:25:07 - INFO - ҡ +2025-02-28 13:25:07 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:25:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:10 - INFO - ҡ +2025-02-28 13:25:10 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:25:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:13 - INFO - ƶӿմ +2025-02-28 13:25:18 - INFO - ƶӿմ +2025-02-28 13:25:18 - INFO - ƶӿմ +2025-02-28 13:25:20 - INFO - ƶӿմ +2025-02-28 13:25:20 - INFO - ʣͶϴ975 +2025-02-28 13:25:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:21 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:25:21 - INFO - ƶλ +2025-02-28 13:25:21 - INFO - ƶλ +2025-02-28 13:25:21 - INFO - ƶλ +2025-02-28 13:25:21 - INFO - ƶλ +2025-02-28 13:25:21 - INFO - ƶλ +2025-02-28 13:25:21 - INFO - ƶλ +2025-02-28 13:25:21 - INFO - ƶλ +2025-02-28 13:25:22 - INFO - ʶͼɹ +2025-02-28 13:25:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:22 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:25:23 - INFO - ƶλλ +2025-02-28 13:25:23 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:25:23 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:24 - INFO - ƶλλ +2025-02-28 13:25:24 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"227.7108513842849","m1":"2504.472467134377","m2":"633.8008816462255","m3":"0.18578119655776823","m4":"-1.3854046497117487","m5":"-90.7972729544202","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:24 - INFO - ƶλ:ֱߣX:227.7108513842849-Y:2504.472467134377-Z:633.8008816462255-U:0.18578119655776823-V:-1.3854046497117487-W:-90.7972729544202 +2025-02-28 13:25:26 - INFO - ƶλλ +2025-02-28 13:25:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"229.1637291520096","m1":"2492.362383834898","m2":"133.94966875515757","m3":"0.18578119655776823","m4":"-1.3854046497117487","m5":"-90.7972729544202","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:26 - INFO - ƶλ:ֱߣX:229.1637291520096-Y:2492.362383834898-Z:133.94966875515757-U:0.18578119655776823-V:-1.3854046497117487-W:-90.7972729544202 +2025-02-28 13:25:27 - INFO - ƶץλ +2025-02-28 13:25:27 - INFO - ƶץλ +2025-02-28 13:25:27 - INFO - ƶץλ +2025-02-28 13:25:27 - INFO - ƶץλ +2025-02-28 13:25:28 - INFO - ƶץλ +2025-02-28 13:25:28 - INFO - ƶץλ +2025-02-28 13:25:28 - INFO - ƶץλ +2025-02-28 13:25:28 - INFO - ƶץλ +2025-02-28 13:25:28 - INFO - ƶץλ +2025-02-28 13:25:28 - INFO - ƶץλ +2025-02-28 13:25:28 - INFO - ƶץλ +2025-02-28 13:25:28 - INFO - ƶץλ +2025-02-28 13:25:28 - INFO - ƶץλ +2025-02-28 13:25:29 - INFO - ƶץλ +2025-02-28 13:25:29 - INFO - ץϵλ +2025-02-28 13:25:29 - INFO - ץϳɹ +2025-02-28 13:25:30 - INFO - ƶץλ +2025-02-28 13:25:31 - INFO - ץϵλ +2025-02-28 13:25:31 - INFO - ץϳɹ +2025-02-28 13:25:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"227.7108513842849","m1":"2504.472467134377","m2":"633.8008816462255","m3":"0.18578119655776823","m4":"-1.3854046497117487","m5":"-90.7972729544202","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:31 - INFO - ƶλ:ֱߣX:227.7108513842849-Y:2504.472467134377-Z:633.8008816462255-U:0.18578119655776823-V:-1.3854046497117487-W:-90.7972729544202 +2025-02-28 13:25:31 - INFO - ƶλλ +2025-02-28 13:25:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:31 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:25:33 - INFO - ƶλλ +2025-02-28 13:25:33 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:25:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:35 - INFO - ƶƴλ +2025-02-28 13:25:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:35 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:25:35 - INFO - ƶƴλ +2025-02-28 13:25:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:35 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:25:38 - INFO - ҡ +2025-02-28 13:25:38 - INFO - ҡ +2025-02-28 13:25:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:38 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:25:41 - INFO - ҡ +2025-02-28 13:25:41 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:25:41 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:45 - INFO - ҡ +2025-02-28 13:25:45 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:25:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:48 - INFO - ƶӿմ +2025-02-28 13:25:53 - INFO - ƶӿմ +2025-02-28 13:25:53 - INFO - ƶӿմ +2025-02-28 13:25:55 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:55 - INFO - ƶӿմ +2025-02-28 13:25:55 - INFO - ʣͶϴ974 +2025-02-28 13:25:56 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:25:56 - INFO - ƶλ +2025-02-28 13:25:56 - INFO - ƶλ +2025-02-28 13:25:56 - INFO - ƶλ +2025-02-28 13:25:56 - INFO - ƶλ +2025-02-28 13:25:56 - INFO - ƶλ +2025-02-28 13:25:56 - INFO - ƶλ +2025-02-28 13:25:56 - INFO - ʶͼɹ +2025-02-28 13:25:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:57 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:25:58 - INFO - ƶλλ +2025-02-28 13:25:58 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:25:58 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:25:59 - INFO - ƶλλ +2025-02-28 13:26:00 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"264.4478998525715","m1":"2051.719694162997","m2":"622.659679362449","m3":"-0.35143326075513137","m4":"-0.7680997237651075","m5":"-88.65846569068373","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:00 - INFO - ƶλ:ֱߣX:264.4478998525715-Y:2051.719694162997-Z:622.659679362449-U:-0.35143326075513137-V:-0.7680997237651075-W:-88.65846569068373 +2025-02-28 13:26:01 - INFO - ƶλλ +2025-02-28 13:26:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"261.538847741408","m1":"2044.9471231992195","m2":"122.7140126161963","m3":"-0.35143326075513137","m4":"-0.7680997237651075","m5":"-88.65846569068373","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:01 - INFO - ƶλ:ֱߣX:261.538847741408-Y:2044.9471231992195-Z:122.7140126161963-U:-0.35143326075513137-V:-0.7680997237651075-W:-88.65846569068373 +2025-02-28 13:26:02 - INFO - ƶץλ +2025-02-28 13:26:02 - INFO - ƶץλ +2025-02-28 13:26:03 - INFO - ƶץλ +2025-02-28 13:26:03 - INFO - ƶץλ +2025-02-28 13:26:03 - INFO - ƶץλ +2025-02-28 13:26:03 - INFO - ƶץλ +2025-02-28 13:26:03 - INFO - ƶץλ +2025-02-28 13:26:03 - INFO - ƶץλ +2025-02-28 13:26:03 - INFO - ƶץλ +2025-02-28 13:26:03 - INFO - ƶץλ +2025-02-28 13:26:03 - INFO - ƶץλ +2025-02-28 13:26:04 - INFO - ƶץλ +2025-02-28 13:26:04 - INFO - ƶץλ +2025-02-28 13:26:04 - INFO - ƶץλ +2025-02-28 13:26:04 - INFO - ץϵλ +2025-02-28 13:26:04 - INFO - ץϳɹ +2025-02-28 13:26:06 - INFO - ƶץλ +2025-02-28 13:26:06 - INFO - ץϵλ +2025-02-28 13:26:06 - INFO - ץϳɹ +2025-02-28 13:26:06 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"264.4478998525715","m1":"2051.719694162997","m2":"622.659679362449","m3":"-0.35143326075513137","m4":"-0.7680997237651075","m5":"-88.65846569068373","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:06 - INFO - ƶλ:ֱߣX:264.4478998525715-Y:2051.719694162997-Z:622.659679362449-U:-0.35143326075513137-V:-0.7680997237651075-W:-88.65846569068373 +2025-02-28 13:26:06 - INFO - ƶλλ +2025-02-28 13:26:06 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:06 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:26:08 - INFO - ƶλλ +2025-02-28 13:26:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:09 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:26:10 - INFO - ƶƴλ +2025-02-28 13:26:10 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:26:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:10 - INFO - ƶƴλ +2025-02-28 13:26:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:11 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:26:13 - INFO - ҡ +2025-02-28 13:26:13 - INFO - ҡ +2025-02-28 13:26:13 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:26:13 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:16 - INFO - ҡ +2025-02-28 13:26:16 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:26:16 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:20 - INFO - ҡ +2025-02-28 13:26:20 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:20 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:26:23 - INFO - ƶӿմ +2025-02-28 13:26:28 - INFO - ƶӿմ +2025-02-28 13:26:28 - INFO - ƶӿմ +2025-02-28 13:26:30 - INFO - ƶӿմ +2025-02-28 13:26:30 - INFO - ʣͶϴ973 +2025-02-28 13:26:30 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:31 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:26:31 - INFO - ƶλ +2025-02-28 13:26:31 - INFO - ƶλ +2025-02-28 13:26:31 - INFO - ƶλ +2025-02-28 13:26:31 - INFO - ƶλ +2025-02-28 13:26:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:31 - INFO - ƶλ +2025-02-28 13:26:31 - INFO - ʶͼɹ +2025-02-28 13:26:31 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:26:32 - INFO - ƶλλ +2025-02-28 13:26:33 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:26:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:34 - INFO - ƶλλ +2025-02-28 13:26:34 - INFO - ƶλ:ֱߣX:261.5088454251613-Y:1641.0706173042975-Z:608.7238895954406-U:-0.6621597976121595-V:-3.6978446792902844-W:-85.57408017866842 +2025-02-28 13:26:34 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"261.5088454251613","m1":"1641.0706173042975","m2":"608.7238895954406","m3":"-0.6621597976121595","m4":"-3.6978446792902844","m5":"-85.57408017866842","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:36 - INFO - ƶλλ +2025-02-28 13:26:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"258.23613781059044","m1":"1608.475631018895","m2":"109.7981874574128","m3":"-0.6621597976121595","m4":"-3.6978446792902844","m5":"-85.57408017866842","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:36 - INFO - ƶλ:ֱߣX:258.23613781059044-Y:1608.475631018895-Z:109.7981874574128-U:-0.6621597976121595-V:-3.6978446792902844-W:-85.57408017866842 +2025-02-28 13:26:37 - INFO - ƶץλ +2025-02-28 13:26:37 - INFO - ƶץλ +2025-02-28 13:26:37 - INFO - ƶץλ +2025-02-28 13:26:37 - INFO - ƶץλ +2025-02-28 13:26:37 - INFO - ƶץλ +2025-02-28 13:26:38 - INFO - ƶץλ +2025-02-28 13:26:38 - INFO - ƶץλ +2025-02-28 13:26:38 - INFO - ƶץλ +2025-02-28 13:26:38 - INFO - ƶץλ +2025-02-28 13:26:38 - INFO - ƶץλ +2025-02-28 13:26:38 - INFO - ƶץλ +2025-02-28 13:26:38 - INFO - ƶץλ +2025-02-28 13:26:38 - INFO - ƶץλ +2025-02-28 13:26:38 - INFO - ƶץλ +2025-02-28 13:26:39 - INFO - ץϵλ +2025-02-28 13:26:39 - INFO - ץϳɹ +2025-02-28 13:26:40 - INFO - ƶץλ +2025-02-28 13:26:40 - INFO - ץϵλ +2025-02-28 13:26:40 - INFO - ץϳɹ +2025-02-28 13:26:41 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"261.5088454251613","m1":"1641.0706173042975","m2":"608.7238895954406","m3":"-0.6621597976121595","m4":"-3.6978446792902844","m5":"-85.57408017866842","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:41 - INFO - ƶλ:ֱߣX:261.5088454251613-Y:1641.0706173042975-Z:608.7238895954406-U:-0.6621597976121595-V:-3.6978446792902844-W:-85.57408017866842 +2025-02-28 13:26:41 - INFO - ƶλλ +2025-02-28 13:26:41 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:41 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:26:43 - INFO - ƶλλ +2025-02-28 13:26:43 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:26:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:45 - INFO - ƶƴλ +2025-02-28 13:26:45 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:26:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:45 - INFO - ƶƴλ +2025-02-28 13:26:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:45 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:26:48 - INFO - ҡ +2025-02-28 13:26:48 - INFO - ҡ +2025-02-28 13:26:48 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:48 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:26:51 - INFO - ҡ +2025-02-28 13:26:51 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:26:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:26:54 - INFO - ҡ +2025-02-28 13:26:54 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:26:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:27:38 - INFO - ƶӿմ +2025-02-28 13:27:43 - INFO - ƶӿմ +2025-02-28 13:27:44 - INFO - ƶӿմ +2025-02-28 13:27:45 - INFO - ƶӿմ +2025-02-28 13:27:45 - INFO - ʣͶϴ972 +2025-02-28 13:27:46 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:27:46 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:27:46 - INFO - ƶλ +2025-02-28 13:27:46 - INFO - ƶλ +2025-02-28 13:27:46 - INFO - ƶλ +2025-02-28 13:27:46 - INFO - ƶλ +2025-02-28 13:27:46 - INFO - ƶλ +2025-02-28 13:27:46 - INFO - ƶλ +2025-02-28 13:27:47 - INFO - ƶλ +2025-02-28 13:27:47 - INFO - ʶͼɹ +2025-02-28 13:27:47 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:27:47 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:27:48 - INFO - ƶλλ +2025-02-28 13:27:49 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:27:49 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:27:51 - INFO - ƶλλ +2025-02-28 13:27:51 - INFO - ƶλ:ֱߣX:305.23818882910825-Y:2378.0325223307364-Z:1473.729426825219-U:4.230711155503028-V:5.172230788884488-W:-82.78065746641833 +2025-02-28 13:27:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"305.23818882910825","m1":"2378.0325223307364","m2":"1473.729426825219","m3":"4.230711155503028","m4":"5.172230788884488","m5":"-82.78065746641833","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:27:53 - INFO - ƶλλ +2025-02-28 13:27:53 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"336.1830943238804","m1":"2427.2637243755717","m2":"977.1222364129775","m3":"4.230711155503028","m4":"5.172230788884488","m5":"-82.78065746641833","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:27:53 - INFO - ƶλ:ֱߣX:336.1830943238804-Y:2427.2637243755717-Z:977.1222364129775-U:4.230711155503028-V:5.172230788884488-W:-82.78065746641833 +2025-02-28 13:27:54 - INFO - ƶץλ +2025-02-28 13:27:54 - INFO - ƶץλ +2025-02-28 13:27:54 - INFO - ƶץλ +2025-02-28 13:27:54 - INFO - ƶץλ +2025-02-28 13:27:54 - INFO - ƶץλ +2025-02-28 13:27:54 - INFO - ƶץλ +2025-02-28 13:27:54 - INFO - ƶץλ +2025-02-28 13:27:55 - INFO - ƶץλ +2025-02-28 13:27:55 - INFO - ƶץλ +2025-02-28 13:27:55 - INFO - ƶץλ +2025-02-28 13:27:55 - INFO - ƶץλ +2025-02-28 13:27:55 - INFO - ƶץλ +2025-02-28 13:27:55 - INFO - ƶץλ +2025-02-28 13:27:55 - INFO - ƶץλ +2025-02-28 13:27:55 - INFO - ƶץλ +2025-02-28 13:27:55 - INFO - ƶץλ +2025-02-28 13:27:56 - INFO - ƶץλ +2025-02-28 13:27:56 - INFO - ƶץλ +2025-02-28 13:27:56 - INFO - ƶץλ +2025-02-28 13:27:56 - INFO - ƶץλ +2025-02-28 13:27:56 - INFO - ƶץλ +2025-02-28 13:27:56 - INFO - ƶץλ +2025-02-28 13:27:56 - INFO - ץϵλ +2025-02-28 13:27:56 - INFO - ץϳɹ +2025-02-28 13:27:58 - INFO - ƶץλ +2025-02-28 13:27:58 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"305.23818882910825","m1":"2378.0325223307364","m2":"1473.729426825219","m3":"4.230711155503028","m4":"5.172230788884488","m5":"-82.78065746641833","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:27:58 - INFO - ץϵλ +2025-02-28 13:27:58 - INFO - ץϳɹ +2025-02-28 13:27:58 - INFO - ƶλ:ֱߣX:305.23818882910825-Y:2378.0325223307364-Z:1473.729426825219-U:4.230711155503028-V:5.172230788884488-W:-82.78065746641833 +2025-02-28 13:27:58 - INFO - ƶλλ +2025-02-28 13:27:59 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:27:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:01 - INFO - ƶλλ +2025-02-28 13:28:01 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:28:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:04 - INFO - ƶƴλ +2025-02-28 13:28:04 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:28:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:04 - INFO - ƶƴλ +2025-02-28 13:28:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:04 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:28:08 - INFO - ҡ +2025-02-28 13:28:08 - INFO - ҡ +2025-02-28 13:28:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:08 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:28:12 - INFO - ҡ +2025-02-28 13:28:12 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:13 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:28:18 - INFO - ҡ +2025-02-28 13:28:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:18 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:28:24 - INFO - ƶӿմ +2025-02-28 13:28:29 - INFO - ƶӿմ +2025-02-28 13:28:29 - INFO - ƶӿմ +2025-02-28 13:28:31 - INFO - ƶӿմ +2025-02-28 13:28:31 - INFO - ʣͶϴ971 +2025-02-28 13:28:31 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:28:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:31 - INFO - ƶλ +2025-02-28 13:28:31 - INFO - ƶλ +2025-02-28 13:28:31 - INFO - ƶλ +2025-02-28 13:28:32 - INFO - ƶλ +2025-02-28 13:28:32 - INFO - ƶλ +2025-02-28 13:28:32 - INFO - ƶλ +2025-02-28 13:28:32 - INFO - ƶλ +2025-02-28 13:28:32 - INFO - ʶͼɹ +2025-02-28 13:28:32 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:32 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:28:34 - INFO - ƶλλ +2025-02-28 13:28:34 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:34 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:28:36 - INFO - ƶλλ +2025-02-28 13:28:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"411.4779782470862","m1":"2108.712421563082","m2":"1485.754853014088","m3":"-4.828149704267349","m4":"-7.079224221604883","m5":"-81.08242059249194","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:36 - INFO - ƶλ:ֱߣX:411.4779782470862-Y:2108.712421563082-Z:1485.754853014088-U:-4.828149704267349-V:-7.079224221604883-W:-81.08242059249194 +2025-02-28 13:28:38 - INFO - ƶλλ +2025-02-28 13:28:38 - INFO - ƶλ:ֱߣX:379.42112893099784-Y:2041.528918390465-Z:991.3271683994612-U:-4.828149704267349-V:-7.079224221604883-W:-81.08242059249194 +2025-02-28 13:28:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"379.42112893099784","m1":"2041.528918390465","m2":"991.3271683994612","m3":"-4.828149704267349","m4":"-7.079224221604883","m5":"-81.08242059249194","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:39 - INFO - ƶץλ +2025-02-28 13:28:39 - INFO - ƶץλ +2025-02-28 13:28:39 - INFO - ƶץλ +2025-02-28 13:28:39 - INFO - ƶץλ +2025-02-28 13:28:40 - INFO - ƶץλ +2025-02-28 13:28:40 - INFO - ƶץλ +2025-02-28 13:28:40 - INFO - ƶץλ +2025-02-28 13:28:40 - INFO - ƶץλ +2025-02-28 13:28:40 - INFO - ƶץλ +2025-02-28 13:28:40 - INFO - ƶץλ +2025-02-28 13:28:40 - INFO - ƶץλ +2025-02-28 13:28:40 - INFO - ƶץλ +2025-02-28 13:28:40 - INFO - ƶץλ +2025-02-28 13:28:41 - INFO - ƶץλ +2025-02-28 13:28:41 - INFO - ƶץλ +2025-02-28 13:28:41 - INFO - ƶץλ +2025-02-28 13:28:41 - INFO - ƶץλ +2025-02-28 13:28:41 - INFO - ƶץλ +2025-02-28 13:28:41 - INFO - ƶץλ +2025-02-28 13:28:41 - INFO - ƶץλ +2025-02-28 13:28:41 - INFO - ƶץλ +2025-02-28 13:28:41 - INFO - ץϵλ +2025-02-28 13:28:42 - INFO - ץϳɹ +2025-02-28 13:28:43 - INFO - ƶץλ +2025-02-28 13:28:43 - INFO - ץϵλ +2025-02-28 13:28:43 - INFO - ץϳɹ +2025-02-28 13:28:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"411.4779782470862","m1":"2108.712421563082","m2":"1485.754853014088","m3":"-4.828149704267349","m4":"-7.079224221604883","m5":"-81.08242059249194","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:44 - INFO - ƶλ:ֱߣX:411.4779782470862-Y:2108.712421563082-Z:1485.754853014088-U:-4.828149704267349-V:-7.079224221604883-W:-81.08242059249194 +2025-02-28 13:28:44 - INFO - ƶλλ +2025-02-28 13:28:44 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:44 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:28:46 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:46 - INFO - ƶλλ +2025-02-28 13:28:46 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:28:47 - INFO - ƶƴλ +2025-02-28 13:28:47 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:47 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:28:48 - INFO - ƶƴλ +2025-02-28 13:28:48 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:48 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:28:50 - INFO - ҡ +2025-02-28 13:28:50 - INFO - ҡ +2025-02-28 13:28:51 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:28:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:53 - INFO - ҡ +2025-02-28 13:28:53 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:28:53 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:57 - INFO - ҡ +2025-02-28 13:28:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:28:57 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:29:01 - INFO - ƶӿմ +2025-02-28 13:29:06 - INFO - ƶӿմ +2025-02-28 13:29:06 - INFO - ƶӿմ +2025-02-28 13:29:08 - INFO - ƶӿմ +2025-02-28 13:29:08 - INFO - ʣͶϴ970 +2025-02-28 13:29:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:08 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:29:08 - INFO - ƶλ +2025-02-28 13:29:08 - INFO - ƶλ +2025-02-28 13:29:08 - INFO - ƶλ +2025-02-28 13:29:09 - INFO - ƶλ +2025-02-28 13:29:09 - INFO - ƶλ +2025-02-28 13:29:09 - INFO - ƶλ +2025-02-28 13:29:09 - INFO - ƶλ +2025-02-28 13:29:09 - INFO - ʶͼɹ +2025-02-28 13:29:09 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:09 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:29:10 - INFO - ƶλλ +2025-02-28 13:29:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:10 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:29:12 - INFO - ƶλλ +2025-02-28 13:29:12 - INFO - ƶλ:ֱߣX:375.9360018245159-Y:1809.5473545819123-Z:1438.1379269710378-U:1.685986406124502-V:-7.1090029585950605-W:-84.10056243452536 +2025-02-28 13:29:12 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"375.9360018245159","m1":"1809.5473545819123","m2":"1438.1379269710378","m3":"1.685986406124502","m4":"-7.1090029585950605","m5":"-84.10056243452536","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:13 - INFO - ƶλλ +2025-02-28 13:29:13 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"396.92628523800556","m1":"1749.5350458377045","m2":"942.1964679242958","m3":"1.685986406124502","m4":"-7.1090029585950605","m5":"-84.10056243452536","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:13 - INFO - ƶλ:ֱߣX:396.92628523800556-Y:1749.5350458377045-Z:942.1964679242958-U:1.685986406124502-V:-7.1090029585950605-W:-84.10056243452536 +2025-02-28 13:29:14 - INFO - ƶץλ +2025-02-28 13:29:14 - INFO - ƶץλ +2025-02-28 13:29:14 - INFO - ƶץλ +2025-02-28 13:29:14 - INFO - ƶץλ +2025-02-28 13:29:14 - INFO - ƶץλ +2025-02-28 13:29:14 - INFO - ƶץλ +2025-02-28 13:29:15 - INFO - ƶץλ +2025-02-28 13:29:15 - INFO - ƶץλ +2025-02-28 13:29:15 - INFO - ƶץλ +2025-02-28 13:29:15 - INFO - ƶץλ +2025-02-28 13:29:15 - INFO - ƶץλ +2025-02-28 13:29:15 - INFO - ƶץλ +2025-02-28 13:29:15 - INFO - ƶץλ +2025-02-28 13:29:15 - INFO - ץϵλ +2025-02-28 13:29:15 - INFO - ץϳɹ +2025-02-28 13:29:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"375.9360018245159","m1":"1809.5473545819123","m2":"1438.1379269710378","m3":"1.685986406124502","m4":"-7.1090029585950605","m5":"-84.10056243452536","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:17 - INFO - ƶץλ +2025-02-28 13:29:17 - INFO - ץϵλ +2025-02-28 13:29:17 - INFO - ץϳɹ +2025-02-28 13:29:17 - INFO - ƶλ:ֱߣX:375.9360018245159-Y:1809.5473545819123-Z:1438.1379269710378-U:1.685986406124502-V:-7.1090029585950605-W:-84.10056243452536 +2025-02-28 13:29:18 - INFO - ƶλλ +2025-02-28 13:29:18 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:29:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:19 - INFO - ƶλλ +2025-02-28 13:29:20 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:20 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:29:21 - INFO - ƶƴλ +2025-02-28 13:29:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:21 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:29:21 - INFO - ƶƴλ +2025-02-28 13:29:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:22 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:29:24 - INFO - ҡ +2025-02-28 13:29:24 - INFO - ҡ +2025-02-28 13:29:24 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:25 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:29:27 - INFO - ҡ +2025-02-28 13:29:27 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:29:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:31 - INFO - ҡ +2025-02-28 13:29:31 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:29:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:34 - INFO - ƶӿմ +2025-02-28 13:29:39 - INFO - ƶӿմ +2025-02-28 13:29:40 - INFO - ƶӿմ +2025-02-28 13:29:41 - INFO - ƶӿմ +2025-02-28 13:29:41 - INFO - ʣͶϴ969 +2025-02-28 13:29:42 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:29:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:42 - INFO - ƶλ +2025-02-28 13:29:42 - INFO - ƶλ +2025-02-28 13:29:42 - INFO - ƶλ +2025-02-28 13:29:42 - INFO - ƶλ +2025-02-28 13:29:42 - INFO - ƶλ +2025-02-28 13:29:42 - INFO - ƶλ +2025-02-28 13:29:43 - INFO - ƶλ +2025-02-28 13:29:43 - INFO - ƶλ +2025-02-28 13:29:43 - INFO - ƶλ +2025-02-28 13:29:43 - INFO - ʶͼɹ +2025-02-28 13:29:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:43 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:29:44 - INFO - ƶλλ +2025-02-28 13:29:44 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:44 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:29:46 - INFO - ƶλλ +2025-02-28 13:29:46 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"278.0689846191271","m1":"2464.1715355517244","m2":"1361.0855887877228","m3":"5.081285394717472","m4":"2.2932607872830055","m5":"-88.86583844230333","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:46 - INFO - ƶλ:ֱߣX:278.0689846191271-Y:2464.1715355517244-Z:1361.0855887877228-U:5.081285394717472-V:2.2932607872830055-W:-88.86583844230333 +2025-02-28 13:29:47 - INFO - ƶλλ +2025-02-28 13:29:47 - INFO - ƶλ:ֱߣX:321.9503295645658-Y:2484.9726845146497-Z:863.4494367975348-U:5.081285394717472-V:2.2932607872830055-W:-88.86583844230333 +2025-02-28 13:29:48 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"321.9503295645658","m1":"2484.9726845146497","m2":"863.4494367975348","m3":"5.081285394717472","m4":"2.2932607872830055","m5":"-88.86583844230333","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:49 - INFO - ƶץλ +2025-02-28 13:29:49 - INFO - ƶץλ +2025-02-28 13:29:49 - INFO - ƶץλ +2025-02-28 13:29:49 - INFO - ƶץλ +2025-02-28 13:29:49 - INFO - ƶץλ +2025-02-28 13:29:49 - INFO - ƶץλ +2025-02-28 13:29:49 - INFO - ƶץλ +2025-02-28 13:29:49 - INFO - ƶץλ +2025-02-28 13:29:49 - INFO - ƶץλ +2025-02-28 13:29:50 - INFO - ץϵλ +2025-02-28 13:29:50 - INFO - ץϳɹ +2025-02-28 13:29:51 - INFO - ƶץλ +2025-02-28 13:29:51 - INFO - ץϵλ +2025-02-28 13:29:51 - INFO - ץϳɹ +2025-02-28 13:29:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"278.0689846191271","m1":"2464.1715355517244","m2":"1361.0855887877228","m3":"5.081285394717472","m4":"2.2932607872830055","m5":"-88.86583844230333","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:52 - INFO - ƶλ:ֱߣX:278.0689846191271-Y:2464.1715355517244-Z:1361.0855887877228-U:5.081285394717472-V:2.2932607872830055-W:-88.86583844230333 +2025-02-28 13:29:52 - INFO - ƶλλ +2025-02-28 13:29:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:52 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:29:54 - INFO - ƶλλ +2025-02-28 13:29:54 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:29:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:55 - INFO - ƶƴλ +2025-02-28 13:29:56 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:29:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:56 - INFO - ƶƴλ +2025-02-28 13:29:56 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:29:58 - INFO - ҡ +2025-02-28 13:29:59 - INFO - ҡ +2025-02-28 13:29:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:29:59 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:30:02 - INFO - ҡ +2025-02-28 13:30:02 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:30:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:05 - INFO - ҡ +2025-02-28 13:30:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:05 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:30:09 - INFO - ƶӿմ +2025-02-28 13:30:14 - INFO - ƶӿմ +2025-02-28 13:30:14 - INFO - ƶӿմ +2025-02-28 13:30:16 - INFO - ƶӿմ +2025-02-28 13:30:16 - INFO - ʣͶϴ968 +2025-02-28 13:30:16 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:16 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:30:16 - INFO - ƶλ +2025-02-28 13:30:16 - INFO - ƶλ +2025-02-28 13:30:16 - INFO - ƶλ +2025-02-28 13:30:17 - INFO - ƶλ +2025-02-28 13:30:17 - INFO - ƶλ +2025-02-28 13:30:17 - INFO - ƶλ +2025-02-28 13:30:17 - INFO - ƶλ +2025-02-28 13:30:17 - INFO - ƶλ +2025-02-28 13:30:17 - INFO - ʶͼɹ +2025-02-28 13:30:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:17 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:30:18 - INFO - ƶλλ +2025-02-28 13:30:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:18 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:30:20 - INFO - ƶλλ +2025-02-28 13:30:20 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"343.81680513192777","m1":"2099.1703946025837","m2":"1366.9927143441464","m3":"0.3595624968781618","m4":"-1.8556035848138224","m5":"-85.92579397439543","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:20 - INFO - ƶλ:ֱߣX:343.81680513192777-Y:2099.1703946025837-Z:1366.9927143441464-U:0.3595624968781618-V:-1.8556035848138224-W:-85.92579397439543 +2025-02-28 13:30:21 - INFO - ƶλλ +2025-02-28 13:30:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"348.0969066411589","m1":"2083.244194733317","m2":"867.2647514595438","m3":"0.3595624968781618","m4":"-1.8556035848138224","m5":"-85.92579397439543","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:21 - INFO - ƶλ:ֱߣX:348.0969066411589-Y:2083.244194733317-Z:867.2647514595438-U:0.3595624968781618-V:-1.8556035848138224-W:-85.92579397439543 +2025-02-28 13:30:22 - INFO - ƶץλ +2025-02-28 13:30:22 - INFO - ƶץλ +2025-02-28 13:30:22 - INFO - ƶץλ +2025-02-28 13:30:22 - INFO - ƶץλ +2025-02-28 13:30:22 - INFO - ƶץλ +2025-02-28 13:30:23 - INFO - ƶץλ +2025-02-28 13:30:23 - INFO - ƶץλ +2025-02-28 13:30:23 - INFO - ƶץλ +2025-02-28 13:30:23 - INFO - ƶץλ +2025-02-28 13:30:23 - INFO - ƶץλ +2025-02-28 13:30:23 - INFO - ƶץλ +2025-02-28 13:30:23 - INFO - ƶץλ +2025-02-28 13:30:23 - INFO - ƶץλ +2025-02-28 13:30:23 - INFO - ƶץλ +2025-02-28 13:30:24 - INFO - ץϵλ +2025-02-28 13:30:24 - INFO - ץϳɹ +2025-02-28 13:30:25 - INFO - ƶץλ +2025-02-28 13:30:25 - INFO - ץϵλ +2025-02-28 13:30:25 - INFO - ץϳɹ +2025-02-28 13:30:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"343.81680513192777","m1":"2099.1703946025837","m2":"1366.9927143441464","m3":"0.3595624968781618","m4":"-1.8556035848138224","m5":"-85.92579397439543","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:26 - INFO - ƶλ:ֱߣX:343.81680513192777-Y:2099.1703946025837-Z:1366.9927143441464-U:0.3595624968781618-V:-1.8556035848138224-W:-85.92579397439543 +2025-02-28 13:30:26 - INFO - ƶλλ +2025-02-28 13:30:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:26 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:30:28 - INFO - ƶλλ +2025-02-28 13:30:28 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:28 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:30:29 - INFO - ƶƴλ +2025-02-28 13:30:29 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:30 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:30:30 - INFO - ƶƴλ +2025-02-28 13:30:30 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:30 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:30:32 - INFO - ҡ +2025-02-28 13:30:33 - INFO - ҡ +2025-02-28 13:30:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:33 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:30:35 - INFO - ҡ +2025-02-28 13:30:36 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:30:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:39 - INFO - ҡ +2025-02-28 13:30:39 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:30:39 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:42 - INFO - ƶӿմ +2025-02-28 13:30:48 - INFO - ƶӿմ +2025-02-28 13:30:48 - INFO - ƶӿմ +2025-02-28 13:30:50 - INFO - ƶӿմ +2025-02-28 13:30:50 - INFO - ʣͶϴ967 +2025-02-28 13:30:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:50 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:30:50 - INFO - ƶλ +2025-02-28 13:30:50 - INFO - ƶλ +2025-02-28 13:30:50 - INFO - ƶλ +2025-02-28 13:30:51 - INFO - ƶλ +2025-02-28 13:30:51 - INFO - ƶλ +2025-02-28 13:30:51 - INFO - ƶλ +2025-02-28 13:30:51 - INFO - ƶλ +2025-02-28 13:30:51 - INFO - ƶλ +2025-02-28 13:30:51 - INFO - ʶͼɹ +2025-02-28 13:30:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:51 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:30:52 - INFO - ƶλλ +2025-02-28 13:30:52 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:30:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:54 - INFO - ƶλλ +2025-02-28 13:30:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"326.77514500650966","m1":"1714.6125333272819","m2":"1338.0880630444065","m3":"2.995963425869741","m4":"-3.663882588171283","m5":"-89.91300814196113","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:54 - INFO - ƶλ:ֱߣX:326.77514500650966-Y:1714.6125333272819-Z:1338.0880630444065-U:2.995963425869741-V:-3.663882588171283-W:-89.91300814196113 +2025-02-28 13:30:55 - INFO - ƶλλ +2025-02-28 13:30:55 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"352.9563611047045","m1":"1682.744297404219","m2":"839.7920070066614","m3":"2.995963425869741","m4":"-3.663882588171283","m5":"-89.91300814196113","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:30:55 - INFO - ƶλ:ֱߣX:352.9563611047045-Y:1682.744297404219-Z:839.7920070066614-U:2.995963425869741-V:-3.663882588171283-W:-89.91300814196113 +2025-02-28 13:30:56 - INFO - ƶץλ +2025-02-28 13:30:56 - INFO - ƶץλ +2025-02-28 13:30:56 - INFO - ƶץλ +2025-02-28 13:30:56 - INFO - ƶץλ +2025-02-28 13:30:56 - INFO - ƶץλ +2025-02-28 13:30:56 - INFO - ƶץλ +2025-02-28 13:30:57 - INFO - ƶץλ +2025-02-28 13:30:57 - INFO - ƶץλ +2025-02-28 13:30:57 - INFO - ƶץλ +2025-02-28 13:30:57 - INFO - ƶץλ +2025-02-28 13:30:57 - INFO - ƶץλ +2025-02-28 13:30:57 - INFO - ƶץλ +2025-02-28 13:30:57 - INFO - ƶץλ +2025-02-28 13:30:57 - INFO - ץϵλ +2025-02-28 13:30:57 - INFO - ץϳɹ +2025-02-28 13:30:59 - INFO - ƶץλ +2025-02-28 13:30:59 - INFO - ץϵλ +2025-02-28 13:30:59 - INFO - ץϳɹ +2025-02-28 13:30:59 - INFO - ƶλ:ֱߣX:326.77514500650966-Y:1714.6125333272819-Z:1338.0880630444065-U:2.995963425869741-V:-3.663882588171283-W:-89.91300814196113 +2025-02-28 13:31:00 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"326.77514500650966","m1":"1714.6125333272819","m2":"1338.0880630444065","m3":"2.995963425869741","m4":"-3.663882588171283","m5":"-89.91300814196113","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:00 - INFO - ƶλλ +2025-02-28 13:31:00 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:31:00 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:01 - INFO - ƶλλ +2025-02-28 13:31:02 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:31:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:03 - INFO - ƶƴλ +2025-02-28 13:31:03 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:31:03 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:03 - INFO - ƶƴλ +2025-02-28 13:31:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:04 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:31:07 - INFO - ҡ +2025-02-28 13:31:07 - INFO - ҡ +2025-02-28 13:31:07 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:31:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:10 - INFO - ҡ +2025-02-28 13:31:10 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:31:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:13 - INFO - ҡ +2025-02-28 13:31:14 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:31:14 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:17 - INFO - ƶӿմ +2025-02-28 13:31:22 - INFO - ƶӿմ +2025-02-28 13:31:22 - INFO - ƶӿմ +2025-02-28 13:31:24 - INFO - ƶӿմ +2025-02-28 13:31:24 - INFO - ʣͶϴ966 +2025-02-28 13:31:24 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:31:24 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:25 - INFO - ƶλ +2025-02-28 13:31:25 - INFO - ƶλ +2025-02-28 13:31:25 - INFO - ƶλ +2025-02-28 13:31:25 - INFO - ƶλ +2025-02-28 13:31:25 - INFO - ƶλ +2025-02-28 13:31:25 - INFO - ƶλ +2025-02-28 13:31:25 - INFO - ƶλ +2025-02-28 13:31:26 - INFO - ƶλ +2025-02-28 13:31:26 - INFO - ʶͼɹ +2025-02-28 13:31:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:26 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:31:26 - INFO - ƶλλ +2025-02-28 13:31:26 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:31:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:28 - INFO - ƶλλ +2025-02-28 13:31:28 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"326.94974806785797","m1":"2542.867579866672","m2":"1254.9222774305238","m3":"-4.060613353678916","m4":"-6.350224891677533","m5":"-84.72739630159155","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:28 - INFO - ƶλ:ֱߣX:326.94974806785797-Y:2542.867579866672-Z:1254.9222774305238-U:-4.060613353678916-V:-6.350224891677533-W:-84.72739630159155 +2025-02-28 13:31:30 - INFO - ƶλλ +2025-02-28 13:31:30 - INFO - ƶλ:ֱߣX:296.7629412942766-Y:2484.683432204965-Z:759.2375372400525-U:-4.060613353678916-V:-6.350224891677533-W:-84.72739630159155 +2025-02-28 13:31:30 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"296.7629412942766","m1":"2484.683432204965","m2":"759.2375372400525","m3":"-4.060613353678916","m4":"-6.350224891677533","m5":"-84.72739630159155","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:31 - INFO - ƶץλ +2025-02-28 13:31:31 - INFO - ƶץλ +2025-02-28 13:31:31 - INFO - ƶץλ +2025-02-28 13:31:31 - INFO - ƶץλ +2025-02-28 13:31:31 - INFO - ƶץλ +2025-02-28 13:31:31 - INFO - ƶץλ +2025-02-28 13:31:32 - INFO - ƶץλ +2025-02-28 13:31:32 - INFO - ƶץλ +2025-02-28 13:31:32 - INFO - ƶץλ +2025-02-28 13:31:32 - INFO - ƶץλ +2025-02-28 13:31:32 - INFO - ץϵλ +2025-02-28 13:31:32 - INFO - ץϳɹ +2025-02-28 13:31:34 - INFO - ƶץλ +2025-02-28 13:31:34 - INFO - ץϵλ +2025-02-28 13:31:34 - INFO - ץϳɹ +2025-02-28 13:31:34 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"326.94974806785797","m1":"2542.867579866672","m2":"1254.9222774305238","m3":"-4.060613353678916","m4":"-6.350224891677533","m5":"-84.72739630159155","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:34 - INFO - ƶλ:ֱߣX:326.94974806785797-Y:2542.867579866672-Z:1254.9222774305238-U:-4.060613353678916-V:-6.350224891677533-W:-84.72739630159155 +2025-02-28 13:31:34 - INFO - ƶλλ +2025-02-28 13:31:35 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:31:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:36 - INFO - ƶλλ +2025-02-28 13:31:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:36 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:31:38 - INFO - ƶƴλ +2025-02-28 13:31:38 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:31:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:38 - INFO - ƶƴλ +2025-02-28 13:31:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:38 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:31:41 - INFO - ҡ +2025-02-28 13:31:41 - INFO - ҡ +2025-02-28 13:31:41 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:31:41 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:44 - INFO - ҡ +2025-02-28 13:31:44 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:44 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:31:48 - INFO - ҡ +2025-02-28 13:31:48 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:48 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:31:51 - INFO - ƶӿմ +2025-02-28 13:31:56 - INFO - ƶӿմ +2025-02-28 13:31:56 - INFO - ƶӿմ +2025-02-28 13:31:58 - INFO - ƶӿմ +2025-02-28 13:31:58 - INFO - ʣͶϴ965 +2025-02-28 13:31:58 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:31:58 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:31:59 - INFO - ƶλ +2025-02-28 13:31:59 - INFO - ƶλ +2025-02-28 13:31:59 - INFO - ƶλ +2025-02-28 13:31:59 - INFO - ƶλ +2025-02-28 13:31:59 - INFO - ƶλ +2025-02-28 13:31:59 - INFO - ƶλ +2025-02-28 13:31:59 - INFO - ƶλ +2025-02-28 13:31:59 - INFO - ƶλ +2025-02-28 13:31:59 - INFO - ʶͼɹ +2025-02-28 13:32:00 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:00 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:32:00 - INFO - ƶλλ +2025-02-28 13:32:00 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:32:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:02 - INFO - ƶλλ +2025-02-28 13:32:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"301.3642073356929","m1":"2039.1383703669892","m2":"1266.09663025122","m3":"3.9945881493186257","m4":"3.73600147828316","m5":"-84.62980724734517","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:02 - INFO - ƶλ:ֱߣX:301.3642073356929-Y:2039.1383703669892-Z:1266.09663025122-U:3.9945881493186257-V:3.73600147828316-W:-84.62980724734517 +2025-02-28 13:32:03 - INFO - ƶλλ +2025-02-28 13:32:03 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"333.0007150287267","m1":"2074.756093846585","m2":"768.3712951967146","m3":"3.9945881493186257","m4":"3.73600147828316","m5":"-84.62980724734517","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:04 - INFO - ƶλ:ֱߣX:333.0007150287267-Y:2074.756093846585-Z:768.3712951967146-U:3.9945881493186257-V:3.73600147828316-W:-84.62980724734517 +2025-02-28 13:32:05 - INFO - ƶץλ +2025-02-28 13:32:05 - INFO - ƶץλ +2025-02-28 13:32:05 - INFO - ƶץλ +2025-02-28 13:32:05 - INFO - ƶץλ +2025-02-28 13:32:05 - INFO - ƶץλ +2025-02-28 13:32:05 - INFO - ƶץλ +2025-02-28 13:32:05 - INFO - ƶץλ +2025-02-28 13:32:05 - INFO - ƶץλ +2025-02-28 13:32:05 - INFO - ƶץλ +2025-02-28 13:32:06 - INFO - ƶץλ +2025-02-28 13:32:06 - INFO - ƶץλ +2025-02-28 13:32:06 - INFO - ƶץλ +2025-02-28 13:32:06 - INFO - ƶץλ +2025-02-28 13:32:06 - INFO - ƶץλ +2025-02-28 13:32:06 - INFO - ץϵλ +2025-02-28 13:32:06 - INFO - ץϳɹ +2025-02-28 13:32:08 - INFO - ƶץλ +2025-02-28 13:32:08 - INFO - ץϵλ +2025-02-28 13:32:08 - INFO - ץϳɹ +2025-02-28 13:32:08 - INFO - ƶλ:ֱߣX:301.3642073356929-Y:2039.1383703669892-Z:1266.09663025122-U:3.9945881493186257-V:3.73600147828316-W:-84.62980724734517 +2025-02-28 13:32:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"301.3642073356929","m1":"2039.1383703669892","m2":"1266.09663025122","m3":"3.9945881493186257","m4":"3.73600147828316","m5":"-84.62980724734517","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:08 - INFO - ƶλλ +2025-02-28 13:32:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:09 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:32:10 - INFO - ƶλλ +2025-02-28 13:32:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:10 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:32:12 - INFO - ƶƴλ +2025-02-28 13:32:12 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:32:12 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:12 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:12 - INFO - ƶƴλ +2025-02-28 13:32:12 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:32:15 - INFO - ҡ +2025-02-28 13:32:15 - INFO - ҡ +2025-02-28 13:32:15 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:32:15 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:18 - INFO - ҡ +2025-02-28 13:32:18 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:32:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:22 - INFO - ҡ +2025-02-28 13:32:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:22 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:32:25 - INFO - ƶӿմ +2025-02-28 13:32:30 - INFO - ƶӿմ +2025-02-28 13:32:30 - INFO - ƶӿմ +2025-02-28 13:32:32 - INFO - ƶӿմ +2025-02-28 13:32:32 - INFO - ʣͶϴ964 +2025-02-28 13:32:32 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:32:32 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:33 - INFO - ƶλ +2025-02-28 13:32:33 - INFO - ƶλ +2025-02-28 13:32:33 - INFO - ƶλ +2025-02-28 13:32:33 - INFO - ƶλ +2025-02-28 13:32:33 - INFO - ƶλ +2025-02-28 13:32:33 - INFO - ƶλ +2025-02-28 13:32:33 - INFO - ƶλ +2025-02-28 13:32:33 - INFO - ƶλ +2025-02-28 13:32:34 - INFO - ʶͼɹ +2025-02-28 13:32:34 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:34 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:32:35 - INFO - ƶλλ +2025-02-28 13:32:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:35 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:32:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"344.4848441037116","m1":"1703.090858003209","m2":"1239.1906692741472","m3":"0.1950686401045957","m4":"-3.3852209915359097","m5":"-91.6859374574668","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:37 - INFO - ƶλλ +2025-02-28 13:32:37 - INFO - ƶλ:ֱߣX:344.4848441037116-Y:1703.090858003209-Z:1239.1906692741472-U:0.1950686401045957-V:-3.3852209915359097-W:-91.6859374574668 +2025-02-28 13:32:38 - INFO - ƶλλ +2025-02-28 13:32:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"345.31776791995753","m1":"1673.5292852273542","m2":"740.0660158528458","m3":"0.1950686401045957","m4":"-3.3852209915359097","m5":"-91.6859374574668","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:38 - INFO - ƶλ:ֱߣX:345.31776791995753-Y:1673.5292852273542-Z:740.0660158528458-U:0.1950686401045957-V:-3.3852209915359097-W:-91.6859374574668 +2025-02-28 13:32:39 - INFO - ƶץλ +2025-02-28 13:32:39 - INFO - ƶץλ +2025-02-28 13:32:39 - INFO - ƶץλ +2025-02-28 13:32:39 - INFO - ƶץλ +2025-02-28 13:32:39 - INFO - ƶץλ +2025-02-28 13:32:39 - INFO - ƶץλ +2025-02-28 13:32:39 - INFO - ƶץλ +2025-02-28 13:32:40 - INFO - ƶץλ +2025-02-28 13:32:40 - INFO - ƶץλ +2025-02-28 13:32:40 - INFO - ƶץλ +2025-02-28 13:32:40 - INFO - ƶץλ +2025-02-28 13:32:40 - INFO - ƶץλ +2025-02-28 13:32:40 - INFO - ƶץλ +2025-02-28 13:32:40 - INFO - ץϵλ +2025-02-28 13:32:40 - INFO - ץϳɹ +2025-02-28 13:32:42 - INFO - ƶץλ +2025-02-28 13:32:42 - INFO - ץϵλ +2025-02-28 13:32:42 - INFO - ץϳɹ +2025-02-28 13:32:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"344.4848441037116","m1":"1703.090858003209","m2":"1239.1906692741472","m3":"0.1950686401045957","m4":"-3.3852209915359097","m5":"-91.6859374574668","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:42 - INFO - ƶλ:ֱߣX:344.4848441037116-Y:1703.090858003209-Z:1239.1906692741472-U:0.1950686401045957-V:-3.3852209915359097-W:-91.6859374574668 +2025-02-28 13:32:43 - INFO - ƶλλ +2025-02-28 13:32:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:43 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:32:44 - INFO - ƶλλ +2025-02-28 13:32:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:45 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:32:46 - INFO - ƶƴλ +2025-02-28 13:32:46 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:46 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:32:46 - INFO - ƶƴλ +2025-02-28 13:32:47 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:32:47 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:49 - INFO - ҡ +2025-02-28 13:32:49 - INFO - ҡ +2025-02-28 13:32:49 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:49 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:32:52 - INFO - ҡ +2025-02-28 13:32:52 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:32:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:56 - INFO - ҡ +2025-02-28 13:32:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:32:56 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:32:59 - INFO - ƶӿմ +2025-02-28 13:33:04 - INFO - ƶӿմ +2025-02-28 13:33:05 - INFO - ƶӿմ +2025-02-28 13:33:06 - INFO - ƶӿմ +2025-02-28 13:33:07 - INFO - ʣͶϴ963 +2025-02-28 13:33:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:07 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:33:07 - INFO - ƶλ +2025-02-28 13:33:07 - INFO - ƶλ +2025-02-28 13:33:07 - INFO - ƶλ +2025-02-28 13:33:07 - INFO - ƶλ +2025-02-28 13:33:07 - INFO - ƶλ +2025-02-28 13:33:08 - INFO - ƶλ +2025-02-28 13:33:08 - INFO - ƶλ +2025-02-28 13:33:08 - INFO - ƶλ +2025-02-28 13:33:08 - INFO - ʶͼɹ +2025-02-28 13:33:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:08 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:33:09 - INFO - ƶλλ +2025-02-28 13:33:09 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:33:09 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:11 - INFO - ƶλλ +2025-02-28 13:33:11 - INFO - ƶλ:ֱߣX:322.0172947604375-Y:2087.135278280974-Z:1155.4337159892452-U:2.4608188933751616-V:-0.3483619295463909-W:-85.33946651730048 +2025-02-28 13:33:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"322.0172947604375","m1":"2087.135278280974","m2":"1155.4337159892452","m3":"2.4608188933751616","m4":"-0.3483619295463909","m5":"-85.33946651730048","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:12 - INFO - ƶλλ +2025-02-28 13:33:12 - INFO - ƶλ:ֱߣX:343.6611861223777-Y:2085.852436664156-Z:655.9040409106783-U:2.4608188933751616-V:-0.3483619295463909-W:-85.33946651730048 +2025-02-28 13:33:12 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"343.6611861223777","m1":"2085.852436664156","m2":"655.9040409106783","m3":"2.4608188933751616","m4":"-0.3483619295463909","m5":"-85.33946651730048","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:13 - INFO - ƶץλ +2025-02-28 13:33:13 - INFO - ƶץλ +2025-02-28 13:33:13 - INFO - ƶץλ +2025-02-28 13:33:14 - INFO - ƶץλ +2025-02-28 13:33:14 - INFO - ƶץλ +2025-02-28 13:33:14 - INFO - ƶץλ +2025-02-28 13:33:14 - INFO - ƶץλ +2025-02-28 13:33:14 - INFO - ƶץλ +2025-02-28 13:33:14 - INFO - ƶץλ +2025-02-28 13:33:14 - INFO - ƶץλ +2025-02-28 13:33:14 - INFO - ƶץλ +2025-02-28 13:33:14 - INFO - ƶץλ +2025-02-28 13:33:15 - INFO - ƶץλ +2025-02-28 13:33:15 - INFO - ץϵλ +2025-02-28 13:33:15 - INFO - ץϳɹ +2025-02-28 13:33:16 - INFO - ƶץλ +2025-02-28 13:33:17 - INFO - ץϵλ +2025-02-28 13:33:17 - INFO - ץϳɹ +2025-02-28 13:33:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"322.0172947604375","m1":"2087.135278280974","m2":"1155.4337159892452","m3":"2.4608188933751616","m4":"-0.3483619295463909","m5":"-85.33946651730048","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:17 - INFO - ƶλ:ֱߣX:322.0172947604375-Y:2087.135278280974-Z:1155.4337159892452-U:2.4608188933751616-V:-0.3483619295463909-W:-85.33946651730048 +2025-02-28 13:33:17 - INFO - ƶλλ +2025-02-28 13:33:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:17 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:33:19 - INFO - ƶλλ +2025-02-28 13:33:19 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:33:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:21 - INFO - ƶƴλ +2025-02-28 13:33:21 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:33:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:21 - INFO - ƶƴλ +2025-02-28 13:33:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:21 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:33:23 - INFO - ҡ +2025-02-28 13:33:24 - INFO - ҡ +2025-02-28 13:33:24 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:33:24 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:27 - INFO - ҡ +2025-02-28 13:33:27 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:33:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:30 - INFO - ҡ +2025-02-28 13:33:30 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:33:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:34 - INFO - ƶӿմ +2025-02-28 13:33:39 - INFO - ƶӿմ +2025-02-28 13:33:39 - INFO - ƶӿմ +2025-02-28 13:33:41 - INFO - ƶӿմ +2025-02-28 13:33:41 - INFO - ʣͶϴ962 +2025-02-28 13:33:41 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:33:41 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:41 - INFO - ƶλ +2025-02-28 13:33:41 - INFO - ƶλ +2025-02-28 13:33:41 - INFO - ƶλ +2025-02-28 13:33:42 - INFO - ƶλ +2025-02-28 13:33:42 - INFO - ƶλ +2025-02-28 13:33:42 - INFO - ƶλ +2025-02-28 13:33:42 - INFO - ƶλ +2025-02-28 13:33:42 - INFO - ƶλ +2025-02-28 13:33:42 - INFO - ʶͼɹ +2025-02-28 13:33:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:42 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:33:43 - INFO - ƶλλ +2025-02-28 13:33:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:43 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:33:45 - INFO - ƶλλ +2025-02-28 13:33:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"339.77794021569514","m1":"2516.3036023882055","m2":"1138.7577335033905","m3":"-4.801290439964513","m4":"-2.763519209578213","m5":"-81.52634101595581","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:45 - INFO - ƶλ:ֱߣX:339.77794021569514-Y:2516.3036023882055-Z:1138.7577335033905-U:-4.801290439964513-V:-2.763519209578213-W:-81.52634101595581 +2025-02-28 13:33:47 - INFO - ƶλλ +2025-02-28 13:33:47 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"301.9244460093045","m1":"2486.3767078790534","m2":"641.0916868803514","m3":"-4.801290439964513","m4":"-2.763519209578213","m5":"-81.52634101595581","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:47 - INFO - ƶλ:ֱߣX:301.9244460093045-Y:2486.3767078790534-Z:641.0916868803514-U:-4.801290439964513-V:-2.763519209578213-W:-81.52634101595581 +2025-02-28 13:33:48 - INFO - ƶץλ +2025-02-28 13:33:48 - INFO - ƶץλ +2025-02-28 13:33:48 - INFO - ƶץλ +2025-02-28 13:33:48 - INFO - ƶץλ +2025-02-28 13:33:48 - INFO - ƶץλ +2025-02-28 13:33:48 - INFO - ƶץλ +2025-02-28 13:33:49 - INFO - ƶץλ +2025-02-28 13:33:49 - INFO - ƶץλ +2025-02-28 13:33:49 - INFO - ƶץλ +2025-02-28 13:33:49 - INFO - ץϵλ +2025-02-28 13:33:49 - INFO - ץϳɹ +2025-02-28 13:33:51 - INFO - ƶץλ +2025-02-28 13:33:51 - INFO - ץϵλ +2025-02-28 13:33:51 - INFO - ץϳɹ +2025-02-28 13:33:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"339.77794021569514","m1":"2516.3036023882055","m2":"1138.7577335033905","m3":"-4.801290439964513","m4":"-2.763519209578213","m5":"-81.52634101595581","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:51 - INFO - ƶλ:ֱߣX:339.77794021569514-Y:2516.3036023882055-Z:1138.7577335033905-U:-4.801290439964513-V:-2.763519209578213-W:-81.52634101595581 +2025-02-28 13:33:51 - INFO - ƶλλ +2025-02-28 13:33:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:52 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:33:53 - INFO - ƶλλ +2025-02-28 13:33:54 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:33:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:55 - INFO - ƶƴλ +2025-02-28 13:33:55 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:33:55 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:55 - INFO - ƶƴλ +2025-02-28 13:33:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:33:56 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:33:58 - INFO - ҡ +2025-02-28 13:33:58 - INFO - ҡ +2025-02-28 13:33:58 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:33:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:01 - INFO - ҡ +2025-02-28 13:34:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:01 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:34:05 - INFO - ҡ +2025-02-28 13:34:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:05 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:34:08 - INFO - ƶӿմ +2025-02-28 13:34:13 - INFO - ƶӿմ +2025-02-28 13:34:14 - INFO - ƶӿմ +2025-02-28 13:34:15 - INFO - ƶӿմ +2025-02-28 13:34:16 - INFO - ʣͶϴ961 +2025-02-28 13:34:16 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:34:16 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:16 - INFO - ƶλ +2025-02-28 13:34:16 - INFO - ƶλ +2025-02-28 13:34:16 - INFO - ƶλ +2025-02-28 13:34:16 - INFO - ƶλ +2025-02-28 13:34:16 - INFO - ƶλ +2025-02-28 13:34:16 - INFO - ƶλ +2025-02-28 13:34:17 - INFO - ƶλ +2025-02-28 13:34:17 - INFO - ʶͼɹ +2025-02-28 13:34:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:17 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:34:18 - INFO - ƶλλ +2025-02-28 13:34:18 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:34:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:20 - INFO - ƶλλ +2025-02-28 13:34:20 - INFO - ƶλ:ֱߣX:321.4358786809393-Y:1639.7442203556627-Z:1136.9155338382152-U:2.3266193325021556-V:1.9643249991110172-W:-88.94021719961191 +2025-02-28 13:34:20 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"321.4358786809393","m1":"1639.7442203556627","m2":"1136.9155338382152","m3":"2.3266193325021556","m4":"1.9643249991110172","m5":"-88.94021719961191","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:21 - INFO - ƶλλ +2025-02-28 13:34:21 - INFO - ƶλ:ֱߣX:341.41368262035036-Y:1657.2411989107804-Z:637.6212888371334-U:2.3266193325021556-V:1.9643249991110172-W:-88.94021719961191 +2025-02-28 13:34:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"341.41368262035036","m1":"1657.2411989107804","m2":"637.6212888371334","m3":"2.3266193325021556","m4":"1.9643249991110172","m5":"-88.94021719961191","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:22 - INFO - ƶץλ +2025-02-28 13:34:22 - INFO - ƶץλ +2025-02-28 13:34:22 - INFO - ƶץλ +2025-02-28 13:34:23 - INFO - ƶץλ +2025-02-28 13:34:23 - INFO - ƶץλ +2025-02-28 13:34:23 - INFO - ƶץλ +2025-02-28 13:34:23 - INFO - ƶץλ +2025-02-28 13:34:23 - INFO - ƶץλ +2025-02-28 13:34:23 - INFO - ƶץλ +2025-02-28 13:34:23 - INFO - ƶץλ +2025-02-28 13:34:23 - INFO - ƶץλ +2025-02-28 13:34:23 - INFO - ƶץλ +2025-02-28 13:34:24 - INFO - ƶץλ +2025-02-28 13:34:24 - INFO - ƶץλ +2025-02-28 13:34:24 - INFO - ץϵλ +2025-02-28 13:34:24 - INFO - ץϳɹ +2025-02-28 13:34:25 - INFO - ƶץλ +2025-02-28 13:34:26 - INFO - ץϵλ +2025-02-28 13:34:26 - INFO - ץϳɹ +2025-02-28 13:34:26 - INFO - ƶλ:ֱߣX:321.4358786809393-Y:1639.7442203556627-Z:1136.9155338382152-U:2.3266193325021556-V:1.9643249991110172-W:-88.94021719961191 +2025-02-28 13:34:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"321.4358786809393","m1":"1639.7442203556627","m2":"1136.9155338382152","m3":"2.3266193325021556","m4":"1.9643249991110172","m5":"-88.94021719961191","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:26 - INFO - ƶλλ +2025-02-28 13:34:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:26 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:34:28 - INFO - ƶλλ +2025-02-28 13:34:28 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:28 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:34:30 - INFO - ƶƴλ +2025-02-28 13:34:30 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:34:30 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:30 - INFO - ƶƴλ +2025-02-28 13:34:30 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:30 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:34:33 - INFO - ҡ +2025-02-28 13:34:33 - INFO - ҡ +2025-02-28 13:34:33 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:34:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:36 - INFO - ҡ +2025-02-28 13:34:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:36 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:34:40 - INFO - ҡ +2025-02-28 13:34:40 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:34:40 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:43 - INFO - ƶӿմ +2025-02-28 13:34:48 - INFO - ƶӿմ +2025-02-28 13:34:48 - INFO - ƶӿմ +2025-02-28 13:34:50 - INFO - ƶӿմ +2025-02-28 13:34:50 - INFO - ʣͶϴ960 +2025-02-28 13:34:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:50 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:34:51 - INFO - ƶλ +2025-02-28 13:34:51 - INFO - ƶλ +2025-02-28 13:34:51 - INFO - ƶλ +2025-02-28 13:34:51 - INFO - ƶλ +2025-02-28 13:34:51 - INFO - ƶλ +2025-02-28 13:34:51 - INFO - ƶλ +2025-02-28 13:34:51 - INFO - ƶλ +2025-02-28 13:34:51 - INFO - ʶͼɹ +2025-02-28 13:34:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:52 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:34:53 - INFO - ƶλλ +2025-02-28 13:34:53 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:34:53 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:54 - INFO - ƶλλ +2025-02-28 13:34:55 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"320.0283554937619","m1":"2073.675467601622","m2":"1046.3799043785875","m3":"-0.36988172092915056","m4":"-0.545571976799229","m5":"-83.08565170146628","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:55 - INFO - ƶλ:ֱߣX:320.0283554937619-Y:2073.675467601622-Z:1046.3799043785875-U:-0.36988172092915056-V:-0.545571976799229-W:-83.08565170146628 +2025-02-28 13:34:56 - INFO - ƶλλ +2025-02-28 13:34:56 - INFO - ƶλ:ֱߣX:317.3971622208949-Y:2068.560668949644-Z:546.412989816523-U:-0.36988172092915056-V:-0.545571976799229-W:-83.08565170146628 +2025-02-28 13:34:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"317.3971622208949","m1":"2068.560668949644","m2":"546.412989816523","m3":"-0.36988172092915056","m4":"-0.545571976799229","m5":"-83.08565170146628","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:34:57 - INFO - ƶץλ +2025-02-28 13:34:57 - INFO - ƶץλ +2025-02-28 13:34:58 - INFO - ƶץλ +2025-02-28 13:34:58 - INFO - ƶץλ +2025-02-28 13:34:58 - INFO - ƶץλ +2025-02-28 13:34:58 - INFO - ƶץλ +2025-02-28 13:34:58 - INFO - ƶץλ +2025-02-28 13:34:58 - INFO - ƶץλ +2025-02-28 13:34:58 - INFO - ƶץλ +2025-02-28 13:34:58 - INFO - ץϵλ +2025-02-28 13:34:58 - INFO - ץϳɹ +2025-02-28 13:35:00 - INFO - ƶץλ +2025-02-28 13:35:00 - INFO - ץϵλ +2025-02-28 13:35:00 - INFO - ץϳɹ +2025-02-28 13:35:00 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"320.0283554937619","m1":"2073.675467601622","m2":"1046.3799043785875","m3":"-0.36988172092915056","m4":"-0.545571976799229","m5":"-83.08565170146628","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:01 - INFO - ƶλ:ֱߣX:320.0283554937619-Y:2073.675467601622-Z:1046.3799043785875-U:-0.36988172092915056-V:-0.545571976799229-W:-83.08565170146628 +2025-02-28 13:35:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:01 - INFO - ƶλλ +2025-02-28 13:35:01 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:35:03 - INFO - ƶλλ +2025-02-28 13:35:03 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:03 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:35:05 - INFO - ƶƴλ +2025-02-28 13:35:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:05 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:35:05 - INFO - ƶƴλ +2025-02-28 13:35:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:05 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:35:08 - INFO - ҡ +2025-02-28 13:35:08 - INFO - ҡ +2025-02-28 13:35:08 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:35:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:11 - INFO - ҡ +2025-02-28 13:35:11 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:35:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:14 - INFO - ҡ +2025-02-28 13:35:15 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:15 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:35:18 - INFO - ƶӿմ +2025-02-28 13:35:23 - INFO - ƶӿմ +2025-02-28 13:35:23 - INFO - ƶӿմ +2025-02-28 13:35:25 - INFO - ƶӿմ +2025-02-28 13:35:25 - INFO - ʣͶϴ959 +2025-02-28 13:35:25 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:25 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:35:25 - INFO - ƶλ +2025-02-28 13:35:25 - INFO - ƶλ +2025-02-28 13:35:26 - INFO - ƶλ +2025-02-28 13:35:26 - INFO - ƶλ +2025-02-28 13:35:26 - INFO - ƶλ +2025-02-28 13:35:26 - INFO - ƶλ +2025-02-28 13:35:26 - INFO - ƶλ +2025-02-28 13:35:26 - INFO - ʶͼɹ +2025-02-28 13:35:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:26 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:35:27 - INFO - ƶλλ +2025-02-28 13:35:27 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:35:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:29 - INFO - ƶλλ +2025-02-28 13:35:29 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"319.9911056561098","m1":"2497.8432745374153","m2":"1018.7972284736595","m3":"-3.795278845038919","m4":"-1.8129525191825584","m5":"-87.82850262163451","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:29 - INFO - ƶλ:ֱߣX:319.9911056561098-Y:2497.8432745374153-Z:1018.7972284736595-U:-3.795278845038919-V:-1.8129525191825584-W:-87.82850262163451 +2025-02-28 13:35:30 - INFO - ƶλλ +2025-02-28 13:35:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"287.51708551617764","m1":"2480.8169195773685","m2":"520.1434996670599","m3":"-3.795278845038919","m4":"-1.8129525191825584","m5":"-87.82850262163451","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:31 - INFO - ƶλ:ֱߣX:287.51708551617764-Y:2480.8169195773685-Z:520.1434996670599-U:-3.795278845038919-V:-1.8129525191825584-W:-87.82850262163451 +2025-02-28 13:35:32 - INFO - ƶץλ +2025-02-28 13:35:32 - INFO - ƶץλ +2025-02-28 13:35:32 - INFO - ƶץλ +2025-02-28 13:35:32 - INFO - ƶץλ +2025-02-28 13:35:32 - INFO - ƶץλ +2025-02-28 13:35:32 - INFO - ƶץλ +2025-02-28 13:35:32 - INFO - ƶץλ +2025-02-28 13:35:32 - INFO - ƶץλ +2025-02-28 13:35:33 - INFO - ƶץλ +2025-02-28 13:35:33 - INFO - ץϵλ +2025-02-28 13:35:33 - INFO - ץϳɹ +2025-02-28 13:35:34 - INFO - ƶץλ +2025-02-28 13:35:34 - INFO - ץϵλ +2025-02-28 13:35:35 - INFO - ץϳɹ +2025-02-28 13:35:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"319.9911056561098","m1":"2497.8432745374153","m2":"1018.7972284736595","m3":"-3.795278845038919","m4":"-1.8129525191825584","m5":"-87.82850262163451","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:35 - INFO - ƶλ:ֱߣX:319.9911056561098-Y:2497.8432745374153-Z:1018.7972284736595-U:-3.795278845038919-V:-1.8129525191825584-W:-87.82850262163451 +2025-02-28 13:35:35 - INFO - ƶλλ +2025-02-28 13:35:35 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:35:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:37 - INFO - ƶλλ +2025-02-28 13:35:37 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:37 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:35:39 - INFO - ƶƴλ +2025-02-28 13:35:39 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:35:39 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:39 - INFO - ƶƴλ +2025-02-28 13:35:39 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:39 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:35:42 - INFO - ҡ +2025-02-28 13:35:42 - INFO - ҡ +2025-02-28 13:35:42 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:35:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:45 - INFO - ҡ +2025-02-28 13:35:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:45 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:35:49 - INFO - ҡ +2025-02-28 13:35:49 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:35:49 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:35:52 - INFO - ƶӿմ +2025-02-28 13:35:57 - INFO - ƶӿմ +2025-02-28 13:35:57 - INFO - ƶӿմ +2025-02-28 13:35:59 - INFO - ƶӿմ +2025-02-28 13:35:59 - INFO - ʣͶϴ958 +2025-02-28 13:35:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:00 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:36:00 - INFO - ƶλ +2025-02-28 13:36:00 - INFO - ƶλ +2025-02-28 13:36:00 - INFO - ƶλ +2025-02-28 13:36:00 - INFO - ƶλ +2025-02-28 13:36:00 - INFO - ƶλ +2025-02-28 13:36:00 - INFO - ƶλ +2025-02-28 13:36:00 - INFO - ƶλ +2025-02-28 13:36:00 - INFO - ƶλ +2025-02-28 13:36:01 - INFO - ʶͼɹ +2025-02-28 13:36:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:01 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:36:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:02 - INFO - ƶλλ +2025-02-28 13:36:02 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:36:03 - INFO - ƶλλ +2025-02-28 13:36:03 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"318.6040141357552","m1":"1650.2306993881566","m2":"1033.2502004757753","m3":"2.3316484523319323","m4":"0.3716369561815867","m5":"-89.11849869145847","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:03 - INFO - ƶλ:ֱߣX:318.6040141357552-Y:1650.2306993881566-Z:1033.2502004757753-U:2.3316484523319323-V:0.3716369561815867-W:-89.11849869145847 +2025-02-28 13:36:05 - INFO - ƶλλ +2025-02-28 13:36:05 - INFO - ƶλ:ֱߣX:338.8936097819792-Y:1653.7837014791926-Z:533.6746721673383-U:2.3316484523319323-V:0.3716369561815867-W:-89.11849869145847 +2025-02-28 13:36:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"338.8936097819792","m1":"1653.7837014791926","m2":"533.6746721673383","m3":"2.3316484523319323","m4":"0.3716369561815867","m5":"-89.11849869145847","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:06 - INFO - ƶץλ +2025-02-28 13:36:06 - INFO - ƶץλ +2025-02-28 13:36:06 - INFO - ƶץλ +2025-02-28 13:36:06 - INFO - ƶץλ +2025-02-28 13:36:06 - INFO - ƶץλ +2025-02-28 13:36:07 - INFO - ƶץλ +2025-02-28 13:36:07 - INFO - ƶץλ +2025-02-28 13:36:07 - INFO - ƶץλ +2025-02-28 13:36:07 - INFO - ƶץλ +2025-02-28 13:36:07 - INFO - ץϵλ +2025-02-28 13:36:07 - INFO - ץϳɹ +2025-02-28 13:36:09 - INFO - ƶץλ +2025-02-28 13:36:09 - INFO - ץϵλ +2025-02-28 13:36:09 - INFO - ץϳɹ +2025-02-28 13:36:09 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"318.6040141357552","m1":"1650.2306993881566","m2":"1033.2502004757753","m3":"2.3316484523319323","m4":"0.3716369561815867","m5":"-89.11849869145847","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:09 - INFO - ƶλ:ֱߣX:318.6040141357552-Y:1650.2306993881566-Z:1033.2502004757753-U:2.3316484523319323-V:0.3716369561815867-W:-89.11849869145847 +2025-02-28 13:36:09 - INFO - ƶλλ +2025-02-28 13:36:09 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:09 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:36:12 - INFO - ƶλλ +2025-02-28 13:36:12 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:12 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:36:13 - INFO - ƶƴλ +2025-02-28 13:36:13 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:13 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:36:14 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:14 - INFO - ƶƴλ +2025-02-28 13:36:14 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:36:16 - INFO - ҡ +2025-02-28 13:36:16 - INFO - ҡ +2025-02-28 13:36:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:17 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:36:19 - INFO - ҡ +2025-02-28 13:36:19 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:36:20 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:23 - INFO - ҡ +2025-02-28 13:36:23 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:23 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:36:26 - INFO - ƶӿմ +2025-02-28 13:36:32 - INFO - ƶӿմ +2025-02-28 13:36:32 - INFO - ƶӿմ +2025-02-28 13:36:34 - INFO - ƶӿմ +2025-02-28 13:36:34 - INFO - ʣͶϴ957 +2025-02-28 13:36:34 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:34 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:36:34 - INFO - ƶλ +2025-02-28 13:36:34 - INFO - ƶλ +2025-02-28 13:36:34 - INFO - ƶλ +2025-02-28 13:36:34 - INFO - ƶλ +2025-02-28 13:36:34 - INFO - ƶλ +2025-02-28 13:36:35 - INFO - ƶλ +2025-02-28 13:36:35 - INFO - ƶλ +2025-02-28 13:36:35 - INFO - ʶͼɹ +2025-02-28 13:36:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:35 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:36:36 - INFO - ƶλλ +2025-02-28 13:36:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:36 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:36:37 - INFO - ƶλλ +2025-02-28 13:36:38 - INFO - ƶλ:ֱߣX:277.28825815246324-Y:2521.688700436596-Z:925.4082218969104-U:-1.2789531144807178-V:-1.3300875484040053-W:-89.87818609983536 +2025-02-28 13:36:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"277.28825815246324","m1":"2521.688700436596","m2":"925.4082218969104","m3":"-1.2789531144807178","m4":"-1.3300875484040053","m5":"-89.87818609983536","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:39 - INFO - ƶλλ +2025-02-28 13:36:39 - INFO - ƶλ:ֱߣX:266.1529079547309-Y:2510.0617301803168-Z:425.6674715686691-U:-1.2789531144807178-V:-1.3300875484040053-W:-89.87818609983536 +2025-02-28 13:36:39 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"266.1529079547309","m1":"2510.0617301803168","m2":"425.6674715686691","m3":"-1.2789531144807178","m4":"-1.3300875484040053","m5":"-89.87818609983536","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:40 - INFO - ƶץλ +2025-02-28 13:36:40 - INFO - ƶץλ +2025-02-28 13:36:40 - INFO - ƶץλ +2025-02-28 13:36:41 - INFO - ƶץλ +2025-02-28 13:36:41 - INFO - ƶץλ +2025-02-28 13:36:41 - INFO - ƶץλ +2025-02-28 13:36:41 - INFO - ƶץλ +2025-02-28 13:36:41 - INFO - ƶץλ +2025-02-28 13:36:41 - INFO - ƶץλ +2025-02-28 13:36:41 - INFO - ƶץλ +2025-02-28 13:36:41 - INFO - ƶץλ +2025-02-28 13:36:41 - INFO - ƶץλ +2025-02-28 13:36:42 - INFO - ƶץλ +2025-02-28 13:36:42 - INFO - ƶץλ +2025-02-28 13:36:42 - INFO - ץϵλ +2025-02-28 13:36:42 - INFO - ץϳɹ +2025-02-28 13:36:44 - INFO - ƶץλ +2025-02-28 13:36:44 - INFO - ץϵλ +2025-02-28 13:36:44 - INFO - ץϳɹ +2025-02-28 13:36:44 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"277.28825815246324","m1":"2521.688700436596","m2":"925.4082218969104","m3":"-1.2789531144807178","m4":"-1.3300875484040053","m5":"-89.87818609983536","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:44 - INFO - ƶλ:ֱߣX:277.28825815246324-Y:2521.688700436596-Z:925.4082218969104-U:-1.2789531144807178-V:-1.3300875484040053-W:-89.87818609983536 +2025-02-28 13:36:44 - INFO - ƶλλ +2025-02-28 13:36:44 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:44 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:36:46 - INFO - ƶλλ +2025-02-28 13:36:46 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:47 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:36:48 - INFO - ƶƴλ +2025-02-28 13:36:48 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:48 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:36:48 - INFO - ƶƴλ +2025-02-28 13:36:48 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:36:49 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:51 - INFO - ҡ +2025-02-28 13:36:51 - INFO - ҡ +2025-02-28 13:36:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:51 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:36:54 - INFO - ҡ +2025-02-28 13:36:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:36:54 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:36:58 - INFO - ҡ +2025-02-28 13:36:58 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:36:58 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:01 - INFO - ƶӿմ +2025-02-28 13:37:06 - INFO - ƶӿմ +2025-02-28 13:37:06 - INFO - ƶӿմ +2025-02-28 13:37:08 - INFO - ƶӿմ +2025-02-28 13:37:08 - INFO - ʣͶϴ956 +2025-02-28 13:37:09 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:09 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:37:09 - INFO - ƶλ +2025-02-28 13:37:09 - INFO - ƶλ +2025-02-28 13:37:09 - INFO - ƶλ +2025-02-28 13:37:09 - INFO - ƶλ +2025-02-28 13:37:09 - INFO - ƶλ +2025-02-28 13:37:09 - INFO - ƶλ +2025-02-28 13:37:10 - INFO - ƶλ +2025-02-28 13:37:10 - INFO - ʶͼɹ +2025-02-28 13:37:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:10 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:37:11 - INFO - ƶλλ +2025-02-28 13:37:11 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:37:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:13 - INFO - ƶλλ +2025-02-28 13:37:13 - INFO - ƶλ:ֱߣX:332.93679572721067-Y:2096.3674178305073-Z:934.6665993206273-U:-3.1582865312114574-V:-1.9559999994397166-W:-91.49516812251973 +2025-02-28 13:37:13 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"332.93679572721067","m1":"2096.3674178305073","m2":"934.6665993206273","m3":"-3.1582865312114574","m4":"-1.9559999994397166","m5":"-91.49516812251973","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:14 - INFO - ƶλλ +2025-02-28 13:37:14 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"304.9542598889154","m1":"2080.051917415563","m2":"435.71692036064593","m3":"-3.1582865312114574","m4":"-1.9559999994397166","m5":"-91.49516812251973","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:14 - INFO - ƶλ:ֱߣX:304.9542598889154-Y:2080.051917415563-Z:435.71692036064593-U:-3.1582865312114574-V:-1.9559999994397166-W:-91.49516812251973 +2025-02-28 13:37:15 - INFO - ƶץλ +2025-02-28 13:37:16 - INFO - ƶץλ +2025-02-28 13:37:16 - INFO - ƶץλ +2025-02-28 13:37:16 - INFO - ƶץλ +2025-02-28 13:37:16 - INFO - ƶץλ +2025-02-28 13:37:16 - INFO - ƶץλ +2025-02-28 13:37:16 - INFO - ƶץλ +2025-02-28 13:37:16 - INFO - ƶץλ +2025-02-28 13:37:16 - INFO - ƶץλ +2025-02-28 13:37:16 - INFO - ƶץλ +2025-02-28 13:37:17 - INFO - ץϵλ +2025-02-28 13:37:17 - INFO - ץϳɹ +2025-02-28 13:37:18 - INFO - ƶץλ +2025-02-28 13:37:18 - INFO - ץϵλ +2025-02-28 13:37:18 - INFO - ץϳɹ +2025-02-28 13:37:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"332.93679572721067","m1":"2096.3674178305073","m2":"934.6665993206273","m3":"-3.1582865312114574","m4":"-1.9559999994397166","m5":"-91.49516812251973","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:19 - INFO - ƶλ:ֱߣX:332.93679572721067-Y:2096.3674178305073-Z:934.6665993206273-U:-3.1582865312114574-V:-1.9559999994397166-W:-91.49516812251973 +2025-02-28 13:37:19 - INFO - ƶλλ +2025-02-28 13:37:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:19 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:37:21 - INFO - ƶλλ +2025-02-28 13:37:21 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:37:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:23 - INFO - ƶƴλ +2025-02-28 13:37:23 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:37:23 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:23 - INFO - ƶƴλ +2025-02-28 13:37:23 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:23 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:37:26 - INFO - ҡ +2025-02-28 13:37:26 - INFO - ҡ +2025-02-28 13:37:26 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:37:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:29 - INFO - ҡ +2025-02-28 13:37:29 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:37:29 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:33 - INFO - ҡ +2025-02-28 13:37:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:33 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:37:36 - INFO - ƶӿմ +2025-02-28 13:37:41 - INFO - ƶӿմ +2025-02-28 13:37:41 - INFO - ƶӿմ +2025-02-28 13:37:43 - INFO - ƶӿմ +2025-02-28 13:37:43 - INFO - ʣͶϴ955 +2025-02-28 13:37:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:43 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:37:43 - INFO - ƶλ +2025-02-28 13:37:44 - INFO - ƶλ +2025-02-28 13:37:44 - INFO - ƶλ +2025-02-28 13:37:44 - INFO - ƶλ +2025-02-28 13:37:44 - INFO - ƶλ +2025-02-28 13:37:44 - INFO - ƶλ +2025-02-28 13:37:44 - INFO - ƶλ +2025-02-28 13:37:44 - INFO - ʶͼɹ +2025-02-28 13:37:44 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:44 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:37:45 - INFO - ƶλλ +2025-02-28 13:37:45 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:45 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:37:47 - INFO - ƶλλ +2025-02-28 13:37:47 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"323.72167123271043","m1":"1670.520703839567","m2":"928.6372382952768","m3":"0.9420334252838204","m4":"0.18793582295438027","m5":"-85.80893431621661","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:47 - INFO - ƶλ:ֱߣX:323.72167123271043-Y:1670.520703839567-Z:928.6372382952768-U:0.9420334252838204-V:0.18793582295438027-W:-85.80893431621661 +2025-02-28 13:37:49 - INFO - ƶλλ +2025-02-28 13:37:49 - INFO - ƶλ:ֱߣX:331.8002681755833-Y:1672.7569140888304-Z:428.70750759789587-U:0.9420334252838204-V:0.18793582295438027-W:-85.80893431621661 +2025-02-28 13:37:49 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"331.8002681755833","m1":"1672.7569140888304","m2":"428.70750759789587","m3":"0.9420334252838204","m4":"0.18793582295438027","m5":"-85.80893431621661","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:50 - INFO - ƶץλ +2025-02-28 13:37:50 - INFO - ƶץλ +2025-02-28 13:37:50 - INFO - ƶץλ +2025-02-28 13:37:50 - INFO - ƶץλ +2025-02-28 13:37:50 - INFO - ƶץλ +2025-02-28 13:37:50 - INFO - ƶץλ +2025-02-28 13:37:51 - INFO - ƶץλ +2025-02-28 13:37:51 - INFO - ƶץλ +2025-02-28 13:37:51 - INFO - ƶץλ +2025-02-28 13:37:51 - INFO - ץϵλ +2025-02-28 13:37:51 - INFO - ץϳɹ +2025-02-28 13:37:53 - INFO - ƶץλ +2025-02-28 13:37:53 - INFO - ץϵλ +2025-02-28 13:37:53 - INFO - ץϳɹ +2025-02-28 13:37:53 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"323.72167123271043","m1":"1670.520703839567","m2":"928.6372382952768","m3":"0.9420334252838204","m4":"0.18793582295438027","m5":"-85.80893431621661","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:53 - INFO - ƶλ:ֱߣX:323.72167123271043-Y:1670.520703839567-Z:928.6372382952768-U:0.9420334252838204-V:0.18793582295438027-W:-85.80893431621661 +2025-02-28 13:37:53 - INFO - ƶλλ +2025-02-28 13:37:53 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:54 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:37:55 - INFO - ƶλλ +2025-02-28 13:37:56 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:37:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:57 - INFO - ƶƴλ +2025-02-28 13:37:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:57 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:37:57 - INFO - ƶƴλ +2025-02-28 13:37:58 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:37:58 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:38:00 - INFO - ҡ +2025-02-28 13:38:00 - INFO - ҡ +2025-02-28 13:38:00 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:01 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:38:03 - INFO - ҡ +2025-02-28 13:38:03 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:38:03 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:07 - INFO - ҡ +2025-02-28 13:38:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:07 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:38:10 - INFO - ƶӿմ +2025-02-28 13:38:15 - INFO - ƶӿմ +2025-02-28 13:38:15 - INFO - ƶӿմ +2025-02-28 13:38:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:17 - INFO - ƶӿմ +2025-02-28 13:38:18 - INFO - ʣͶϴ954 +2025-02-28 13:38:18 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:38:18 - INFO - ƶλ +2025-02-28 13:38:18 - INFO - ƶλ +2025-02-28 13:38:18 - INFO - ƶλ +2025-02-28 13:38:18 - INFO - ƶλ +2025-02-28 13:38:18 - INFO - ƶλ +2025-02-28 13:38:18 - INFO - ƶλ +2025-02-28 13:38:18 - INFO - ƶλ +2025-02-28 13:38:19 - INFO - ʶͼɹ +2025-02-28 13:38:19 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:19 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:38:20 - INFO - ƶλλ +2025-02-28 13:38:20 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:20 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:38:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"253.97644873641445","m1":"2519.044254966359","m2":"823.4670186869226","m3":"-0.32039678980733566","m4":"-1.3035128911358784","m5":"-85.1707554555455","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:21 - INFO - ƶλλ +2025-02-28 13:38:22 - INFO - ƶλ:ֱߣX:253.97644873641445-Y:2519.044254966359-Z:823.4670186869226-U:-0.32039678980733566-V:-1.3035128911358784-W:-85.1707554555455 +2025-02-28 13:38:23 - INFO - ƶλλ +2025-02-28 13:38:23 - INFO - ƶλ:ֱߣX:252.1479477838182-Y:2507.475112924113-Z:323.6042259760901-U:-0.32039678980733566-V:-1.3035128911358784-W:-85.1707554555455 +2025-02-28 13:38:23 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"252.1479477838182","m1":"2507.475112924113","m2":"323.6042259760901","m3":"-0.32039678980733566","m4":"-1.3035128911358784","m5":"-85.1707554555455","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:24 - INFO - ƶץλ +2025-02-28 13:38:24 - INFO - ƶץλ +2025-02-28 13:38:24 - INFO - ƶץλ +2025-02-28 13:38:25 - INFO - ƶץλ +2025-02-28 13:38:25 - INFO - ƶץλ +2025-02-28 13:38:25 - INFO - ƶץλ +2025-02-28 13:38:25 - INFO - ƶץλ +2025-02-28 13:38:25 - INFO - ƶץλ +2025-02-28 13:38:25 - INFO - ƶץλ +2025-02-28 13:38:25 - INFO - ƶץλ +2025-02-28 13:38:25 - INFO - ƶץλ +2025-02-28 13:38:25 - INFO - ƶץλ +2025-02-28 13:38:26 - INFO - ƶץλ +2025-02-28 13:38:26 - INFO - ץϵλ +2025-02-28 13:38:26 - INFO - ץϳɹ +2025-02-28 13:38:27 - INFO - ƶץλ +2025-02-28 13:38:27 - INFO - ץϵλ +2025-02-28 13:38:28 - INFO - ץϳɹ +2025-02-28 13:38:28 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"253.97644873641445","m1":"2519.044254966359","m2":"823.4670186869226","m3":"-0.32039678980733566","m4":"-1.3035128911358784","m5":"-85.1707554555455","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:28 - INFO - ƶλ:ֱߣX:253.97644873641445-Y:2519.044254966359-Z:823.4670186869226-U:-0.32039678980733566-V:-1.3035128911358784-W:-85.1707554555455 +2025-02-28 13:38:28 - INFO - ƶλλ +2025-02-28 13:38:28 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:28 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:38:30 - INFO - ƶλλ +2025-02-28 13:38:30 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:30 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:38:32 - INFO - ƶƴλ +2025-02-28 13:38:32 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:38:32 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:32 - INFO - ƶƴλ +2025-02-28 13:38:32 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:32 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:38:35 - INFO - ҡ +2025-02-28 13:38:35 - INFO - ҡ +2025-02-28 13:38:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:35 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:38:38 - INFO - ҡ +2025-02-28 13:38:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:38 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:38:42 - INFO - ҡ +2025-02-28 13:38:42 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:38:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:45 - INFO - ƶӿմ +2025-02-28 13:38:50 - INFO - ƶӿմ +2025-02-28 13:38:50 - INFO - ƶӿմ +2025-02-28 13:38:52 - INFO - ƶӿմ +2025-02-28 13:38:52 - INFO - ʣͶϴ953 +2025-02-28 13:38:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:53 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:38:53 - INFO - ƶλ +2025-02-28 13:38:53 - INFO - ƶλ +2025-02-28 13:38:53 - INFO - ƶλ +2025-02-28 13:38:53 - INFO - ƶλ +2025-02-28 13:38:53 - INFO - ƶλ +2025-02-28 13:38:53 - INFO - ƶλ +2025-02-28 13:38:53 - INFO - ƶλ +2025-02-28 13:38:54 - INFO - ʶͼɹ +2025-02-28 13:38:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:54 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:38:55 - INFO - ƶλλ +2025-02-28 13:38:55 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:55 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:38:57 - INFO - ƶλλ +2025-02-28 13:38:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"304.11883655648785","m1":"2077.003004603102","m2":"831.1698545559767","m3":"-3.3560099102027445","m4":"1.2711813981035136","m5":"-86.31583069216542","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:57 - INFO - ƶλ:ֱߣX:304.11883655648785-Y:2077.003004603102-Z:831.1698545559767-U:-3.3560099102027445-V:1.2711813981035136-W:-86.31583069216542 +2025-02-28 13:38:58 - INFO - ƶλλ +2025-02-28 13:38:58 - INFO - ƶλ:ֱߣX:274.1978305753053-Y:2086.1725505629165-Z:332.150162732132-U:-3.3560099102027445-V:1.2711813981035136-W:-86.31583069216542 +2025-02-28 13:38:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"274.1978305753053","m1":"2086.1725505629165","m2":"332.150162732132","m3":"-3.3560099102027445","m4":"1.2711813981035136","m5":"-86.31583069216542","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:38:59 - INFO - ƶץλ +2025-02-28 13:39:00 - INFO - ƶץλ +2025-02-28 13:39:00 - INFO - ƶץλ +2025-02-28 13:39:00 - INFO - ƶץλ +2025-02-28 13:39:00 - INFO - ƶץλ +2025-02-28 13:39:00 - INFO - ƶץλ +2025-02-28 13:39:00 - INFO - ƶץλ +2025-02-28 13:39:00 - INFO - ƶץλ +2025-02-28 13:39:00 - INFO - ƶץλ +2025-02-28 13:39:00 - INFO - ץϵλ +2025-02-28 13:39:01 - INFO - ץϳɹ +2025-02-28 13:39:02 - INFO - ƶץλ +2025-02-28 13:39:02 - INFO - ץϵλ +2025-02-28 13:39:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"304.11883655648785","m1":"2077.003004603102","m2":"831.1698545559767","m3":"-3.3560099102027445","m4":"1.2711813981035136","m5":"-86.31583069216542","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:03 - INFO - ץϳɹ +2025-02-28 13:39:03 - INFO - ƶλ:ֱߣX:304.11883655648785-Y:2077.003004603102-Z:831.1698545559767-U:-3.3560099102027445-V:1.2711813981035136-W:-86.31583069216542 +2025-02-28 13:39:03 - INFO - ƶλλ +2025-02-28 13:39:03 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:03 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:39:05 - INFO - ƶλλ +2025-02-28 13:39:05 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:39:05 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:07 - INFO - ƶƴλ +2025-02-28 13:39:07 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:39:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:07 - INFO - ƶƴλ +2025-02-28 13:39:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:07 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:39:10 - INFO - ҡ +2025-02-28 13:39:10 - INFO - ҡ +2025-02-28 13:39:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:10 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:39:13 - INFO - ҡ +2025-02-28 13:39:13 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:13 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:39:17 - INFO - ҡ +2025-02-28 13:39:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:17 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:39:20 - INFO - ƶӿմ +2025-02-28 13:39:25 - INFO - ƶӿմ +2025-02-28 13:39:25 - INFO - ƶӿմ +2025-02-28 13:39:27 - INFO - ƶӿմ +2025-02-28 13:39:27 - INFO - ʣͶϴ952 +2025-02-28 13:39:27 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:39:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:27 - INFO - ƶλ +2025-02-28 13:39:28 - INFO - ƶλ +2025-02-28 13:39:28 - INFO - ƶλ +2025-02-28 13:39:28 - INFO - ƶλ +2025-02-28 13:39:28 - INFO - ƶλ +2025-02-28 13:39:28 - INFO - ƶλ +2025-02-28 13:39:28 - INFO - ƶλ +2025-02-28 13:39:28 - INFO - ʶͼɹ +2025-02-28 13:39:28 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:28 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:39:29 - INFO - ƶλλ +2025-02-28 13:39:29 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:39:29 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:31 - INFO - ƶλλ +2025-02-28 13:39:31 - INFO - ƶλ:ֱߣX:317.5115371547498-Y:1679.0762688554362-Z:816.6030439450035-U:0.7106164835628315-V:-1.2897470899349426-W:-87.56233727466534 +2025-02-28 13:39:31 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"317.5115371547498","m1":"1679.0762688554362","m2":"816.6030439450035","m3":"0.7106164835628315","m4":"-1.2897470899349426","m5":"-87.56233727466534","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:33 - INFO - ƶλλ +2025-02-28 13:39:33 - INFO - ƶλ:ֱߣX:324.18569744290835-Y:1668.0968510048597-Z:316.7681632412751-U:0.7106164835628315-V:-1.2897470899349426-W:-87.56233727466534 +2025-02-28 13:39:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"324.18569744290835","m1":"1668.0968510048597","m2":"316.7681632412751","m3":"0.7106164835628315","m4":"-1.2897470899349426","m5":"-87.56233727466534","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:34 - INFO - ƶץλ +2025-02-28 13:39:34 - INFO - ƶץλ +2025-02-28 13:39:34 - INFO - ƶץλ +2025-02-28 13:39:34 - INFO - ƶץλ +2025-02-28 13:39:34 - INFO - ƶץλ +2025-02-28 13:39:34 - INFO - ƶץλ +2025-02-28 13:39:34 - INFO - ƶץλ +2025-02-28 13:39:35 - INFO - ƶץλ +2025-02-28 13:39:35 - INFO - ƶץλ +2025-02-28 13:39:35 - INFO - ץϵλ +2025-02-28 13:39:35 - INFO - ץϳɹ +2025-02-28 13:39:37 - INFO - ƶץλ +2025-02-28 13:39:37 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"317.5115371547498","m1":"1679.0762688554362","m2":"816.6030439450035","m3":"0.7106164835628315","m4":"-1.2897470899349426","m5":"-87.56233727466534","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:37 - INFO - ץϵλ +2025-02-28 13:39:37 - INFO - ץϳɹ +2025-02-28 13:39:37 - INFO - ƶλ:ֱߣX:317.5115371547498-Y:1679.0762688554362-Z:816.6030439450035-U:0.7106164835628315-V:-1.2897470899349426-W:-87.56233727466534 +2025-02-28 13:39:37 - INFO - ƶλλ +2025-02-28 13:39:37 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:37 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:39:39 - INFO - ƶλλ +2025-02-28 13:39:40 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:39:40 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:41 - INFO - ƶƴλ +2025-02-28 13:39:41 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:39:41 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:41 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:42 - INFO - ƶƴλ +2025-02-28 13:39:42 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:39:44 - INFO - ҡ +2025-02-28 13:39:44 - INFO - ҡ +2025-02-28 13:39:44 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:44 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:39:47 - INFO - ҡ +2025-02-28 13:39:47 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:47 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:39:51 - INFO - ҡ +2025-02-28 13:39:51 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:39:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:39:54 - INFO - ƶӿմ +2025-02-28 13:39:59 - INFO - ƶӿմ +2025-02-28 13:40:00 - INFO - ƶӿմ +2025-02-28 13:40:01 - INFO - ƶӿմ +2025-02-28 13:40:02 - INFO - ʣͶϴ951 +2025-02-28 13:40:02 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:40:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:02 - INFO - ƶλ +2025-02-28 13:40:02 - INFO - ƶλ +2025-02-28 13:40:02 - INFO - ƶλ +2025-02-28 13:40:02 - INFO - ƶλ +2025-02-28 13:40:02 - INFO - ƶλ +2025-02-28 13:40:02 - INFO - ƶλ +2025-02-28 13:40:03 - INFO - ƶλ +2025-02-28 13:40:03 - INFO - ƶλ +2025-02-28 13:40:03 - INFO - ʶͼɹ +2025-02-28 13:40:03 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:03 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:40:04 - INFO - ƶλλ +2025-02-28 13:40:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:04 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:40:06 - INFO - ƶλλ +2025-02-28 13:40:06 - INFO - ƶλ:ֱߣX:282.7470604708142-Y:2528.7552750277296-Z:747.8594975940991-U:-1.721636725367549-V:-4.0022639223155-W:-83.10404905425594 +2025-02-28 13:40:06 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"282.7470604708142","m1":"2528.7552750277296","m2":"747.8594975940991","m3":"-1.721636725367549","m4":"-4.0022639223155","m5":"-83.10404905425594","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:07 - INFO - ƶλλ +2025-02-28 13:40:08 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"272.0220661909418","m1":"2492.321802864071","m2":"249.30400759945803","m3":"-1.721636725367549","m4":"-4.0022639223155","m5":"-83.10404905425594","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:08 - INFO - ƶλ:ֱߣX:272.0220661909418-Y:2492.321802864071-Z:249.30400759945803-U:-1.721636725367549-V:-4.0022639223155-W:-83.10404905425594 +2025-02-28 13:40:09 - INFO - ƶץλ +2025-02-28 13:40:09 - INFO - ƶץλ +2025-02-28 13:40:09 - INFO - ƶץλ +2025-02-28 13:40:09 - INFO - ƶץλ +2025-02-28 13:40:09 - INFO - ƶץλ +2025-02-28 13:40:09 - INFO - ƶץλ +2025-02-28 13:40:09 - INFO - ƶץλ +2025-02-28 13:40:09 - INFO - ƶץλ +2025-02-28 13:40:09 - INFO - ƶץλ +2025-02-28 13:40:10 - INFO - ƶץλ +2025-02-28 13:40:10 - INFO - ƶץλ +2025-02-28 13:40:10 - INFO - ƶץλ +2025-02-28 13:40:10 - INFO - ƶץλ +2025-02-28 13:40:10 - INFO - ƶץλ +2025-02-28 13:40:10 - INFO - ץϵλ +2025-02-28 13:40:10 - INFO - ץϳɹ +2025-02-28 13:40:12 - INFO - ƶץλ +2025-02-28 13:40:12 - INFO - ץϵλ +2025-02-28 13:40:12 - INFO - ץϳɹ +2025-02-28 13:40:12 - INFO - ƶλ:ֱߣX:282.7470604708142-Y:2528.7552750277296-Z:747.8594975940991-U:-1.721636725367549-V:-4.0022639223155-W:-83.10404905425594 +2025-02-28 13:40:12 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"282.7470604708142","m1":"2528.7552750277296","m2":"747.8594975940991","m3":"-1.721636725367549","m4":"-4.0022639223155","m5":"-83.10404905425594","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:12 - INFO - ƶλλ +2025-02-28 13:40:13 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:13 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:40:15 - INFO - ƶλλ +2025-02-28 13:40:15 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:40:15 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:16 - INFO - ƶƴλ +2025-02-28 13:40:16 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:17 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:40:17 - INFO - ƶƴλ +2025-02-28 13:40:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:17 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:40:19 - INFO - ҡ +2025-02-28 13:40:20 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:20 - INFO - ҡ +2025-02-28 13:40:20 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:40:22 - INFO - ҡ +2025-02-28 13:40:22 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:40:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:26 - INFO - ҡ +2025-02-28 13:40:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:26 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:40:30 - INFO - ƶӿմ +2025-02-28 13:40:35 - INFO - ƶӿմ +2025-02-28 13:40:35 - INFO - ƶӿմ +2025-02-28 13:40:37 - INFO - ƶӿմ +2025-02-28 13:40:37 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:37 - INFO - ʣͶϴ950 +2025-02-28 13:40:37 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:40:37 - INFO - ƶλ +2025-02-28 13:40:37 - INFO - ƶλ +2025-02-28 13:40:37 - INFO - ƶλ +2025-02-28 13:40:37 - INFO - ƶλ +2025-02-28 13:40:38 - INFO - ƶλ +2025-02-28 13:40:38 - INFO - ƶλ +2025-02-28 13:40:38 - INFO - ƶλ +2025-02-28 13:40:38 - INFO - ʶͼɹ +2025-02-28 13:40:38 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:38 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:40:39 - INFO - ƶλλ +2025-02-28 13:40:39 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:39 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:40:41 - INFO - ƶλλ +2025-02-28 13:40:41 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"316.96457632702555","m1":"2091.0590433277","m2":"719.1050715694109","m3":"-0.3003506411069746","m4":"1.8349315071246173","m5":"-87.8411926419465","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:41 - INFO - ƶλ:ֱߣX:316.96457632702555-Y:2091.0590433277-Z:719.1050715694109-U:-0.3003506411069746-V:1.8349315071246173-W:-87.8411926419465 +2025-02-28 13:40:43 - INFO - ƶλλ +2025-02-28 13:40:43 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"313.74231397909455","m1":"2106.958788544557","m2":"219.36832574477157","m3":"-0.3003506411069746","m4":"1.8349315071246173","m5":"-87.8411926419465","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:43 - INFO - ƶλ:ֱߣX:313.74231397909455-Y:2106.958788544557-Z:219.36832574477157-U:-0.3003506411069746-V:1.8349315071246173-W:-87.8411926419465 +2025-02-28 13:40:44 - INFO - ƶץλ +2025-02-28 13:40:44 - INFO - ƶץλ +2025-02-28 13:40:44 - INFO - ƶץλ +2025-02-28 13:40:44 - INFO - ƶץλ +2025-02-28 13:40:44 - INFO - ƶץλ +2025-02-28 13:40:44 - INFO - ƶץλ +2025-02-28 13:40:44 - INFO - ƶץλ +2025-02-28 13:40:45 - INFO - ƶץλ +2025-02-28 13:40:45 - INFO - ƶץλ +2025-02-28 13:40:45 - INFO - ץϵλ +2025-02-28 13:40:45 - INFO - ץϳɹ +2025-02-28 13:40:47 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"316.96457632702555","m1":"2091.0590433277","m2":"719.1050715694109","m3":"-0.3003506411069746","m4":"1.8349315071246173","m5":"-87.8411926419465","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:47 - INFO - ƶץλ +2025-02-28 13:40:47 - INFO - ץϵλ +2025-02-28 13:40:47 - INFO - ץϳɹ +2025-02-28 13:40:47 - INFO - ƶλ:ֱߣX:316.96457632702555-Y:2091.0590433277-Z:719.1050715694109-U:-0.3003506411069746-V:1.8349315071246173-W:-87.8411926419465 +2025-02-28 13:40:47 - INFO - ƶλλ +2025-02-28 13:40:47 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:47 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:40:49 - INFO - ƶλλ +2025-02-28 13:40:50 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:50 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:40:51 - INFO - ƶƴλ +2025-02-28 13:40:51 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:40:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:51 - INFO - ƶƴλ +2025-02-28 13:40:52 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:52 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:40:54 - INFO - ҡ +2025-02-28 13:40:54 - INFO - ҡ +2025-02-28 13:40:54 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:54 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:40:57 - INFO - ҡ +2025-02-28 13:40:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:40:57 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:41:01 - INFO - ҡ +2025-02-28 13:41:01 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:41:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:04 - INFO - ƶӿմ +2025-02-28 13:41:09 - INFO - ƶӿմ +2025-02-28 13:41:10 - INFO - ƶӿմ +2025-02-28 13:41:11 - INFO - ƶӿմ +2025-02-28 13:41:12 - INFO - ʣͶϴ949 +2025-02-28 13:41:12 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:12 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:41:12 - INFO - ƶλ +2025-02-28 13:41:12 - INFO - ƶλ +2025-02-28 13:41:12 - INFO - ƶλ +2025-02-28 13:41:12 - INFO - ƶλ +2025-02-28 13:41:12 - INFO - ƶλ +2025-02-28 13:41:12 - INFO - ƶλ +2025-02-28 13:41:13 - INFO - ƶλ +2025-02-28 13:41:13 - INFO - ʶͼɹ +2025-02-28 13:41:13 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:13 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:41:14 - INFO - ƶλλ +2025-02-28 13:41:14 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:41:14 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:16 - INFO - ƶλλ +2025-02-28 13:41:16 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"342.9832515854444","m1":"1710.3474449325358","m2":"702.961070208986","m3":"-2.200319081305307","m4":"-2.5799048631057313","m5":"-86.85739736678765","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:16 - INFO - ƶλ:ֱߣX:342.9832515854444-Y:1710.3474449325358-Z:702.961070208986-U:-2.200319081305307-V:-2.5799048631057313-W:-86.85739736678765 +2025-02-28 13:41:17 - INFO - ƶλλ +2025-02-28 13:41:17 - INFO - ƶλ:ֱߣX:325.04834759319806-Y:1686.8391624460946-Z:203.83613607593088-U:-2.200319081305307-V:-2.5799048631057313-W:-86.85739736678765 +2025-02-28 13:41:18 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"325.04834759319806","m1":"1686.8391624460946","m2":"203.83613607593088","m3":"-2.200319081305307","m4":"-2.5799048631057313","m5":"-86.85739736678765","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:18 - INFO - ƶץλ +2025-02-28 13:41:19 - INFO - ƶץλ +2025-02-28 13:41:19 - INFO - ƶץλ +2025-02-28 13:41:19 - INFO - ƶץλ +2025-02-28 13:41:19 - INFO - ƶץλ +2025-02-28 13:41:19 - INFO - ƶץλ +2025-02-28 13:41:19 - INFO - ƶץλ +2025-02-28 13:41:19 - INFO - ƶץλ +2025-02-28 13:41:19 - INFO - ƶץλ +2025-02-28 13:41:19 - INFO - ƶץλ +2025-02-28 13:41:20 - INFO - ƶץλ +2025-02-28 13:41:20 - INFO - ƶץλ +2025-02-28 13:41:20 - INFO - ƶץλ +2025-02-28 13:41:20 - INFO - ƶץλ +2025-02-28 13:41:20 - INFO - ץϵλ +2025-02-28 13:41:20 - INFO - ץϳɹ +2025-02-28 13:41:22 - INFO - ƶץλ +2025-02-28 13:41:22 - INFO - ץϵλ +2025-02-28 13:41:22 - INFO - ץϳɹ +2025-02-28 13:41:22 - INFO - ƶλ:ֱߣX:342.9832515854444-Y:1710.3474449325358-Z:702.961070208986-U:-2.200319081305307-V:-2.5799048631057313-W:-86.85739736678765 +2025-02-28 13:41:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"342.9832515854444","m1":"1710.3474449325358","m2":"702.961070208986","m3":"-2.200319081305307","m4":"-2.5799048631057313","m5":"-86.85739736678765","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:22 - INFO - ƶλλ +2025-02-28 13:41:22 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:22 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:41:24 - INFO - ƶλλ +2025-02-28 13:41:25 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:25 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:41:26 - INFO - ƶƴλ +2025-02-28 13:41:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:26 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:41:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:27 - INFO - ƶƴλ +2025-02-28 13:41:27 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:41:29 - INFO - ҡ +2025-02-28 13:41:29 - INFO - ҡ +2025-02-28 13:41:29 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:41:30 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:32 - INFO - ҡ +2025-02-28 13:41:32 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:32 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:41:36 - INFO - ҡ +2025-02-28 13:41:36 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:41:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:39 - INFO - ƶӿմ +2025-02-28 13:41:45 - INFO - ƶӿմ +2025-02-28 13:41:45 - INFO - ƶӿմ +2025-02-28 13:41:47 - INFO - ƶӿմ +2025-02-28 13:41:47 - INFO - ʣͶϴ948 +2025-02-28 13:41:47 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:41:47 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:47 - INFO - ƶλ +2025-02-28 13:41:47 - INFO - ƶλ +2025-02-28 13:41:47 - INFO - ƶλ +2025-02-28 13:41:47 - INFO - ƶλ +2025-02-28 13:41:47 - INFO - ƶλ +2025-02-28 13:41:48 - INFO - ƶλ +2025-02-28 13:41:48 - INFO - ƶλ +2025-02-28 13:41:48 - INFO - ʶͼɹ +2025-02-28 13:41:48 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:48 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:41:49 - INFO - ƶλλ +2025-02-28 13:41:49 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:49 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:41:51 - INFO - ƶλλ +2025-02-28 13:41:51 - INFO - ƶλ:ֱߣX:283.3321525557511-Y:2587.3300862119168-Z:628.5964324132008-U:-4.221379556377508-V:-5.3017324774575325-W:-82.94518885319498 +2025-02-28 13:41:51 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"283.3321525557511","m1":"2587.3300862119168","m2":"628.5964324132008","m3":"-4.221379556377508","m4":"-5.3017324774575325","m5":"-82.94518885319498","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:53 - INFO - ƶλλ +2025-02-28 13:41:53 - INFO - ƶλ:ֱߣX:252.46451057300598-Y:2537.0835388758655-Z:132.08613729412565-U:-4.221379556377508-V:-5.3017324774575325-W:-82.94518885319498 +2025-02-28 13:41:53 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"252.46451057300598","m1":"2537.0835388758655","m2":"132.08613729412565","m3":"-4.221379556377508","m4":"-5.3017324774575325","m5":"-82.94518885319498","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:54 - INFO - ƶץλ +2025-02-28 13:41:54 - INFO - ƶץλ +2025-02-28 13:41:54 - INFO - ƶץλ +2025-02-28 13:41:54 - INFO - ƶץλ +2025-02-28 13:41:54 - INFO - ƶץλ +2025-02-28 13:41:54 - INFO - ƶץλ +2025-02-28 13:41:54 - INFO - ƶץλ +2025-02-28 13:41:55 - INFO - ƶץλ +2025-02-28 13:41:55 - INFO - ƶץλ +2025-02-28 13:41:55 - INFO - ƶץλ +2025-02-28 13:41:55 - INFO - ץϵλ +2025-02-28 13:41:55 - INFO - ץϳɹ +2025-02-28 13:41:57 - INFO - ƶץλ +2025-02-28 13:41:57 - INFO - ץϵλ +2025-02-28 13:41:57 - INFO - ץϳɹ +2025-02-28 13:41:57 - INFO - ƶλ:ֱߣX:283.3321525557511-Y:2587.3300862119168-Z:628.5964324132008-U:-4.221379556377508-V:-5.3017324774575325-W:-82.94518885319498 +2025-02-28 13:41:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"283.3321525557511","m1":"2587.3300862119168","m2":"628.5964324132008","m3":"-4.221379556377508","m4":"-5.3017324774575325","m5":"-82.94518885319498","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:57 - INFO - ƶλλ +2025-02-28 13:41:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:41:57 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:41:59 - INFO - ƶλλ +2025-02-28 13:42:00 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:00 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:42:01 - INFO - ƶƴλ +2025-02-28 13:42:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:01 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:42:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:02 - INFO - ƶƴλ +2025-02-28 13:42:02 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:42:04 - INFO - ҡ +2025-02-28 13:42:04 - INFO - ҡ +2025-02-28 13:42:04 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:05 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:42:07 - INFO - ҡ +2025-02-28 13:42:07 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:42:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:11 - INFO - ҡ +2025-02-28 13:42:11 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:42:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:14 - INFO - ƶӿմ +2025-02-28 13:42:19 - INFO - ƶӿմ +2025-02-28 13:42:20 - INFO - ƶӿմ +2025-02-28 13:42:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:21 - INFO - ƶӿմ +2025-02-28 13:42:22 - INFO - ʣͶϴ947 +2025-02-28 13:42:22 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:42:22 - INFO - ƶλ +2025-02-28 13:42:22 - INFO - ƶλ +2025-02-28 13:42:22 - INFO - ƶλ +2025-02-28 13:42:22 - INFO - ƶλ +2025-02-28 13:42:22 - INFO - ƶλ +2025-02-28 13:42:22 - INFO - ƶλ +2025-02-28 13:42:23 - INFO - ʶͼɹ +2025-02-28 13:42:23 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:23 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:42:24 - INFO - ƶλλ +2025-02-28 13:42:24 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:24 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:42:25 - INFO - ƶλλ +2025-02-28 13:42:25 - INFO - ƶλ:ֱߣX:288.0424185222862-Y:2093.0294895572233-Z:615.5159071559337-U:-1.716811488509726-V:1.8537416119474817-W:-83.3526398494307 +2025-02-28 13:42:26 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"288.0424185222862","m1":"2093.0294895572233","m2":"615.5159071559337","m3":"-1.716811488509726","m4":"1.8537416119474817","m5":"-83.3526398494307","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:27 - INFO - ƶλλ +2025-02-28 13:42:27 - INFO - ƶλ:ֱߣX:271.29190888731677-Y:2107.3536403832-Z:116.00190421899558-U:-1.716811488509726-V:1.8537416119474817-W:-83.3526398494307 +2025-02-28 13:42:27 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"271.29190888731677","m1":"2107.3536403832","m2":"116.00190421899558","m3":"-1.716811488509726","m4":"1.8537416119474817","m5":"-83.3526398494307","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:28 - INFO - ƶץλ +2025-02-28 13:42:28 - INFO - ƶץλ +2025-02-28 13:42:28 - INFO - ƶץλ +2025-02-28 13:42:29 - INFO - ƶץλ +2025-02-28 13:42:29 - INFO - ƶץλ +2025-02-28 13:42:29 - INFO - ƶץλ +2025-02-28 13:42:29 - INFO - ƶץλ +2025-02-28 13:42:29 - INFO - ƶץλ +2025-02-28 13:42:29 - INFO - ƶץλ +2025-02-28 13:42:29 - INFO - ƶץλ +2025-02-28 13:42:29 - INFO - ƶץλ +2025-02-28 13:42:29 - INFO - ƶץλ +2025-02-28 13:42:30 - INFO - ƶץλ +2025-02-28 13:42:30 - INFO - ƶץλ +2025-02-28 13:42:30 - INFO - ץϵλ +2025-02-28 13:42:30 - INFO - ץϳɹ +2025-02-28 13:42:31 - INFO - ƶץλ +2025-02-28 13:42:32 - INFO - ץϵλ +2025-02-28 13:42:32 - INFO - ץϳɹ +2025-02-28 13:42:32 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"288.0424185222862","m1":"2093.0294895572233","m2":"615.5159071559337","m3":"-1.716811488509726","m4":"1.8537416119474817","m5":"-83.3526398494307","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:32 - INFO - ƶλ:ֱߣX:288.0424185222862-Y:2093.0294895572233-Z:615.5159071559337-U:-1.716811488509726-V:1.8537416119474817-W:-83.3526398494307 +2025-02-28 13:42:32 - INFO - ƶλλ +2025-02-28 13:42:32 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:32 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:42:34 - INFO - ƶλλ +2025-02-28 13:42:34 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:42:34 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:36 - INFO - ƶƴλ +2025-02-28 13:42:36 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:42:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:36 - INFO - ƶƴλ +2025-02-28 13:42:36 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:42:39 - INFO - ҡ +2025-02-28 13:42:39 - INFO - ҡ +2025-02-28 13:42:39 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:39 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:42:42 - INFO - ҡ +2025-02-28 13:42:42 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:42:42 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:46 - INFO - ҡ +2025-02-28 13:42:46 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:42:46 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:49 - INFO - ƶӿմ +2025-02-28 13:42:54 - INFO - ƶӿմ +2025-02-28 13:42:54 - INFO - ƶӿմ +2025-02-28 13:42:56 - INFO - ƶӿմ +2025-02-28 13:42:56 - INFO - ʣͶϴ946 +2025-02-28 13:42:56 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:42:56 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:57 - INFO - ƶλ +2025-02-28 13:42:57 - INFO - ƶλ +2025-02-28 13:42:57 - INFO - ƶλ +2025-02-28 13:42:57 - INFO - ƶλ +2025-02-28 13:42:57 - INFO - ƶλ +2025-02-28 13:42:57 - INFO - ʶͼɹ +2025-02-28 13:42:57 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1402.887451","m1":"1126.740479","m2":"2000.0","m3":"6.669909","m4":"7.899203","m5":"-151.361526","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:42:57 - INFO - ƶλ:ֱߣX:1402.887451-Y:1126.740479-Z:2000.0-U:6.669909-V:7.899203-W:-151.361526 +2025-02-28 13:42:59 - INFO - ƶλλ +2025-02-28 13:42:59 - INFO - ƶλ:ֱߣX:371.28418-Y:1757.579224-Z:2000.0-U:7.908469-V:6.585917-W:-95.263153 +2025-02-28 13:42:59 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"371.28418","m1":"1757.579224","m2":"2000.0","m3":"7.908469","m4":"6.585917","m5":"-95.263153","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:43:00 - INFO - ƶλλ +2025-02-28 13:43:01 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"342.41208665030854","m1":"1676.7391857700973","m2":"610.0778715860669","m3":"-2.682029899669165","m4":"-1.2169773948529317","m5":"-83.21804980165159","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:43:01 - INFO - ƶλ:ֱߣX:342.41208665030854-Y:1676.7391857700973-Z:610.0778715860669-U:-2.682029899669165-V:-1.2169773948529317-W:-83.21804980165159 +2025-02-28 13:43:02 - INFO - ƶλλ +2025-02-28 13:43:02 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"320.4318940936609","m1":"1663.4427811204387","m2":"110.73823090192765","m3":"-2.682029899669165","m4":"-1.2169773948529317","m5":"-83.21804980165159","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:43:02 - INFO - ƶλ:ֱߣX:320.4318940936609-Y:1663.4427811204387-Z:110.73823090192765-U:-2.682029899669165-V:-1.2169773948529317-W:-83.21804980165159 +2025-02-28 13:43:03 - INFO - ƶץλ +2025-02-28 13:43:03 - INFO - ƶץλ +2025-02-28 13:43:04 - INFO - ƶץλ +2025-02-28 13:43:04 - INFO - ƶץλ +2025-02-28 13:43:04 - INFO - ƶץλ +2025-02-28 13:43:04 - INFO - ƶץλ +2025-02-28 13:43:04 - INFO - ƶץλ +2025-02-28 13:43:04 - INFO - ƶץλ +2025-02-28 13:43:04 - INFO - ƶץλ +2025-02-28 13:43:04 - INFO - ƶץλ +2025-02-28 13:43:04 - INFO - ƶץλ +2025-02-28 13:43:04 - INFO - ƶץλ +2025-02-28 13:43:05 - INFO - ƶץλ +2025-02-28 13:43:05 - INFO - ƶץλ +2025-02-28 13:43:05 - INFO - ץϵλ +2025-02-28 13:43:05 - INFO - ץϳɹ +2025-02-28 13:43:07 - INFO - ƶץλ +2025-02-28 13:43:07 - INFO - ץϵλ +2025-02-28 13:43:07 - INFO - ץϳɹ +2025-02-28 13:43:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"342.41208665030854","m1":"1676.7391857700973","m2":"610.0778715860669","m3":"-2.682029899669165","m4":"-1.2169773948529317","m5":"-83.21804980165159","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:43:07 - INFO - ƶλ:ֱߣX:342.41208665030854-Y:1676.7391857700973-Z:610.0778715860669-U:-2.682029899669165-V:-1.2169773948529317-W:-83.21804980165159 +2025-02-28 13:43:07 - INFO - ƶλλ +2025-02-28 13:43:07 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"275.882446","m1":"2153.374023","m2":"2050.0","m3":"8.369349","m4":"1.971002","m5":"-108.256897","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:43:07 - INFO - ƶλ:ֱߣX:275.882446-Y:2153.374023-Z:2050.0-U:8.369349-V:1.971002-W:-108.256897 +2025-02-28 13:43:09 - INFO - ƶλλ +2025-02-28 13:43:10 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"2050.0","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:43:10 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:2050.0-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:43:11 - INFO - ƶƴλ +2025-02-28 13:43:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1445.789185","m1":"1707.384888","m2":"1826.260132","m3":"2.204855","m4":"3.428981","m5":"-85.25634","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:43:11 - INFO - ƶλ:ֱߣX:1445.789185-Y:1707.384888-Z:1826.260132-U:2.204855-V:3.428981-W:-85.25634 +2025-02-28 13:43:11 - INFO - ƶƴλ +2025-02-28 13:43:11 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1339.699585","m1":"1702.385742","m2":"2197.976318","m3":"9.554496","m4":"7.15853","m5":"-99.243294","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:43:12 - INFO - ƶλ:ֱߣX:1339.699585-Y:1702.385742-Z:2197.976318-U:9.554496-V:7.15853-W:-99.243294 +2025-02-28 13:43:14 - INFO - ҡ +2025-02-28 13:43:14 - INFO - ҡ +2025-02-28 13:43:14 - INFO - ƶλ:ֱߣX:1510.92981-Y:1653.713745-Z:2381.065186-U:60.821259-V:-4.995515-W:-99.228653 +2025-02-28 13:43:14 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1510.92981","m1":"1653.713745","m2":"2381.065186","m3":"60.821259","m4":"-4.995515","m5":"-99.228653","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:43:17 - INFO - ҡ +2025-02-28 13:43:17 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1256.956909","m1":"1809.304443","m2":"2368.663574","m3":"-45.444492","m4":"18.997807","m5":"-131.11731","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:43:17 - INFO - ƶλ:ֱߣX:1256.956909-Y:1809.304443-Z:2368.663574-U:-45.444492-V:18.997807-W:-131.11731 +2025-02-28 13:43:21 - INFO - ҡ +2025-02-28 13:43:21 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"2180.736328","m1":"356.33316","m2":"1850.0","m3":"5.812903","m4":"5.431066","m5":"-168.01712","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:43:21 - INFO - ƶλ:ֱߣX:2180.736328-Y:356.33316-Z:1850.0-U:5.812903-V:5.431066-W:-168.01712 +2025-02-28 13:43:24 - INFO - ƶӿմ +2025-02-28 13:43:29 - INFO - ƶӿմ +2025-02-28 13:43:29 - INFO - ƶӿմ +2025-02-28 13:43:31 - INFO - ƶӿմ +2025-02-28 13:43:31 - INFO - ʣͶϴ945 +2025-02-28 13:43:32 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:43:32 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:43:32 - INFO - ƶλ +2025-02-28 13:43:32 - INFO - ƶλ +2025-02-28 13:43:32 - INFO - ƶλ +2025-02-28 13:43:32 - INFO - ƶλ +2025-02-28 13:43:32 - ERROR - ͶϽ +2025-02-28 13:43:32 - INFO - ƶλ +2025-02-28 13:43:32 - INFO - ͶϽ +2025-02-28 13:43:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1765.864746","m1":"345.495361","m2":"2000.0","m3":"6.676573","m4":"7.941406","m5":"-179.064972","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:43:33 - INFO - ƶλ:ֱߣX:1765.864746-Y:345.495361-Z:2000.0-U:6.676573-V:7.941406-W:-179.064972 +2025-02-28 13:43:33 - INFO - ǷȫͶ +2025-02-28 13:43:33 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"1351.092285","m1":"1188.34668","m2":"2000.151001","m3":"6.676482","m4":"7.941721","m5":"-148.802124","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:43:33 - INFO - ƶλ:ֱߣX:1351.092285-Y:1188.34668-Z:2000.151001-U:6.676482-V:7.941721-W:-148.802124 +2025-02-28 13:43:34 - INFO - ƶλλ +2025-02-28 13:43:35 - INFO - ƶλ:ֱߣX:230.52298-Y:1879.445435-Z:2000.432495-U:3.915686-V:18.44486-W:-107.223564 +2025-02-28 13:43:35 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"230.52298","m1":"1879.445435","m2":"2000.432495","m3":"3.915686","m4":"18.44486","m5":"-107.223564","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:43:36 - INFO - {"dsID":"www.hc-system.com.HCRemoteCommand","reqType":"AddRCC","emptyList":"0","instructions":[{"oneshot":"1","action":"10","m0":"204.996765","m1":"1455.630493","m2":"2324.525146","m3":"6.460966","m4":"37.462826","m5":"-84.569252","ckStatus":"0x3F","speed":"100","delay":"0","smooth":"9","tool":"2"}]} +2025-02-28 13:43:36 - INFO - ƶλλ +2025-02-28 13:43:36 - INFO - ƶλ:ֱߣX:204.996765-Y:1455.630493-Z:2324.525146-U:6.460966-V:37.462826-W:-84.569252 +2025-02-28 13:43:36 - INFO - ͶϿʼ +2025-02-28 13:47:52 - ERROR - ޻ظ +2025-02-28 13:48:03 - ERROR - ޻ظ +2025-02-28 13:48:13 - ERROR - ޻ظ +2025-02-28 13:48:23 - ERROR - ޻ظ +2025-02-28 13:48:34 - ERROR - ޻ظ +2025-02-28 13:48:44 - ERROR - ޻ظ +2025-02-28 13:48:55 - ERROR - ޻ظ +2025-02-28 13:49:05 - ERROR - ޻ظ +2025-02-28 13:49:16 - ERROR - ޻ظ +2025-02-28 13:49:26 - ERROR - ޻ظ +2025-02-28 13:49:36 - ERROR - ޻ظ +2025-02-28 13:49:47 - ERROR - ޻ظ +2025-02-28 13:49:57 - ERROR - ޻ظ +2025-02-28 13:50:08 - ERROR - ޻ظ +2025-02-28 13:50:18 - ERROR - ޻ظ +2025-02-28 13:50:29 - ERROR - ޻ظ +2025-02-28 13:50:39 - ERROR - ޻ظ +2025-02-28 13:50:49 - ERROR - ޻ظ +2025-02-28 13:51:00 - ERROR - ޻ظ +2025-02-28 13:51:10 - ERROR - ޻ظ +2025-02-28 13:51:21 - ERROR - ޻ظ +2025-02-28 13:51:31 - ERROR - ޻ظ +2025-02-28 13:51:42 - ERROR - ޻ظ +2025-02-28 13:51:52 - ERROR - ޻ظ +2025-02-28 13:52:02 - ERROR - ޻ظ +2025-02-28 13:52:13 - ERROR - ޻ظ +2025-02-28 13:52:23 - ERROR - ޻ظ +2025-02-28 13:52:34 - ERROR - ޻ظ +2025-02-28 13:52:44 - ERROR - ޻ظ +2025-02-28 13:52:55 - ERROR - ޻ظ +2025-02-28 13:53:05 - ERROR - ޻ظ +2025-02-28 13:53:15 - ERROR - ޻ظ +2025-02-28 13:53:26 - ERROR - ޻ظ +2025-02-28 13:53:36 - ERROR - ޻ظ +2025-02-28 13:53:47 - ERROR - ޻ظ +2025-02-28 13:53:57 - ERROR - ޻ظ +2025-02-28 13:54:08 - ERROR - ޻ظ +2025-02-28 13:54:18 - ERROR - ޻ظ +2025-02-28 13:54:28 - ERROR - ޻ظ +2025-02-28 13:54:39 - ERROR - ޻ظ +2025-02-28 13:54:49 - ERROR - ޻ظ +2025-02-28 13:55:00 - ERROR - ޻ظ +2025-02-28 13:55:10 - ERROR - ޻ظ +2025-02-28 13:55:21 - ERROR - ޻ظ +2025-02-28 13:55:31 - ERROR - ޻ظ +2025-02-28 13:55:41 - ERROR - ޻ظ +2025-02-28 13:55:52 - ERROR - ޻ظ +2025-02-28 13:56:02 - ERROR - ޻ظ +2025-02-28 13:56:13 - ERROR - ޻ظ +2025-02-28 13:56:23 - ERROR - ޻ظ +2025-02-28 13:56:34 - ERROR - ޻ظ +2025-02-28 13:56:44 - ERROR - ޻ظ +2025-02-28 13:56:54 - ERROR - ޻ظ +2025-02-28 13:57:05 - ERROR - ޻ظ +2025-02-28 13:57:15 - ERROR - ޻ظ +2025-02-28 13:57:26 - ERROR - ޻ظ +2025-02-28 13:57:36 - ERROR - ޻ظ +2025-02-28 13:57:47 - ERROR - ޻ظ +2025-02-28 13:57:57 - ERROR - ޻ظ +2025-02-28 13:58:07 - ERROR - ޻ظ +2025-02-28 13:58:18 - ERROR - ޻ظ +2025-02-28 13:58:28 - ERROR - ޻ظ +2025-02-28 13:58:39 - ERROR - ޻ظ +2025-02-28 13:58:49 - ERROR - ޻ظ +2025-02-28 13:59:00 - ERROR - ޻ظ +2025-02-28 13:59:10 - ERROR - ޻ظ +2025-02-28 13:59:20 - ERROR - ޻ظ +2025-02-28 13:59:31 - ERROR - ޻ظ +2025-02-28 13:59:41 - ERROR - ޻ظ +2025-02-28 13:59:52 - ERROR - ޻ظ +2025-02-28 14:00:02 - ERROR - ޻ظ +2025-02-28 14:00:13 - ERROR - ޻ظ +2025-02-28 14:00:23 - ERROR - ޻ظ +2025-02-28 14:00:33 - ERROR - ޻ظ +2025-02-28 14:00:44 - ERROR - ޻ظ +2025-02-28 14:00:54 - ERROR - ޻ظ +2025-02-28 14:01:05 - ERROR - ޻ظ +2025-02-28 14:01:15 - ERROR - ޻ظ +2025-02-28 14:01:26 - ERROR - ޻ظ +2025-02-28 14:01:36 - ERROR - ޻ظ +2025-02-28 14:01:46 - ERROR - ޻ظ +2025-02-28 14:01:57 - ERROR - ޻ظ +2025-02-28 14:02:07 - ERROR - ޻ظ +2025-02-28 14:02:18 - ERROR - ޻ظ +2025-02-28 14:02:28 - ERROR - ޻ظ +2025-02-28 14:02:39 - ERROR - ޻ظ +2025-02-28 14:02:49 - ERROR - ޻ظ +2025-02-28 14:02:59 - ERROR - ޻ظ +2025-02-28 14:03:10 - ERROR - ޻ظ +2025-02-28 14:03:20 - ERROR - ޻ظ +2025-02-28 14:03:31 - ERROR - ޻ظ +2025-02-28 14:03:41 - ERROR - ޻ظ +2025-02-28 14:03:52 - ERROR - ޻ظ +2025-02-28 14:04:02 - ERROR - ޻ظ +2025-02-28 14:04:12 - ERROR - ޻ظ +2025-02-28 14:04:23 - ERROR - ޻ظ +2025-02-28 14:04:33 - ERROR - ޻ظ +2025-02-28 14:04:44 - ERROR - ޻ظ +2025-02-28 14:04:54 - ERROR - ޻ظ +2025-02-28 14:05:05 - ERROR - ޻ظ +2025-02-28 14:05:15 - ERROR - ޻ظ +2025-02-28 14:05:25 - ERROR - ޻ظ +2025-02-28 14:05:36 - ERROR - ޻ظ +2025-02-28 14:05:46 - ERROR - ޻ظ +2025-02-28 14:05:57 - ERROR - ޻ظ +2025-02-28 14:06:07 - ERROR - ޻ظ +2025-02-28 14:06:18 - ERROR - ޻ظ +2025-02-28 14:06:28 - ERROR - ޻ظ +2025-02-28 14:06:38 - ERROR - ޻ظ +2025-02-28 14:06:49 - ERROR - ޻ظ +2025-02-28 14:06:59 - ERROR - ޻ظ +2025-02-28 14:07:10 - ERROR - ޻ظ +2025-02-28 14:07:20 - ERROR - ޻ظ +2025-02-28 14:07:31 - ERROR - ޻ظ +2025-02-28 14:07:41 - ERROR - ޻ظ +2025-02-28 14:07:51 - ERROR - ޻ظ +2025-02-28 14:08:02 - ERROR - ޻ظ +2025-02-28 14:08:12 - ERROR - ޻ظ +2025-02-28 14:08:23 - ERROR - ޻ظ +2025-02-28 14:08:33 - ERROR - ޻ظ +2025-02-28 14:08:44 - ERROR - ޻ظ +2025-02-28 14:08:54 - ERROR - ޻ظ +2025-02-28 14:09:04 - ERROR - ޻ظ +2025-02-28 14:09:15 - ERROR - ޻ظ +2025-02-28 14:09:25 - ERROR - ޻ظ +2025-02-28 14:09:36 - ERROR - ޻ظ +2025-02-28 14:09:46 - ERROR - ޻ظ +2025-02-28 14:09:57 - ERROR - ޻ظ +2025-02-28 14:10:07 - ERROR - ޻ظ +2025-02-28 14:10:17 - ERROR - ޻ظ +2025-02-28 14:10:28 - ERROR - ޻ظ +2025-02-28 14:10:38 - ERROR - ޻ظ +2025-02-28 14:10:49 - ERROR - ޻ظ +2025-02-28 14:10:49 - INFO - ˳ϵͳ +2025-02-28 14:10:49 - ERROR - model