add 增加点位旋转和是否能够进入离开区域

This commit is contained in:
周俊杰
2024-10-16 14:02:07 +08:00
parent 8804a8b666
commit 8c560a9c95
11 changed files with 579 additions and 262 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import java.lang.*?>
<?import java.util.*?>
<?import javafx.scene.*?>
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>
<AnchorPane xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml"
fx:controller="$CONTROLLER_NAME$"
prefHeight="400.0" prefWidth="600.0">
</AnchorPane>

View File

@@ -27,6 +27,7 @@ https://juejin.cn/post/6844903775631572999
<include resource="log/NDCSocketConnectionAutoRun.xml"/>
<include resource="log/ScannerBarcode.xml"/>
<include resource="log/QueryXZAgvDeviceStatus.xml"/>
<include resource="log/ToAgvDevice.xml"/>
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">