野心家
2025-04-20 43bd3dd61d08d3ae8b14ce6535d0442627d8725c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
2025-04-19 14:01:42.693 [main] INFO  com.zy.Boot - Starting Boot on LAPTOP-NIMCH76F with PID 2276 (D:\IDEA\workspace\zy-wcs\target\classes started by zwl in D:\IDEA\workspace\zy-wcs)
2025-04-19 14:01:42.718 [main] INFO  com.zy.Boot - No active profile set, falling back to default profiles: default
2025-04-19 14:01:44.183 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
2025-04-19 14:01:44.185 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data repositories in DEFAULT mode.
2025-04-19 14:01:44.233 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 35ms. Found 0 repository interfaces.
2025-04-19 14:01:44.674 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$ff26727b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2025-04-19 14:01:45.205 [main] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 9092 (http)
2025-04-19 14:01:45.221 [main] INFO  org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-9092"]
2025-04-19 14:01:45.237 [main] INFO  org.apache.catalina.core.StandardService - Starting service [Tomcat]
2025-04-19 14:01:45.237 [main] INFO  org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.16]
2025-04-19 14:01:45.253 [main] INFO  org.apache.catalina.core.AprLifecycleListener - Loaded APR based Apache Tomcat Native library [1.2.24] using APR version [1.7.0].
2025-04-19 14:01:45.253 [main] INFO  org.apache.catalina.core.AprLifecycleListener - APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
2025-04-19 14:01:45.253 [main] INFO  org.apache.catalina.core.AprLifecycleListener - APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
2025-04-19 14:01:45.253 [main] INFO  org.apache.catalina.core.AprLifecycleListener - OpenSSL successfully initialized [OpenSSL 1.1.1g  21 Apr 2020]
2025-04-19 14:01:45.434 [main] INFO  o.a.c.c.C.[Tomcat].[localhost].[/yclkwcs] - Initializing Spring embedded WebApplicationContext
2025-04-19 14:01:45.435 [main] INFO  org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2616 ms
2025-04-19 14:01:45.873 [main] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
2025-04-19 14:01:46.200 [main] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
2025-04-19 14:01:47.590 [main] INFO  com.zy.core.ServerBootstrap - 核心控制层开始初始化...............................................
2025-04-19 14:01:49.603 [main] INFO  com.zy.core.ServerBootstrap - 初始化堆垛机线程...................................................
2025-04-19 14:01:49.603 [main] INFO  com.zy.core.ServerBootstrap - 初始化输送线线程...................................................
2025-04-19 14:01:49.608 [main] INFO  com.zy.core.ServerBootstrap - 初始化条码扫描仪线程...................................................
2025-04-19 14:01:49.608 [main] INFO  com.zy.core.ServerBootstrap - 初始化LED线程...................................................
2025-04-19 14:01:49.617 [main] INFO  com.zy.core.ServerBootstrap - 核心控制层已启动...............................................
2025-04-19 14:01:49.686 [Thread-14] INFO  com.zy.core.thread.SiemensCrnThread - 堆垛机plc连接成功 ===>> [id:1] [ip:178.18.1.130] [port:102] [rack:0] [slot:0]
2025-04-19 14:01:49.714 [Thread-15] INFO  com.zy.core.thread.SiemensDevpThread - 输送线plc连接成功 ===>> [id:1] [ip:178.18.1.140] [port:102]
2025-04-19 14:01:49.777 [main] INFO  com.zy.core.netty.OnlineServer - TCP server started successfully, port:0
2025-04-19 14:01:50.260 [Thread-15] INFO  com.zy.core.thread.BarcodeThread - 1号条码器,检索数据:80000002
2025-04-19 14:01:53.249 [main] INFO  o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
2025-04-19 14:01:53.910 [main] INFO  org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-9092"]
2025-04-19 14:01:53.926 [main] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 9092 (http) with context path '/yclkwcs'
2025-04-19 14:01:53.926 [main] INFO  com.zy.Boot - Started Boot in 12.381 seconds (JVM running for 15.478)
2025-04-19 14:03:24.588 [http-nio-9092-exec-2] INFO  o.a.c.c.C.[Tomcat].[localhost].[/yclkwcs] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-04-19 14:03:24.588 [http-nio-9092-exec-2] INFO  org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2025-04-19 14:03:24.595 [http-nio-9092-exec-2] INFO  org.springframework.web.servlet.DispatcherServlet - Completed initialization in 7 ms
2025-04-19 14:04:36.404 [Thread-18] INFO  com.zy.asrs.service.impl.MainServiceImpl - 堆垛机命令下发成功,堆垛机号=1,任务数据={"sourcePosX":1,"taskMode":3,"crnNo":1,"sourceStaNo":0,"command":0,"ackFinish":0,"destinationLane":0,"taskNo":3018,"destinationPosZ":1,"sourceLane":0,"destinationPosY":19,"destinationStaNo":0,"destinationPosX":2,"sourcePosY":1,"sourcePosZ":3}
2025-04-19 14:04:37.150 [Thread-14] INFO  com.zy.core.thread.SiemensCrnThread - 堆垛机命令下发[id:1] >>>>> {"sourcePosX":1,"taskMode":3,"crnNo":1,"sourceStaNo":0,"command":0,"ackFinish":0,"destinationLane":0,"taskNo":3018,"destinationPosZ":1,"sourceLane":0,"destinationPosY":19,"destinationStaNo":0,"destinationPosX":2,"sourcePosY":1,"sourcePosZ":3}
2025-04-19 14:05:49.950 [Thread-14] INFO  com.zy.core.thread.SiemensCrnThread - 堆垛机命令下发[id:1] >>>>> {"sourcePosX":0,"taskMode":0,"crnNo":1,"sourceStaNo":0,"command":0,"ackFinish":1,"destinationLane":0,"taskNo":0,"destinationPosZ":0,"sourceLane":0,"destinationPosY":0,"destinationStaNo":0,"destinationPosX":0,"sourcePosY":0,"sourcePosZ":0}
2025-04-19 14:05:50.703 [Thread-15] INFO  com.zy.core.thread.SiemensDevpThread - 输送线命令下发 [id:1] >>>>> 命令下发: {"inEnable":false,"weightErr":false,"staNo":102,"infraredErr":false,"pakMk":true,"rightErr":false,"frontErr":false,"workNo":3018,"high":false,"leftErr":false,"outEnable":false,"upcontactErr":false,"low":false,"inverterErr":false,"seizeSeatErr":false,"breakerErr":false,"outTimeErr":false,"autoing":true,"loading":true,"fullPlt":false,"contactErr":false,"barcodeErr":false,"backErr":false,"highErr":false,"siteId":103,"wrkYgoodsN":false,"emptyMk":false}
2025-04-19 14:07:48.949 [Thread-15] INFO  com.zy.core.thread.BarcodeThread - 1号条码器,检索数据:00000000
2025-04-19 14:07:57.883 [Thread-15] INFO  com.zy.core.thread.BarcodeThread - 1号条码器,检索数据:80000002
2025-04-19 14:08:08.534 [Thread-15] INFO  com.zy.core.thread.SiemensDevpThread - 输送线命令下发 [id:1] >>>>> 命令下发: {"inEnable":true,"weightErr":false,"staNo":101,"infraredErr":false,"pakMk":true,"rightErr":false,"frontErr":false,"workNo":3018,"high":false,"leftErr":false,"outEnable":false,"upcontactErr":false,"low":true,"inverterErr":false,"seizeSeatErr":false,"breakerErr":false,"outTimeErr":false,"autoing":true,"loading":true,"fullPlt":true,"contactErr":false,"barcodeErr":false,"backErr":false,"highErr":false,"siteId":101,"wrkYgoodsN":false,"emptyMk":false}
2025-04-19 14:08:11.442 [Thread-14] INFO  com.zy.core.thread.SiemensCrnThread - 堆垛机命令下发[id:1] >>>>> {"sourcePosX":2,"taskMode":3,"crnNo":1,"sourceStaNo":0,"command":0,"ackFinish":0,"destinationLane":0,"taskNo":3018,"destinationPosZ":3,"sourceLane":0,"destinationPosY":1,"destinationStaNo":0,"destinationPosX":1,"sourcePosY":18,"sourcePosZ":1}
2025-04-19 14:09:29.932 [Thread-14] INFO  com.zy.core.thread.SiemensCrnThread - 堆垛机命令下发[id:1] >>>>> {"sourcePosX":0,"taskMode":0,"crnNo":1,"sourceStaNo":0,"command":0,"ackFinish":1,"destinationLane":0,"taskNo":0,"destinationPosZ":0,"sourceLane":0,"destinationPosY":0,"destinationStaNo":0,"destinationPosX":0,"sourcePosY":0,"sourcePosZ":0}
2025-04-19 14:10:22.831 [Thread-18] INFO  com.zy.asrs.service.impl.MainServiceImpl - 堆垛机命令下发成功,堆垛机号=1,任务数据={"sourcePosX":1,"taskMode":3,"crnNo":1,"sourceStaNo":0,"command":0,"ackFinish":0,"destinationLane":0,"taskNo":3019,"destinationPosZ":1,"sourceLane":0,"destinationPosY":19,"destinationStaNo":0,"destinationPosX":2,"sourcePosY":1,"sourcePosZ":3}
2025-04-19 14:10:23.423 [Thread-14] INFO  com.zy.core.thread.SiemensCrnThread - 堆垛机命令下发[id:1] >>>>> {"sourcePosX":1,"taskMode":3,"crnNo":1,"sourceStaNo":0,"command":0,"ackFinish":0,"destinationLane":0,"taskNo":3019,"destinationPosZ":1,"sourceLane":0,"destinationPosY":19,"destinationStaNo":0,"destinationPosX":2,"sourcePosY":1,"sourcePosZ":3}
2025-04-19 14:11:35.195 [Thread-14] INFO  com.zy.core.thread.SiemensCrnThread - 堆垛机命令下发[id:1] >>>>> {"sourcePosX":0,"taskMode":0,"crnNo":1,"sourceStaNo":0,"command":0,"ackFinish":1,"destinationLane":0,"taskNo":0,"destinationPosZ":0,"sourceLane":0,"destinationPosY":0,"destinationStaNo":0,"destinationPosX":0,"sourcePosY":0,"sourcePosZ":0}
2025-04-19 14:11:35.395 [Thread-15] INFO  com.zy.core.thread.SiemensDevpThread - 输送线命令下发 [id:1] >>>>> 命令下发: {"inEnable":false,"weightErr":false,"staNo":102,"infraredErr":false,"pakMk":true,"rightErr":false,"frontErr":false,"workNo":3019,"high":false,"leftErr":false,"outEnable":false,"upcontactErr":false,"low":false,"inverterErr":false,"seizeSeatErr":false,"breakerErr":false,"outTimeErr":false,"autoing":true,"loading":true,"fullPlt":false,"contactErr":false,"barcodeErr":false,"backErr":false,"highErr":false,"siteId":103,"wrkYgoodsN":false,"emptyMk":false}
2025-04-19 14:12:28.090 [Thread-15] INFO  com.zy.core.thread.BarcodeThread - 1号条码器,检索数据:00000000
2025-04-19 14:12:36.045 [Thread-15] INFO  com.zy.core.thread.BarcodeThread - 1号条码器,检索数据:80000002
2025-04-19 14:12:46.880 [Thread-15] INFO  com.zy.core.thread.SiemensDevpThread - 输送线命令下发 [id:1] >>>>> 命令下发: {"inEnable":true,"weightErr":false,"staNo":101,"infraredErr":false,"pakMk":true,"rightErr":false,"frontErr":false,"workNo":3019,"high":false,"leftErr":false,"outEnable":false,"upcontactErr":false,"low":true,"inverterErr":false,"seizeSeatErr":false,"breakerErr":false,"outTimeErr":false,"autoing":true,"loading":true,"fullPlt":true,"contactErr":false,"barcodeErr":false,"backErr":false,"highErr":false,"siteId":101,"wrkYgoodsN":false,"emptyMk":false}
2025-04-19 14:12:49.019 [Thread-14] INFO  com.zy.core.thread.SiemensCrnThread - 堆垛机命令下发[id:1] >>>>> {"sourcePosX":2,"taskMode":3,"crnNo":1,"sourceStaNo":0,"command":0,"ackFinish":0,"destinationLane":0,"taskNo":3019,"destinationPosZ":3,"sourceLane":0,"destinationPosY":1,"destinationStaNo":0,"destinationPosX":1,"sourcePosY":18,"sourcePosZ":1}
2025-04-19 14:14:07.928 [Thread-14] INFO  com.zy.core.thread.SiemensCrnThread - 堆垛机命令下发[id:1] >>>>> {"sourcePosX":0,"taskMode":0,"crnNo":1,"sourceStaNo":0,"command":0,"ackFinish":1,"destinationLane":0,"taskNo":0,"destinationPosZ":0,"sourceLane":0,"destinationPosY":0,"destinationStaNo":0,"destinationPosX":0,"sourcePosY":0,"sourcePosZ":0}
2025-04-19 14:49:38.596 [Thread-15] INFO  com.zy.core.thread.BarcodeThread - 1号条码器,检索数据:00000000
2025-04-19 15:11:05.789 [Thread-28] INFO  o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
2025-04-19 15:11:05.797 [Thread-28] INFO  com.zy.core.netty.OnlineServer - TCP server stopped successfully, port: 0
2025-04-19 15:11:05.798 [Thread-28] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
2025-04-19 15:11:05.798 [Thread-28] INFO  com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.